:root {
  color-scheme: dark;
  --bg: #09100f;
  --panel: #101b1a;
  --panel-2: #142522;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f6fbf7;
  --muted: #a7b7b0;
  --teal: #2ee8c7;
  --gold: #f8c84a;
  --coral: #ff6b5f;
  --acid: #8cff00;
  --acid-2: #d7ff37;
  --vault: #050807;
  --steel: #303733;
  --ink: #07100f;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --command-glow-lime: 0 0 34px rgba(140, 255, 0, 0.24);
  --command-glow-mint: 0 0 34px rgba(46, 232, 199, 0.22);
  --command-glow-cyan: 0 0 34px rgba(120, 232, 255, 0.2);
  --command-surface-strong: rgba(6, 16, 14, 0.92);
}

/* 2026-05-13 visible homepage refresh */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  isolation: isolate;
  min-height: min(820px, calc(100vh - 68px));
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.92fr);
  gap: clamp(30px, 6vw, 86px);
  padding-top: clamp(62px, 7vw, 94px);
  padding-bottom: clamp(46px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 18%, rgba(45, 242, 165, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 12%, rgba(156, 255, 50, 0.16), transparent 24rem),
    linear-gradient(118deg, rgba(3, 7, 6, 0.98), rgba(8, 23, 18, 0.96) 54%, rgba(4, 12, 10, 0.98));
}

.hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.32;
  z-index: -2;
}

.hero::after {
  background:
    linear-gradient(100deg, transparent 0%, rgba(156, 255, 50, 0.12) 44%, rgba(45, 242, 165, 0.16) 54%, transparent 66%);
  opacity: 0.44;
  z-index: -1;
}

.hero-copy {
  max-width: 650px;
}

.hero .eyebrow:first-child {
  align-items: center;
  color: #eafff4;
  display: inline-flex;
  gap: 9px;
  font-size: 0.84rem;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-transform: none;
}

.hero .eyebrow:first-child::before {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(46, 232, 199, 0.12);
  content: "";
  height: 9px;
  width: 9px;
}

.hero-value {
  gap: 16px;
  margin-bottom: 24px;
}

