/** Shopify CDN: Minification failed

Line 848:8 Unexpected "("
Line 861:7 Unexpected "("

**/
/* --------------------------------------------- */
/* LUXURY AMBASSADOR DASHBOARD — DEEP DARK METALLIC GOLD */
/* --------------------------------------------- */

/* GLOBAL OVERRIDES */
body,
.dashboard-wrapper {
  background-color: #000 !important;
  color: #fff !important;
  font-family: 'Inter', sans-serif !important;
}

.page,
.content-for-layout,
#MainContent {
  background: #000 !important;
}

/* --------------------------------------------- */
/* DEEP DARK METALLIC GOLD BUTTONS */
/* --------------------------------------------- */

.gold-button,
.gold-button:link,
.gold-button:visited,
.gold-button:active,
.gold-button:hover {
  background: linear-gradient(
    135deg,
    #6e4f1b 0%,      /* deep bronze */
    #b8860b 20%,     /* dark gold */
    #d4af37 45%,     /* reflective gold */
    #8a6f2d 70%,     /* antique gold */
    #5a3e16 100%     /* molten gold shadow */
  ) !important;
  background-size: 300% 300% !important;
  color: #000 !important;
  border: 1px solid #d4af37 !important;
  padding: 12px 18px !important;
  display: inline-block !important;
  text-align: center !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-size: 1.05rem !important;
  transition: all 0.35s ease !important;
  box-shadow:
    inset 0 0 5px rgba(255, 255, 255, 0.25),
    0 0 14px rgba(180, 134, 11, 0.75),
    0 0 26px rgba(212, 175, 55, 0.55) !important;
}

.gold-button:hover {
  background-position: 100% 0% !important;
  box-shadow:
    inset 0 0 7px rgba(255, 255, 255, 0.4),
    0 0 22px rgba(212, 175, 55, 0.95),
    0 0 38px rgba(180, 134, 11, 0.75) !important;
  transform: translateY(-2px) !important;
}

/* Fix blue link override */
a {
  color: #d4af37 !important;
}

/* --------------------------------------------- */
/* DEEP METALLIC HEADER BAR */
/* --------------------------------------------- */

.gold-header-bar {
  background: linear-gradient(
    135deg,
    #5a3e16 0%,
    #b8860b 35%,
    #d4af37 65%,
    #6e4f1b 100%
  ) !important;
  background-size: 300% 300% !important;
  color: #000 !important;
  padding: 14px !important;
  text-align: center !important;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
  border-bottom: 2px solid #000 !important;
  box-shadow: 0 0 26px rgba(180,134,11,0.7) !important;
}

/* --------------------------------------------- */
/* DEEP METALLIC FOOTER BAR */
/* --------------------------------------------- */

.gold-footer-bar {
  background: linear-gradient(
    135deg,
    #5a3e16 0%,
    #b8860b 35%,
    #d4af37 65%,
    #6e4f1b 100%
  ) !important;
  background-size: 300% 300% !important;
  color: #000 !important;
  padding: 12px !important;
  text-align: center !important;
  font-weight: 600 !important;
  border-top: 2px solid #000 !important;
  box-shadow: 0 0 26px rgba(180,134,11,0.7) !important;
}

/* --------------------------------------------- */
/* DEEP METALLIC TIER BADGE */
/* --------------------------------------------- */

.tier-level {
  background: linear-gradient(
    135deg,
    #5a3e16 0%,
    #b8860b 30%,
    #d4af37 60%,
    #6e4f1b 100%
  ) !important;
  background-size: 300% 300% !important;
  color: #000 !important;
  padding: 10px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  text-align: center !important;
  box-shadow:
    inset 0 0 5px rgba(255,255,255,0.25),
    0 0 16px rgba(212,175,55,0.7) !important;
}

/* --------------------------------------------- */
/* DEEP METALLIC PROGRESS BAR */
/* --------------------------------------------- */