.hero-value h1 {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #f4fff7;
  font-size: clamp(3.5rem, 5.8vw, 6.6rem);
  line-height: 0.92;
  max-width: 680px;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.hero-title-line {
  color: #f4fff7;
  display: block;
}

.hero-title-line.accent {
  color: var(--acid);
  filter: drop-shadow(0 0 24px rgba(140, 255, 0, 0.2));
}

.hero .hero-math {
  background: rgba(255, 255, 255, 0.045);
  border-left: 2px solid rgba(140, 255, 0, 0.72);
  color: #dff1e8;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 820;
  max-width: 610px;
  padding: 10px 0 10px 14px;
}

.hero .hero-command-line {
  animation: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #eafff4;
  display: block;
  font-size: clamp(1.05rem, 1.65vw, 1.32rem);
  font-weight: 720;
  line-height: 1.55;
  max-width: 610px;
  padding: 0;
}

.brand-slogan,
.route-mini-stack,
.route-pulse-board,
.hero-proof-grid,
.hero-badges,
.public-hype-grid,
.guest-focus-strip,
.hero-search {
  display: none;
}

.route-start-board {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin: 22px 0 14px;
}

.route-command-card {
  grid-column: auto;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(140, 255, 0, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(17, 32, 25, 0.92), rgba(7, 14, 12, 0.92));
  border-color: rgba(140, 255, 0, 0.3);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.route-command-card h2 {
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  max-width: 500px;
}

.route-start-cta {
  justify-self: start;
  min-height: 48px;
  padding-inline: 18px;
}

.hero-actions {
  margin-top: 20px;
}

.hero-actions .primary,
.hero-actions .secondary {
  min-height: 48px;
  padding-inline: 20px;
}

.hero-actions .public-account-action {
  border-color: rgba(248, 200, 74, 0.34);
  color: #ffe7a3;
}

.hero-action-proof {
  color: #a8b9b2;
  font-size: 0.8rem;
  font-weight: 800;
  margin: 8px 0 0;
}

.hero-panel {
  align-self: center;
  padding: 22px;
  background:
    radial-gradient(circle at 96% 8%, rgba(140, 255, 0, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(17, 31, 25, 0.94), rgba(6, 13, 11, 0.95));
  border-color: rgba(201, 255, 223, 0.16);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(140, 255, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-panel::after {
  opacity: 0.28;
}

.hero-panel-tabs {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(201, 255, 223, 0.12);
  border-radius: 8px;
  padding: 5px;
}

.hero-panel-tabs button {
  border: 0;
  background: transparent;
  min-height: 34px;
  text-transform: none;
}

.hero-panel-tabs button.active {
  background: var(--acid);
  color: #07100d;
}

.hero-top-public h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  max-width: 560px;
}

.hero-top-public .muted {
  max-width: 570px;
}

.cinema-top-three,
.hero-panel .top-three {
  gap: 12px;
}

.top-site-chip {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(201, 255, 223, 0.14);
}

.top-site-chip.ready {
  border-color: rgba(140, 255, 0, 0.36);
  box-shadow: 0 0 28px rgba(140, 255, 0, 0.08);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 42px 24px 30px;
    overflow-x: hidden;
  }

  .hero-value h1 {
    font-size: clamp(2.75rem, 12.2vw, 3.75rem);
    line-height: 0.96;
  }

  .hero-copy,
  .hero-value,
  .route-start-board,
  .route-command-card {
    max-width: 100%;
    min-width: 0;
  }

  .route-command-card {
    overflow: hidden;
  }

  .route-command-card h2,
  .route-command-card p,
  .route-command-card small {
    overflow-wrap: break-word;
  }

  .hero .hero-command-line,
  .hero .hero-math {
    max-width: 30ch;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .primary,
  .hero-actions .secondary {
    width: 100%;
  }

  .topbar {
    grid-template-columns: 1fr auto;
  }

  .launch-countdown,
  .header-brand-links,
  .install-btn,
  .command-center-jump {
    display: none;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* 2026-05-14 concept-faithful homepage layer */
.concept-nav {
  background: transparent;
  border: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  gap: clamp(22px, 4vw, 48px);
  min-width: 0;
  padding: 0;
  position: static;
}

.concept-nav a {
  color: #e8f1ed;
  font-size: 1rem;
  font-weight: 760;
}

.concept-cta {
  background: linear-gradient(135deg, var(--acid), #baff28);
  border: 0;
  border-radius: 8px;
  color: #061008;
  font-weight: 950;
  min-height: 46px;
  padding: 0 22px;
}

.topbar {
  grid-template-columns: auto 1fr auto;
}

.header-brand-links,
.command-center-jump,
.install-btn,
.nav-menu,
#openAccount,
.workspace-tabs {
  display: none !important;
}

.hero {
  grid-template-columns: minmax(420px, 0.66fr) minmax(620px, 1fr);
  min-height: 610px;
  padding-top: 40px;
}

.hero-value h1 {
  font-size: clamp(3.2rem, 4.5vw, 5.1rem);
  line-height: 1.02;
}

.hero-title-line {
  display: inline;
}

.hero-title-line::after {
  content: " ";
}

.hero-title-line.accent {
  font-style: italic;
}

.hero .hero-math {
  display: none;
}

.hero .hero-command-line {
  color: #b8c7c0;
  font-weight: 520;
  max-width: 550px;
}

.concept-hero-points {
  display: grid;
  gap: 14px;
  margin: 26px 0;
}

.concept-hero-points span {
  align-items: center;
  color: #dce8e2;
  display: flex;
  gap: 12px;
  font-size: 1rem;
}

.concept-hero-points span::before {
  color: var(--acid);
  content: "□";
  font-size: 1.15rem;
}

.route-start-board {
  display: none;
}

.hero-actions .public-account-action,
.hero-actions .claimer-cta {
  display: none;
}

.hero-actions::after {
  color: #aebbb5;
  content: "100% Free   ·   No Card Required   ·   Private & Secure";
  flex-basis: 100%;
  font-size: 0.92rem;
  margin-top: 8px;
}

.hero-panel {
  min-height: 500px;
  padding: 0;
}

.hero-panel-tabs,
.hero-top-public > .eyebrow,
.hero-top-public > h2,
.hero-top-public > .muted,
.cinema-top-three {
  display: none !important;
}

.concept-dashboard {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 500px;
}

.concept-sidebar {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 15px;
  align-content: start;
  padding: 22px 16px;
}

.concept-sidebar span,
.concept-sidebar strong {
  border-radius: 8px;
  color: #dbe8e2;
  font-size: 0.86rem;
  font-weight: 800;
  padding: 8px 10px;
}

.concept-sidebar strong {
  background: rgba(140, 255, 0, 0.16);
  color: #f6fff8;
}

.concept-sidebar .mini-logo {
  align-items: center;
  background: transparent;
  color: var(--acid);
  display: flex;
  font-size: 1.35rem;
  font-weight: 950;
  height: 38px;
  padding: 0;
}

.concept-sidebar div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  gap: 2px;
  margin-top: 18px;
  padding: 14px;
  text-align: center;
}

.concept-sidebar b {
  color: #f7fff9;
  font-size: 2rem;
}

.concept-sidebar small {
  color: #97a59f;
}

.concept-board {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.concept-board-top,
.concept-card-head,
.timer-row,
.route-step,
.concept-streak {
  align-items: center;
  display: flex;
}

.concept-board-top,
.concept-card-head {
  justify-content: space-between;
}

.concept-board-top span,
.concept-card-head span {
  color: var(--acid);
  font-size: 0.82rem;
}

.concept-kpis {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.concept-kpis div,
.concept-board-grid section,
.concept-streak {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 14px;
}

.concept-kpis span {
  color: #aab8b2;
  display: block;
  font-size: 0.78rem;
  margin-bottom: 10px;
}

.concept-kpis strong {
  color: #f7fff9;
  font-size: 1.55rem;
}

.concept-board-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.2fr 0.9fr;
}

.concept-board-grid section {
  display: grid;
  gap: 10px;
}

.timer-row,
.route-step {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 12px;
  padding-top: 10px;
}

.timer-row b,
.route-step span {
  flex: 1;
}

.timer-row span,
.route-step em {
  color: #c7d4cd;
  font-size: 0.82rem;
  font-style: normal;
}

.timer-row em {
  color: var(--acid);
  font-size: 0.78rem;
  font-style: normal;
}

.route-step b {
  align-items: center;
  border: 1px solid var(--acid);
  border-radius: 999px;
  color: var(--acid);
  display: flex;
  height: 23px;
  justify-content: center;
  width: 23px;
}

.concept-board-grid button {
  background: rgba(140, 255, 0, 0.14);
  border: 1px solid rgba(140, 255, 0, 0.45);
  border-radius: 8px;
  color: #eaffc8;
  font-weight: 950;
  min-height: 42px;
}

.concept-streak {
  gap: 12px;
}

.concept-streak span {
  color: var(--acid);
  font-weight: 950;
  margin-right: auto;
}

.concept-streak i {
  border: 2px solid var(--acid);
  border-radius: 999px;
  height: 24px;
  width: 24px;
}

.concept-feature-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 26px clamp(16px, 5vw, 72px) 56px;
}

.concept-feature-row article {
  background:
    radial-gradient(circle at 18% 16%, rgba(140, 255, 0, 0.18), transparent 34%),
    rgba(8, 14, 13, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: auto 1fr;
  min-height: 245px;
  padding: 24px;
}

.feature-orb {
  align-items: center;
  background: rgba(140, 255, 0, 0.16);
  border-radius: 999px;
  color: var(--acid);
  display: flex;
  font-weight: 950;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.concept-feature-row h3 {
  margin: 0 0 6px;
}

.concept-feature-row strong {
  color: var(--acid);
}

.concept-feature-row p {
  color: #aebbb5;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .concept-nav,
  .concept-cta {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .concept-feature-row,
  .concept-kpis,
  .concept-board-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .concept-dashboard {
    grid-template-columns: 1fr;
  }

  .concept-sidebar {
    display: none;
  }

  .hero-title-line {
    display: block;
  }

  .hero-title-line::after {
    content: "";
  }

  .concept-feature-row {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* Final concept match corrections */
.beta-badge,
.launch-countdown {
  display: none !important;
}

.topbar {
  min-height: 76px;
  padding: 12px clamp(24px, 4vw, 52px);
}

.brand img {
  background: linear-gradient(135deg, var(--acid), #45ef9b);
  border-radius: 8px;
  height: 40px;
  padding: 6px;
  width: 40px;
}

.brand span {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.concept-cta {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.hero {
  align-items: center;
  min-height: 570px;
  padding-top: 34px;
  padding-bottom: 28px;
}

.hero-value h1 {
  font-size: clamp(3rem, 4.1vw, 4.6rem);
  line-height: 1.04;
}

.hero .hero-command-line {
  font-size: 1.08rem;
  line-height: 1.55;
  max-width: 520px;
}

.route-start-board {
  display: none !important;
}

.concept-dashboard {
  min-height: 470px;
}

.hero-panel {
  min-height: 470px;
}

.concept-board {
  gap: 12px;
  padding: 20px;
}

.concept-kpis {
  gap: 10px;
}

.concept-kpis div,
.concept-board-grid section,
.concept-streak {
  padding: 12px;
}

.concept-feature-row {
  padding-top: 16px;
}

.stash-pulse {
  display: none;
}

@media (min-width: 1081px) {
  .concept-feature-row {
    margin-top: -6px;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: auto;
  }

  .brand img {
    height: 38px;
    width: 38px;
  }

  .brand span {
    font-size: 1rem;
  }
}

/* Premium polish pass */
.guest-home-stack {
  padding-top: 34px;
}

.guest-home-stack .compact-heading {
  align-items: end;
}

.guest-home-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.guest-home-grid article,
.public-share-strip,
.premium-roadmap-card,
.admin-readiness-grid article {
  background:
    radial-gradient(circle at top right, rgba(46, 232, 199, 0.12), transparent 48%),
    rgba(10, 18, 17, 0.9);
  border: 1px solid rgba(46, 232, 199, 0.16);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
}

.guest-home-grid article {
  display: grid;
  gap: 10px;
  min-height: 210px;
  padding: 18px;
}

.guest-home-grid h3,
.guest-home-grid p,
.public-share-strip strong,
.public-share-strip span,
.premium-roadmap-card h3,
.premium-roadmap-card p {
  margin: 0;
}

.guest-step {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 999px;
  color: var(--ink);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 50px;
}

.guest-home-grid a,
.link-button {
  align-self: end;
  color: var(--teal);
  font-weight: 950;
  text-decoration: none;
}

.link-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  text-align: left;
}

.public-share-strip {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(180px, 1fr) auto auto auto;
  margin-top: 16px;
  padding: 14px 16px;
}

.premium-roadmap-card {
  border-color: rgba(248, 200, 74, 0.28);
  padding: 20px;
}

.premium-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.premium-feature-list span,
.premium-price-note {
  background: rgba(248, 200, 74, 0.1);
  border: 1px solid rgba(248, 200, 74, 0.26);
  border-radius: 999px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 950;
  padding: 8px 10px;
}

.premium-price-note {
  border-radius: 8px;
  display: block;
  line-height: 1.4;
}

.admin-readiness-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin: 0 0 18px;
}

.admin-readiness-grid article {
  display: grid;
  gap: 6px;
  padding: 14px;
}

.admin-readiness-grid strong {
  color: var(--gold);
  font-size: 1.55rem;
  line-height: 1;
}

.admin-readiness-grid span {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.admin-readiness-grid small {
  color: var(--muted);
  line-height: 1.35;
}

.site-card:hover {
  border-color: rgba(46, 232, 199, 0.34);
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.claimer-layout {
  align-items: start;
}

.stash-progress-panel,
.stash-heatmap-panel,
.sidebar-route-panel,
.claim-editor {
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.stash-progress-panel,
.stash-heatmap-panel,
.sidebar-route-panel .authority-card,
.claim-editor,
.note-stat-card {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
}

.site-card > .tag-row,
.site-card .card-heading-row {
  justify-content: flex-start;
}

.site-card .ranking-votes {
  margin-left: auto;
}

.site-card h3 {
  font-size: 1.28rem;
  line-height: 1.05;
}

.site-card .muted {
  line-height: 1.5;
}

.site-card .site-details-toggle > summary,
.site-card .site-comments-toggle > summary {
  font-size: 0.96rem;
}

.site-card .card-actions {
  margin-top: 2px;
}

.site-card .card-actions .primary {
  box-shadow: 0 12px 26px rgba(46, 232, 199, 0.16);
}

.site-card .card-actions .secondary {
  background: rgba(255, 255, 255, 0.06);
}

.claim-editor form {
  display: grid;
  gap: 14px;
}

.commander-hero-strip,
.stash-progress-panel,
.stash-heatmap-panel,
.claim-editor,
.sidebar-route-panel .authority-card {
  border-radius: 10px;
}

.commander-hero-strip {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02)),
    rgba(10, 18, 17, 0.86);
  border: 1px solid rgba(46, 232, 199, 0.14);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  gap: 18px;
  padding: 18px;
}

.stash-progress-panel,
.stash-heatmap-panel,
.claim-editor {
  overflow: clip;
}

.claim-editor {
  gap: 16px;
}

.stash-heatmap-panel .mission-heading {
  gap: 14px;
}

.heatmap-command-card {
  min-height: 100%;
}

.admin-cluster .section-heading {
  margin: 0;
}

.admin-cluster .analytics-grid {
  margin-top: 0;
}

@media (max-width: 860px) {
  .guest-home-grid,
  .admin-readiness-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .public-share-strip {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .site-card .ranking-votes {
    margin-left: 0;
  }

  .card-actions,
  .ratings-box,
  .note-quick-stats {
    grid-template-columns: 1fr;
  }
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  margin: 0;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.12), transparent 36%),
    radial-gradient(circle at 82% 8%, rgba(248, 200, 74, 0.18), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
}

body::before,
body::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
}

body::before {
  background:
    linear-gradient(90deg, rgba(140, 255, 0, 0.045) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px) 0 0 / 72px 72px,
    radial-gradient(circle at 85% 12%, rgba(140, 255, 0, 0.14), transparent 34rem),
    radial-gradient(circle at 14% 16%, rgba(255, 107, 95, 0.08), transparent 28rem);
  opacity: 0.75;
  z-index: 0;
}

body::after {
  background:
    repeating-linear-gradient(138deg, transparent 0 34px, rgba(140, 255, 0, 0.045) 34px 36px),
    linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.34));
  left: auto;
  opacity: 0.48;
  width: min(46vw, 640px);
  z-index: 0;
}

.topbar,
.workspace-tabs,
main,
.disclaimer,
dialog,
.claim-toast,
.account-fab,
.account-modal,
.public-page-tabs {
  position: relative;
  z-index: 1;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

body[data-template="compact"] {
  --panel: #0d1716;
  --panel-2: #10211f;
  --teal: #39f5d0;
}

body[data-template="spotlight"] {
  --bg: #080d0c;
  --panel: #13201d;
  --gold: #ffd35c;
  --coral: #ff5548;
  background:
    radial-gradient(circle at 12% 18%, rgba(248, 200, 74, 0.24), transparent 28%),
    radial-gradient(circle at 88% 8%, rgba(255, 90, 79, 0.14), transparent 26%),
    var(--bg);
}

body[data-template="comfort"] {
  --bg: #080b0f;
  --panel: #101721;
  --panel-2: #15202d;
  --muted: #bbcac4;
  --teal: #78e8ff;
  --gold: #f7d779;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(9, 16, 15, 0.78);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr auto auto auto auto auto;
  left: 0;
  max-width: 100%;
  padding: 12px clamp(16px, 4vw, 56px);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 10px;
  font-weight: 900;
}

.brand img {
  border-radius: 8px;
  height: 42px;
  object-fit: cover;
  width: 42px;
}

.brand span {
  background: linear-gradient(100deg, #ffffff, var(--acid-2) 46%, var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(140, 255, 0, 0.25);
}

.beta-badge {
  background: linear-gradient(135deg, var(--gold), #ff8a7f);
  border-radius: 999px;
  color: #111;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  padding: 4px 7px;
  text-transform: uppercase;
}

.launch-countdown {
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  color: var(--teal);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
  padding: 5px 9px;
}

.header-brand-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.header-extension-link,
.header-social-link {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 950;
  justify-content: center;
  min-height: 38px;
}

.header-share-link {
  align-items: center;
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.22), rgba(46, 232, 199, 0.08));
  border: 1px solid rgba(46, 232, 199, 0.42);
  border-radius: 999px;
  color: #d9fff6;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.76rem;
  font-weight: 950;
  justify-content: center;
  min-height: 38px;
  min-width: 78px;
  padding: 8px 14px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.header-share-link:hover {
  border-color: rgba(46, 232, 199, 0.72);
  box-shadow: 0 0 22px rgba(46, 232, 199, 0.24);
  transform: translateY(-1px);
}

.header-extension-link {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.24), rgba(248, 200, 74, 0.26));
  border: 1px solid rgba(248, 200, 74, 0.34);
  box-shadow: 0 0 22px rgba(46, 232, 199, 0.2), inset 0 0 18px rgba(248, 200, 74, 0.08);
  color: #f7fff9;
  padding: 9px 14px;
  position: relative;
}

.header-extension-link::after {
  animation: extensionGlow 2.4s ease-in-out infinite;
  border-radius: inherit;
  box-shadow: 0 0 0 0 rgba(248, 200, 74, 0.22);
  content: "";
  inset: 0;
  position: absolute;
}

.header-social-link {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  color: var(--text);
  height: 38px;
  min-width: 38px;
  padding: 8px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
  width: 38px;
}

.header-social-link svg {
  display: block;
  fill: currentColor;
  height: 19px;
  width: 19px;
}

.header-social-link.instagram svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.header-social-link:hover {
  box-shadow: 0 0 20px rgba(46, 232, 199, 0.14);
  transform: translateY(-1px);
}

.header-social-link.facebook {
  border-color: rgba(123, 181, 255, 0.34);
  color: #7bb5ff;
}

.header-social-link.facebook:hover {
  border-color: rgba(123, 181, 255, 0.64);
  box-shadow: 0 0 22px rgba(123, 181, 255, 0.22);
}

.header-social-link.instagram {
  border-color: rgba(255, 90, 79, 0.3);
  color: #ff9f76;
}

.header-social-link.instagram:hover {
  border-color: rgba(255, 159, 118, 0.62);
  box-shadow: 0 0 22px rgba(255, 90, 79, 0.2);
}

.header-social-link.tiktok {
  border-color: rgba(46, 232, 199, 0.34);
  color: var(--teal);
}

.header-social-link.tiktok:hover {
  border-color: rgba(46, 232, 199, 0.66);
  box-shadow: 0 0 22px rgba(46, 232, 199, 0.22);
}

@keyframes extensionGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(248, 200, 74, 0); }
  50% { box-shadow: 0 0 0 6px rgba(248, 200, 74, 0.12); }
}

.install-btn {
  background: rgba(248, 200, 74, 0.14);
  border: 1px solid rgba(248, 200, 74, 0.36);
  border-radius: 8px;
  color: var(--gold);
  font-size: 0.88rem;
  font-weight: 950;
  min-height: 40px;
  padding: 9px 13px;
}

.command-center-jump {
  animation: commandCenterJumpPulse 2.1s ease-in-out infinite;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(140, 255, 0, 0.34), rgba(46, 232, 199, 0.3)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(140, 255, 0, 0.62);
  border-radius: 8px;
  box-shadow: 0 0 24px rgba(140, 255, 0, 0.24);
  color: #08100d;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 950;
  gap: 7px;
  letter-spacing: 0.02em;
  min-height: 40px;
  padding: 9px 13px;
  text-transform: uppercase;
}

.command-center-jump:hover {
  border-color: rgba(248, 200, 74, 0.78);
  box-shadow: 0 0 30px rgba(248, 200, 74, 0.28);
  transform: translateY(-1px);
}

.command-center-jump-icon {
  filter: drop-shadow(0 0 10px rgba(248, 200, 74, 0.32));
  font-size: 1rem;
  line-height: 1;
}

.install-btn.install-ready {
  animation: installPulse 1.6s ease-in-out infinite;
  background: var(--gold);
  color: var(--ink);
}

@keyframes installPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(248, 200, 74, 0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(248, 200, 74, 0.16);
  }
}

@keyframes commandCenterJumpPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(46, 232, 199, 0.04);
  }
  50% {
    box-shadow: 0 0 0 7px rgba(46, 232, 199, 0.17);
  }
}

.nav-menu {
  position: relative;
}

.nav-menu summary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  font-weight: 900;
  list-style: none;
  padding: 10px 14px;
}

.nav-menu summary::-webkit-details-marker {
  display: none;
}

.nav-menu[open] summary {
  border-color: rgba(46, 232, 199, 0.55);
}

nav a.nav-command-center {
  background:
    linear-gradient(135deg, rgba(140, 255, 0, 0.18), rgba(46, 232, 199, 0.16)),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(140, 255, 0, 0.42);
  border-radius: 8px;
  color: #d5ff60;
  font-weight: 950;
  padding: 10px 12px;
  text-transform: uppercase;
}

nav {
  background: rgba(9, 16, 15, 0.96);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 230px;
  padding: 14px;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  z-index: 30;
}

nav a {
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
}

.custom-nav-links {
  display: contents;
}

nav a.nav-claimer {
  color: #ff5a4f;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(255, 90, 79, 0.44);
}

.workspace-tabs {
  background:
    linear-gradient(90deg, rgba(46, 232, 199, 0.14), rgba(248, 200, 74, 0.08)),
    rgba(9, 16, 15, 0.94);
  border-bottom: 1px solid rgba(46, 232, 199, 0.16);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
  display: none;
  gap: 10px;
  inset-inline: 0;
  overflow-x: auto;
  padding: 8px clamp(16px, 5vw, 72px);
  position: sticky;
  top: 50px;
  width: 100%;
  z-index: 9;
}

.is-signed-in .workspace-tabs {
  align-items: center;
  display: flex;
}

.workspace-tabs a {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 950;
  padding: 10px 14px;
  white-space: nowrap;
}

.workspace-tabs a.active,
.workspace-tabs a:hover {
  background: linear-gradient(135deg, var(--teal), var(--gold));
  color: var(--ink);
}

.is-signed-in main,
.is-signed-in .disclaimer {
  padding-left: 0;
}

.workspace-page-hidden {
  display: none !important;
}

.public-page-hidden {
  display: none !important;
}

.is-guest .topbar {
  grid-template-columns: 1fr auto auto auto auto;
}

main {
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

.hero {
  align-items: center;
  background:
    radial-gradient(circle at 72% 28%, rgba(46, 232, 199, 0.28), transparent 28%),
    radial-gradient(circle at 28% 20%, rgba(248, 200, 74, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 90, 79, 0.12), transparent 35%);
  display: grid;
  gap: clamp(24px, 4vw, 48px);
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.82fr);
  max-width: 100%;
  min-height: min(760px, calc(100vh - 68px));
  min-width: 0;
  overflow: hidden;
  padding: clamp(42px, 6vw, 76px) clamp(16px, 5vw, 72px) clamp(34px, 5vw, 58px);
  position: relative;
}

.hero::marker {
  content: "";
}

.hero-value h1 span {
  background: linear-gradient(135deg, var(--gold), var(--teal), #ffb36b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 18px rgba(248, 200, 74, 0.18));
}

.hero-command-line {
  animation: commandLineGlow 3.4s ease-in-out infinite;
  background:
    linear-gradient(135deg, rgba(248, 200, 74, 0.2), rgba(46, 232, 199, 0.12)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(248, 200, 74, 0.32);
}

.hero-panel {
  position: relative;
}

.hero-panel::after {
  animation: panelSweep 5.2s ease-in-out infinite;
  background: linear-gradient(100deg, transparent, rgba(46, 232, 199, 0.18), rgba(248, 200, 74, 0.18), transparent);
  content: "";
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.access-gate {
  background: linear-gradient(180deg, rgba(46, 232, 199, 0.08), rgba(255, 255, 255, 0.025));
}

.access-stage {
  align-items: stretch;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
}

.access-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.locked-copy {
  color: #eafff9;
  font-weight: 850;
  margin: 18px 0 0;
  max-width: 920px;
}

.access-grid div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 16px;
}

.access-grid strong {
  color: var(--gold);
}

.access-grid span {
  color: var(--muted);
  font-weight: 750;
}

.click-magnet-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(248, 200, 74, 0.14), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(46, 232, 199, 0.04));
}

.commander-quick-picks {
  background:
    radial-gradient(circle at 86% 20%, rgba(248, 200, 74, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(46, 232, 199, 0.045)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px;
}

.command-toggle-card {
  background:
    radial-gradient(circle at 86% 20%, rgba(248, 200, 74, 0.12), transparent 24%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.035), rgba(46, 232, 199, 0.045)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 0;
}

.command-toggle-card > summary {
  align-items: center;
  cursor: pointer;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  list-style: none;
  padding: 16px;
}

.command-toggle-card > summary::-webkit-details-marker {
  display: none;
}

.command-toggle-card > summary span {
  display: grid;
  gap: 4px;
}

.command-toggle-card > summary strong {
  color: var(--gold);
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
}

.command-toggle-card > summary small {
  color: var(--muted);
  font-weight: 850;
  line-height: 1.45;
}

.command-toggle-card > summary b {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  color: var(--text);
  padding: 10px 14px;
}

.command-toggle-card[open] > summary b {
  color: var(--teal);
}

.command-toggle-card[open] > summary b::before {
  content: "Close";
}

.command-toggle-card[open] > summary b {
  font-size: 0;
}

.command-toggle-card[open] > summary b::before {
  font-size: 0.9rem;
}

.command-toggle-card > :not(summary) {
  margin: 0 16px 16px;
}

.commander-quick-picks-heading {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.commander-quick-picks-heading h3,
.commander-quick-picks-heading p {
  margin: 0;
}

.commander-click-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.commander-click-grid .click-magnet-card {
  background: rgba(255, 255, 255, 0.04);
}

.click-magnet-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.unlock-preview {
  background:
    radial-gradient(circle at 88% 12%, rgba(248, 200, 74, 0.11), transparent 26%),
    linear-gradient(180deg, rgba(46, 232, 199, 0.055), rgba(255, 255, 255, 0.02));
}

.unlock-preview-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.unlock-shot {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)), var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  min-height: 260px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.unlock-shot::before {
  background: radial-gradient(circle, rgba(46, 232, 199, 0.16), transparent 62%);
  content: "";
  height: 150px;
  position: absolute;
  right: -50px;
  top: -50px;
  width: 150px;
}

.shot-top {
  display: grid;
  gap: 6px;
  position: relative;
  z-index: 1;
}

.shot-top span {
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  text-transform: uppercase;
}

.shot-top strong {
  color: #f7fff9;
  font-size: 1.05rem;
}

.unlock-shot p {
  color: var(--muted);
  font-weight: 800;
  margin: 0;
  position: relative;
  z-index: 1;
}

.mini-heat-grid,
.mini-alert-list,
.mini-stat-row,
.mini-note-card {
  background: rgba(5, 14, 11, 0.78);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.mini-heat-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  padding: 14px;
}

.mini-heat-grid i {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: block;
}

.mini-heat-grid .ready { background: rgba(46, 232, 199, 0.22); border-color: rgba(46, 232, 199, 0.55); }
.mini-heat-grid .almost { background: rgba(248, 200, 74, 0.22); border-color: rgba(248, 200, 74, 0.58); }
.mini-heat-grid .claimed { background: rgba(255, 90, 79, 0.16); border-color: rgba(255, 90, 79, 0.42); }
.mini-heat-grid .favorite { box-shadow: 0 0 0 2px rgba(248, 200, 74, 0.3); }

.mini-note-card {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.mini-note-card b,
.mini-stat-row b {
  color: var(--gold);
  font-size: 1.35rem;
}

.mini-note-card em,
.mini-note-card small,
.mini-stat-row small {
  color: var(--muted);
  font-style: normal;
  font-weight: 800;
}

.mini-alert-list {
  display: grid;
  gap: 8px;
  padding: 14px;
}

.mini-alert-list span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d8e5df;
  font-size: 0.84rem;
  font-weight: 900;
  padding: 8px 10px;
}

.mini-stat-row {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  padding: 14px;
  text-align: center;
}

.click-magnet-card,
.public-site-detail article {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.click-magnet-card h3,
.click-magnet-card p {
  margin: 0;
}

.click-route-list {
  display: grid;
  gap: 8px;
}

.click-route-list a {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(46, 232, 199, 0.16);
  border-radius: 8px;
  color: #f7fff9;
  display: grid;
  gap: 8px;
  grid-template-columns: auto auto minmax(0, 1fr);
  padding: 10px;
  text-decoration: none;
}

.click-route-list a:hover {
  border-color: rgba(248, 200, 74, 0.42);
  transform: translateY(-1px);
}

.click-route-list a > span {
  align-items: center;
  background: var(--teal);
  border-radius: 8px;
  color: #06120f;
  display: inline-flex;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.locked-preview {
  background:
    radial-gradient(circle at top right, rgba(46, 232, 199, 0.22), transparent 12rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 10px;
  overflow: hidden;
  padding: 16px;
  position: relative;
}

.locked-preview::after {
  background: linear-gradient(90deg, transparent, rgba(248, 200, 74, 0.18), transparent);
  content: "";
  height: 100%;
  left: -60%;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: skewX(-16deg);
  width: 50%;
}

.locked-preview:hover::after {
  animation: previewSweep 1.15s ease;
}

@keyframes previewSweep {
  to {
    left: 115%;
  }
}

.preview-topline,
.preview-route-card,
.preview-lock {
  background: rgba(7, 17, 15, 0.72);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.preview-topline {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.preview-topline span,
.preview-route-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-topline strong,
.preview-route-card strong {
  color: #f7fff9;
}

.preview-route-card.ready {
  border-color: rgba(46, 232, 199, 0.42);
}

.preview-route-card.almost {
  border-color: rgba(248, 200, 74, 0.42);
}

.preview-route-card.private {
  border-color: rgba(255, 90, 79, 0.34);
}

.preview-lock span {
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(9, 16, 15, 0.9), rgba(9, 16, 15, 0.1)),
    url("./assets/sweepstash-logo.png") center right 8% / min(500px, 52vw) no-repeat;
  content: "";
  inset: 0;
  opacity: 0.42;
  position: absolute;
  z-index: -1;
}

.hero::after {
  animation: prizeSweep 6s linear infinite;
  background:
    linear-gradient(100deg, transparent 0%, rgba(46, 232, 199, 0.18) 42%, rgba(248, 200, 74, 0.26) 50%, transparent 58%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-70%);
  z-index: -1;
}

.stash-pulse {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(248, 200, 74, 0.12), rgba(46, 232, 199, 0.08)),
    #07100e;
  border-bottom: 1px solid rgba(248, 200, 74, 0.22);
  border-top: 1px solid rgba(46, 232, 199, 0.18);
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  overflow: hidden;
  padding: 10px clamp(16px, 5vw, 72px);
  position: relative;
}

.stash-pulse::before {
  animation: pulseHeat 4.8s ease-in-out infinite;
  background: radial-gradient(circle, rgba(248, 200, 74, 0.22), transparent 58%);
  content: "";
  height: 140px;
  left: -60px;
  pointer-events: none;
  position: absolute;
  top: -58px;
  width: 220px;
}

.pulse-track a,
.pulse-track span {
  border: 1px solid rgba(46, 232, 199, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.pulse-label {
  align-items: center;
  color: var(--gold);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 950;
  gap: 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.pulse-label span {
  animation: pulseDot 1.2s ease-in-out infinite;
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(46, 232, 199, 0.7);
  height: 9px;
  width: 9px;
}

.pulse-track {
  min-width: 0;
  overflow: hidden;
}

.pulse-track > div {
  animation: pulseMarquee 28s linear infinite;
  display: flex;
  gap: 10px;
  width: max-content;
}

.pulse-track span,
.pulse-chip {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(46, 232, 199, 0.16);
  border-radius: 999px;
  color: #eafff9;
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
  padding: 7px 12px;
  text-decoration: none;
  white-space: nowrap;
}

.pulse-chip:hover {
  border-color: rgba(248, 200, 74, 0.42);
  color: var(--gold);
}

@keyframes pulseDot {
  0%,
  100% {
    transform: scale(0.86);
  }

  50% {
    transform: scale(1.18);
  }
}

@keyframes pulseMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes pulseHeat {
  0%,
  100% {
    opacity: 0.32;
    transform: translateX(0) scale(1);
  }

  50% {
    opacity: 0.72;
    transform: translateX(28px) scale(1.08);
  }
}

@keyframes prizeSweep {
  from {
    transform: translateX(-80%);
  }

  to {
    transform: translateX(80%);
  }
}

@keyframes commandLineGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(248, 200, 74, 0), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }

  50% {
    box-shadow: 0 0 34px rgba(248, 200, 74, 0.2), 0 0 24px rgba(46, 232, 199, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }
}

@keyframes routeCtaPulse {
  0%,
  100% {
    box-shadow:
      0 14px 34px rgba(46, 232, 199, 0.2),
      0 0 0 rgba(140, 255, 0, 0);
  }

  50% {
    box-shadow:
      0 18px 48px rgba(46, 232, 199, 0.32),
      0 0 32px rgba(140, 255, 0, 0.22);
  }
}

@keyframes panelSweep {
  0%,
  42% {
    transform: translateX(-120%);
  }

  100% {
    transform: translateX(120%);
  }
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(2.7rem, 5.8vw, 5.7rem);
  line-height: 0.95;
  margin-bottom: 18px;
  max-width: 780px;
}

.hero h1 {
  background: linear-gradient(100deg, #f7fff9 0%, #2ee8c7 48%, #f8c84a 78%, #ff8a7f 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 24px 70px rgba(46, 232, 199, 0.18);
}

.hero-value {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.hero-value h1 {
  margin-bottom: 0;
}

.hero-value h1 span {
  color: var(--gold);
  text-shadow: 0 0 28px rgba(248, 200, 74, 0.35);
}

.hero .hero-math {
  color: #eafff9;
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 950;
  line-height: 1.25;
  margin: 0;
  max-width: 680px;
}

.hero .hero-command-line {
  background:
    linear-gradient(135deg, rgba(248, 200, 74, 0.22), rgba(46, 232, 199, 0.13)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(248, 200, 74, 0.52);
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(248, 200, 74, 0.18), inset 0 0 22px rgba(46, 232, 199, 0.08);
  color: #fff8d4;
  display: inline-flex;
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  font-weight: 950;
  line-height: 1.1;
  margin: 0;
  max-width: 680px;
  padding: 10px 14px;
  text-shadow: 0 0 24px rgba(248, 200, 74, 0.42);
}

.brand-slogan {
  align-items: center;
  color: #f7fff9;
  display: inline-flex;
  font-size: clamp(1rem, 1.4vw, 1.28rem);
  font-weight: 950;
  gap: 10px;
  margin: 0;
  text-transform: uppercase;
  text-shadow: 0 0 22px rgba(140, 255, 0, 0.22);
}

.brand-slogan span {
  color: var(--acid-2);
  text-shadow: 0 0 18px rgba(140, 255, 0, 0.58);
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.02;
  margin-bottom: 0;
}

h3 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}

.hero p:not(.eyebrow) {
  color: #d8e5df;
  font-size: clamp(1rem, 1.45vw, 1.16rem);
  line-height: 1.6;
  max-width: 620px;
}

.hero-proof-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 0 20px;
  max-width: 980px;
}

.hero-proof-grid article {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04)),
    rgba(7, 16, 15, 0.84);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
  display: grid;
  gap: 8px;
  padding: 14px;
}

.hero-proof-grid strong,
.hero-proof-grid p {
  margin: 0;
}

.hero-proof-grid strong {
  color: #f4fff8;
  font-size: 1rem;
  line-height: 1.25;
}

.hero-proof-grid p {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 18px 0 22px;
}

.hero-badges span {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.18), rgba(248, 200, 74, 0.1)),
    rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  color: #ecfff8;
  font-size: 0.82rem;
  font-weight: 950;
  padding: 8px 12px;
  text-transform: uppercase;
}

.public-hype-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 22px;
  max-width: 680px;
}

.route-start-board {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, 0.88fr);
  margin: 18px 0 14px;
  max-width: 920px;
}

.route-command-card {
  background:
    radial-gradient(circle at 92% 8%, rgba(140, 255, 0, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(46, 232, 199, 0.12), rgba(248, 200, 74, 0.09)),
    rgba(5, 14, 12, 0.9);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 8px;
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 10px;
  padding: 18px;
}

.route-command-card h2 {
  color: #f7fff9;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1;
}

.route-command-card p {
  color: #d8e5df;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
  max-width: 560px;
}

.route-command-card small {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.35;
}

.route-start-cta {
  animation: routeCtaPulse 2.4s ease-in-out infinite;
  font-size: 1rem;
  min-height: 54px;
  text-transform: uppercase;
}

.route-start-cta:hover {
  animation-duration: 1.3s;
}

.route-mini-stack {
  align-content: stretch;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.claim-ring {
  --ring-color: var(--teal);
  align-items: center;
  aspect-ratio: 1;
  background:
    conic-gradient(var(--ring-color) calc(var(--pct, 0) * 1%), rgba(255, 255, 255, 0.08) 0),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 999px;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.24),
    inset 0 0 34px rgba(0, 0, 0, 0.28);
  display: grid;
  justify-items: center;
  min-height: 112px;
  padding: 18px;
  position: relative;
}

.claim-ring::before {
  background: rgba(5, 14, 12, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: inherit;
  content: "";
  inset: 10px;
  position: absolute;
}

.claim-ring strong,
.claim-ring span {
  position: relative;
  z-index: 1;
}

.claim-ring strong {
  color: #f7fff9;
  font-size: clamp(1.35rem, 3vw, 2.2rem);
  line-height: 0.9;
}

.claim-ring span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.claim-ring.almost { --ring-color: var(--gold); }
.claim-ring.promo { --ring-color: #ff5a4f; }
.claim-ring.route { --ring-color: var(--acid-2); }

.route-pulse-board {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 16px;
  max-width: 920px;
}

.hero-pulse-row {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(46, 232, 199, 0.06)),
    rgba(5, 14, 12, 0.82);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  grid-template-columns: 30px 36px minmax(0, 1fr) auto;
  min-height: 58px;
  padding: 9px 10px;
}

.hero-pulse-row > span:first-child {
  align-items: center;
  background: var(--teal);
  border-radius: 8px;
  color: #06120f;
  display: inline-flex;
  font-weight: 950;
  height: 30px;
  justify-content: center;
}

.hero-pulse-row strong {
  color: #f7fff9;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-pulse-row em {
  color: var(--gold);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-pulse-row.ready {
  border-color: rgba(46, 232, 199, 0.4);
  box-shadow: 0 0 28px rgba(46, 232, 199, 0.1);
}

.hero-pulse-row.promo {
  border-color: rgba(255, 90, 79, 0.34);
}

.command-signal-grid {
  margin-top: 14px;
}

.command-signal-grid article {
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
}

.command-signal-grid article p {
  grid-column: 2;
}

.signal-icon {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 8px;
  color: #06120f;
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 34px;
  justify-content: center;
  width: 38px;
}

.guest-focus-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 20px;
  max-width: 760px;
}

.guest-focus-strip article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.guest-focus-strip span {
  align-items: center;
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 950;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.guest-focus-strip strong,
.guest-focus-strip p {
  margin: 0;
}

.guest-focus-strip p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.public-hype-grid div {
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  min-height: 72px;
  padding: 10px;
}

.public-hype-grid strong,
.public-hype-grid span {
  display: block;
}

.public-hype-grid strong {
  color: var(--gold);
  font-size: clamp(1.05rem, 2vw, 1.45rem);
  font-weight: 950;
}

.public-hype-grid span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-actions,
.form-actions,
.inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-search {
  margin-top: 22px;
  max-width: 560px;
}

.hero-search input {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(46, 232, 199, 0.32);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.primary,
.secondary,
.ghost {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
}

.primary {
  background: var(--teal);
  color: var(--ink);
  position: relative;
  transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.primary:hover,
.secondary:hover,
.ghost:hover {
  transform: translateY(-1px);
}

.secondary {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--line);
}

.claimer-cta {
  border-color: rgba(255, 90, 79, 0.44);
  box-shadow: 0 0 24px rgba(255, 90, 79, 0.16);
}

.ghost {
  background: transparent;
  border-color: var(--line);
  color: var(--text);
}

.small {
  min-height: 36px;
  padding: 0 12px;
}

.full {
  width: 100%;
}

.hero-panel {
  background:
    linear-gradient(145deg, rgba(46, 232, 199, 0.12), rgba(255, 90, 79, 0.06)),
    rgba(8, 18, 16, 0.86);
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36), 0 0 44px rgba(46, 232, 199, 0.12);
  display: grid;
  gap: 14px;
  padding: 18px;
}

.hero-top-public {
  align-content: center;
  display: grid;
  gap: 16px;
}

.hero-panel-tabs {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hero-panel-tabs button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(46, 232, 199, 0.2);
  border-radius: 8px;
  color: #d8e5df;
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 950;
  min-height: 38px;
  padding: 0 8px;
  text-transform: uppercase;
}

.hero-panel-tabs button.active {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.9), rgba(248, 200, 74, 0.82));
  box-shadow: 0 10px 28px rgba(46, 232, 199, 0.18);
  color: #071110;
}

.hero-top-public .eyebrow,
.hero-top-public h2,
.hero-top-public p {
  margin: 0;
}

.hero-update-row,
.hero-signup-box {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(46, 232, 199, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.hero-update-row strong,
.hero-signup-box strong {
  color: #f7fff9;
}

.hero-update-row span,
.hero-signup-box span {
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}

.demo-page {
  display: none;
}

body.show-demo .demo-page {
  display: block;
}

.hero-cinema {
  background:
    linear-gradient(180deg, rgba(46, 232, 199, 0.12), rgba(255, 90, 79, 0.06)),
    rgba(6, 13, 12, 0.86);
  overflow: hidden;
  padding: 12px;
  position: relative;
  transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
}

.hero-cinema::before {
  animation: cinemaScan 5.5s ease-in-out infinite;
  background: linear-gradient(120deg, transparent, rgba(248, 200, 74, 0.18), transparent);
  content: "";
  height: 180%;
  left: -80%;
  pointer-events: none;
  position: absolute;
  top: -40%;
  width: 70%;
}

.cinema-frame {
  animation: cinemaFloat 5.8s ease-in-out infinite;
  max-width: none;
  width: 100%;
}

.cinema-top-three {
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.hero-cinema .top-site {
  background: rgba(255, 255, 255, 0.07);
}

@keyframes cinemaFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.01);
  }
}

@keyframes cinemaScan {
  0% {
    transform: translateX(0) rotate(7deg);
  }

  100% {
    transform: translateX(260%) rotate(7deg);
  }
}

.hero-panel > div:not(.cinema-frame):not(.cinema-top-three) {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.hero-panel > div:not(.cinema-frame):not(.cinema-top-three):last-child {
  border-bottom: 0;
}

.hero-panel .top-three,
.cinema-top-three {
  align-items: stretch;
  border-bottom: 0;
  display: grid;
  gap: 10px;
  padding: 6px 0 0;
}

.top-site-chip {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto minmax(0, 1fr) auto;
  min-width: 0;
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.top-site-chip::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-100%);
  transition: opacity 160ms ease, transform 500ms ease;
}

.top-site-chip:hover::after {
  opacity: 1;
  transform: translateX(100%);
}

.top-site-chip:nth-child(1) {
  background: linear-gradient(135deg, rgba(248, 200, 74, 0.22), rgba(46, 232, 199, 0.12));
  border-color: rgba(248, 200, 74, 0.36);
  box-shadow: 0 18px 44px rgba(248, 200, 74, 0.12);
  min-height: 76px;
  transform: scale(1.03);
}

.top-site-chip:nth-child(1) strong {
  color: var(--gold);
  font-size: 1.15rem;
}

.top-site-chip:nth-child(2) {
  background: rgba(46, 232, 199, 0.11);
  min-height: 64px;
}

.top-site-chip:nth-child(2) strong {
  color: var(--teal);
  font-size: 1.04rem;
}

.top-site-chip:nth-child(3) {
  background: rgba(255, 107, 95, 0.1);
  min-height: 58px;
}

.top-site-chip:hover {
  border-color: rgba(46, 232, 199, 0.5);
  transform: translateY(-1px) scale(1.01);
}

.top-site-chip:nth-child(1):hover {
  transform: translateY(-1px) scale(1.04);
}

.top-site-rank {
  align-items: center;
  background: var(--gold);
  border-radius: 8px;
  color: var(--ink);
  display: inline-grid;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.top-site-chip:nth-child(2) .top-site-rank {
  background: var(--teal);
}

.top-site-chip:nth-child(3) .top-site-rank {
  background: var(--coral);
}

.top-site-chip strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-site-chip span:not(.top-site-rank):not(.logo-chip) {
  color: var(--muted);
  font-size: 0.82rem;
  min-width: 0;
}

.metric {
  color: var(--gold);
  font-size: 2.2rem;
  font-weight: 900;
}

.tools {
  background: #0c1715;
  border-block: 1px solid var(--line);
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(220px, 2fr) repeat(5, minmax(130px, 1fr));
  max-width: 100%;
  min-width: 0;
  overflow-x: clip;
  padding: 18px clamp(16px, 5vw, 72px);
}

.daily-dashboard {
  background: linear-gradient(180deg, rgba(46, 232, 199, 0.07), rgba(255, 255, 255, 0.02));
}

.ranking-command-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 18px;
}

.site-news-section {
  background: linear-gradient(180deg, rgba(248, 200, 74, 0.07), rgba(255, 255, 255, 0.02));
}

.site-news-list {
  display: grid;
  gap: 12px;
}

.weekly-stash-panel {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.18), transparent 14rem),
    linear-gradient(135deg, rgba(46, 232, 199, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border: 1px solid rgba(248, 200, 74, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 14px;
  padding: 16px;
}

.weekly-stash-panel h3,
.weekly-stash-panel p {
  margin: 0;
}

.weekly-stash-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.weekly-stash-card {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 14px;
  text-align: center;
}

.weekly-stash-card.featured {
  border-color: rgba(248, 200, 74, 0.42);
  box-shadow: 0 0 34px rgba(248, 200, 74, 0.08);
}

.weekly-stash-rank {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  font-size: 1.25rem;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.weekly-stash-card h3,
.weekly-stash-card p {
  margin: 0;
}

.weekly-stash-card > div:nth-child(2) {
  display: grid;
  gap: 8px;
  justify-items: center;
  max-width: 56ch;
}

.weekly-stash-card .tag-row {
  justify-content: center;
}

.weekly-stash-actions {
  display: grid;
  gap: 8px;
  justify-items: center;
  width: 100%;
}

.weekly-stash-actions .mini-icon {
  justify-self: center;
}

.weekly-stash-actions .primary,
.weekly-stash-actions .secondary {
  justify-content: center;
  max-width: 280px;
  width: 100%;
}

.site-news-item {
  align-items: start;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 130px minmax(0, 1fr) auto;
  padding: 16px;
}

.site-news-date {
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 950;
}

.site-news-item h3,
.site-news-item p {
  margin: 0;
}

.site-news-tag {
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  color: var(--teal);
  font-size: 0.76rem;
  font-weight: 950;
  padding: 6px 10px;
  text-transform: uppercase;
}

.auth-toggle-panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
  padding: 14px;
}

.intelligence-section {
  background: linear-gradient(180deg, rgba(248, 200, 74, 0.055), rgba(46, 232, 199, 0.035));
}

.intelligence-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(280px, 0.85fr) minmax(280px, 0.85fr) minmax(320px, 1.3fr);
}

.route-command-card {
  grid-column: 1 / -1;
}

.next-click-card {
  border-color: rgba(248, 200, 74, 0.34);
}

.best-next-move {
  background:
    radial-gradient(circle at top right, rgba(46, 232, 199, 0.22), transparent 42%),
    linear-gradient(135deg, rgba(248, 200, 74, 0.16), rgba(255, 255, 255, 0.055));
  border: 1px solid rgba(248, 200, 74, 0.34);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 16px;
}

.best-next-move.ready {
  animation: readyPanelGlow 2.4s ease-in-out infinite;
  border-color: rgba(46, 232, 199, 0.62);
}

.best-next-move.almost {
  border-color: rgba(248, 200, 74, 0.62);
}

.best-next-top,
.best-next-main,
.best-next-actions,
.best-next-reasons {
  align-items: center;
  display: flex;
  gap: 10px;
}

.best-next-top {
  justify-content: space-between;
}

.best-next-top strong {
  color: var(--gold);
}

.best-next-main {
  align-items: start;
}

.best-next-main h4 {
  font-size: 1.45rem;
  margin: 0 0 4px;
}

.best-next-main p {
  color: #d7e6df;
  margin: 0;
}

.best-next-reasons {
  flex-wrap: wrap;
}

.best-next-reasons span {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  padding: 6px 9px;
}

.best-next-actions {
  align-items: stretch;
}

.best-next-actions > * {
  flex: 1;
  justify-content: center;
  text-align: center;
}

.next-click-box,
.next-click-column {
  background: rgba(248, 200, 74, 0.1);
  border: 1px solid rgba(248, 200, 74, 0.28);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.next-click-columns {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.next-click-column {
  align-content: start;
  background: rgba(255, 255, 255, 0.055);
}

.next-click-column h4 {
  color: var(--gold);
  margin: 0;
  overflow-wrap: anywhere;
}

.next-click-column-top {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.next-click-mini {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  min-width: 0;
  grid-template-columns: auto auto minmax(0, 1fr);
  min-height: 58px;
  padding: 9px;
}

.next-click-mini strong,
.next-click-mini small {
  display: block;
  overflow-wrap: anywhere;
}

.next-click-mini > span:not(.route-rank) {
  min-width: 0;
}

.next-click-mini a {
  grid-column: 1 / -1;
  justify-self: stretch;
  text-align: center;
}

.next-click-mini small,
.next-click-empty {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.next-click-empty {
  border: 1px dashed var(--line);
  border-radius: 8px;
  padding: 12px;
}

.route-list {
  display: grid;
  gap: 10px;
  max-height: 460px;
  overflow: auto;
}

.route-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto 1fr auto;
  padding: 12px;
}

.route-rank {
  align-items: center;
  background: var(--teal);
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.dashboard-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dash-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 16px;
}

.state-picker {
  min-width: 220px;
}

.tour {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(46, 232, 199, 0.05));
}

.tour-player {
  background: #060c0b;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  display: grid;
  gap: 0;
  max-width: 100%;
  min-width: 0;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  min-height: 430px;
  overflow: hidden;
}

.premium-tour {
  border-color: rgba(248, 200, 74, 0.28);
  box-shadow: 0 24px 90px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(46, 232, 199, 0.1);
}

.tour-screen {
  align-content: end;
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.2), transparent 40%),
    radial-gradient(circle at 76% 20%, rgba(248, 200, 74, 0.34), transparent 28%),
    radial-gradient(circle at 22% 16%, rgba(255, 107, 95, 0.18), transparent 22%),
    #0b1513;
  display: grid;
  min-height: 430px;
  overflow: hidden;
  padding: clamp(22px, 5vw, 56px);
  position: relative;
}

.tour-screen::before {
  background: url("./assets/sweepstash-logo.png") center / cover no-repeat;
  content: "";
  height: 340px;
  opacity: 0.18;
  position: absolute;
  right: -30px;
  top: -30px;
  transform: rotate(6deg);
  width: 340px;
}

.tour-badge {
  align-items: center;
  background: var(--gold);
  border-radius: 8px;
  color: var(--ink);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin-bottom: 18px;
  width: 54px;
  z-index: 1;
}

.tour-screen h3 {
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.42);
  font-size: clamp(2.2rem, 5.8vw, 5.1rem);
  line-height: 0.96;
  margin-bottom: 16px;
  max-width: 780px;
  z-index: 1;
}

.win-burst {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
}

.win-burst i {
  animation: floatPrize 6s ease-in-out infinite;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  border-radius: 8px;
  display: block;
  height: 16px;
  opacity: 0.68;
  position: absolute;
  width: 16px;
}

.win-burst i:nth-child(1) {
  left: 9%;
  top: 18%;
}

.win-burst i:nth-child(2) {
  animation-delay: 0.7s;
  left: 31%;
  top: 9%;
}

.win-burst i:nth-child(3) {
  animation-delay: 1.4s;
  right: 23%;
  top: 44%;
}

.win-burst i:nth-child(4) {
  animation-delay: 2.1s;
  bottom: 22%;
  right: 10%;
}

.win-burst i:nth-child(5) {
  animation-delay: 2.8s;
  bottom: 15%;
  left: 18%;
}

@keyframes floatPrize {
  0%,
  100% {
    transform: translateY(0) rotate(0deg) scale(1);
  }

  50% {
    transform: translateY(-24px) rotate(28deg) scale(1.24);
  }
}

.tour-screen p {
  color: #d8e5df;
  font-size: clamp(1rem, 2vw, 1.2rem);
  line-height: 1.55;
  max-width: 680px;
  z-index: 1;
}

.tour-visual {
  margin-top: 22px;
  z-index: 1;
}

.product-demo {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045)),
    rgba(4, 11, 10, 0.82);
  border: 1px solid rgba(46, 232, 199, 0.25);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.34), inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  max-width: 720px;
  overflow: hidden;
  position: relative;
}

.demo-chrome {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  gap: 8px;
  padding: 10px 12px;
}

.demo-chrome span {
  border-radius: 999px;
  display: block;
  height: 10px;
  width: 10px;
}

.demo-chrome span:nth-child(1) {
  background: var(--red);
}

.demo-chrome span:nth-child(2) {
  background: var(--gold);
}

.demo-chrome span:nth-child(3) {
  background: var(--teal);
}

.demo-chrome strong {
  color: var(--muted);
  font-size: 0.8rem;
  margin-left: 6px;
}

.demo-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 130px) minmax(0, 1fr) minmax(0, 150px);
  min-height: 230px;
  min-width: 0;
  padding: 14px;
}

.demo-sidebar,
.demo-main,
.demo-panel {
  display: grid;
  gap: 10px;
}

.demo-nav,
.demo-search,
.demo-card,
.demo-stat,
.demo-toast {
  border-radius: 8px;
}

.demo-nav {
  background: rgba(255, 255, 255, 0.07);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 9px;
}

.demo-nav.active {
  background: rgba(46, 232, 199, 0.2);
  color: var(--ink);
}

.demo-search {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-size: 0.78rem;
  padding: 10px;
}

.demo-card {
  animation: demoCardGlow 4s ease-in-out infinite;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  gap: 6px;
  padding: 11px;
}

.demo-card-two {
  animation-delay: 0.45s;
}

.demo-card-three {
  animation-delay: 0.9s;
}

.demo-card b {
  color: var(--ink);
  font-size: 0.95rem;
}

.demo-card em {
  color: var(--gold);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.demo-meter {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: block;
  height: 8px;
  overflow: hidden;
}

.demo-meter i {
  animation: demoMeter 5.5s ease-in-out infinite;
  background: linear-gradient(90deg, var(--teal), var(--gold));
  display: block;
  height: 100%;
  width: 70%;
}

.demo-stat {
  background: rgba(248, 200, 74, 0.13);
  border: 1px solid rgba(248, 200, 74, 0.22);
  padding: 12px;
}

.demo-stat strong {
  color: var(--gold);
  display: block;
  font-size: 1.35rem;
  line-height: 1;
}

.demo-stat span {
  color: var(--muted);
  font-size: 0.75rem;
}

.demo-toast {
  animation: toastPop 4s ease-in-out infinite;
  background: rgba(255, 58, 79, 0.18);
  border: 1px solid rgba(255, 58, 79, 0.34);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 12px;
}

.demo-cursor {
  animation: cursorRoute 8.5s ease-in-out infinite;
  filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.48));
  height: 34px;
  left: 54%;
  position: absolute;
  top: 50%;
  width: 26px;
}

.demo-cursor::before {
  border-bottom: 15px solid transparent;
  border-left: 0 solid transparent;
  border-right: 22px solid transparent;
  border-top: 32px solid var(--ink);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(-18deg);
}

.demo-cursor::after {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(46, 232, 199, 0.12);
  content: "";
  height: 8px;
  left: 13px;
  position: absolute;
  top: 22px;
  width: 8px;
}

.tour-screen[data-tour-stage="1"] .demo-card-one,
.tour-screen[data-tour-stage="2"] .demo-search,
.tour-screen[data-tour-stage="3"] .demo-toast,
.tour-screen[data-tour-stage="4"] .demo-stat:last-of-type {
  border-color: rgba(248, 200, 74, 0.75);
  box-shadow: 0 0 0 2px rgba(248, 200, 74, 0.18), 0 0 30px rgba(248, 200, 74, 0.18);
}

.tour-screen[data-tour-stage="1"] .demo-cursor {
  animation-name: cursorClaim;
}

.tour-screen[data-tour-stage="2"] .demo-cursor {
  animation-name: cursorSearch;
}

.tour-screen[data-tour-stage="3"] .demo-cursor {
  animation-name: cursorReminder;
}

.tour-screen[data-tour-stage="4"] .demo-cursor {
  animation-name: cursorScore;
}

@keyframes demoCardGlow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes demoMeter {
  0%,
  100% {
    width: 42%;
  }

  50% {
    width: 88%;
  }
}

@keyframes toastPop {
  0%,
  100% {
    opacity: 0.72;
    transform: translateY(0);
  }

  50% {
    opacity: 1;
    transform: translateY(-5px);
  }
}

@keyframes cursorRoute {
  0%,
  100% {
    left: 42%;
    top: 38%;
  }

  33% {
    left: 55%;
    top: 56%;
  }

  66% {
    left: 79%;
    top: 63%;
  }
}

@keyframes cursorClaim {
  0%,
  100% {
    left: 38%;
    top: 47%;
  }

  55% {
    left: 50%;
    top: 47%;
  }
}

@keyframes cursorSearch {
  0%,
  100% {
    left: 33%;
    top: 31%;
  }

  55% {
    left: 58%;
    top: 31%;
  }
}

@keyframes cursorReminder {
  0%,
  100% {
    left: 76%;
    top: 66%;
  }

  55% {
    left: 83%;
    top: 66%;
  }
}

@keyframes cursorScore {
  0%,
  100% {
    left: 78%;
    top: 43%;
  }

  55% {
    left: 86%;
    top: 43%;
  }
}

.tour-caption {
  align-content: end;
  background: linear-gradient(180deg, #13211f, #0f1918);
  border-left: 1px solid var(--line);
  display: grid;
  padding: 24px;
}

.tour-caption strong {
  color: var(--teal);
  font-size: 1.35rem;
}

.tour-caption p {
  color: var(--muted);
  line-height: 1.6;
}

.voice-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin: 10px 0 18px;
  padding: 12px;
}

.voice-card audio {
  width: 100%;
}

.tour-progress {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.tour-progress span {
  background: linear-gradient(90deg, var(--teal), var(--gold));
  display: block;
  height: 100%;
  transition: width 0.35s ease;
  width: 20%;
}

label {
  color: var(--muted);
  display: grid;
  gap: 7px;
  font-size: 0.85rem;
  font-weight: 800;
}

input,
select,
textarea {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  min-height: 44px;
  padding: 10px 12px;
}

textarea {
  resize: vertical;
}

option {
  background: #101b1a;
}

.section {
  max-width: 100%;
  min-width: 0;
  padding: 56px clamp(16px, 5vw, 72px);
}

.section-heading {
  align-items: end;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 24px;
}

.section-heading > button:first-of-type {
  margin-left: auto;
}

.commander-preview-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.commander-preview-controls .ghost.small {
  min-height: 36px;
  padding-inline: 12px;
}

.commander-trust-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 14px;
}

.commander-trust-strip article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  min-height: 74px;
  padding: 10px 12px;
}

.commander-trust-strip span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.commander-trust-strip strong {
  color: #f2fff8;
  overflow-wrap: anywhere;
}

.collapse-generated {
  align-items: center;
}

.collapse-toggle {
  min-width: 84px;
}

.section-collapsed {
  padding-bottom: 22px;
}

.section.section-collapsed > :not(.section-heading),
.tools.section-collapsed > :not(.section-heading) {
  display: none !important;
}

.random-result {
  align-items: center;
  background: linear-gradient(90deg, rgba(46, 232, 199, 0.16), rgba(248, 200, 74, 0.12));
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 18px;
  padding: 14px;
}

.rating-note {
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 18px;
}

.matchup-layout {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 360px;
}

.matchup-arena,
.matchup-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 18px;
}

.matchup-panel {
  display: grid;
  gap: 14px;
}

.matchup-card {
  align-items: stretch;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.matchup-site {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    var(--panel-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  justify-items: start;
  min-width: 0;
  padding: 18px;
}

.matchup-site h3,
.matchup-site p {
  margin: 0;
}

.matchup-site p {
  color: var(--muted);
  font-size: 0.95rem;
}

.matchup-logo {
  height: 54px;
  width: 54px;
}

.versus-badge {
  align-self: center;
  background: var(--red);
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  box-shadow: 0 0 28px rgba(255, 58, 79, 0.45);
  color: white;
  display: grid;
  font-weight: 950;
  height: 58px;
  letter-spacing: 0;
  place-items: center;
  width: 58px;
}

.matchup-stats {
  color: var(--gold);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9rem;
  font-weight: 900;
  gap: 10px;
}

.matchup-meter {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 999px;
  height: 34px;
  margin-top: 16px;
  overflow: hidden;
  position: relative;
}

.matchup-meter span {
  background: linear-gradient(90deg, var(--teal), var(--gold));
  display: block;
  height: 100%;
  transition: width 220ms ease;
}

.matchup-meter strong {
  color: var(--ink);
  font-size: 0.9rem;
  inset: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.55);
}

.matchup-note {
  color: var(--muted);
  margin: 12px 0 0;
}

.matchup-leaders {
  display: grid;
  gap: 10px;
}

.matchup-leader {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  gap: 4px;
  padding: 12px;
  text-align: left;
}

.matchup-leader strong {
  color: var(--gold);
}

.matchup-leader em {
  color: var(--muted);
  font-style: normal;
}

.grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fill, minmax(min(310px, 100%), 1fr));
  max-width: 100%;
  min-width: 0;
}

.site-card {
  background:
    radial-gradient(circle at 92% 0%, rgba(46, 232, 199, 0.09), transparent 32%),
    linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  position: relative;
  scroll-margin-top: 130px;
  overflow: hidden;
}

.site-card::before {
  background: linear-gradient(180deg, rgba(46, 232, 199, 0.52), rgba(248, 200, 74, 0.56), rgba(255, 107, 95, 0.48));
  content: "";
  inset: 0 auto 0 0;
  opacity: 0;
  position: absolute;
  transition: opacity 180ms ease;
  width: 4px;
}

.site-card:nth-child(1),
.site-card:nth-child(2),
.site-card:nth-child(3) {
  border-color: rgba(248, 200, 74, 0.34);
}

.site-card:nth-child(1)::before,
.site-card:nth-child(2)::before,
.site-card:nth-child(3)::before {
  opacity: 1;
}

.site-card:nth-child(1) {
  background:
    radial-gradient(circle at 92% 0%, rgba(248, 200, 74, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(21, 36, 28, 0.98), var(--panel-2));
}

.site-card:nth-child(1) .pill {
  background: linear-gradient(135deg, rgba(248, 200, 74, 0.96), rgba(46, 232, 199, 0.72));
  border-color: rgba(248, 200, 74, 0.55);
  color: #06100d;
}

.site-card.highlight {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(248, 200, 74, 0.28), 0 24px 60px rgba(0, 0, 0, 0.34);
}

.ribbon {
  background: var(--gold);
  border-radius: 0 8px 0 8px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 900;
  padding: 7px 10px;
  position: absolute;
  right: -1px;
  text-transform: uppercase;
  top: -1px;
}

.ribbon.unverified {
  background: rgba(255, 255, 255, 0.12);
  color: var(--muted);
}

.card-top {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  min-width: 0;
}

.logo-chip {
  align-items: center;
  background: linear-gradient(135deg, var(--gold), var(--teal));
  border-radius: 8px;
  color: var(--ink);
  display: grid;
  font-size: 1.15rem;
  font-weight: 900;
  height: 54px;
  justify-items: center;
  width: 54px;
}

.icon-chip {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--line);
  overflow: hidden;
}

.icon-chip img {
  height: 34px;
  object-fit: contain;
  width: 34px;
}

.mini-icon {
  font-size: 0.8rem;
  height: 34px;
  width: 34px;
}

.mini-icon img {
  height: 24px;
  width: 24px;
}

.site-card h3 {
  margin: 0 0 5px;
  overflow-wrap: normal;
}

.public-referral-card {
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
}

.public-referral-card .logo-chip {
  height: 68px;
  width: 68px;
}

.public-referral-card .icon-chip img {
  height: 44px;
  width: 44px;
}

.public-referral-main {
  min-width: 0;
}

.public-referral-main h3 {
  color: #f7fff9;
  font-size: 1.35rem;
  margin-top: 8px;
}

.public-referral-actions {
  display: grid;
  gap: 10px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.public-referral-actions .primary,
.public-referral-actions .secondary {
  justify-content: center;
  width: 100%;
}

.public-legal-line {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 10px;
}

.card-heading-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  margin: 0 0 8px;
}

.card-top > div:nth-child(2) {
  display: grid;
  gap: 8px;
}