.mini-progress-fill {
  background: linear-gradient(
    135deg,
    #6e4f1b 0%,
    #b8860b 40%,
    #d4af37 70%,
    #5a3e16 100%
  ) !important;
  background-size: 300% 300% !important;
  height: 10px !important;
  border-radius: 10px !important;
  box-shadow:
    inset 0 0 4px rgba(255,255,255,0.25),
    0 0 14px rgba(180,134,11,0.55) !important;
}

/* --------------------------------------------- */
/* DEEP METALLIC SIDEBAR GLOW */
/* --------------------------------------------- */

.sidebar-glow {
  box-shadow:
    0 0 32px rgba(180,134,11,0.55),
    0 0 52px rgba(212,175,55,0.35) !important;
}

/* --------------------------------------------- */
/* PROFILE CARD */
/* --------------------------------------------- */

.profile-card {
  background: #111 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  text-align: center !important;
  border: 1px solid #333 !important;
}

.profile-card h3 {
  color: #d4af37 !important;
}

.profile-photo {
  width: 90px !important;
  height: 90px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid #b8860b !important;
}

/* --------------------------------------------- */
/* HERO BANNER */
/* --------------------------------------------- */

.dashboard-hero {
  background: #111 !important;
  padding: 25px !important;
  border-radius: 10px !important;
  border: 1px solid #333 !important;
  text-align: center !important;
}