.ranking-votes {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ranking-votes .vote {
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 950;
  min-height: 32px;
  padding: 0 10px;
}

.ranking-votes .vote-up {
  border-color: rgba(46, 232, 199, 0.4);
  color: var(--teal);
}

.ranking-votes .vote-down {
  border-color: rgba(255, 90, 79, 0.38);
  color: #ffb4ae;
}

.site-card a,
.comment,
.muted {
  overflow-wrap: break-word;
}

.pill {
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.32);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 10px;
  text-transform: uppercase;
}

.streak-pill {
  background: rgba(255, 90, 79, 0.13);
  border-color: rgba(255, 90, 79, 0.32);
  color: #ffb4ae;
}

.stat-pill {
  background: rgba(46, 232, 199, 0.1);
  border-color: rgba(46, 232, 199, 0.28);
  color: var(--teal);
}

.score {
  color: var(--gold);
  font-weight: 900;
  text-align: right;
}

.ratings-box {
  display: grid;
  gap: 8px;
  min-width: 94px;
  align-content: start;
  grid-template-columns: repeat(2, minmax(72px, 1fr));
}

.ratings-box .score:first-child {
  color: var(--teal);
}

.ratings-box .score,
.ratings-box .period-score,
.ratings-box .earning-chip {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  min-height: 64px;
  padding: 10px 8px;
}

.stat-label {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  justify-content: flex-end;
  width: 100%;
}

.stat-label-google {
  align-items: center;
  background: linear-gradient(135deg, #4285f4, #34a853);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 950;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.stat-label-logo {
  border-radius: 4px;
  display: inline-block;
  height: 18px;
  object-fit: cover;
  width: 18px;
}

.period-score {
  background: rgba(248, 200, 74, 0.1);
  border: 1px solid rgba(248, 200, 74, 0.24);
  border-radius: 8px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px;
  text-align: right;
}

.sweep-score {
  background: rgba(248, 200, 74, 0.12);
  border: 1px solid rgba(248, 200, 74, 0.3);
  border-radius: 8px;
  color: var(--gold);
  display: inline-grid;
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: 8px;
  padding: 7px 9px;
}

.availability,
.date-added,
.date-updated {
  color: var(--muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  margin-top: 6px;
}

.date-added {
  color: #c8ffcf;
}

.date-updated {
  color: #9dd7ff;
}

.site-card .date-added,
.claim-row .date-added,
.site-card .date-updated,
.claim-row .date-updated {
  background: rgba(46, 232, 199, 0.055);
  border: 1px solid rgba(46, 232, 199, 0.16);
  border-radius: 999px;
  display: inline-flex;
  padding: 4px 8px;
  width: fit-content;
}

.site-card .date-updated,
.claim-row .date-updated {
  background: rgba(123, 181, 255, 0.08);
  border-color: rgba(123, 181, 255, 0.24);
}

.trust-chip {
  background: rgba(141, 255, 0, 0.08);
  border: 1px solid rgba(141, 255, 0, 0.24);
  border-radius: 999px;
  color: #d9fcb8;
  display: inline-flex;
  font-size: 0.77rem;
  font-weight: 800;
  margin-top: 6px;
  padding: 4px 8px;
  text-shadow: 0 0 12px rgba(141, 255, 0, 0.2);
  width: fit-content;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-height: 34px;
}

.site-card > .tag-row {
  justify-content: flex-start;
}

.tag-row span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #d7e6df;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 5px 8px;
}

.site-description,
.site-steps {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(46, 232, 199, 0.16);
  border-radius: 8px;
  color: #d8e5df;
  font-size: 0.9rem;
  line-height: 1.45;
  padding: 10px;
}

.site-steps summary {
  color: var(--gold);
  cursor: pointer;
  font-weight: 900;
}

.site-steps ol {
  margin: 10px 0 0;
  padding-left: 20px;
}

.site-details-toggle,
.site-comments-toggle,
.claim-note-toggle {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.site-details-toggle > summary,
.site-comments-toggle > summary,
.claim-note-toggle > summary {
  align-items: center;
  color: var(--gold);
  cursor: pointer;
  display: flex;
  font-weight: 950;
  justify-content: space-between;
  list-style: none;
  padding: 10px 12px;
}

.site-details-toggle > summary {
  display: grid;
  grid-template-columns: 1fr auto;
  text-align: center;
}

.site-details-toggle > summary::-webkit-details-marker,
.site-comments-toggle > summary::-webkit-details-marker,
.claim-note-toggle > summary::-webkit-details-marker {
  display: none;
}

.site-details-toggle > summary::after,
.site-comments-toggle > summary::after,
.claim-note-toggle > summary::after {
  color: var(--muted);
  content: "Open";
  font-size: 0.78rem;
  margin-left: 12px;
  text-transform: uppercase;
}

.site-details-toggle[open] > summary::after,
.site-comments-toggle[open] > summary::after,
.claim-note-toggle[open] > summary::after {
  content: "Close";
}

.site-details-body,
.site-comments-toggle .comments,
.claim-note-toggle p {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding: 12px;
}

.claim-note-toggle {
  margin-top: 8px;
  max-width: 420px;
}

.claim-note-toggle > summary {
  color: var(--teal);
  font-size: 0.82rem;
  padding: 8px 10px;
}

.claim-note-toggle p {
  margin: 0;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.social-link {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #fff;
  display: inline-grid;
  font-size: 0.72rem;
  font-weight: 950;
  height: 30px;
  justify-items: center;
  text-transform: uppercase;
  width: 30px;
}

.social-link.facebook {
  background: #1877f2;
}

.social-link.instagram {
  background: linear-gradient(135deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-link.twitter {
  background: #111;
}

.social-link.youtube {
  background: #ff0033;
}

.muted {
  color: var(--muted);
}

.pros-cons {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}

.pros-cons ul {
  color: #d7e6df;
  margin: 8px 0 0;
  padding-left: 18px;
}

.card-actions,
.vote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}

.vote-row {
  align-items: center;
  justify-content: space-between;
}

.card-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-actions .primary,
.card-actions .secondary {
  justify-content: center;
  width: 100%;
}

.login-method {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 800;
  gap: 6px;
}

.vote {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  min-height: 38px;
  padding: 0 12px;
}

.vote.selected {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.28), rgba(248, 200, 74, 0.18));
  border-color: rgba(46, 232, 199, 0.62);
  box-shadow: 0 0 18px rgba(46, 232, 199, 0.16);
}

.comments {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding-top: 14px;
}

.comment {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 8px;
  padding: 10px;
}

.comment strong {
  color: var(--teal);
}

.comment-form {
  display: grid;
  gap: 8px;
}

.claimer {
  background:
    linear-gradient(180deg, rgba(255, 90, 79, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  border-top: 1px solid rgba(255, 90, 79, 0.18);
}

.claimer-title {
  color: #ff5a4f;
  text-shadow: 0 0 30px rgba(255, 90, 79, 0.38);
}

.claimer-title::after {
  background: linear-gradient(90deg, #ff5a4f, var(--gold), transparent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 5px;
  margin-top: 12px;
  width: min(280px, 60vw);
}

.stash-radar {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  margin-bottom: 18px;
}

.radar-card {
  background:
    radial-gradient(circle at top right, rgba(46, 232, 199, 0.16), transparent 45%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
    var(--panel);
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 16px;
}

.radar-card strong {
  color: var(--gold);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
}

.radar-card p {
  color: var(--muted);
  margin: 0;
}

.radar-pips,
.radar-featured-main {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.radar-actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  margin-top: auto;
}

.radar-pips span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  font-weight: 950;
  min-width: 38px;
  padding: 6px 10px;
  text-align: center;
}

.radar-pips .ready {
  border-color: rgba(46, 232, 199, 0.55);
}

.radar-pips .almost {
  border-color: rgba(248, 200, 74, 0.6);
}

.radar-pips .promo {
  border-color: rgba(255, 90, 79, 0.48);
}

.radar-featured {
  border-color: rgba(248, 200, 74, 0.34);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.16), 0 0 34px rgba(248, 200, 74, 0.08);
}

.radar-featured .primary,
.radar-best .secondary {
  justify-content: center;
}

.radar-promo-watch {
  border-color: rgba(255, 90, 79, 0.28);
}

.radar-extension-card {
  background:
    radial-gradient(circle at 88% 10%, rgba(248, 200, 74, 0.24), transparent 44%),
    linear-gradient(135deg, rgba(46, 232, 199, 0.12), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border-color: rgba(248, 200, 74, 0.36);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2), 0 0 34px rgba(46, 232, 199, 0.1);
}

.radar-mini-list,
.radar-split-list {
  display: grid;
  gap: 10px;
}

.radar-mini-list a,
.radar-text-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  display: grid;
  gap: 10px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 10px;
  text-align: left;
}

.radar-mini-list a:hover,
.radar-text-row:hover {
  border-color: rgba(46, 232, 199, 0.38);
  transform: translateY(-1px);
}

.radar-mini-list b,
.radar-mini-list em,
.radar-text-row b,
.radar-text-row em {
  display: block;
  overflow-wrap: anywhere;
}

.radar-mini-list em,
.radar-text-row em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
  margin-top: 2px;
}

.radar-split-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.radar-split-list h4 {
  color: var(--gold);
  margin: 0 0 8px;
}

.radar-split-list p {
  font-size: 0.9rem;
}

.claimer-layout,
.reminder-layout,
.promo-layout {
  display: grid;
  align-items: start;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.sidebar-route-dock {
  margin-top: 18px;
}

.sidebar-route-panel {
  display: grid;
  gap: 12px;
  padding: 0;
}

.sidebar-route-panel .section-heading {
  align-items: center;
  display: flex;
  gap: 12px;
}

.sidebar-route-panel .intelligence-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
}

.sidebar-route-panel .authority-card {
  padding: 12px;
}

.claim-list,
.promo-feed {
  display: grid;
  gap: 12px;
}

.favorite-bulk-actions {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding: 14px;
}

.favorite-bulk-actions h4,
.favorite-bulk-actions p {
  margin: 0;
}

.commander-hero-strip {
  align-items: center;
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.15), transparent 18rem),
    linear-gradient(135deg, rgba(46, 232, 199, 0.1), rgba(255, 90, 79, 0.08)),
    rgba(9, 18, 16, 0.94);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-bottom: 14px;
  padding: 16px 18px;
}

.commander-hero-copy h3,
.commander-hero-copy p {
  margin: 0;
}

.commander-hero-copy {
  display: grid;
  gap: 8px;
}

.commander-hero-copy h3 {
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  line-height: 1.08;
}

.commander-hero-copy p {
  max-width: 640px;
}

.commander-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.stash-progress-panel {
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.2), transparent 18rem),
    linear-gradient(135deg, rgba(46, 232, 199, 0.12), rgba(255, 90, 79, 0.08)),
    var(--panel);
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.24);
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 16px;
}

.extension-drop {
  display: grid;
  gap: 18px;
}

.extension-hero {
  align-items: stretch;
  background:
    linear-gradient(120deg, rgba(5, 8, 7, 0.84), rgba(8, 37, 27, 0.86)),
    url("/assets/extension-hero-bg.png") center / cover;
  border: 1px solid rgba(140, 255, 0, 0.22);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 24px 80px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(140, 255, 0, 0.09);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.52fr);
  min-height: 320px;
  overflow: hidden;
  padding: clamp(22px, 4vw, 42px);
  position: relative;
}

.extension-hero::after {
  animation: panelSweep 7s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 0%, rgba(140, 255, 0, 0.16) 48%, transparent 76%);
  content: "";
  inset: 0;
  opacity: 0.55;
  pointer-events: none;
  position: absolute;
  transform: translateX(-110%) skewX(-14deg);
}

.extension-hero > * {
  position: relative;
  z-index: 1;
}

.extension-hero h2 {
  max-width: 760px;
  text-shadow: 0 0 30px rgba(140, 255, 0, 0.22);
}

.extension-hero p:not(.eyebrow) {
  color: #dff1ea;
  font-size: 1.05rem;
  font-weight: 760;
  line-height: 1.65;
  max-width: 760px;
}

.extension-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.extension-preview {
  align-content: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(140, 255, 0, 0.16), transparent 52%),
    rgba(3, 8, 7, 0.74);
  border: 1px solid rgba(140, 255, 0, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  justify-items: center;
  min-width: 0;
  padding: 22px;
}

.extension-preview img {
  filter: drop-shadow(0 0 24px rgba(140, 255, 0, 0.34));
  max-height: 150px;
  object-fit: contain;
}

.extension-stats {
  display: grid;
  gap: 8px;
  width: 100%;
}

.extension-stats span,
.extension-steps div {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(140, 255, 0, 0.16);
  border-radius: 8px;
  color: #dbeae4;
  font-weight: 850;
  padding: 12px;
}

.extension-stats strong,
.extension-steps strong {
  color: var(--acid-2);
}

.extension-steps {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.extension-steps div {
  display: grid;
  gap: 6px;
}

.extension-steps span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.45;
}

.stash-progress-top {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.stash-progress-top h3 {
  color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 2.2rem);
  margin: 0;
}

.stash-value-card {
  background: rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(248, 200, 74, 0.34);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-width: 130px;
  padding: 12px;
  text-align: right;
}

.stash-value-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.stash-value-card strong {
  color: var(--teal);
  font-size: 1.35rem;
}

.stash-progress-track {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  height: 12px;
  overflow: hidden;
}

.stash-progress-track span {
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--red));
  border-radius: inherit;
  box-shadow: 0 0 24px rgba(46, 232, 199, 0.34);
  display: block;
  height: 100%;
  transition: width 0.35s ease;
  width: 0;
}

.session-route-strip {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr)) auto;
}

.session-route-strip article {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  min-height: 62px;
  padding: 10px;
}

.session-route-strip span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.session-route-strip strong {
  color: #f2fff8;
  font-size: 0.93rem;
  overflow-wrap: anywhere;
}

.hot-alert-grid,
.achievement-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hot-alert {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.hot-alert span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hot-alert strong {
  overflow-wrap: anywhere;
}

.hot-alert.green {
  border-color: rgba(46, 232, 199, 0.4);
}

.hot-alert.gold {
  border-color: rgba(248, 200, 74, 0.45);
}

.hot-alert.red {
  border-color: rgba(255, 90, 79, 0.45);
}

.achievement-strip {
  display: flex;
  flex-wrap: wrap;
}

.achievement-badge {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 950;
  padding: 8px 10px;
}

.achievement-badge.earned {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.2), rgba(248, 200, 74, 0.14));
  border-color: rgba(46, 232, 199, 0.42);
  color: var(--text);
  box-shadow: 0 0 20px rgba(46, 232, 199, 0.13);
}

.stash-wheel-panel {
  align-items: center;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 90, 79, 0.24), transparent 18rem),
    linear-gradient(135deg, rgba(248, 200, 74, 0.14), rgba(46, 232, 199, 0.08)),
    var(--panel);
  border: 1px solid rgba(248, 200, 74, 0.28);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 1fr) 190px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 16px;
}

.inline-wheel-panel {
  grid-template-columns: minmax(0, 1fr) 170px;
  margin-bottom: 0;
  min-height: 100%;
  padding: 14px;
}

.stash-wheel-copy h3 {
  color: var(--gold);
  font-size: clamp(1.25rem, 2vw, 1.85rem);
  line-height: 1.08;
  margin: 0 0 8px;
  max-width: 22ch;
}

.stash-wheel-stage {
  align-items: center;
  display: grid;
  justify-items: center;
  position: relative;
}

.wheel-pointer {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid var(--gold);
  filter: drop-shadow(0 5px 12px rgba(0, 0, 0, 0.4));
  position: absolute;
  top: -2px;
  z-index: 2;
}

.stash-wheel {
  --wheel-rotation: 0deg;
  align-items: center;
  background:
    radial-gradient(circle, #07110d 0 24%, transparent 25%),
    conic-gradient(
      from 10deg,
      #2ee8c7 0deg 40deg,
      #f8c84a 40deg 82deg,
      #ff5a4f 82deg 124deg,
      #9257ff 124deg 166deg,
      #47ff88 166deg 208deg,
      #ff9466 208deg 250deg,
      #33a6ff 250deg 292deg,
      #ffcf33 292deg 334deg,
      #2ee8c7 334deg 360deg
    );
  border: 8px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.34), 0 0 32px rgba(248, 200, 74, 0.2);
  display: grid;
  height: 170px;
  justify-items: center;
  place-items: center;
  position: relative;
  transform: rotate(var(--wheel-rotation));
  transition: transform 1.35s cubic-bezier(0.12, 0.72, 0.18, 1);
  width: 170px;
}

.stash-wheel::after {
  background: #07110d;
  border: 3px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  content: "";
  height: 54px;
  position: absolute;
  width: 54px;
}

.stash-wheel span {
  color: #06110d;
  font-size: 0.72rem;
  font-weight: 950;
  position: absolute;
  text-transform: uppercase;
}

.stash-wheel span:nth-child(1) { transform: translateY(-58px); }
.stash-wheel span:nth-child(2) { transform: rotate(90deg) translateY(-58px); }
.stash-wheel span:nth-child(3) { transform: rotate(180deg) translateY(-58px); }
.stash-wheel span:nth-child(4) { transform: rotate(270deg) translateY(-58px); }

.stash-wheel.spinning {
  filter: saturate(1.18);
}

#wheelResult {
  color: var(--text);
  margin-top: 10px;
  max-width: 210px;
  overflow-wrap: anywhere;
  text-align: center;
}

.claim-celebration {
  background:
    radial-gradient(circle at top left, rgba(248, 200, 74, 0.28), transparent 12rem),
    linear-gradient(135deg, rgba(46, 232, 199, 0.94), rgba(64, 240, 142, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 8px;
  bottom: 22px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38), 0 0 34px rgba(46, 232, 199, 0.28);
  color: #03110d;
  display: grid;
  gap: 3px;
  max-width: min(360px, calc(100vw - 32px));
  opacity: 0;
  padding: 16px;
  position: fixed;
  right: 22px;
  transform: translateY(18px) scale(0.96);
  transition: opacity 0.22s ease, transform 0.22s ease;
  z-index: 20;
}

.claim-celebration.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.claim-celebration span,
.claim-celebration strong,
.claim-celebration em {
  display: block;
}

.claim-celebration span {
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

.claim-celebration strong {
  font-size: 1.2rem;
}

.claim-celebration em {
  font-style: normal;
  font-weight: 800;
}

.onboarding-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.onboarding-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
}

.onboarding-card.complete {
  border-color: rgba(46, 232, 199, 0.46);
  box-shadow: inset 0 0 0 1px rgba(46, 232, 199, 0.1);
}

.onboarding-number {
  align-items: center;
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 950;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  text-transform: uppercase;
  width: max-content;
}

.onboarding-card.complete .onboarding-number {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.86), rgba(64, 240, 142, 0.86));
  color: #06120f;
}

.onboarding-card strong,
.onboarding-card em {
  display: block;
}

.onboarding-card strong {
  color: #f7fff9;
}

.onboarding-card em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.35;
}

.first-five-picker {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 12px;
  padding-top: 14px;
}

.first-five-picker h3,
.first-five-picker p {
  margin: 0;
}

.first-five-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.first-five-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #f7fff9;
  cursor: pointer;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 10px;
  text-align: left;
}

.first-five-card.selected {
  border-color: rgba(46, 232, 199, 0.52);
  box-shadow: 0 0 22px rgba(46, 232, 199, 0.12);
}

.first-five-card strong,
.first-five-card em {
  display: block;
  overflow-wrap: anywhere;
}

.first-five-card em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 900;
}

.first-five-status {
  align-items: center;
  background: rgba(248, 200, 74, 0.12);
  border: 1px solid rgba(248, 200, 74, 0.28);
  border-radius: 8px;
  color: var(--gold);
  display: flex;
  font-weight: 950;
  justify-content: center;
  min-height: 54px;
}

.onboarding-heading-actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.mission-board,
.stash-heatmap-panel {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.1), rgba(255, 255, 255, 0.035)),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 16px;
}

.stash-heatmap-panel {
  border-color: rgba(248, 200, 74, 0.22);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24), 0 0 38px rgba(46, 232, 199, 0.08);
}

#heat-stash-commander {
  scroll-margin-top: 108px;
}

.heatmap-command-hero {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(320px, 1.15fr) minmax(320px, 0.85fr);
}

.heatmap-command-copy,
.heatmap-command-side {
  display: grid;
  gap: 14px;
}

.heatmap-subcopy {
  margin: 8px 0 0;
}

.heatmap-command-copy .mission-heading {
  justify-content: center;
  text-align: center;
}

.commander-title-lockup {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 0 auto;
  max-width: 780px;
}

.commander-feature-badge {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.18), rgba(248, 200, 74, 0.16)),
    rgba(3, 17, 13, 0.88);
  border: 1px solid rgba(46, 232, 199, 0.48);
  border-radius: 999px;
  box-shadow:
    0 0 0 1px rgba(140, 255, 0, 0.08),
    0 0 28px rgba(46, 232, 199, 0.22);
  color: var(--teal);
  display: inline-flex;
  justify-self: center;
  padding: 7px 14px;
}

.heatmap-command-copy .mission-heading h3 {
  color: var(--gold);
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  line-height: 1.05;
  text-shadow:
    0 0 24px rgba(248, 200, 74, 0.28),
    0 14px 44px rgba(0, 0, 0, 0.42);
}

.heatmap-command-copy .mission-heading h3::after {
  background: linear-gradient(90deg, transparent, var(--acid), var(--gold), var(--teal), transparent);
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}

.heatmap-command-copy .heatmap-subcopy {
  color: #d8e6df;
  font-size: 1.02rem;
  line-height: 1.45;
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
}

.mission-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.mission-heading h3 {
  color: var(--gold);
  margin: 0;
}

.mission-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mission-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.mission-card strong,
.mission-card span,
.mission-card em {
  display: block;
}

.mission-card span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 800;
  margin-top: 4px;
}

.mission-card em {
  color: var(--teal);
  font-style: normal;
  font-weight: 950;
}

.mission-card.complete {
  border-color: rgba(46, 232, 199, 0.48);
  box-shadow: 0 0 24px rgba(46, 232, 199, 0.12);
}

.mission-card.rank-card {
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.18), transparent 50%),
    rgba(255, 255, 255, 0.07);
  border-color: rgba(248, 200, 74, 0.38);
}

.mission-meter {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.mission-meter span {
  background: linear-gradient(90deg, var(--teal), var(--gold));
  display: block;
  height: 100%;
}

.heatmap-legend,
.stash-heatmap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.heatmap-status-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.heatmap-status-card {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  justify-items: center;
  min-height: 92px;
  padding: 12px 10px;
  text-align: center;
}

.heatmap-status-card span {
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.heatmap-status-card strong {
  color: #f7fff9;
  font-size: 1.25rem;
  line-height: 1;
}

.heatmap-status-card.ready {
  border-color: rgba(46, 232, 199, 0.36);
}

.heatmap-status-card.ready span,
.heatmap-status-card.ready strong {
  color: var(--teal);
}

.heatmap-status-card.almost {
  border-color: rgba(248, 200, 74, 0.38);
}

.heatmap-status-card.almost span,
.heatmap-status-card.almost strong {
  color: var(--gold);
}

.heatmap-status-card.claimed {
  border-color: rgba(255, 90, 79, 0.3);
}

.heatmap-status-card.claimed span,
.heatmap-status-card.claimed strong {
  color: var(--coral);
}

.heatmap-status-card.favorite {
  border-color: rgba(248, 200, 74, 0.26);
  box-shadow: inset 0 0 0 1px rgba(248, 200, 74, 0.08);
}

.heatmap-legend span {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 950;
  padding: 6px 9px;
}

.commander-tools {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr;
  margin: 8px 0 0;
}

.commander-tools label {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 900;
  gap: 6px;
}

.commander-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.commander-filter-row {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
}

.commander-filter-pills button {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: grid;
  font-weight: 950;
  gap: 4px;
  justify-items: center;
  min-height: 40px;
  min-width: 92px;
  padding: 9px 13px;
}

.commander-filter-pills button.active {
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.85), rgba(248, 200, 74, 0.82));
  border-color: rgba(248, 200, 74, 0.42);
  color: #03110d;
  box-shadow: 0 0 26px rgba(46, 232, 199, 0.16);
}

.commander-filter-pills button span {
  font-size: 0.84rem;
  font-weight: 950;
}

.commander-filter-pills button strong {
  font-size: 0.95rem;
  line-height: 1;
}

.surprise-route-btn {
  background:
    linear-gradient(135deg, #ff2f45, #d90f22 58%, #ff5a4f),
    var(--coral);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow:
    0 0 0 2px rgba(255, 90, 79, 0.2),
    0 16px 34px rgba(255, 35, 54, 0.2);
  color: #fff8f7;
  cursor: pointer;
  font-weight: 950;
  min-height: 50px;
  overflow: hidden;
  padding: 13px 18px;
  position: relative;
  text-align: left;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.surprise-route-btn::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-120%) skewX(-14deg);
  transition: transform 220ms ease;
}

.surprise-route-btn:hover,
.surprise-route-btn:focus-visible {
  box-shadow:
    0 0 0 2px rgba(255, 255, 255, 0.16),
    0 0 34px rgba(255, 47, 69, 0.36);
  transform: translateY(-1px);
}

.surprise-route-btn:hover::after,
.surprise-route-btn:focus-visible::after {
  transform: translateX(120%) skewX(-14deg);
}

.heatmap-legend .ready,
.heat-tile.ready,
.heat-tile-shell.ready {
  border-color: rgba(46, 232, 199, 0.54);
}

.heat-tile.ready,
.heat-tile-shell.ready .heat-tile {
  animation: readyTilePulse 2.2s ease-in-out infinite;
  box-shadow: 0 0 24px rgba(46, 232, 199, 0.16);
}

.heatmap-legend .almost,
.heat-tile.almost,
.heat-tile-shell.almost {
  border-color: rgba(248, 200, 74, 0.58);
}

.heat-tile.almost,
.heat-tile-shell.almost .heat-tile {
  box-shadow: 0 0 20px rgba(248, 200, 74, 0.12);
}

.heatmap-legend .claimed,
.heat-tile.claimed,
.heat-tile-shell.claimed {
  border-color: rgba(255, 90, 79, 0.4);
}

.heatmap-legend .favorite,
.heat-tile.favorite,
.heat-tile-shell.favorite .heat-tile {
  box-shadow: 0 0 0 2px rgba(248, 200, 74, 0.28);
}

.heat-tile.active,
.heat-tile-shell.active .heat-tile {
  border-color: var(--gold);
  box-shadow: 0 0 0 2px rgba(248, 200, 74, 0.32), 0 16px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(-2px);
}

.stash-heatmap {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
}

.stash-heatmap.member-icon-wall {
  grid-template-columns: repeat(auto-fill, minmax(62px, 1fr));
}

.heat-tile-shell {
  display: grid;
  gap: 6px;
}