.dashboard-hero h1 {
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------------------------------------- */
/* MINI WIDGETS */
/* --------------------------------------------- */

.mini-widget {
  background: #111 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #333 !important;
  margin-bottom: 20px !important;
}

.mini-widget h3 {
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --------------------------------------------- */
/* STACK BLOCKS */
/* --------------------------------------------- */

.stack-block {
  background: #111 !important;
  padding: 25px !important;
  border-radius: 10px !important;
  border: 1px solid #333 !important;
  margin-bottom: 25px !important;
}

.stack-block h2 {
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stack-list li {
  color: #fff !important;
  margin-bottom: 6px !important;
}

/* --------------------------------------------- */
/* BUTTON GRID */
/* --------------------------------------------- */

.button-grid a {
  margin-bottom: 12px !important;
  display: block !important;
}

/* --------------------------------------------- */
/* SUPPORT BLOCK */
/* --------------------------------------------- */

.support-block {
  background: #111 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #333 !important;
}

.support-block h2 {
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.profile-icon {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 2px solid #b8860b !important;
}
.side-menu-links a {
  color: #d4af37 !important;
  font-weight: 600 !important;
}

.side-menu-links a:hover {
  color: #f5d76e !important;
}
.start-training-button {
  background: linear-gradient(
    135deg,
    #6e4f1b 0%,
    #b8860b 20%,
    #d4af37 45%,
    #8a6f2d 70%,
    #5a3e16 100%
  ) !important;
  background-size: 300% 300% !important;
  color: #000 !important;
  border: 2px solid #d4af37 !important;
  padding: 14px 20px !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  border-radius: 8px !important;
  text-align: center !important;
  display: block !important;
  margin-bottom: 20px !important;
  box-shadow:
    inset 0 0 6px rgba(255,255,255,0.25),
    0 0 18px rgba(180,134,11,0.75),
    0 0 32px rgba(212,175,55,0.55) !important;
  transition: all 0.35s ease !important;
}

.start-training-button:hover {
  background-position: 100% 0% !important;
  transform: translateY(-2px) !important;
  box-shadow:
    inset 0 0 8px rgba(255,255,255,0.4),
    0 0 26px rgba(212,175,55,0.95),
    0 0 42px rgba(180,134,11,0.75) !important;
}
.profile-card {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.profile-card img,
.profile-icon {
  width: 72px !important;
  height: 72px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  border: 3px solid #b8860b !important;
  margin-bottom: 12px !important;
}

.profile-card h3 {
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  margin-bottom: 6px !important;
}

.profile-card p {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
.page-header,
.page-header-title,
.page-header-subtitle,
.dashboard-hero h1,
.dashboard-hero p {
  display: none !important;
}

.dashboard-content {
  margin-top: 0 !important;
  padding-top: 8px !important;
}
.dashboard-wrapper {
  padding-top: 0 !important;
}
.tier-badge {
  background: #111 !important;
  padding: 26px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}

.tier-badge-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tier-badge-title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  margin-bottom: 6px !important;
}

.tier-badge-label {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.9 !important;
  margin-bottom: 8px !important;
}

.tier-badge-level {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  padding: 6px 0 !important;
}
/* FOUNDATION — Bronze */
.tier-foundation {
  background: linear-gradient(135deg, #cd7f32, #b87333, #8b5a2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* GROWTH — Gold */
.tier-growth {
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ELITE — Diamond Gold */
.tier-elite {
  background: linear-gradient(135deg, #fff6d5, #f5d76e, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
tier-badge-level {
  animation: tierGlow 3s ease-in-out infinite;
}

@keyframes tierGlow {
  0% { text-shadow: 0 0 10px rgba(212,175,55,0.4); }
  50% { text-shadow: 0 0 22px rgba(212,175,55,0.8); }
  100% { text-shadow: 0 0 10px rgba(212,175,55,0.4); }
}
.tier-badge {
  position: relative !important;
}

.tier-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}

@keyframes frameGlow {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}
.tier-badge-level::before {
  content: "★ ";
  font-size: 1.2rem;
  margin-right: 4px;
}
.progress-widget {
  background: #111 !important;
  padding: 26px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.progress-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.progress-title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  margin-bottom: 10px !important;
}
.progress-percentage {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #f5d76e !important;
  margin-bottom: 12px !important;
}
.progress-bar {
  width: 100% !important;
  height: 14px !important;
  background: #222 !important;
  border-radius: 10px !important;
  border: 1px solid #6e4f1b !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 10px rgba(180,134,11,0.35) !important;
}
.progress-fill {
  height: 100% !important;
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  ) !important;
  background-size: 300% 300% !important;
  animation: progressGlow 3s ease-in-out infinite;
  border-radius: 10px !important;
}

@keyframes progressGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.progress-fill.foundation {
  background: linear-gradient(135deg, #cd7f32, #b87333, #8b5a2b) !important;
}

.progress-fill.growth {
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16) !important;
}

.progress-fill.elite {
  background: linear-gradient(135deg, #fff6d5, #f5d76e, #d4af37) !important;
}
.progress-widget {
  position: relative !important;
}

.progress-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}

@keyframes frameGlow {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}
.earnings-widget {
  background: #111 !important;
  padding: 26px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}
.earnings-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.earnings-title {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #d4af37 !important;
  margin-bottom: 10px !important;
}
.earnings-amount {
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.earnings-label {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 14px !important;
}
.earnings-bar {
  width: 100% !important;
  height: 14px !important;
  background: #222 !important;
  border-radius: 10px !important;
  border: 1px solid #6e4f1b !important;
  overflow: hidden !important;
  box-shadow: inset 0 0 10px rgba(180,134,11,0.35) !important;
}
.earnings-fill {
  height: 100% !important;
  background: linear-gradient(
    135deg,
    #d4af37 0%,
    #b8860b 40%,
    #5a3e16 80%
  ) !important;
  background-size: 300% 300% !important;
  animation: earningsGlow 3s ease-in-out infinite;
  border-radius: 10px !important;
}

@keyframes earningsGlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.earnings-progress-text {
  margin-top: 10px !important;
  font-size: 0.95rem !important;
  color: #d4af37 !important;
  opacity: 0.9 !important;
}
.earnings-widget {
  position: relative !important;
}

.earnings-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}

@keyframes frameGlow {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}
.earnings-fill.foundation {
  background: linear-gradient(135deg, #cd7f32, #b87333, #8b5a2b) !important;
}

.earnings-fill.growth {
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16) !important;
}

.earnings-fill.elite {
  background: linear-gradient(135deg, #fff6d5, #f5d76e, #d4af37) !important;
}
.tools-resources-widget {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.tr-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tr-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.tr-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.tr-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.tr-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: center !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.tr-card-icon {
  font-size: 1.8rem !important;
  margin-bottom: 8px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tr-card-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
}
.tr-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.tools-resources-widget {
  position: relative !important;
}

.tools-resources-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.encyclopedia-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.ency-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ency-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.ency-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.ency-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.ency-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: center !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.ency-card-icon {
  font-size: 1.8rem !important;
  margin-bottom: 8px !important;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ency-card-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
}
.ency-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.encyclopedia-wrapper {
  position: relative !important;
}

.encyclopedia-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg, #d4af37, #b8860b, #5a3e16);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
Wrapper (Luxury Editorial)

.download-center-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}


Header (Metallic)

.dc-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dc-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.dc-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.dc-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.dc-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: center !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.dc-card-icon {
  font-size: 1.8rem !important;
  margin-bottom: 8px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dc-card-title {
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
}
.dc-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.download-center-wrapper {
  position: relative !important;
}

.download-center-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.contract-summary-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.cs-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.cs-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.cs-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.cs-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: left !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.cs-card-icon {
  font-size: 1.6rem !important;
  margin-bottom: 6px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cs-card-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.cs-card-text {
  font-size: 0.95rem !important;
  color: #e6e6e6 !important;
  line-height: 1.45 !important;
}
.cs-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.contract-summary-wrapper {
  position: relative !important;
}

.contract-summary-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.curriculum-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.cg-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.cg-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.cg-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.cg-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: left !important;
  text-decoration: none !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.cg-card-icon {
  font-size: 1.6rem !important;
  margin-bottom: 6px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cg-card-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.cg-card-text {
  font-size: 0.95rem !important;
  color: #e6e6e6 !important;
  line-height: 1.45 !important;
}
.cg-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.curriculum-wrapper {
  position: relative !important;
}

.curriculum-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.obligations-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.ob-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ob-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.ob-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.ob-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.ob-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: left !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.ob-card-icon {
  font-size: 1.6rem !important;
  margin-bottom: 6px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ob-card-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.ob-card-text {
  font-size: 0.95rem !important;
  color: #e6e6e6 !important;
  line-height: 1.45 !important;
}
.ob-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.obligations-wrapper {
  position: relative !important;
}

.obligations-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.roadmap-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.rm-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rm-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.rm-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.rm-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.rm-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: left !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.rm-card-icon {
  font-size: 1.6rem !important;
  margin-bottom: 6px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rm-card-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.rm-card-text {
  font-size: 0.95rem !important;
  color: #e6e6e6 !important;
  line-height: 1.45 !important;
}
.rm-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.roadmap-wrapper {
  position: relative !important;
}

.roadmap-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
.profile-wrapper {
  background: #111 !important;
  padding: 28px !important;
  border-radius: 14px !important;
  border: 1px solid #6e4f1b !important;
  box-shadow: 0 0 22px rgba(180,134,11,0.45) !important;
  margin-bottom: 30px !important;
  text-align: center !important;
}
.pf-header-icon {
  font-size: 2rem !important;
  margin-bottom: 10px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pf-header-title {
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #d4af37 !important;
  margin-bottom: 4px !important;
}

.pf-header-subtitle {
  font-size: 0.95rem !important;
  color: #f5d76e !important;
  opacity: 0.85 !important;
  margin-bottom: 20px !important;
}
.pf-grid {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 16px !important;
  margin-top: 10px !important;
}
.pf-card {
  background: #1a1a1a !important;
  padding: 18px !important;
  border-radius: 12px !important;
  border: 1px solid #6e4f1b !important;
  text-align: left !important;
  display: block !important;
  transition: all 0.3s ease !important;
  box-shadow: 0 0 12px rgba(180,134,11,0.25) !important;
}
.pf-card-icon {
  font-size: 1.6rem !important;
  margin-bottom: 6px !important;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pf-card-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #f5d76e !important;
  margin-bottom: 6px !important;
}
.pf-card-text {
  font-size: 0.95rem !important;
  color: #e6e6e6 !important;
  line-height: 1.45 !important;
}
.pf-card:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 0 22px rgba(212,175,55,0.55) !important;
  border-color: #d4af37 !important;
}
.profile-wrapper {
  position: relative !important;
}

.profile-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;
  background: linear-gradient(135deg,#d4af37,#b8860b,#5a3e16);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: frameGlow 4s ease-in-out infinite;
}