.heat-tile {
  align-items: center;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  display: grid;
  gap: 7px;
  justify-items: center;
  min-height: 104px;
  padding: 10px;
  text-align: center;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.heat-tile-quick-actions {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.heat-action-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.68rem;
  font-weight: 850;
  justify-content: center;
  min-height: 28px;
  padding: 0 6px;
  text-decoration: none;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.heat-action-btn:hover,
.heat-action-btn:focus-visible {
  background: rgba(46, 232, 199, 0.13);
  border-color: rgba(46, 232, 199, 0.55);
  transform: translateY(-1px);
}

.member-icon-wall .heat-tile {
  aspect-ratio: 1;
  min-height: 62px;
  padding: 8px;
}

.member-icon-wall .heat-tile-quick-actions {
  display: none;
}

.member-icon-wall .heat-tile-label,
.member-icon-wall .heat-tile-time {
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.member-icon-wall .mini-icon {
  height: 46px;
  width: 46px;
}

.member-icon-wall .mini-icon img {
  height: 34px;
  width: 34px;
}

.heat-tile.ready {
  background: rgba(46, 232, 199, 0.12);
}

.heat-tile.almost {
  background: rgba(248, 200, 74, 0.12);
}

.heat-tile.claimed {
  background: rgba(255, 90, 79, 0.08);
}

@keyframes readyTilePulse {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

.heat-tile span {
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.heat-tile em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 950;
}

.heat-tile-health {
  color: var(--teal);
  display: block;
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
}

.member-icon-wall .heat-tile-health {
  display: none;
}

@media (max-width: 1100px) {
  .commander-trust-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .session-route-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .commander-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .session-route-strip {
    grid-template-columns: 1fr;
  }

  .session-route-strip .ghost.small {
    width: 100%;
  }
}

.empty-command-state {
  background: rgba(255, 255, 255, 0.045);
  border: 1px dashed rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 6px;
  grid-column: 1 / -1;
  padding: 18px;
  text-align: center;
}

.empty-command-state strong {
  color: var(--gold);
}

.empty-command-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}

.commander-best-next {
  margin-top: 8px;
}

.commander-best-next-card {
  background: linear-gradient(130deg, rgba(46, 232, 199, 0.1), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.commander-best-next-card > div:first-child {
  display: grid;
  gap: 2px;
}

.commander-best-next-card strong {
  color: var(--gold);
  font-size: 1rem;
}

.commander-best-next-card span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 760;
}

.commander-best-next-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.commander-best-next-card.empty {
  border-style: dashed;
}

.heatmap-commander-detail {
  display: grid;
  margin-top: 14px;
}

.heatmap-command-card {
  background:
    radial-gradient(circle at top left, rgba(248, 200, 74, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(46, 232, 199, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(5, 14, 11, 0.88);
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  padding: 16px;
}

.heatmap-command-card.icon-preview-card {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(150px, 0.34fr) minmax(210px, 0.42fr);
}

.icon-preview-site {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
}

.icon-preview-site h3 {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin: 4px 0 0;
}

.icon-preview-timer {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(46, 232, 199, 0.26);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  justify-items: center;
  padding: 12px;
  text-align: center;
}

.icon-preview-timer span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.icon-preview-timer strong {
  color: var(--gold);
  font-size: 1.15rem;
}

.icon-preview-actions {
  display: grid;
  gap: 10px;
}

.icon-preview-actions .secondary,
.icon-preview-actions .claim-status-btn {
  justify-content: center;
  width: 100%;
}

.heatmap-command-main {
  align-items: start;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
}

.heatmap-command-main h3 {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  margin: 8px 0;
}

.heatmap-command-main p {
  color: #d7e6df;
  line-height: 1.45;
  margin: 0 0 12px;
}

.heatmap-command-actions,
.heatmap-command-notes {
  display: grid;
  gap: 10px;
}

.heatmap-command-votes,
.detail-vote-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.heatmap-command-card > .command-kpi-strip,
.heatmap-command-card > .heatmap-command-votes {
  display: none;
}

.heatmap-command-votes .vote,
.detail-vote-row .vote {
  min-width: 118px;
}

.command-kpi-strip {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.command-kpi-strip span {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
}

.command-kpi-strip strong {
  color: var(--text);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.heatmap-command-actions .secondary,
.heatmap-command-actions .claim-status-btn {
  justify-content: center;
  width: 100%;
}

.heatmap-command-notes {
  border-top: 1px solid var(--line);
  grid-column: 1 / -1;
  padding-top: 12px;
}

.heatmap-command-notes strong {
  color: var(--gold);
}

.claim-toolbar {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 12px;
}

.legacy-claim-route {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 14px;
  overflow: hidden;
}

.legacy-claim-route > summary {
  color: var(--gold);
  cursor: pointer;
  font-weight: 950;
  list-style: none;
  padding: 12px 14px;
}

.legacy-claim-route > summary::-webkit-details-marker {
  display: none;
}

.legacy-claim-route > summary::after {
  color: var(--muted);
  content: "Optional";
  float: right;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.legacy-claim-route[open] > summary::after {
  content: "Close";
}

.legacy-claim-route .claim-toolbar,
.legacy-claim-route .claim-list {
  margin: 0 12px 12px;
}

.claim-row,
.claim-editor,
.reminder-panel,
.promo-card,
.promo-panel,
.analytics-panel,
.admin-lock,
.admin-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}

.claim-editor {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035)),
    var(--panel);
  position: sticky;
  top: 126px;
}

.note-quick-stats {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 16px;
}

.note-stat-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  padding: 12px;
}

.note-stat-card span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.note-stat-card strong {
  color: #f7fff9;
  font-size: 1rem;
}

.note-form-section {
  display: grid;
  gap: 12px;
}

.note-form-heading {
  display: grid;
  gap: 4px;
}

.note-form-heading h4,
.note-form-heading p {
  margin: 0;
}

.analytics-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-cluster {
  background:
    linear-gradient(145deg, rgba(46, 232, 199, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  padding: 16px;
}

.admin-cluster-heading {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.admin-cluster-heading h3,
.admin-cluster-heading p {
  margin: 0;
}

.admin-preview-panel {
  align-items: end;
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.12), rgba(248, 200, 74, 0.1)),
    rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 240px);
  padding: 16px;
}

.admin-preview-panel h3,
.admin-preview-panel p {
  margin: 0;
}

.analytics-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.analytics-split {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-heading {
  margin-top: 10px;
}

.analytics-grid div,
.analytics-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.analytics-grid span:last-child,
.analytics-item span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  font-weight: 800;
}

.todo-item {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.todo-item span {
  grid-column: 1 / -1;
}

.analytics-list {
  display: grid;
  gap: 10px;
}

.click-heat-row {
  gap: 8px;
}

.click-heat-copy {
  display: grid;
  gap: 3px;
}

.click-heat-bar {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(123, 181, 255, 0.22);
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.click-heat-bar i {
  background: linear-gradient(90deg, rgba(46, 232, 199, 0.85), rgba(123, 181, 255, 0.95));
  display: block;
  height: 100%;
}

.performance-dashboard {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.traffic-intelligence-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.performance-card {
  background:
    linear-gradient(145deg, rgba(46, 232, 199, 0.065), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 14px;
}

.performance-card .mini-heading,
.performance-card h3,
.performance-card p {
  margin: 0;
}

.earnings-forecast-bar {
  align-items: center;
  background: linear-gradient(135deg, rgba(46, 232, 199, 0.14), rgba(141, 255, 0, 0.09));
  border: 1px solid rgba(46, 232, 199, 0.3);
  border-radius: 10px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035), 0 10px 24px rgba(3, 12, 10, 0.34);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 10px;
  padding: 8px 10px;
}

.earnings-forecast-bar strong {
  color: #dcfff9;
  font-size: 0.82rem;
}

.earnings-forecast-bar b {
  color: #beff4d;
  font-size: 0.92rem;
  margin-left: auto;
}

.session-mode-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 8px 0 6px;
}

.session-mode-row .secondary.small {
  border-color: rgba(248, 200, 74, 0.34);
  box-shadow: 0 0 0 0 rgba(248, 200, 74, 0);
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.session-mode-row .secondary.small:hover {
  border-color: rgba(248, 200, 74, 0.6);
  box-shadow: 0 0 0 4px rgba(248, 200, 74, 0.12);
  transform: translateY(-1px);
}

.priority-alert-center {
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
}

.priority-alert-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 3px;
  padding: 8px 10px;
  transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease;
}

.priority-alert-item strong {
  font-size: 0.78rem;
}

.priority-alert-item span {
  color: #ccdad3;
  font-size: 0.78rem;
}

.priority-alert-item.ready {
  border-color: rgba(141, 255, 0, 0.34);
}

.priority-alert-item.promo {
  border-color: rgba(255, 120, 95, 0.34);
}

.priority-alert-item.risk {
  border-color: rgba(248, 200, 74, 0.34);
}

.priority-alert-item:hover {
  box-shadow: 0 10px 24px rgba(3, 12, 10, 0.26);
  transform: translateY(-1px);
}

.traffic-chart {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  min-height: 170px;
}

.traffic-bar {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-rows: auto minmax(90px, 1fr) auto;
  justify-items: center;
}

.traffic-bar-value,
.traffic-bar-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.traffic-bar i {
  align-self: end;
  background: linear-gradient(180deg, rgba(248, 200, 74, 0.92), rgba(46, 232, 199, 0.92));
  border-radius: 8px 8px 4px 4px;
  display: block;
  min-height: 10px;
  width: 100%;
}

.funnel-chart {
  display: grid;
  gap: 12px;
}

.funnel-row {
  display: grid;
  gap: 10px;
}

.funnel-copy {
  display: grid;
  gap: 4px;
}

.funnel-copy strong,
.funnel-copy span {
  margin: 0;
}

.funnel-copy span {
  color: var(--muted);
  font-size: 0.84rem;
}

.funnel-meter {
  align-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 6px;
}

.funnel-meter i {
  background: linear-gradient(90deg, rgba(46, 232, 199, 0.95), rgba(248, 200, 74, 0.95));
  border-radius: 999px;
  display: block;
  height: 18px;
}

.funnel-meter b {
  color: #f7fff9;
  min-width: 40px;
  padding-right: 6px;
  text-align: right;
}

.performance-row {
  display: grid;
  gap: 6px;
}

.performance-row strong {
  align-items: center;
  display: flex;
  gap: 8px;
}

.performance-row strong span {
  align-items: center;
  background: rgba(46, 232, 199, 0.14);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  color: var(--teal);
  display: inline-flex;
  font-size: 0.72rem;
  justify-content: center;
  min-width: 34px;
  padding: 3px 8px;
}

.performance-row.winner {
  border-color: rgba(46, 232, 199, 0.32);
}

.performance-row.weak {
  border-color: rgba(255, 90, 79, 0.28);
}

.performance-row.money {
  border-color: rgba(248, 200, 74, 0.34);
}

.reminders {
  background: rgba(46, 232, 199, 0.035);
}

.reminder-layout {
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 1.1fr);
}

.reminder-panel {
  display: grid;
  gap: 14px;
}

.reminder-options {
  display: grid;
  gap: 10px;
}

.watch-list {
  display: grid;
  gap: 10px;
  max-height: 460px;
  overflow: auto;
  padding-right: 4px;
}

.watch-item {
  align-items: center;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr auto;
  padding: 12px;
}

.promos {
  background: linear-gradient(180deg, rgba(248, 200, 74, 0.05), rgba(255, 255, 255, 0.02));
}

.promo-card {
  display: grid;
  gap: 12px;
}

.promo-top {
  align-items: start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.promo-card h3 {
  margin-bottom: 4px;
}

.promo-meta {
  color: var(--muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.86rem;
  font-weight: 800;
  gap: 8px;
}

.promo-empty {
  background: rgba(255, 255, 255, 0.06);
  border: 1px dashed var(--line);
  border-radius: 8px;
  color: var(--muted);
  padding: 18px;
}

.share-section {
  background: linear-gradient(180deg, rgba(255, 107, 95, 0.045), rgba(46, 232, 199, 0.035));
}

.share-grid {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) 320px;
  padding: 18px;
}

.share-buttons {
  align-content: center;
  display: grid;
  gap: 10px;
}

.share-buttons a {
  min-height: 46px;
}

.day1-board-card {
  border-color: rgba(156, 255, 0, 0.34);
}

.day1-checklist {
  display: grid;
  gap: 8px;
}

.day1-checklist label {
  align-items: center;
  display: flex;
  gap: 8px;
}

.day1-kpi-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.day1-kpi-grid label {
  display: grid;
  gap: 4px;
}

.share-rewards-panel {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-bottom: 10px;
  padding: 10px;
}

.share-rewards-progress {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  height: 8px;
  overflow: hidden;
}

.share-rewards-progress i {
  background: linear-gradient(90deg, #39f5d0, #9cff00);
  display: block;
  height: 100%;
  transition: width 220ms ease;
  width: 0;
}

.share-confetti-burst {
  inset: 0;
  pointer-events: none;
  position: fixed;
  z-index: 80;
}

.share-confetti-burst i {
  animation: share-confetti-drop 1.2s ease-out forwards;
  border-radius: 2px;
  height: 10px;
  position: absolute;
  top: 18%;
  width: 7px;
}

@keyframes share-confetti-drop {
  0% {
    opacity: 0;
    transform: translateY(-24px) rotate(0deg);
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(62vh) rotate(420deg);
  }
}

.tips-section {
  background: linear-gradient(180deg, rgba(248, 200, 74, 0.05), rgba(255, 255, 255, 0.025));
}

.template-section {
  background: rgba(255, 255, 255, 0.025);
}

.template-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.template-card {
  background:
    radial-gradient(circle at 84% 10%, rgba(140, 255, 0, 0.1), transparent 34%),
    var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  display: grid;
  gap: 8px;
  min-height: 152px;
  overflow: hidden;
  padding: 16px;
  position: relative;
  text-align: left;
}

.template-card::before {
  content: "";
  height: 54px;
  width: 100%;
}

.template-card[data-template="command"]::before {
  background:
    radial-gradient(circle at 16% 50%, rgba(255, 255, 255, 0.92) 0 8px, transparent 9px),
    radial-gradient(circle at 16% 50%, rgba(140, 255, 0, 0.9) 0 18px, transparent 19px),
    linear-gradient(90deg, #1b2422 0 28%, #f7fff9 28% 30%, #8cff00 30% 76%, #1b2422 76%);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.template-card[data-template="compact"]::before {
  background: linear-gradient(90deg, #39f5d0, #7dffb8);
}

.template-card[data-template="spotlight"]::before {
  background:
    radial-gradient(circle at 74% 52%, rgba(248, 200, 74, 0.88) 0 8px, transparent 9px),
    linear-gradient(135deg, transparent 0 15%, rgba(140, 255, 0, 0.95) 16% 24%, transparent 25% 41%, rgba(255, 255, 255, 0.9) 42% 51%, transparent 52%),
    linear-gradient(90deg, #07100f, #153622);
  border: 1px solid rgba(140, 255, 0, 0.26);
  border-radius: 8px;
}

.template-card[data-template="comfort"]::before {
  background: linear-gradient(90deg, #78e8ff, #f7d779);
}

.template-card[data-template="hardcore"]::before {
  background:
    radial-gradient(circle at 78% 48%, rgba(255, 107, 95, 0.72) 0 7px, transparent 8px),
    repeating-linear-gradient(135deg, transparent 0 12px, rgba(140, 255, 0, 0.22) 12px 14px),
    linear-gradient(90deg, #060606 0 22%, #8cff00 23% 30%, #f7fff9 31% 42%, #111 43%);
  border: 1px solid rgba(140, 255, 0, 0.32);
  border-radius: 8px;
  box-shadow: inset 0 0 24px rgba(140, 255, 0, 0.1);
}

.template-card.active {
  border-color: rgba(46, 232, 199, 0.8);
  box-shadow: 0 0 0 2px rgba(46, 232, 199, 0.16);
}

.template-card strong {
  color: var(--gold);
}

.template-card span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.4;
}

.tips-grid,
.growth-grid,
.authority-grid,
.guide-grid,
.promo-calendar-grid,
.media-kit-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tip-card,
.growth-card,
.authority-card,
.guide-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.tip-card ul,
.growth-card ul,
.authority-card ul,
.guide-card ul {
  color: #d7e6df;
  line-height: 1.55;
  margin: 0;
  padding-left: 18px;
}

.guide-card {
  align-content: start;
}

.guide-route-banner {
  align-items: center;
  background: linear-gradient(90deg, rgba(46, 232, 199, 0.13), rgba(248, 200, 74, 0.12));
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 14px 16px;
}

.guide-route-banner strong {
  color: var(--gold);
}

.guide-route-banner span {
  color: #d7e6df;
  font-weight: 750;
}

.guide-card h3 a {
  color: var(--text);
  text-decoration: none;
}

.guide-card p:not(.eyebrow) {
  color: #d7e6df;
  line-height: 1.6;
}

.guide-link {
  color: var(--text);
  text-decoration: none;
}

.state-guide-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.state-guide-grid a {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  padding: 12px;
  text-decoration: none;
}

.state-guide-grid strong,
.state-guide-grid span {
  display: block;
}

.state-guide-grid strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.state-guide-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.comparison-box {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.compare-column {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 9px;
  padding: 12px;
}

.compare-column strong {
  color: var(--gold);
}

.compare-column span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.deal-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0;
  padding: 14px;
}

.deal-form .wide {
  grid-column: 1 / -1;
}

.page-builder-form {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 12px 0;
  padding: 14px;
}

.page-builder-form .wide,
.page-builder-form .form-actions {
  grid-column: 1 / -1;
}

.featured-site-admin {
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.16), transparent 46%),
    var(--panel);
  border: 1px solid rgba(248, 200, 74, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.7fr) auto;
  margin-bottom: 16px;
  padding: 16px;
}

.featured-site-admin h3,
.featured-site-admin p {
  margin: 0;
}

.wheel-admin-form textarea {
  min-height: 112px;
}

.page-order-admin {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.08), rgba(248, 200, 74, 0.06)),
    rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  margin: 12px 0 16px;
  padding: 14px;
}

.page-order-admin h3,
.page-order-admin p {
  margin: 0;
}

.page-order-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.page-order-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 76px;
  padding: 10px;
}

.page-order-row span {
  color: var(--text);
  font-weight: 950;
  overflow-wrap: anywhere;
}

.page-builder-list {
  display: grid;
  gap: 10px;
}

.page-builder-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding: 12px;
}

.page-builder-row span {
  color: var(--muted);
  display: block;
  font-size: 0.86rem;
  margin-top: 4px;
}

.deal-row {
  gap: 7px;
}

body[data-template="compact"] .section {
  padding-block: 42px;
}

body[data-template="compact"] .site-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

body[data-template="compact"] .site-card,
body[data-template="compact"] .claim-row,
body[data-template="compact"] .authority-card,
body[data-template="compact"] .guide-card {
  gap: 10px;
  padding: 14px;
}

body[data-template="spotlight"] .site-card:nth-child(1) {
  border-color: rgba(248, 200, 74, 0.55);
  transform: scale(1.02);
}

body[data-template="spotlight"] .hero h1 {
  color: var(--gold);
}

body[data-template="spotlight"] {
  --bg: #060a08;
  --panel: #0d1c17;
  --panel-2: #13261f;
  --teal: #2dffcb;
  --gold: #d7ff37;
  --acid: #8cff00;
  background:
    radial-gradient(circle at 84% 8%, rgba(140, 255, 0, 0.2), transparent 30%),
    radial-gradient(circle at 15% 18%, rgba(248, 200, 74, 0.16), transparent 26%),
    var(--bg);
}

body[data-template="spotlight"] .hero h1,
body[data-template="spotlight"] .brand span {
  background: linear-gradient(100deg, #f7fff9, var(--acid-2) 42%, var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

body[data-template="spotlight"] .site-card,
body[data-template="spotlight"] .hero-panel,
body[data-template="spotlight"] .extension-hero {
  border-color: rgba(140, 255, 0, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 70px rgba(0, 0, 0, 0.34),
    0 0 32px rgba(140, 255, 0, 0.1);
}

body[data-template="hardcore"] {
  --bg: #050605;
  --panel: #080d0b;
  --panel-2: #101713;
  --teal: #38ffd0;
  --gold: #8cff00;
  --coral: #ff4f35;
  background:
    repeating-linear-gradient(138deg, rgba(140, 255, 0, 0.055) 0 2px, transparent 2px 38px),
    radial-gradient(circle at 85% 12%, rgba(140, 255, 0, 0.18), transparent 34%),
    radial-gradient(circle at 8% 16%, rgba(255, 79, 53, 0.12), transparent 24%),
    var(--bg);
}

body[data-template="hardcore"] .topbar {
  border-bottom-color: rgba(140, 255, 0, 0.34);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.55), inset 0 -1px 0 rgba(140, 255, 0, 0.2);
}

body[data-template="hardcore"] .hero {
  background:
    linear-gradient(118deg, rgba(2, 3, 3, 0.96), rgba(8, 24, 14, 0.9) 52%, rgba(18, 9, 7, 0.82)),
    radial-gradient(circle at 82% 22%, rgba(140, 255, 0, 0.18), transparent 29rem);
}

body[data-template="hardcore"] .hero h1,
body[data-template="hardcore"] .section-heading h2 {
  text-shadow:
    0 0 2px rgba(255, 255, 255, 0.5),
    0 0 28px rgba(140, 255, 0, 0.32),
    0 14px 52px rgba(0, 0, 0, 0.52);
}

body[data-template="hardcore"] .site-card,
body[data-template="hardcore"] .claim-row,
body[data-template="hardcore"] .hero-panel,
body[data-template="hardcore"] .weekly-stash-card,
body[data-template="hardcore"] .public-tool-card {
  background:
    radial-gradient(circle at 94% 0%, rgba(140, 255, 0, 0.14), transparent 31%),
    linear-gradient(160deg, rgba(7, 12, 10, 0.98), rgba(14, 22, 17, 0.98));
  border-color: rgba(140, 255, 0, 0.32);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    0 25px 80px rgba(0, 0, 0, 0.44),
    0 0 32px rgba(140, 255, 0, 0.12);
}

body[data-template="hardcore"] .primary,
body[data-template="hardcore"] .claim-status-btn.ready {
  background: linear-gradient(135deg, #8cff00, #36ffcc);
  color: #020504;
}

body[data-template="comfort"] .site-grid,
body[data-template="comfort"] .guide-grid,
body[data-template="comfort"] .authority-grid {
  gap: 24px;
}

body[data-template="comfort"] .site-card,
body[data-template="comfort"] .claim-row,
body[data-template="comfort"] .guide-card {
  padding: 24px;
}

.authority-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(248, 200, 74, 0.045));
}

.promo-calendar-section {
  background: rgba(46, 232, 199, 0.035);
}

.media-kit-section {
  background: linear-gradient(180deg, rgba(255, 107, 95, 0.035), rgba(255, 255, 255, 0.02));
}

.trust-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(46, 232, 199, 0.04));
}

.trust-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.site-detail-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 12px;
}

.site-deep-dive-section {
  background:
    radial-gradient(circle at 82% 18%, rgba(46, 232, 199, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(248, 200, 74, 0.04));
}

.compact-select {
  min-width: min(320px, 100%);
}

.public-site-detail {
  display: grid;
  gap: 14px;
}

.detail-vote-row {
  justify-content: flex-start;
}

.detail-hero-card {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.34fr);
}

.detail-hero-card h3 {
  color: var(--gold);
  font-size: clamp(1.8rem, 3vw, 3.2rem);
  margin: 10px 0;
}

.detail-hero-card p {
  color: #d8e5df;
  line-height: 1.55;
}

.detail-cta-box {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  padding: 14px;
}

.detail-cta-box strong {
  color: var(--teal);
  font-size: 1.35rem;
}

.detail-cta-box span {
  color: var(--muted);
  font-weight: 850;
}

.payout-summary,
.payout-methods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.payout-summary {
  align-items: center;
  background: rgba(46, 232, 199, 0.055);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  padding: 10px;
}

.payout-summary strong {
  color: var(--gold);
  margin-right: 4px;
}

.payout-method {
  align-items: center;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 6px;
  padding: 6px 9px;
}

.payout-method b {
  align-items: center;
  background: linear-gradient(135deg, var(--teal), var(--gold));
  border-radius: 999px;
  color: #03110d;
  display: inline-flex;
  font-size: 0.68rem;
  height: 22px;
  justify-content: center;
  min-width: 22px;
  padding: 0 5px;
}

.payout-method.crypto {
  border-color: rgba(248, 200, 74, 0.42);
}

.payout-method.debit,
.payout-method.card {
  border-color: rgba(46, 232, 199, 0.34);
}

/* Night-crisp polish layer */
.topbar {
  background:
    linear-gradient(90deg, rgba(5, 8, 7, 0.96), rgba(7, 26, 20, 0.9)),
    rgba(9, 16, 15, 0.92);
  border-bottom-color: rgba(140, 255, 0, 0.18);
  box-shadow:
    inset 0 -1px 0 rgba(46, 232, 199, 0.12),
    0 14px 42px rgba(0, 0, 0, 0.36);
}

.brand img {
  background: #020504;
  border: 1px solid rgba(140, 255, 0, 0.34);
  box-shadow:
    0 0 0 3px rgba(140, 255, 0, 0.08),
    0 0 22px rgba(46, 232, 199, 0.24);
}

.hero {
  background:
    linear-gradient(118deg, rgba(5, 8, 7, 0.92), rgba(18, 45, 30, 0.78) 50%, rgba(8, 38, 30, 0.82)),
    radial-gradient(circle at 82% 28%, rgba(140, 255, 0, 0.16), transparent 30rem);
  overflow: hidden;
}

.hero::marker {
  color: var(--acid);
}

.hero-value h1 {
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 72px rgba(140, 255, 0, 0.16);
}

.hero-value h1 span {
  background: linear-gradient(105deg, var(--gold), var(--acid-2), var(--teal));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-command-line {
  animation: commandLineGlow 2.6s ease-in-out infinite;
}

.hero-panel {
  position: relative;
  overflow: hidden;
}

.hero-panel::after {
  animation: panelSweep 6s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 0%, rgba(140, 255, 0, 0.16) 48%, transparent 76%);
  content: "";
  inset: 0;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  transform: translateX(-115%) skewX(-14deg);
}

.hero-panel > * {
  position: relative;
  z-index: 1;
}

.section-heading h2,
.mission-heading h3,
.detail-guide-grid h3 {
  text-shadow:
    0 0 24px rgba(140, 255, 0, 0.18),
    0 12px 42px rgba(0, 0, 0, 0.32);
}

.section-heading h2::after,
.mission-heading h3::after {
  background: linear-gradient(90deg, var(--acid), var(--gold), transparent);
  border-radius: 999px;
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  max-width: 170px;
}

.stash-pulse {
  position: relative;
}

.stash-pulse::before {
  animation: pulseHeat 4.8s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(140, 255, 0, 0.12), transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pulse-track a,
.pulse-track span {
  border: 1px solid rgba(140, 255, 0, 0.18);
  box-shadow: inset 0 0 18px rgba(46, 232, 199, 0.08);
}

.top-site-chip,
.public-tool-card,
.claim-row,
.heatmap-command-card,
.radar-card,
.weekly-stash-card,
.detail-hero-card {
  background:
    radial-gradient(circle at 92% 10%, rgba(140, 255, 0, 0.1), transparent 32%),
    linear-gradient(145deg, rgba(18, 34, 30, 0.94), rgba(8, 17, 15, 0.98));
  border-color: rgba(140, 255, 0, 0.16);
}

.top-site-chip {
  overflow: hidden;
  position: relative;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.top-site-chip::after {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.18), transparent);
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-110%) skewX(-12deg);
  transition:
    opacity 160ms ease,
    transform 360ms ease;
}

.top-site-chip:hover {
  border-color: rgba(140, 255, 0, 0.42);
  box-shadow: 0 0 28px rgba(140, 255, 0, 0.12);
  transform: translateY(-2px);
}

.top-site-chip:hover::after {
  opacity: 1;
  transform: translateX(110%) skewX(-12deg);
}

.top-site-chip:nth-child(1) {
  box-shadow:
    inset 0 0 0 1px rgba(248, 200, 74, 0.16),
    0 0 38px rgba(248, 200, 74, 0.14);
}

.site-card {
  background:
    radial-gradient(circle at 94% 8%, rgba(140, 255, 0, 0.11), transparent 30%),
    radial-gradient(circle at 0% 100%, rgba(248, 200, 74, 0.055), transparent 26%),
    linear-gradient(160deg, rgba(14, 28, 25, 0.97), rgba(7, 15, 14, 0.99));
  border-color: rgba(140, 255, 0, 0.14);
}

.site-card::before {
  background: linear-gradient(180deg, var(--acid), var(--gold), var(--coral));
  box-shadow: 0 0 18px rgba(140, 255, 0, 0.42);
}

.site-card:nth-child(1) {
  background:
    radial-gradient(circle at 88% 4%, rgba(248, 200, 74, 0.22), transparent 34%),
    radial-gradient(circle at 12% 0%, rgba(140, 255, 0, 0.12), transparent 28%),
    linear-gradient(160deg, rgba(24, 39, 25, 0.98), rgba(8, 17, 14, 0.99));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 26px 72px rgba(0, 0, 0, 0.34),
    0 0 38px rgba(248, 200, 74, 0.1);
}

.site-card .primary,
.claim-status-btn.ready,
.hero-actions .primary {
  background: linear-gradient(135deg, var(--teal), #54ff8f 52%, var(--acid-2));
  box-shadow:
    0 14px 34px rgba(46, 232, 199, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.site-card .primary:hover,
.claim-status-btn.ready:hover,
.hero-actions .primary:hover {
  box-shadow:
    0 18px 42px rgba(140, 255, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.ranking-votes button,
.vote-btn {
  border-color: rgba(140, 255, 0, 0.18);
  box-shadow: inset 0 0 18px rgba(46, 232, 199, 0.06);
}

.payout-method b {
  background: linear-gradient(135deg, var(--acid-2), var(--teal));
}

@keyframes commandLineGlow {
  0%,
  100% {
    box-shadow: 0 0 28px rgba(248, 200, 74, 0.16), inset 0 0 20px rgba(46, 232, 199, 0.08);
  }
  50% {
    box-shadow: 0 0 42px rgba(140, 255, 0, 0.2), inset 0 0 26px rgba(140, 255, 0, 0.1);
  }
}

@keyframes panelSweep {
  0%,
  38% {
    transform: translateX(-115%) skewX(-14deg);
  }
  68%,
  100% {
    transform: translateX(115%) skewX(-14deg);
  }
}

@keyframes pulseHeat {
  0%,
  100% {
    opacity: 0.24;
    transform: translateX(-14%);
  }
  50% {
    opacity: 0.7;
    transform: translateX(14%);
  }
}

.topbar,
.workspace-tabs,
.hero-panel,
.site-card,
.weekly-stash-card,
.detail-hero-card,
.detail-signal-grid article,
.claim-row,
.claim-editor,
.stash-progress-panel,
.stash-wheel-panel,
.mission-board,
.stash-heatmap-panel,
.analytics-panel,
.authority-card,
.guide-card,
.promo-card,
.promo-panel {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 18px 48px rgba(0, 0, 0, 0.22);
}

.hero-panel,
.site-card,
.weekly-stash-card,
.detail-hero-card,
.claim-row,
.heatmap-command-card,
.radar-card {
  backdrop-filter: blur(14px) saturate(118%);
}

.site-card,
.weekly-stash-card,
.detail-hero-card,
.claim-row,
.heat-tile,
.radar-card {
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease,
    background 160ms ease;
}

.site-card:hover,
.weekly-stash-card:hover,
.claim-row:hover,
.heat-tile:hover,
.radar-card:hover {
  border-color: rgba(46, 232, 199, 0.38);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 22px 60px rgba(0, 0, 0, 0.28),
    0 0 32px rgba(46, 232, 199, 0.08);
  transform: translateY(-1px);
}

.site-card:hover::before {
  opacity: 1;
}

.site-card .primary {
  background: linear-gradient(135deg, var(--teal), #45ff9a);
  box-shadow: 0 10px 26px rgba(46, 232, 199, 0.18);
}

.site-card .primary:hover {
  box-shadow: 0 14px 34px rgba(46, 232, 199, 0.3);
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(46, 232, 199, 0.9);
  outline-offset: 3px;
}

.primary,
.secondary,
.ghost,
.claim-status-btn {
  letter-spacing: 0;
}

.metric,
.dash-card .metric,
.stat strong {
  text-shadow: 0 0 24px rgba(46, 232, 199, 0.16);
}

.section-heading h2,
.mission-heading h3,
.detail-guide-grid h3 {
  text-wrap: balance;
}

.detail-signal-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.detail-signal-grid article,
.detail-member-lock {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.08), rgba(248, 200, 74, 0.05)),
    var(--panel);
  border: 1px solid rgba(46, 232, 199, 0.18);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.detail-signal-grid strong {
  color: var(--gold);
  font-size: 1.28rem;
  overflow-wrap: anywhere;
}

.detail-signal-grid span {
  color: var(--muted);
  font-weight: 850;
}

.detail-source-card {
  background:
    radial-gradient(circle at 90% 0%, rgba(46, 232, 199, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(46, 232, 199, 0.08), rgba(248, 200, 74, 0.06)),
    var(--panel);
  border: 1px solid rgba(46, 232, 199, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 14px;
}

.detail-source-card h3,
.detail-source-card p {
  margin: 0;
}

.detail-guide-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detail-guide-grid h3 {
  color: var(--gold);
  margin: 0;
}

.detail-guide-grid ol,
.detail-guide-grid ul {
  color: #d7e6df;
  line-height: 1.55;
  margin: 0;
  padding-left: 20px;
}

.detail-member-lock {
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
}

.detail-member-lock h3,
.detail-member-lock p {
  margin: 0;
}

.quality-todo {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.quality-todo.critical {
  border-color: rgba(255, 90, 79, 0.34);
}

.quality-todo.warning {
  border-color: rgba(248, 200, 74, 0.34);
}

.quality-todo.polish {
  border-color: rgba(46, 232, 199, 0.22);
}

.todo-meter {
  background: rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  height: 7px;
  margin-top: 8px;
  overflow: hidden;
}

.todo-meter span {
  background: linear-gradient(90deg, #ff5a4f, var(--gold), var(--teal));
  display: block;
  height: 100%;
}

.legal-section {
  background: #080e0d;
  border-top: 1px solid var(--line);
  padding-bottom: 24px;
  padding-top: 24px;
}

.custom-page-area:empty {
  display: none;
}

.custom-page-section {
  background:
    radial-gradient(circle at 82% 22%, rgba(46, 232, 199, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(248, 200, 74, 0.04));
  border-top: 1px solid var(--line);
}

.custom-page-layout {
  align-items: start;
  display: grid;
  gap: 18px;
}

.custom-page-columns-1 {
  grid-template-columns: minmax(0, 1fr);
}

.custom-page-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.custom-page-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.custom-page-image {
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  max-height: 360px;
  object-fit: cover;
  width: 100%;
}

.custom-page-copy {
  color: var(--custom-text-color);
  font-size: var(--custom-font-size);
  font-weight: 800;
  line-height: 1.35;
}

.custom-page-copy p {
  margin-bottom: 14px;
}

.text-effect-scroll-up {
  animation: textScrollUp 4s ease-in-out infinite alternate;
}

.text-effect-scroll-down {
  animation: textScrollDown 4s ease-in-out infinite alternate;
}

.text-effect-slide-left {
  animation: textSlideLeft 4s ease-in-out infinite alternate;
}

.text-effect-slide-right {
  animation: textSlideRight 4s ease-in-out infinite alternate;
}

.text-effect-pulse {
  animation: textPulse 2.8s ease-in-out infinite;
}

@keyframes textScrollUp {
  from { transform: translateY(12px); }
  to { transform: translateY(-12px); }
}

@keyframes textScrollDown {
  from { transform: translateY(-12px); }
  to { transform: translateY(12px); }
}

@keyframes textSlideLeft {
  from { transform: translateX(14px); }
  to { transform: translateX(-14px); }
}

@keyframes textSlideRight {
  from { transform: translateX(-14px); }
  to { transform: translateX(14px); }
}

@keyframes textPulse {
  0%,
  100% {
    opacity: 0.82;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.025);
  }
}

.authority-card textarea {
  min-height: 230px;
}

.growth-section {
  background: linear-gradient(180deg, rgba(46, 232, 199, 0.04), rgba(248, 200, 74, 0.045));
}

.earning-chip {
  background: rgba(46, 232, 199, 0.1);
  border: 1px solid rgba(46, 232, 199, 0.24);
  border-radius: 8px;
  color: var(--teal);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 7px;
  text-align: right;
}

.resource-list {
  display: grid;
  gap: 10px;
}

.resource-list a {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-weight: 900;
  padding: 12px;
}

.help-card {
  border-color: rgba(255, 107, 95, 0.32);
}

.support-line {
  background: rgba(255, 107, 95, 0.12);
  border: 1px solid rgba(255, 107, 95, 0.28);
  border-radius: 8px;
  color: #ffe2df;
  margin: 0;
  padding: 12px;
}

.claim-row {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto auto minmax(0, 1fr) max-content minmax(150px, 0.28fr);
  min-width: 0;
  position: relative;
  overflow: hidden;
}

.claim-row::before {
  border-radius: inherit;
  content: "";
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 180ms ease;
}

.claim-row.ready::before {
  background: linear-gradient(90deg, rgba(46, 232, 199, 0.16), transparent 42%);
  opacity: 1;
}

.claim-row.almost-ready::before {
  background: linear-gradient(90deg, rgba(248, 200, 74, 0.14), transparent 42%);
  opacity: 1;
}

.claim-row.claimed::before {
  background: linear-gradient(90deg, rgba(255, 90, 79, 0.1), transparent 42%);
  opacity: 1;
}

.claim-row.ready {
  border-color: rgba(46, 232, 199, 0.5);
  box-shadow: 0 0 30px rgba(46, 232, 199, 0.1);
}

.claim-row.almost-ready {
  border-color: rgba(248, 200, 74, 0.44);
}

.claim-row > * {
  position: relative;
  z-index: 1;
}

.claim-main {
  min-width: 0;
}

.claim-main > strong {
  display: block;
  overflow-wrap: anywhere;
}

.claim-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 6px;
}

.claim-meta {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, max-content);
  justify-items: start;
  min-width: 0;
}

.claim-rank-panel {
  align-content: center;
  display: grid;
  gap: 9px;
  justify-self: end;
  min-width: 150px;
}

.claim-rank-panel span {
  background: linear-gradient(135deg, rgba(54, 255, 126, 0.08), rgba(46, 232, 199, 0.04));
  border: 1px solid rgba(54, 255, 126, 0.2);
  border-radius: 8px;
  box-shadow: inset 0 0 20px rgba(46, 232, 199, 0.04);
  display: grid;
  gap: 3px;
  padding: 9px 10px;
}

.claim-rank-panel b {
  color: #45ff84;
  font-size: 0.78rem;
  font-style: italic;
  font-weight: 950;
  line-height: 1;
}

.claim-rank-panel strong {
  color: #c8ffcf;
  font-size: 1rem;
  line-height: 1;
  text-shadow: 0 0 18px rgba(69, 255, 132, 0.2);
}

@media (max-width: 980px) {
  .route-start-board,
  .route-pulse-board {
    grid-template-columns: 1fr;
  }

  .claim-row {
    grid-template-columns: auto auto minmax(0, 1fr);
  }

  .claim-meta,
  .claim-rank-panel {
    grid-column: 1 / -1;
  }

  .claim-rank-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: stretch;
  }
}

.claim-actions {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(130px, 1fr));
  min-width: 0;
}

.claim-actions .secondary,
.claim-actions .claim-status-btn {
  align-items: center;
  display: inline-grid;
  justify-content: center;
  line-height: 1.15;
  text-align: center;
  width: 100%;
}

.favorite-btn {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  display: inline-grid;
  font-size: 1.25rem;
  height: 42px;
  justify-content: center;
  padding: 0;
  width: 42px;
}

.favorite-btn.active {
  background: rgba(248, 200, 74, 0.18);
  border-color: rgba(248, 200, 74, 0.42);
  color: var(--gold);
}

.timer {
  color: var(--gold);
  font-weight: 900;
  text-align: right;
}

.claim-status-btn {
  border: 0;
  border-radius: 8px;
  color: #03110d;
  font-weight: 950;
  min-height: 44px;
  padding: 10px 14px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.claim-status-btn:hover {
  transform: translateY(-1px);
}

.claim-status-btn.ready {
  animation: readyButtonGlow 2s ease-in-out infinite;
  background: linear-gradient(135deg, #2ee8c7, #47ff88);
  box-shadow: 0 0 0 1px rgba(46, 232, 199, 0.32), 0 0 26px rgba(46, 232, 199, 0.28);
}

.claim-status-btn.claimed {
  background: linear-gradient(135deg, #ff5a4f, #d5233c);
  box-shadow: 0 0 0 1px rgba(255, 90, 79, 0.28), 0 0 22px rgba(255, 90, 79, 0.22);
  color: white;
}

.claim-status-btn.almost-ready {
  background: linear-gradient(135deg, #f8c84a, #ffe27a);
  box-shadow: 0 0 0 1px rgba(248, 200, 74, 0.34), 0 0 24px rgba(248, 200, 74, 0.26);
}

.claim-status-btn.urgent {
  animation: urgentClaimPulse 0.95s ease-in-out infinite;
}

@keyframes urgentClaimPulse {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(248, 200, 74, 0.4), 0 0 18px rgba(248, 200, 74, 0.28);
    transform: translateY(0);
  }

  50% {
    box-shadow: 0 0 0 3px rgba(248, 200, 74, 0.42), 0 0 38px rgba(248, 200, 74, 0.62);
    transform: translateY(-1px);
  }
}

@keyframes readyButtonGlow {
  0%,
  100% {
    box-shadow: 0 0 0 1px rgba(46, 232, 199, 0.32), 0 0 22px rgba(46, 232, 199, 0.24);
  }

  50% {
    box-shadow: 0 0 0 3px rgba(46, 232, 199, 0.26), 0 0 42px rgba(46, 232, 199, 0.48);
  }
}

@keyframes readyPanelGlow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(46, 232, 199, 0), 0 18px 40px rgba(0, 0, 0, 0.18);
  }

  50% {
    box-shadow: 0 0 34px rgba(46, 232, 199, 0.18), 0 18px 40px rgba(0, 0, 0, 0.18);
  }
}

.money {
  color: var(--text);
  font-weight: 900;
  min-width: 100px;
  text-align: right;
}

.money.positive {
  color: var(--teal);
}

.money.negative {
  color: var(--coral);
}

.check-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.check-row input {
  min-height: auto;
  width: 18px;
}

.money-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.checklist-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  padding: 12px;
}

.checklist-box h3 {
  margin-bottom: 2px;
}

.admin-form {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-form label:nth-of-type(2),
.admin-form label:nth-of-type(12),
.admin-form label:nth-of-type(13),
.form-actions {
  grid-column: 1 / -1;
}

.hidden {
  display: none;
}

.admin-hidden-page {
  display: none !important;
}

.disclaimer {
  background: #050907;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
  padding: 18px clamp(16px, 5vw, 72px) 26px;
}

.compact-legal-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, max-content));
  margin-bottom: 10px;
}

.compact-legal-links a {
  color: var(--text);
  font-size: 0.76rem;
  font-weight: 850;
  opacity: 0.86;
}

.quest-dock {
  bottom: 18px;
  position: fixed;
  right: 18px;
  width: min(360px, calc(100vw - 28px));
  z-index: 8;
}

.quest-dock-panel {
  backdrop-filter: blur(14px);
  background:
    linear-gradient(180deg, rgba(10, 18, 17, 0.96), rgba(13, 24, 22, 0.94));
  border: 1px solid rgba(46, 232, 199, 0.22);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
  display: grid;
  gap: 12px;
  margin-top: 10px;
  max-height: min(65vh, 560px);
  overflow: auto;
  padding: 14px;
}

.quest-dock-heading {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.quest-dock-heading h3,
.quest-dock-heading p {
  margin: 0;
}

.quest-dock-toggle {
  background: linear-gradient(135deg, var(--teal), var(--acid-2));
  border: 0;
  border-radius: 999px;
  box-shadow: 0 18px 60px rgba(46, 232, 199, 0.24);
  color: var(--ink);
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 950;
  justify-content: center;
  justify-self: end;
  min-height: 44px;
  min-width: 148px;
  padding: 10px 16px;
}

.quest-grid {
  grid-template-columns: 1fr;
}

.quest-dock.collapsed .quest-dock-panel {
  display: none;
}

.onboarding-dock {
  bottom: 78px;
  position: fixed;
  right: 18px;
  width: min(420px, calc(100vw - 28px));
  z-index: 8;
}

.onboarding-dock-toggle {
  background: linear-gradient(135deg, var(--gold), var(--acid-2));
}

.onboarding-dock-panel {
  border-color: rgba(248, 200, 74, 0.28);
}

.onboarding-dock-grid {
  grid-template-columns: 1fr;
}

.onboarding-dock .first-five-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.onboarding-dock.collapsed .onboarding-dock-panel {
  display: none;
}

dialog {
  background: transparent;
  border: 0;
  color: var(--text);
  max-width: 560px;
  width: calc(100% - 28px);
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
}

.dialog-card {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.08), transparent 42%),
    linear-gradient(180deg, var(--panel), var(--panel-2));
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 26px;
  position: relative;
}

.dialog-card h2 {
  color: var(--gold);
  margin: 0;
}

.account-tabs {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  padding: 6px;
}

.account-tabs button {
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: var(--muted);
  font-weight: 900;
  min-height: 42px;
}

.account-tabs button.active {
  background: var(--teal);
  color: var(--ink);
}

.account-benefits {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.account-benefits span {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #d7e6df;
  font-size: 0.86rem;
  font-weight: 850;
  padding: 9px 10px;
}

.profile-section,
.community-section,
.logo-vote-section {
  background: linear-gradient(180deg, rgba(46, 232, 199, 0.035), rgba(248, 200, 74, 0.035));
}

.profile-grid,
.logo-vote-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-grid {
  align-items: start;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr) minmax(280px, 0.9fr);
}

.community-layout {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(260px, 0.55fr) minmax(260px, 0.55fr) minmax(0, 1.1fr);
}

.profile-card,
.community-form,
.community-post,
.logo-option {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 16px;
}

.profile-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    var(--panel);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
}

.profile-form,
.command-preferences {
  align-content: start;
}

.profile-form h3,
.command-preferences h3 {
  margin: 0 0 2px;
}

.profile-form::before,
.command-preferences::before {
  color: var(--teal);
  content: attr(data-kicker);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-top {
  align-items: center;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
}

.profile-top img {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 999px;
  height: 78px;
  object-fit: cover;
  width: 78px;
}

.profile-stats {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.profile-stats div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.profile-stats strong,
.profile-stats span {
  display: block;
}

.profile-stats strong {
  color: var(--gold);
  font-size: 1.25rem;
}

.profile-stats span,
.logo-option em {
  color: var(--muted);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 850;
}

.profile-recap {
  background:
    radial-gradient(circle at top right, rgba(248, 200, 74, 0.16), transparent 45%),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(248, 200, 74, 0.24);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  margin-top: 12px;
  padding: 14px;
}

.profile-form select,
.profile-form input {
  width: 100%;
}

.command-preferences {
  gap: 10px;
}

.profile-recap-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.profile-recap-top strong {
  color: var(--gold);
}

.profile-recap p {
  color: #d7e6df;
  line-height: 1.45;
  margin: 0;
}

.profile-recap-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.profile-recap-strip span {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 6px 9px;
}

.community-feed {
  display: grid;
  gap: 12px;
  max-height: 620px;
  overflow: auto;
}

.community-post-top,
.community-actions,
.comment-votes {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.community-post img {
  border: 1px solid rgba(46, 232, 199, 0.2);
  border-radius: 8px;
  max-height: 240px;
  object-fit: cover;
  width: 100%;
}

.logo-option {
  color: var(--text);
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}

.logo-mark {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(46, 232, 199, 0.2);
  border-radius: 12px;
  display: inline-flex;
  justify-content: center;
  max-width: 180px;
  overflow: hidden;
  width: 100%;
}

.logo-mark img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.account-terms {
  align-items: flex-start;
}

.account-terms a {
  color: var(--gold);
  font-weight: 950;
}

.account-security-panel {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 12px;
}

.account-security-panel strong,
.account-security-panel span {
  display: block;
}

.account-security-panel span {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
  margin-top: 4px;
}

.change-password-box {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.install-dialog-card {
  max-width: 540px;
}

.install-help-grid {
  display: grid;
  gap: 10px;
}

.install-help-grid div {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 5px;
  padding: 12px;
}

.install-help-grid strong {
  color: var(--gold);
}

.install-help-grid span {
  color: #d7e6df;
  font-weight: 750;
}

.x {
  background: transparent;
  border: 0;
  color: var(--muted);
  position: absolute;
  right: 12px;
  top: 10px;
}

@media (max-width: 1320px) {
  .claimer-layout,
  .reminder-layout,
  .promo-layout {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .commander-hero-strip {
    grid-template-columns: 1fr;
  }

  .heatmap-command-hero,
  .inline-wheel-panel {
    grid-template-columns: 1fr;
  }

  .commander-hero-actions {
    justify-content: flex-start;
  }

  .claim-editor {
    position: static;
    top: auto;
  }

  .note-quick-stats {
    grid-template-columns: 1fr;
  }

  .admin-cluster-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .quest-dock {
    bottom: 14px;
    right: 14px;
  }

  .onboarding-dock {
    bottom: 84px;
    right: 14px;
  }
}

@media (max-width: 860px) {
  .guest-focus-strip,
  .traffic-intelligence-grid {
    grid-template-columns: 1fr;
  }

  .traffic-chart {
    grid-template-columns: repeat(7, minmax(24px, 1fr));
  }

  .topbar {
    grid-template-columns: 1fr auto auto auto auto;
  }

  .header-brand-links {
    grid-column: 1 / -1;
    justify-content: flex-start;
    order: 2;
  }

  .is-signed-in main,
  .is-signed-in .disclaimer {
    padding-left: 0;
  }

  .workspace-tabs {
    padding: 8px 10px;
    top: 46px;
  }

  nav {
    grid-column: 1 / -1;
    order: 3;
    overflow-x: auto;
  }

  .hero,
  .tools,
  .dashboard-grid,
  .ranking-command-strip,
  .analytics-split,
  .intelligence-grid,
  .stash-radar,
  .claimer-layout,
  .unlock-preview-grid,
  .reminder-layout,
  .promo-layout,
  .share-grid,
  .matchup-layout,
  .access-grid,
  .click-magnet-grid,
  .template-grid,
  .tips-grid,
  .growth-grid,
  .authority-grid,
  .guide-grid,
  .performance-dashboard,
  .state-guide-grid,
  .comparison-box,
  .next-click-columns,
  .deal-form,
  .featured-site-admin,
  .page-builder-form,
  .page-order-list,
  .promo-calendar-grid,
  .media-kit-grid,
  .trust-grid,
  .detail-hero-card,
  .detail-signal-grid,
  .detail-guide-grid,
  .detail-member-lock,
  .weekly-stash-panel,
  .weekly-stash-list,
  .site-news-item,
  .custom-page-columns-2,
  .custom-page-columns-3,
  .profile-grid,
  .community-layout,
  .logo-vote-grid,
  .extension-hero,
  .extension-steps,
  .commander-quick-picks-heading,
  .tour-player {
    grid-template-columns: 1fr;
  }

  .page-builder-row {
    align-items: stretch;
    flex-direction: column;
  }

  .matchup-card {
    grid-template-columns: 1fr;
  }

  .versus-badge {
    justify-self: center;
  }

  .demo-grid {
    grid-template-columns: 1fr;
  }

  .ratings-box,
  .note-quick-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-toast {
    grid-column: 1 / -1;
  }

  .stash-pulse {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .heatmap-command-card {
    grid-template-columns: 1fr;
  }

  .command-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-cursor {
    display: none;
  }

  .stash-progress-top {
    align-items: stretch;
    display: grid;
  }

  .stash-value-card {
    text-align: left;
  }

  .hot-alert-grid {
    grid-template-columns: 1fr;
  }

  .stash-wheel-panel {
    grid-template-columns: 1fr;
  }

  .mission-heading {
    align-items: stretch;
    display: grid;
  }

  .mission-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .access-stage,
  .onboarding-grid,
  .first-five-grid {
    grid-template-columns: 1fr;
  }

  .access-grid {
    grid-template-columns: 1fr;
  }

  .claim-celebration {
    bottom: 14px;
    right: 14px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 28px;
    padding-top: 28px;
  }

  .hero-panel::after,
  .hero::after {
    animation-duration: 9s;
  }

  .is-guest .hero {
    gap: 18px;
  }

  .is-guest .hero-search,
  .is-guest .hero-badges {
    display: none;
  }

  .public-hype-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .is-guest .hero-actions {
    margin-top: 10px;
  }

  h1 {
    font-size: clamp(2.05rem, 10vw, 3.4rem);
  }

  .hero .hero-math,
  .hero p:not(.eyebrow) {
    font-size: 1rem;
  }

  .hero-command-line {
    font-size: 1.05rem;
    padding: 14px 16px;
    width: 100%;
  }

  .hero-actions .primary,
  .hero-actions .secondary {
    flex: 1 1 190px;
  }

  .hero-panel {
    margin-top: 4px;
  }

  .hero-panel-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-panel h2 {
    font-size: clamp(1.55rem, 8vw, 2.4rem);
  }

  .top-site-chip {
    grid-template-columns: auto auto minmax(0, 1fr);
  }

  .top-site-chip:nth-child(1),
  .top-site-chip:nth-child(1):hover {
    transform: none;
  }

  .public-referral-card,
  .public-referral-actions {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .heatmap-command-main,
  .claim-row {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: grid;
  }

  .pros-cons,
  .admin-form {
    grid-template-columns: 1fr;
  }

  .admin-preview-panel {
    grid-template-columns: 1fr;
  }

  .quality-todo {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .weekly-stash-card {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .weekly-stash-rank {
    height: 40px;
    width: 40px;
  }

  .timer {
    text-align: left;
  }

  .money {
    text-align: left;
  }

  .next-click-mini {
    grid-template-columns: auto auto minmax(0, 1fr);
  }

  .next-click-mini a {
    grid-column: 1 / -1;
  }

  .best-next-main,
  .best-next-actions {
    align-items: stretch;
    display: grid;
  }

  .mission-grid {
    grid-template-columns: 1fr;
  }

  .commander-hero-actions > * {
    flex: 1 1 180px;
  }

  .claim-editor {
    position: static;
    top: auto;
  }

  .quest-dock {
    bottom: 12px;
    left: 12px;
    right: 12px;
    width: auto;
  }

  .onboarding-dock {
    bottom: 76px;
    left: 12px;
    right: 12px;
    width: auto;
  }

  .compact-legal-links {
    grid-template-columns: repeat(2, minmax(0, max-content));
  }

  .commander-tools,
  .commander-filter-row,
  .command-kpi-strip {
    grid-template-columns: 1fr;
  }

  .commander-filter-pills {
    justify-content: flex-start;
  }

  .surprise-route-btn {
    text-align: center;
    width: 100%;
  }

  .stash-heatmap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stash-heatmap.member-icon-wall {
    grid-template-columns: repeat(auto-fill, minmax(58px, 1fr));
  }

  .claimer {
    padding-top: 34px;
  }

  .claimer .section-heading {
    gap: 14px;
    margin-bottom: 18px;
  }

  .commander-hero-strip,
  .stash-progress-panel,
  .stash-heatmap-panel,
  .claim-editor {
    padding: 16px;
  }

  .commander-hero-copy h3,
  .mission-heading h3 {
    font-size: 1.35rem;
    line-height: 1.08;
  }

  .commander-hero-actions {
    gap: 10px;
  }

  .stash-radar {
    gap: 10px;
  }

  .heatmap-command-card {
    gap: 12px;
    padding: 14px;
  }

  .heatmap-command-card.icon-preview-card {
    grid-template-columns: 1fr;
  }

  .claim-editor textarea {
    min-height: 112px;
  }

  .tour-caption {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  .route-command-card {
    padding: 14px;
  }

  .route-mini-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .claim-ring {
    min-height: 94px;
    padding: 14px;
  }

  .claim-ring::before {
    inset: 8px;
  }

  .hero-pulse-row {
    grid-template-columns: 28px 34px minmax(0, 1fr);
  }

  .hero-pulse-row em {
    grid-column: 3;
    justify-self: start;
  }

  .command-signal-grid article {
    grid-template-columns: 1fr;
  }

  .command-signal-grid article p {
    grid-column: auto;
  }

  .guest-home-grid,
  .admin-readiness-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 42px 14px;
  }

  .topbar {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 10px 14px;
  }

  .command-center-jump {
    font-size: 0.76rem;
    min-height: 38px;
    padding: 8px 11px;
  }

  .brand img {
    height: 36px;
    width: 36px;
  }

  .workspace-tabs {
    gap: 8px;
    padding: 8px;
    top: 44px;
  }

  .workspace-tabs a {
    min-width: max-content;
    padding: 11px 14px;
  }

  .commander-hero-strip {
    gap: 14px;
    padding: 14px;
  }

  .commander-hero-copy p,
  .claim-editor .muted,
  .stash-progress-panel .muted {
    line-height: 1.5;
  }

  .commander-hero-actions,
  .stash-progress-top,
  .current-site-top,
  .current-site-actions {
    display: grid;
  }

  .commander-hero-actions > *,
  .current-site-actions > * {
    width: 100%;
  }

  .note-quick-stats,
  .stash-heatmap,
  .hero-panel-tabs,
  .public-hype-grid,
  .ratings-box,
  .heatmap-status-strip {
    grid-template-columns: 1fr;
  }

  .command-kpi-strip {
    grid-template-columns: 1fr;
  }

  .stash-value-card,
  .heatmap-legend {
    justify-self: start;
  }

  .heatmap-legend {
    flex-wrap: wrap;
    gap: 6px;
  }

  .heatmap-command-card,
  .note-stat-card {
    border-radius: 8px;
  }

  .heatmap-command-card .form-actions,
  .claim-row,
  .claim-editor .form-actions {
    grid-template-columns: 1fr;
  }

  .quest-dock {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .onboarding-dock {
    bottom: 74px;
    left: 10px;
    right: 10px;
  }
}

/* 2026-05-14 final homepage refresh override */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  isolation: isolate;
  min-height: min(820px, calc(100vh - 68px));
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.92fr);
  gap: clamp(30px, 6vw, 86px);
  padding-top: clamp(62px, 7vw, 94px);
  padding-bottom: clamp(46px, 6vw, 72px);
  background:
    radial-gradient(circle at 82% 18%, rgba(45, 242, 165, 0.18), transparent 30rem),
    radial-gradient(circle at 12% 12%, rgba(156, 255, 50, 0.16), transparent 24rem),
    linear-gradient(118deg, rgba(3, 7, 6, 0.98), rgba(8, 23, 18, 0.96) 54%, rgba(4, 12, 10, 0.98));
}

.hero::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.32;
  z-index: -2;
}

.hero::after {
  background:
    linear-gradient(100deg, transparent 0%, rgba(156, 255, 50, 0.12) 44%, rgba(45, 242, 165, 0.16) 54%, transparent 66%);
  opacity: 0.44;
  z-index: -1;
}

.hero-copy {
  max-width: 650px;
}

.hero .eyebrow:first-child {
  align-items: center;
  color: #eafff4;
  display: inline-flex;
  gap: 9px;
  font-size: 0.84rem;
  letter-spacing: 0;
  margin-bottom: 26px;
  text-transform: none;
}

.hero .eyebrow:first-child::before {
  background: var(--teal);
  border-radius: 999px;
  box-shadow: 0 0 0 8px rgba(46, 232, 199, 0.12);
  content: "";
  height: 9px;
  width: 9px;
}

.hero-value {
  gap: 16px;
  margin-bottom: 24px;
}

.hero-value h1,
.hero h1 {
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #f4fff7;
}

.hero-value h1 {
  font-size: clamp(3.5rem, 5.8vw, 6.6rem);
  line-height: 0.92;
  max-width: 680px;
  text-shadow: 0 24px 70px rgba(0, 0, 0, 0.44);
}

.hero-title-line {
  color: #f4fff7;
  display: block;
}

.hero-title-line.accent {
  color: var(--acid);
  filter: drop-shadow(0 0 24px rgba(140, 255, 0, 0.2));
}

.hero .hero-math {
  background: rgba(255, 255, 255, 0.045);
  border-left: 2px solid rgba(140, 255, 0, 0.72);
  color: #dff1e8;
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  font-weight: 820;
  max-width: 610px;
  padding: 10px 0 10px 14px;
}

.hero .hero-command-line {
  animation: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #eafff4;
  display: block;
  font-size: clamp(1.05rem, 1.65vw, 1.32rem);
  font-weight: 720;
  line-height: 1.55;
  max-width: 610px;
  padding: 0;
}

.brand-slogan,
.route-mini-stack,
.route-pulse-board,
.hero-proof-grid,
.hero-badges,
.public-hype-grid,
.guest-focus-strip,
.hero-search {
  display: none;
}

.route-start-board {
  grid-template-columns: 1fr;
  max-width: 620px;
  margin: 22px 0 14px;
}

.route-command-card {
  grid-column: auto;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(140, 255, 0, 0.18), transparent 42%),
    linear-gradient(145deg, rgba(17, 32, 25, 0.92), rgba(7, 14, 12, 0.92));
  border-color: rgba(140, 255, 0, 0.3);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.route-command-card h2 {
  font-size: clamp(1.55rem, 2.25vw, 2.15rem);
  max-width: 500px;
}

.route-start-cta {
  justify-self: start;
  min-height: 48px;
  padding-inline: 18px;
}

.hero-actions {
  margin-top: 20px;
}

.hero-actions .primary,
.hero-actions .secondary {
  min-height: 48px;
  padding-inline: 20px;
}

.hero-panel {
  align-self: center;
  padding: 22px;
  background:
    radial-gradient(circle at 96% 8%, rgba(140, 255, 0, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(17, 31, 25, 0.94), rgba(6, 13, 11, 0.95));
  border-color: rgba(201, 255, 223, 0.16);
  box-shadow:
    0 32px 90px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(140, 255, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.hero-panel::after {
  opacity: 0.28;
}

.hero-panel-tabs {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(201, 255, 223, 0.12);
  border-radius: 8px;
  padding: 5px;
}

.hero-panel-tabs button {
  border: 0;
  background: transparent;
  min-height: 34px;
  text-transform: none;
}

.hero-panel-tabs button.active {
  background: var(--acid);
  color: #07100d;
}

.hero-top-public h2 {
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  line-height: 0.98;
  max-width: 560px;
}

.hero-top-public .muted {
  max-width: 570px;
}

.cinema-top-three,
.hero-panel .top-three {
  gap: 12px;
}

.top-site-chip {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(201, 255, 223, 0.14);
}

.top-site-chip.ready {
  border-color: rgba(140, 255, 0, 0.36);
  box-shadow: 0 0 28px rgba(140, 255, 0, 0.08);
}

@media (max-width: 1080px) {
  .hero {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 760px;
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 42px 24px 30px;
  }

  .hero-value h1 {
    font-size: clamp(2.75rem, 12.2vw, 3.75rem);
    line-height: 0.96;
  }

  .hero .hero-command-line,
  .hero .hero-math {
    max-width: 30ch;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .primary,
  .hero-actions .secondary {
    width: 100%;
  }
}

@media (max-width: 640px) {
  html,
  body {
    max-width: 100vw;
    overflow-x: hidden;
    width: 100%;
  }

  .topbar {
    display: flex;
    grid-template-columns: none;
    justify-content: space-between;
    max-width: 100vw;
    overflow: hidden;
    padding-left: 12px;
    padding-right: 12px;
    width: 100vw;
  }

  .launch-countdown,
  .header-brand-links,
  .install-btn,
  .command-center-jump,
  #openAccount,
  .beta-badge {
    display: none !important;
  }

  .brand {
    min-width: 0;
  }

  .brand span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-menu {
    flex: 0 0 auto;
  }

  .nav-menu summary {
    max-width: 82px;
    overflow: hidden;
  }

  .hero {
    overflow-x: hidden;
  }

  .hero-copy,
  .hero-value,
  .route-start-board,
  .route-command-card {
    max-width: 100%;
    min-width: 0;
  }

  .route-start-board {
    width: 100%;
  }

  .route-command-card {
    overflow: hidden;
    width: 100%;
  }

  .route-command-card h2,
  .route-command-card p,
  .route-command-card small {
    overflow-wrap: break-word;
  }

  .route-command-card h2 {
    font-size: 1.55rem;
    line-height: 1.08;
    max-width: 14ch;
  }
}

/* Dedicated concept-matched SweepStash homepage */
main > .hero,
main > .concept-feature-row,
main > .stash-pulse {
  display: none !important;
}

.topbar {
  background: #030706;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 76px;
  padding: 12px clamp(28px, 3.8vw, 48px);
}

.brand img {
  display: none;
}

.brand::before {
  align-items: center;
  border: 1px solid rgba(156, 255, 0, 0.6);
  border-radius: 8px;
  color: #9cff00;
  content: "S";
  display: flex;
  font-size: 1.55rem;
  font-weight: 950;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand span {
  background: none;
  color: #f7fff9;
  font-size: 1.7rem;
  text-shadow: none;
}

.brand span::first-letter {
  color: #9cff00;
}

.concept-nav {
  justify-self: center;
}

.concept-nav a {
  color: #e9efec;
  font-size: 1rem;
  font-weight: 650;
}

.concept-cta {
  background: #9cff00;
  border-radius: 8px;
  color: #050807;
  font-weight: 900;
  min-height: 42px;
  min-width: 170px;
}

.ss-concept-home {
  background:
    radial-gradient(circle at 34% 56%, rgba(140, 255, 0, 0.13), transparent 18rem),
    radial-gradient(circle at 78% 22%, rgba(38, 255, 173, 0.08), transparent 26rem),
    #030706;
  color: #f5fff8;
  min-height: calc(100vh - 76px);
  padding: 36px clamp(28px, 3.8vw, 52px) 44px;
  position: relative;
}

.ss-concept-home::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 28px 28px;
  content: "";
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.ss-concept-home > * {
  position: relative;
  z-index: 1;
}

.ss-concept-hero {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 70px);
  grid-template-columns: minmax(420px, 0.55fr) minmax(640px, 1fr);
}

.ss-concept-pill {
  background: rgba(140, 255, 0, 0.13);
  border: 1px solid rgba(140, 255, 0, 0.22);
  border-radius: 8px;
  color: #f6fff5;
  display: inline-flex;
  font-size: 0.88rem;
  font-weight: 750;
  margin: 0 0 26px;
  padding: 10px 14px;
}

.ss-concept-copy h1 {
  color: #f7fff8;
  font-size: clamp(3.2rem, 4.45vw, 5.35rem);
  line-height: 1.02;
  margin: 0 0 20px;
}

.ss-concept-copy h1 em {
  color: #9cff00;
  font-style: italic;
}

.ss-concept-lead {
  color: #b9c6c0;
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 530px;
}

.ss-concept-list {
  display: grid;
  gap: 13px;
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
}

.ss-concept-list li {
  align-items: center;
  color: #d8e4de;
  display: flex;
  gap: 12px;
}

.ss-concept-list li::before {
  border: 1px solid #9cff00;
  color: #9cff00;
  content: "";
  height: 11px;
  width: 11px;
}

.ss-concept-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 18px;
}

.ss-primary,
.ss-secondary {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
}

.ss-primary {
  background: #9cff00;
  color: #040806;
}

.ss-secondary {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #eef7f2;
}

.ss-concept-trust {
  color: #9ca9a3;
  font-size: 0.9rem;
  margin: 0;
}

.ss-dashboard {
  background: rgba(7, 12, 11, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  min-height: 510px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.ss-dash-rail {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 20px 16px;
}

.ss-dash-logo {
  color: #9cff00;
  font-size: 1.45rem;
  margin-bottom: 8px;
}

.ss-dash-rail a {
  border-radius: 8px;
  color: #cbd5d0;
  display: block;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 8px 10px;
  text-decoration: none;
}

.ss-dash-rail a.active {
  background: rgba(140, 255, 0, 0.16);
  color: #fff;
}

.ss-streak-box {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  display: grid;
  margin-top: 16px;
  padding: 14px;
  text-align: center;
}

.ss-streak-box b {
  font-size: 2rem;
}

.ss-streak-box small {
  color: #9ba8a2;
}

.ss-dash-main {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.ss-dash-top,
.ss-panel header,
.ss-timer,
.ss-route,
.ss-streak-row {
  align-items: center;
  display: flex;
}

.ss-dash-top,
.ss-panel header {
  justify-content: space-between;
}

.ss-dash-top h2,
.ss-panel h3 {
  font-size: 1rem;
  margin: 0;
}

.ss-dash-top span,
.ss-panel a {
  color: #9cff00;
  font-size: 0.78rem;
}

.ss-kpi-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ss-kpi-grid article,
.ss-panel,
.ss-streak-row {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 12px;
}

.ss-kpi-grid span,
.ss-kpi-grid small {
  color: #a8b5af;
  display: block;
  font-size: 0.72rem;
}

.ss-kpi-grid strong {
  display: block;
  font-size: 1.35rem;
  margin: 6px 0 2px;
}

.ss-kpi-grid small {
  color: #9cff00;
}

.ss-dash-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: 1.18fr 0.88fr;
}

.ss-panel {
  display: grid;
  gap: 10px;
}

.ss-timer,
.ss-route {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  gap: 10px;
  padding-top: 9px;
}

.ss-timer i {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: #78a8ff;
  display: flex;
  font-style: normal;
  font-weight: 950;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ss-timer i.pink {
  color: #ff4776;
}

.ss-timer i.gold {
  color: #ffd04f;
}

.ss-timer b {
  flex: 1;
  font-size: 0.86rem;
}

.ss-timer span,
.ss-route em {
  color: #c1cdc7;
  font-size: 0.78rem;
  font-style: normal;
}

.ss-timer em {
  color: #9cff00;
  font-size: 0.72rem;
  font-style: normal;
}

.ss-route b {
  align-items: center;
  border: 1px solid #9cff00;
  border-radius: 999px;
  color: #9cff00;
  display: flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.ss-route span {
  flex: 1;
}

.ss-panel button {
  background: rgba(140, 255, 0, 0.14);
  border: 1px solid rgba(140, 255, 0, 0.42);
  border-radius: 8px;
  color: #eaffcf;
  font-weight: 850;
  min-height: 38px;
}

.ss-streak-row {
  gap: 12px;
}

.ss-streak-row span {
  color: #9cff00;
  font-weight: 950;
  margin-right: auto;
}

.ss-streak-row i {
  border: 2px solid #9cff00;
  border-radius: 999px;
  height: 22px;
  width: 22px;
}

.ss-feature-row {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
}

.ss-feature-row article {
  background: rgba(7, 12, 11, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  min-height: 220px;
  padding: 24px;
}

.ss-feature-icon {
  align-items: center;
  background: rgba(140, 255, 0, 0.16);
  border-radius: 999px;
  color: #9cff00;
  display: flex;
  font-size: 1.4rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 16px;
  width: 58px;
}

.ss-feature-row h3 {
  margin: 0 0 6px;
}

.ss-feature-row strong {
  color: #9cff00;
}

.ss-feature-row p {
  color: #aeb9b3;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .concept-nav,
  .concept-cta {
    display: none;
  }

  .ss-concept-hero,
  .ss-feature-row,
  .ss-kpi-grid,
  .ss-dash-grid {
    grid-template-columns: 1fr;
  }

  .ss-concept-hero {
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .ss-concept-home {
    padding: 34px 20px;
  }

  .ss-concept-copy h1 {
    font-size: clamp(2.7rem, 13vw, 3.75rem);
  }

  .ss-dashboard {
    grid-template-columns: 1fr;
  }

  .ss-dash-rail {
    display: none;
  }

  .ss-dash-main {
    padding: 16px;
  }
}

/* Concept fidelity corrections */
.quest-dock,
.onboarding-dock {
  display: none !important;
}

.brand .brand-word {
  color: #f7fff9;
  font-size: 1.72rem;
}

.brand .brand-word em {
  color: #9cff00;
  font-style: normal;
}

.ss-concept-home {
  padding-top: 30px;
}

.ss-concept-hero {
  align-items: start;
  grid-template-columns: minmax(590px, 0.58fr) minmax(650px, 1fr);
  gap: 24px;
}

.ss-concept-copy {
  padding-top: 16px;
}

.ss-concept-copy h1 {
  font-size: clamp(3rem, 3.32vw, 3.45rem);
  line-height: 1.06;
  max-width: 620px;
}

.ss-dashboard {
  margin-top: 0;
  min-height: 520px;
}

.ss-feature-row {
  margin-top: 22px;
}

@media (max-width: 1080px) {
  .ss-concept-hero {
    grid-template-columns: 1fr;
  }

  .ss-concept-copy h1 {
    max-width: 620px;
  }
}

/* SweepStash Premium Visual Upgrade V2 (visual-only layer) */
.top-route-sticky {
  position: sticky;
  top: 68px;
  z-index: 72;
  background: rgba(5, 14, 12, 0.94);
  border-bottom: 1px solid rgba(141, 255, 0, 0.22);
  backdrop-filter: blur(8px);
}

.top-route-sticky-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-route-sticky-inner strong {
  color: #d9fff6;
  font-size: 0.82rem;
  font-weight: 950;
  white-space: nowrap;
}

.top-route-sticky-chips {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  overflow-x: auto;
  scrollbar-width: thin;
}

.top-route-sticky-chips a {
  border: 1px solid rgba(46, 232, 199, 0.34);
  border-radius: 999px;
  color: #d5fdf5;
  font-size: 0.78rem;
  font-weight: 850;
  padding: 6px 10px;
  white-space: nowrap;
}

.top-route-sticky-chips a.ready {
  border-color: rgba(141, 255, 0, 0.58);
  color: #beff4d;
}

.top-route-sticky .ghost.small {
  min-height: 32px;
  white-space: nowrap;
}

.v2-promo-ticker {
  position: sticky;
  top: 108px;
  z-index: 70;
  overflow: hidden;
  border-top: 1px solid rgba(163, 255, 210, 0.14);
  border-bottom: 1px solid rgba(163, 255, 210, 0.18);
  background:
    linear-gradient(90deg, rgba(44, 232, 174, 0.15), rgba(237, 195, 84, 0.1) 52%, rgba(84, 232, 220, 0.14));
}

.v2-ticker-track {
  display: inline-flex;
  align-items: center;
  gap: 34px;
  min-width: 200%;
  padding: 10px 18px;
  color: #e8fff3;
  font-size: 0.94rem;
  font-weight: 760;
  white-space: nowrap;
  animation: v2TickerMove 22s linear infinite;
}

.v2-ticker-track span {
  opacity: 0.96;
}

@keyframes v2TickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hero::after {
  background:
    radial-gradient(circle, rgba(141, 255, 0, 0.1) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(46, 232, 199, 0.08) 0 2px, transparent 3px);
  background-size: 42px 42px, 58px 58px;
  animation: v2ParticleDrift 24s linear infinite;
  opacity: 0.38;
}

@keyframes v2ParticleDrift {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(80px, -60px, 0);
  }
}

.site-card,
.authority-card,
.weekly-stash-card,
.claim-row,
.heat-tile,
.radar-card,
.ss-feature-row article,
.ss-panel {
  backdrop-filter: blur(12px);
}

.site-card:hover,
.authority-card:hover,
.weekly-stash-card:hover,
.claim-row:hover,
.heat-tile:hover,
.radar-card:hover,
.ss-feature-row article:hover {
  transform: translateY(-4px);
  border-color: rgba(141, 255, 0, 0.45);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(141, 255, 0, 0.12);
}

.primary,
.secondary,
.ghost,
.ss-primary,
.ss-secondary {
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.primary:hover,
.secondary:hover,
.ghost:hover,
.ss-primary:hover,
.ss-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(8, 16, 12, 0.44);
}

.v2-sticky-route {
  display: none;
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 95;
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.28);
  background: linear-gradient(120deg, #18ef88, #cef43e);
  color: #041109;
  font-weight: 900;
  text-align: center;
  line-height: 52px;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.35);
}

@media (max-width: 900px) {
  .top-route-sticky {
    top: 58px;
  }

  .top-route-sticky-inner {
    padding: 8px 12px;
  }

  .v2-promo-ticker {
    top: 100px;
  }

  .v2-ticker-track {
    animation-duration: 18s;
    font-size: 0.88rem;
  }

  body {
    padding-bottom: 82px;
  }

  .v2-sticky-route {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .v2-ticker-track,
  .hero::after {
    animation: none;
  }
}

/* Navigation + anchor landing + mobile claimer density */
main section[id],
main .tools[id],
#quick-start {
  scroll-margin-top: 116px;
}

@media (max-width: 900px) {
  main section[id],
  main .tools[id],
  #quick-start {
    scroll-margin-top: 90px;
  }

  .stash-heatmap-panel,
  .claim-editor,
  .stash-progress-panel {
    padding: 14px;
  }

  .stash-heatmap {
    gap: 10px;
  }

  .stash-heatmap.member-icon-wall {
    gap: 8px;
    grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  }

  .commander-filter-pills {
    gap: 8px;
  }

  .commander-filter-pills button {
    min-height: 44px;
    padding: 10px 12px;
  }

  .heatmap-status-strip {
    gap: 8px;
  }

  .heatmap-status-card {
    min-height: 96px;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  .stash-heatmap-panel,
  .claim-editor,
  .stash-progress-panel {
    padding: 12px;
  }

  .commander-tools label input,
  .commander-tools .surprise-route-btn {
    min-height: 44px;
  }

  .commander-filter-row {
    gap: 8px;
  }

  .surprise-route-btn {
    font-size: 0.95rem;
    font-weight: 900;
    min-height: 42px;
    padding: 9px 12px;
  }

  .commander-filter-pills button strong {
    font-size: 1.5rem;
  }

  .heat-tile-shell {
    gap: 5px;
  }

  .heat-tile {
    min-height: 92px;
    padding: 8px;
  }

  .heat-tile-quick-actions {
    gap: 5px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .heat-action-btn {
    font-size: 0.63rem;
    font-weight: 800;
    min-height: 24px;
    padding: 0 4px;
  }
}

.commander-onboarding-strip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 12px 0 18px;
}

.commander-onboarding-strip article {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(179, 255, 210, 0.16);
  border-radius: 10px;
  display: grid;
  gap: 8px;
  padding: 10px;
}

.commander-onboarding-strip strong {
  color: #eafff4;
  font-size: 0.92rem;
}

.commander-onboarding-strip span {
  color: #b8c8c0;
  font-size: 0.82rem;
  line-height: 1.4;
}

.commander-sync-status {
  font-size: 0.82rem;
  margin: 8px 0 0;
}

.surprise-rationale {
  font-size: 0.82rem;
  margin: 8px 0 0;
}

.commander-preset-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.commander-preset-row .ghost.small {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(46, 232, 199, 0.2);
  min-height: 36px;
}

.commander-preset-row .ghost.small:hover {
  border-color: rgba(46, 232, 199, 0.5);
  box-shadow: 0 10px 20px rgba(3, 12, 10, 0.28);
}

.commander-mode-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

.commander-mode-row .ghost.small.active {
  background: rgba(46, 232, 199, 0.18);
  border-color: rgba(46, 232, 199, 0.48);
}

.daily-goal-strip {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: auto minmax(100px, 150px) auto minmax(0, 1fr);
  margin-top: 8px;
}

.daily-goal-strip label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
}

.daily-goal-strip input {
  min-height: 34px;
}

.daily-goal-strip strong {
  color: var(--gold);
  font-size: 0.82rem;
  text-align: right;
}

.session-recap-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(179, 255, 210, 0.2);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 10px;
}

.session-recap-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.session-recap-card p {
  color: var(--muted);
  margin: 0;
}

.goal-streak-card,
.missed-opportunity-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 10px;
}

.quick-digest-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(248, 200, 74, 0.22);
  border-radius: 8px;
  display: grid;
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
}

.quick-digest-card strong {
  color: var(--gold);
}

.weekly-win-card ol {
  margin: 0;
  padding-left: 18px;
}

.weekly-win-card li {
  color: #dcfff0;
  font-size: 0.84rem;
}

.digest-form.compact {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.digest-form.compact input {
  min-height: 34px;
}

.heat-tile-verified {
  color: rgba(233, 255, 205, 0.85);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0;
}

.start-route-grid,
.trust-proof-grid,
.extension-checklist {
  display: grid;
  gap: 12px;
}

.start-route-grid {
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr) minmax(240px, 0.7fr);
}

.claim-calculator-card form,
.daily-checklist-preview,
.extension-check-step {
  display: grid;
  gap: 10px;
}

.calculator-output {
  background: rgba(46, 232, 199, 0.1);
  border: 1px solid rgba(46, 232, 199, 0.28);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}

.calculator-output strong {
  color: var(--gold);
  font-size: 1.35rem;
}

.calculator-output span,
.extension-check-step span {
  color: var(--muted);
  font-size: 0.86rem;
}

.daily-checklist-preview label,
.trust-proof-grid span,
.extension-check-step {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(179, 255, 210, 0.18);
  border-radius: 8px;
  padding: 10px;
}

.daily-checklist-preview label {
  align-items: center;
  color: #eafff5;
  display: flex;
  font-weight: 800;
  gap: 8px;
}

.extension-checklist {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 14px;
}

.extension-check-step strong,
.trust-proof-grid span {
  color: #eafff5;
  font-weight: 900;
}

.comparison-table {
  border: 1px solid rgba(179, 255, 210, 0.18);
  border-radius: 8px;
  display: grid;
  margin-top: 14px;
  overflow: hidden;
}

.comparison-row {
  align-items: center;
  color: #dcfff0;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.15fr 0.7fr 0.7fr 0.6fr 1fr;
  padding: 10px 12px;
  text-decoration: none;
}

.comparison-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.035);
}

.comparison-row:not(.comparison-head):hover {
  background: rgba(46, 232, 199, 0.1);
}

.comparison-head {
  background: rgba(140, 255, 0, 0.1);
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.site-vote-board {
  min-height: 100%;
}

.goal-streak-card strong,
.missed-opportunity-card strong {
  color: var(--gold);
}

.goal-streak-card span,
.missed-opportunity-card span {
  color: var(--muted);
  font-size: 0.84rem;
}

.missed-opportunity-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.missed-opportunity-list a {
  background: rgba(46, 232, 199, 0.1);
  border: 1px solid rgba(46, 232, 199, 0.34);
  border-radius: 999px;
  color: #dfffee;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 4px 10px;
  text-decoration: none;
}

.missed-opportunity-list a:hover,
.missed-opportunity-list a:focus-visible {
  background: rgba(46, 232, 199, 0.18);
}

.commander-filter-pills button {
  border: 1px solid rgba(189, 255, 220, 0.2);
}

.commander-filter-pills button:focus-visible,
.surprise-route-btn:focus-visible,
#commanderSearch:focus-visible {
  outline: 2px solid #9cff00;
  outline-offset: 2px;
}

@media (max-width: 900px) {
  .start-route-grid,
  .extension-checklist {
    grid-template-columns: 1fr;
  }

  .comparison-row {
    grid-template-columns: 1fr 1fr;
  }

  .comparison-head {
    display: none;
  }

  .commander-onboarding-strip {
    grid-template-columns: 1fr;
    margin: 10px 0 16px;
  }

  .commander-sync-status,
  .surprise-rationale {
    font-size: 0.78rem;
  }

  .commander-preset-row {
    gap: 6px;
  }

  .commander-preset-row .ghost.small {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .commander-mode-row .ghost.small {
    flex: 1 1 calc(50% - 6px);
  }

  .daily-goal-strip {
    grid-template-columns: 1fr 1fr;
  }

  .daily-goal-strip strong {
    grid-column: 1 / -1;
    text-align: left;
  }

  .digest-form.compact {
    grid-template-columns: 1fr;
  }
}

/* SweepStash Growth Upgrade: Clean Neon Command layer */
.command-glow-section {
  background:
    radial-gradient(circle at 14% 18%, rgba(140, 255, 0, 0.13), transparent 30rem),
    radial-gradient(circle at 88% 10%, rgba(46, 232, 199, 0.12), transparent 28rem),
    linear-gradient(145deg, rgba(5, 8, 7, 0.98), var(--command-surface-strong));
  border: 1px solid rgba(179, 255, 210, 0.16);
  box-shadow: var(--shadow), var(--command-glow-mint);
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.command-glow-section::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.command-glow-section > * {
  position: relative;
  z-index: 1;
}

.command-pulse-dot {
  animation: commandPulse 1.8s ease-in-out infinite;
  background: var(--acid);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(140, 255, 0, 0.42), var(--command-glow-lime);
  display: inline-block;
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.command-shimmer-card {
  overflow: hidden;
  position: relative;
}

.command-shimmer-card::after {
  animation: commandShimmer 4.8s ease-in-out infinite;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.12) 45%, rgba(140, 255, 0, 0.12) 52%, transparent 66%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-120%);
}

.offers-section .offer-spotlight {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.48fr);
  margin-bottom: 18px;
}

.offer-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-placement {
  align-content: start;
  display: grid;
  gap: 12px;
}

.offer-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.025)),
    rgba(11, 23, 20, 0.9);
  border: 1px solid rgba(179, 255, 210, 0.16);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
}

.offer-card.compact {
  gap: 8px;
  min-height: 132px;
  padding: 12px;
}

.offer-card h3,
.offer-card h4,
.offer-placement h3,
.news-watch-panel h3,
.member-command-card h3,
.admin-command-overview h3 {
  color: #f2fff8;
  margin: 0;
}

.offer-card p,
.offer-placement p,
.member-command-card p,
.news-watch-panel p,
.admin-command-overview p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.offer-category {
  align-self: start;
  background: rgba(46, 232, 199, 0.12);
  border: 1px solid rgba(46, 232, 199, 0.32);
  border-radius: 8px;
  color: #d9fff6;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 900;
  justify-self: start;
  letter-spacing: 0;
  padding: 4px 8px;
  text-transform: uppercase;
}

.member-command-dashboard {
  display: grid;
  gap: 18px;
}

.member-command-head {
  align-items: end;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.member-command-head p {
  color: var(--muted);
  margin: 6px 0 0;
  max-width: 720px;
}

.member-command-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.member-command-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
}

.mini-list {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mini-list li,
.ledger-row {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #dfffee;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  min-width: 0;
  padding: 9px 10px;
}

.ledger-row strong {
  color: var(--gold);
}

.ledger-row span,
.mini-list span {
  color: var(--muted);
  min-width: 0;
}

.news-watch-panel {
  background:
    linear-gradient(135deg, rgba(46, 232, 199, 0.1), rgba(248, 200, 74, 0.07)),
    rgba(7, 14, 13, 0.9);
  border: 1px solid rgba(179, 255, 210, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  padding: 16px;
}

.news-link-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.news-link-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #eafff4;
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  text-decoration: none;
}

.news-link-card:hover,
.news-link-card:focus-visible {
  border-color: rgba(46, 232, 199, 0.5);
  box-shadow: var(--command-glow-cyan);
}

.news-link-card label,
.news-watch-panel label {
  color: var(--gold);
  cursor: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.news-link-card span {
  color: var(--muted);
  line-height: 1.45;
}

.admin-command-overview {
  background: rgba(5, 8, 7, 0.92);
  border: 1px solid rgba(179, 255, 210, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 0.9fr) repeat(3, minmax(150px, 0.34fr));
  padding: 16px;
}

.admin-command-overview > * {
  min-width: 0;
}

.launch-kit-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.launch-copy-card,
.launch-checklist article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(7, 13, 11, 0.9);
  border: 1px solid rgba(156, 255, 50, 0.16);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  padding: 18px;
}

.launch-copy-card textarea {
  min-height: 150px;
  resize: vertical;
}

.launch-checklist {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.2fr) minmax(240px, 0.8fr);
  margin-top: 18px;
}

.launch-checklist ol {
  color: var(--soft);
  line-height: 1.6;
  margin: 0;
  padding-left: 20px;
}

.launch-copy-card button {
  justify-self: start;
}

.seo-action-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.guide-card:target {
  border-color: rgba(156, 255, 50, 0.42);
  box-shadow: 0 0 0 1px rgba(156, 255, 50, 0.18), 0 24px 80px rgba(45, 242, 165, 0.12);
}

@keyframes commandPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(140, 255, 0, 0.42), var(--command-glow-lime);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(140, 255, 0, 0), var(--command-glow-lime);
    transform: scale(1.08);
  }
}

@keyframes commandShimmer {
  0%,
  38% {
    transform: translateX(-120%);
  }
  68%,
  100% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .command-pulse-dot,
  .command-shimmer-card::after {
    animation: none;
  }
}

@media (max-width: 900px) {
  .offers-section .offer-spotlight,
  .offer-grid,
  .member-command-grid,
  .news-link-grid {
    grid-template-columns: 1fr;
  }

  .member-command-head {
    align-items: start;
    display: grid;
  }
}

@media (max-width: 800px) {
  .admin-command-overview {
    grid-template-columns: 1fr;
  }

  .launch-checklist {
    grid-template-columns: 1fr;
  }
}
