:root {
  --bg: #07110f;
  --bg-2: #0b1714;
  --panel: #101f1b;
  --panel-2: #142720;
  --panel-3: #19332b;
  --panel-blue: #0d1527;
  --line: rgba(130, 255, 220, 0.1);
  --line-strong: rgba(88, 224, 196, 0.42);
  --ink: #f4fffb;
  --muted: #b8c9c4;
  --muted-2: #78908a;
  --muted-1: #b8c9c4;
  --text: #f4fffb;
  --teal: #30c7ff;
  --mint: #58e0c4;
  --accent: #58e0c4;
  --accent-2: #9dffe8;
  --teal-strong: #179acf;
  --mint-strong: #32d28f;
  --glow: linear-gradient(135deg, #9dffe8 0%, var(--mint) 100%);
  --elite: #9ff3cf;
  --standard: #80caf0;
  --warning: #f6b36d;
  --danger: #ff8b8b;
  --signal-mint: #3dd9b0;
  --signal-amber: #d9b86b;
  --signal-slate: #6b7a8f;
  --signal-rose: #c97a7a;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --focus-ring: 0 0 0 2px rgba(61, 217, 176, 0.72), 0 0 0 6px rgba(61, 217, 176, 0.14);
  --max: 1180px;

  /* Odds Genius shared design-language foundation. Keep legacy tokens above as aliases. */
  --og-background: var(--bg);
  --og-background-raised: var(--bg-2);
  --og-surface: var(--panel);
  --og-surface-raised: var(--panel-2);
  --og-border: var(--line);
  --og-border-subtle: rgba(130, 255, 220, 0.1);
  --og-border-strong: var(--line-strong);
  --og-text: var(--ink);
  --og-muted-text: var(--muted);
  --og-action-mint: var(--mint);
  --og-signal: var(--signal-mint);
  --og-context: var(--teal);
  --og-risk: var(--warning);
  --og-proof: #8ff1d2;
  --og-danger: var(--danger);
  --og-disabled: var(--signal-slate);

  --og-space-4: 4px;
  --og-space-8: 8px;
  --og-space-12: 12px;
  --og-space-16: 16px;
  --og-space-24: 24px;
  --og-space-32: 32px;

  --og-radius-card: 8px;
  --og-radius-panel: 24px;
  --og-radius-pill: 999px;

  --og-type-meta: 0.68rem;
  --og-type-compact: 0.82rem;
  --og-type-body: 0.96rem;
  --og-type-section: clamp(1.18rem, 2vw, 1.45rem);
  --og-type-page: clamp(2rem, 4vw, 3.2rem);
  --og-type-hero: clamp(2.6rem, 6vw, 5.1rem);

  --og-effect-border-subtle: inset 0 0 0 1px var(--og-border-subtle);
  --og-effect-card-raised: 0 18px 54px rgba(0, 0, 0, 0.24);
  --og-effect-mint-glow: 0 0 0 1px rgba(88, 224, 196, 0.18), 0 14px 42px rgba(88, 224, 196, 0.1);
}

/* Alive premium product layer: Today, compact Matches, global search and verdict-first rooms. */
.nav-search-trigger, .og-search-page-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(174, 205, 190, 0.2);
  background: rgba(255, 255, 255, 0.045);
  color: var(--text, #f5f7f5);
  border-radius: 999px;
  padding: 0.58rem 0.8rem;
  font: inherit;
  cursor: pointer;
}

.nav-search-trigger kbd, .og-search-page-trigger kbd {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0.38rem;
  padding: 0.1rem 0.35rem;
  color: rgba(235, 244, 239, 0.62);
  font: inherit;
  font-size: 0.72rem;
}

.og-freshness-strip {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-height: 2.45rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(174, 205, 190, 0.14);
  border-radius: 0.65rem;
  background: rgba(5, 20, 17, 0.75);
  color: rgba(226, 238, 232, 0.72);
  font-size: 0.77rem;
}

.og-freshness-strip span:first-child { display: flex; align-items: center; gap: 0.5rem; }
.og-freshness-strip i { width: 0.48rem; height: 0.48rem; border-radius: 50%; background: #f0b75d; box-shadow: 0 0 0 4px rgba(240, 183, 93, 0.1); }
.og-freshness-strip.is-fresh i { background: #55d39a; box-shadow: 0 0 0 4px rgba(85, 211, 154, 0.1); }
.og-freshness-strip strong { color: #edf5f0; font-weight: 650; }
.og-freshness-strip a { display: inline-flex; align-items: center; min-height: 2.75rem; margin-left: auto; padding: 0 .35rem; color: rgba(231, 241, 236, 0.7); }
.og-alive-section, .og-rail-card { border: 1px solid rgba(174, 205, 190, 0.14); border-radius: .85rem; background: linear-gradient(145deg, rgba(12, 31, 26, 0.96), rgba(6, 20, 17, 0.96)); box-shadow: 0 18px 48px rgba(0,0,0,.14); overflow: hidden; }
.og-alive-section > .og-section-head { padding: 1rem 1.1rem; }
.og-rail-card { padding: 1rem; }
.og-section-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.og-section-head h2, .og-rail-card h2 { margin: 0.18rem 0 0; font-size: 1.15rem; }
.og-section-head a, .og-section-head button { display: inline-flex; align-items: center; min-height: 2.75rem; padding: 0 .35rem; border: 0; background: transparent; color: #7fe0b0; font: inherit; font-size: 0.78rem; cursor: pointer; }

.og-match-list { display: grid; }
.og-match-pagination { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 1rem; padding: .8rem 1rem; border: 1px solid rgba(174, 205, 190, .12); border-radius: .8rem; background: rgba(9, 18, 16, .72); color: rgba(222, 234, 228, .62); font-size: .75rem; }
.og-match-pagination > div { display: flex; align-items: center; gap: .7rem; }
.og-match-pagination strong { color: #eef7f2; font-size: .72rem; }
.og-match-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .75rem; align-items: center; min-height: 5.35rem; padding: .55rem .75rem .55rem 1rem; border-top: 1px solid rgba(174, 205, 190, 0.1); transition: background 160ms ease, transform 160ms ease; }
.og-match-row:hover { background: rgba(73, 179, 126, 0.06); transform: translateY(-1px); }
.og-match-row.is-live { box-shadow: inset 3px 0 #55d39a; }
.og-match-open { display: grid; grid-template-columns: 4.6rem minmax(18rem, 1.55fr) minmax(7.5rem, .72fr) 6.1rem; gap: .85rem; align-items: center; min-width: 0; padding: .35rem 0; border-radius: .55rem; color: inherit; text-decoration: none; }
.og-match-open:focus-visible { outline: 2px solid #7fe0b0; outline-offset: 4px; }
.og-match-time { display: grid; gap: 0.15rem; }
.og-match-time strong { font-size: 1rem; letter-spacing: -.02em; }
.og-match-time small, .og-match-main > small, .og-match-verdict small { color: rgba(216, 230, 223, 0.48); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em; }
.og-match-main { display: grid; gap: .48rem; min-width: 0; }
.og-matchup { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); gap: .58rem; align-items: center; min-width: 0; }
.og-team-line { display: flex; align-items: center; gap: .6rem; min-width: 0; }
.og-team-line.is-home { justify-content: flex-end; text-align: right; }
.og-team-line.is-away { justify-content: flex-start; text-align: left; }
.og-team-line strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .88rem; }
.og-match-vs { display: grid; place-items: center; min-width: 2rem; color: rgba(225, 237, 231, 0.48); }
.og-match-vs b { color: #f3f8f5; font-size: .78rem; font-weight: 650; letter-spacing: .02em; text-transform: uppercase; }
.og-match-badge.team-badge { width: 27px; height: 27px; border-radius: 8px; border-color: rgba(244,248,252,.1); background: rgba(255,255,255,.04); box-shadow: none; }
.og-match-badge.team-badge img { inset: 3px; width: calc(100% - 6px); height: calc(100% - 6px); }
.og-match-badge .badge-fallback { font-size: .56rem; }
.og-match-main .sr-only { position: absolute; }
.og-match-verdict { display: grid; gap: 0.28rem; min-width: 0; }
.og-match-verdict strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .82rem; line-height: 1.3; }
.og-match-ready { display: flex; align-items: center; gap: 0.4rem; color: rgba(225, 237, 231, 0.62); font-size: 0.72rem; }
.og-match-ready i { width: 0.42rem; height: 0.42rem; border-radius: 50%; background: #f0b75d; }
.og-match-ready.is-ready i { background: #55d39a; }
.og-match-actions { display: flex; justify-content: flex-end; gap: 0.45rem; }
.og-match-actions button, .og-icon-action, .og-slip-action { border: 1px solid rgba(174, 205, 190, 0.18); border-radius: .48rem; padding: .5rem .68rem; background: rgba(255,255,255,0.035); color: #eaf3ee; font: inherit; font-size: 0.7rem; white-space: nowrap; cursor: pointer; }
.og-slip-action { border-color: rgba(85, 211, 154, 0.28); color: #81e0b1; }
.og-match-actions button:disabled { cursor: not-allowed; color: rgba(225,237,231,.3); border-color: rgba(174,205,190,.08); }
.og-match-actions .is-active { background: rgba(85, 211, 154, 0.13); }

.og-calm-empty { display: grid; gap: 0.35rem; padding: 1.25rem; color: rgba(222, 234, 228, 0.58); font-size: 0.85rem; }
.og-calm-empty strong { color: #eaf3ee; }
.og-calm-empty button { justify-self: start; margin-top: 0.35rem; border: 0; padding: 0; background: transparent; color: #7fe0b0; font: inherit; cursor: pointer; }
.og-follow-list, .og-alert-list { display: grid; margin-top: 0.75rem; }
.og-follow-list a, .og-alert-list article { display: flex; align-items: center; gap: 0.65rem; padding: 0.7rem 0; border-top: 1px solid rgba(174,205,190,.09); color: inherit; text-decoration: none; }
.og-follow-list a span, .og-alert-list article span { display: grid; gap: .18rem; }
.og-follow-list small, .og-alert-list small { color: rgba(222,234,228,.52); font-size: .72rem; line-height: 1.35; }
.og-follow-list i, .og-alert-list i { width: .42rem; height: .42rem; border-radius: 50%; background: #55d39a; flex: none; }
.og-personal-follow-list a { display: grid; grid-template-columns: 2.3rem minmax(0, 1fr) auto; }
.og-personal-follow-list a > em { align-self: start; color: rgba(222, 234, 228, .36); font-size: .58rem; font-style: normal; letter-spacing: .08em; text-transform: uppercase; }
.og-proof-brief-list { display: grid; margin-top: .65rem; }
.og-proof-brief-list a { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .72rem 0; border-top: 1px solid rgba(174, 205, 190, .09); color: inherit; text-decoration: none; }
.og-proof-brief-list a > span { display: grid; gap: .2rem; min-width: 0; }
.og-proof-brief-list strong { overflow: hidden; font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.og-proof-brief-list small { color: rgba(222, 234, 228, .5); font-size: .68rem; }
.og-proof-brief-list b { color: #7fe0b0; font-size: .65rem; }
.og-slip-summary > strong, .og-whats-new > strong { display: block; margin-top: .4rem; font-size: 1.05rem; }
.og-slip-summary p, .og-whats-new p, .og-rail-card p { color: rgba(222,234,228,.6); line-height: 1.45; }
.og-whats-new small { color: rgba(222,234,228,.4); }

.og-search-backdrop { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: start center; padding: min(12vh, 7rem) 1rem 1rem; background: rgba(1, 8, 7, .78); backdrop-filter: blur(14px); }
.og-search-dialog { width: min(43rem, 100%); overflow: hidden; border: 1px solid rgba(174,205,190,.2); border-radius: 1rem; background: #0a1a16; box-shadow: 0 2rem 6rem rgba(0,0,0,.48); }
.og-search-head, .og-search-context, .og-search-dialog footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .8rem 1rem; }
.og-search-head span { display: grid; gap: .12rem; }
.og-search-head small, .og-search-context, .og-search-dialog footer { color: rgba(222,234,228,.72); font-size: .7rem; }
.og-search-head button { border: 1px solid rgba(174,205,190,.15); border-radius: .4rem; background: transparent; color: rgba(235,244,239,.6); padding: .25rem .4rem; }
.og-search-input { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: .6rem; margin: 0 .8rem; padding: .8rem .9rem; border: 1px solid rgba(85,211,154,.3); border-radius: .7rem; background: rgba(1,8,7,.42); }
.og-search-input input { width: 100%; border: 0; outline: 0; background: transparent; color: #f3f7f5; font: inherit; font-size: 1rem; }
.og-search-results { max-height: min(55vh, 31rem); overflow: auto; border-block: 1px solid rgba(174,205,190,.1); }
.og-search-result { display: grid; grid-template-columns: 1fr auto; align-items: center; padding: .35rem .7rem; }
.og-search-result.is-active { background: rgba(85,211,154,.08); }
.og-search-result > a { display: grid; grid-template-columns: 2.65rem 1fr; align-items: center; gap: .75rem; padding: .52rem .6rem; color: inherit; text-decoration: none; }
.og-search-result > a span:last-child { display: grid; gap: .15rem; }
.og-search-result small { display: flex; align-items: center; gap: .45rem; color: rgba(222,234,228,.72); }
.og-search-result small em { color: #7fe0b0; font-style: normal; font-size: .58rem; letter-spacing: .08em; text-transform: uppercase; }
.og-search-avatar { position: relative; display: grid; place-items: center; width: 2.3rem; height: 2.3rem; overflow: hidden; border: 1px solid rgba(174,205,190,.16); border-radius: .58rem; background: rgba(255,255,255,.04); color: #8ee8bb; }
.og-search-avatar img { width: 82%; height: 82%; object-fit: contain; }
.og-search-avatar.is-player { border-radius: 50%; background: linear-gradient(160deg, rgba(70,136,111,.28), rgba(5,18,15,.8)); }
.og-search-avatar.is-player img { width: 100%; height: 100%; object-fit: cover; }
.og-search-avatar b { font-size: .68rem; }
.og-search-avatar-fixture { overflow: visible; border: 0; background: transparent; }
.og-search-avatar-fixture span { position: absolute; display: grid; place-items: center; width: 1.75rem; height: 1.75rem; overflow: hidden; border: 2px solid #0a1a16; border-radius: .5rem; background: #122820; font-size: .6rem; }
.og-search-avatar-fixture span:first-child { left: 0; top: .15rem; }
.og-search-avatar-fixture span:last-child { right: 0; bottom: .15rem; }
.og-search-avatar-fixture img { width: 82%; height: 82%; object-fit: contain; }
.og-search-type { width: fit-content; border: 1px solid rgba(174,205,190,.15); border-radius: 999px; padding: .2rem .45rem; color: #7fe0b0; font-size: .61rem; text-transform: uppercase; letter-spacing: .08em; }
.og-search-result > button { border: 0; background: transparent; color: #7fe0b0; font: inherit; font-size: .72rem; cursor: pointer; }
.og-search-empty { display: grid; gap: .35rem; padding: 2rem 1rem; text-align: center; color: rgba(222,234,228,.55); }
.og-search-empty strong { color: #edf5f0; }
.og-verdict-main { grid-area: main; }
.og-verdict-reasons { grid-area: reasons; }
.og-verdict-risk { grid-area: risk; }
.og-verdict-freshness { grid-area: freshness; }
.og-verdict-actions { grid-area: actions; }
.og-verdict-main h1 { margin: .28rem 0 .45rem; font-size: clamp(1.5rem, 3vw, 2.45rem); line-height: 1.05; letter-spacing: -.035em; }
.og-verdict-main p, .og-verdict-risk p, .og-verdict-reasons p { margin: 0; color: rgba(222,234,228,.62); line-height: 1.45; }
.og-verdict-reasons ol { display: grid; gap: .48rem; margin: .55rem 0 0; padding-left: 1.2rem; color: rgba(236,244,240,.82); font-size: .83rem; }
.og-verdict-risk { padding-top: .9rem; border-top: 1px solid rgba(174,205,190,.1); }
.og-verdict-freshness { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: .45rem; padding-top: .9rem; border-top: 1px solid rgba(174,205,190,.1); }
.og-verdict-freshness > .metric-label { grid-column: 1 / -1; }
.og-verdict-freshness span { display: grid; gap: .2rem; }
.og-verdict-freshness small { color: rgba(222,234,228,.45); font-size: .64rem; text-transform: uppercase; letter-spacing: .07em; }
.og-verdict-freshness strong { font-size: .72rem; }
.og-verdict-actions { display: flex; justify-content: flex-start; align-items: center; gap: .55rem; }

.matches-command-page .matches-command-hero { min-height: auto; padding-block: 1.25rem; }
.matches-command-page .matches-command-copy h1 { font-size: clamp(2.2rem, 4vw, 3.8rem); }
.matches-command-page .x-search-bar { margin-block: .8rem; }
.og-match-filter-drawer { margin: 0 0 .8rem; border: 1px solid rgba(174,205,190,.13); border-radius: .7rem; background: rgba(5,20,17,.72); }
.og-match-filter-drawer > summary { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem .85rem; color: rgba(231,241,236,.72); font-size: .76rem; cursor: pointer; list-style: none; }
.og-match-filter-drawer > summary::-webkit-details-marker { display: none; }
.og-match-filter-drawer > summary strong { color: #7fe0b0; font-weight: 600; }
.og-match-filter-drawer[open] > summary { border-bottom: 1px solid rgba(174,205,190,.1); }
.og-match-filter-drawer .matches-command-filters { margin: .7rem; }

@media (max-width: 980px) {
  .og-match-row { grid-template-columns: minmax(0, 1fr) auto; padding-block: .65rem; }
  .og-match-open { grid-template-columns: 4.2rem minmax(0, 1fr) auto; grid-template-rows: auto auto; }
  .og-match-time { grid-column: 1; grid-row: 1 / 3; }
  .og-match-main { grid-column: 2; grid-row: 1; }
  .og-match-verdict { grid-column: 2; grid-row: 2; }
  .og-match-ready { grid-column: 3; grid-row: 1 / 3; }
  .og-match-actions { justify-content: flex-end; padding-left: 0; }
}

@media (max-width: 640px) {
  .og-freshness-strip { grid-template-columns: minmax(0, 1fr) auto; gap: .38rem .75rem; overflow: visible; white-space: normal; }
  .og-freshness-strip > span:first-child { grid-column: 1 / -1; }
  .og-freshness-strip a { justify-self: end; margin-left: 0; }
  .og-match-row { grid-template-columns: 1fr; gap: .6rem; min-height: 0; padding: .72rem; }
  .og-match-open { grid-template-columns: 3.3rem minmax(0, 1fr) auto; grid-template-rows: auto auto; gap: .55rem; padding: 0; }
  .og-match-time { grid-column: 1; grid-row: 1; align-self: center; }
  .og-match-main { grid-column: 2 / -1; grid-row: 1; }
  .og-matchup { gap: .4rem; }
  .og-team-line { gap: .38rem; }
  .og-team-line strong { white-space: normal; font-size: .76rem; line-height: 1.15; }
  .og-match-vs { min-width: 1.5rem; }
  .og-match-verdict { grid-column: 2; grid-row: 2; align-self: center; padding-top: 0; }
  .og-match-verdict strong { white-space: normal; font-size: .72rem; }
  .og-match-ready { grid-column: 3; grid-row: 2; align-self: center; }
  .og-match-ready span { font-size: .64rem; }
  .og-match-actions { padding-left: 3.85rem; }
  .og-match-actions button { flex: 1; }
  .og-match-badge.team-badge { width: 24px; height: 24px; }
  .og-search-backdrop { padding: .5rem; place-items: start center; }
  .og-search-dialog { border-radius: .8rem; }
  .og-search-result > a { grid-template-columns: 2.65rem 1fr; }
  .og-search-dialog footer { display: none; }
  .og-verdict-actions { justify-content: stretch; }
  .og-verdict-actions > * { flex: 1; }
}

* {
  box-sizing: border-box;
}

*::selection {
  color: #f8fcff;
  background: rgba(61, 217, 176, 0.22);
}

html, body {
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
  font-family:
    Inter,
    ui-sans-serif,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(92, 200, 232, 0.12), transparent 25%),
    radial-gradient(circle at top right, rgba(142, 240, 182, 0.1), transparent 28%),
    linear-gradient(180deg, #08111a 0%, #061018 100%);
  scrollbar-width: thin;
  scrollbar-color: rgba(123, 154, 184, 0.48) rgba(255, 255, 255, 0.02);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.02);
}

body::-webkit-scrollbar-thumb {
  border: 2px solid rgba(6, 16, 24, 0.95);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(123, 154, 184, 0.72), rgba(107, 122, 143, 0.46));
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.72), rgba(48, 199, 255, 0.52));
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    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: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 92%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 18%, rgba(78, 222, 163, 0.08), transparent 24%),
    radial-gradient(circle at 82% 52%, rgba(48, 199, 255, 0.05), transparent 22%);
  opacity: 0.92;
}

.site-shell {
  position: relative;
  padding: 18px 22px 36px;
}

.site-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.28) 0 0.6px, transparent 0.9px),
    radial-gradient(circle at 80% 40%, rgba(255, 255, 255, 0.2) 0 0.5px, transparent 0.85px);
  background-size: 18px 18px, 26px 26px;
  mix-blend-mode: screen;
}

.topbar {
  position: relative;
  overflow: visible;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 24px;
  max-width: 1380px;
  padding: 14px 18px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(12, 21, 33, 0.86), rgba(8, 14, 24, 0.9));
  backdrop-filter: blur(22px) saturate(120%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 12px 40px rgba(0, 0, 0, 0.3);
}

.narrative-fixture-summary {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.narrative-fixture-summary h2 {
  margin: 6px 0 10px;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1.05;
}

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

.narrative-tier-panel {
  padding: 24px;
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top right, rgba(88, 224, 196, 0.11), transparent 38%),
    rgba(20, 39, 32, 0.86);
  box-shadow: var(--shadow);
}

.narrative-tier-panel h3 {
  margin: 8px 0 10px;
}

.narrative-tier-panel p, .narrative-tier-panel dd {
  color: var(--muted);
  line-height: 1.55;
}

.narrative-tier-panel dl {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
}

.narrative-tier-panel dt {
  margin-bottom: 4px;
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.narrative-tier-panel dd {
  margin: 0;
}

.narrative-copy-block, .narrative-json-block {
  max-height: 420px;
  overflow: auto;
  margin: 0;
  padding: 16px;
  color: var(--ink);
  white-space: pre-wrap;
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  background: rgba(2, 10, 8, 0.58);
  line-height: 1.5;
}

.narrative-json-block {
  font-size: 0.78rem;
}

.fixture-match-brief-section {
  margin-top: 28px;
}

.fixture-match-brief {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(88, 224, 196, 0.14);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at top left, rgba(157, 255, 232, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.96), rgba(11, 23, 20, 0.9));
  box-shadow: var(--shadow);
}

.fixture-match-brief::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background:
    linear-gradient(rgba(157, 255, 232, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.1) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.82), transparent 72%);
}

.fixture-match-brief > * {
  position: relative;
}

.fixture-match-brief-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: start;
}

.fixture-match-brief h2 {
  margin: 8px 0 12px;
  max-width: 860px;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.fixture-match-brief p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.fixture-match-brief-status {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
  max-width: 320px;
}

.fixture-match-brief-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.fixture-match-brief-grid div {
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.fixture-match-brief-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-match-score-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.fixture-match-score-strip span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: var(--muted);
  border: 1px solid rgba(157, 255, 232, 0.14);
  border-radius: 999px;
  background: rgba(157, 255, 232, 0.07);
  font-size: 0.86rem;
}

.fixture-match-score-strip strong {
  color: var(--ink);
}

.fixture-match-brief-context-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-match-brief small {
  display: block;
  margin-top: 20px;
  color: var(--muted-2);
  line-height: 1.45;
}

.fixture-match-brief-warning {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.fixture-match-brief-warning span {
  padding: 7px 10px;
  color: #ffd9bd;
  border: 1px solid rgba(246, 179, 109, 0.28);
  border-radius: 999px;
  background: rgba(246, 179, 109, 0.1);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .narrative-tier-grid {
    grid-template-columns: 1fr;
  }

  .narrative-fixture-summary {
    display: grid;
  }

  .fixture-match-brief-head, .fixture-match-brief-grid {
    grid-template-columns: 1fr;
  }

  .fixture-match-brief-status {
    justify-content: flex-start;
    max-width: none;
  }
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 54%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 78%);
  opacity: 0.7;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: var(--glow);
  color: #04111a;
  font-weight: 900;
  letter-spacing: 0.08em;
  box-shadow: 0 0 24px rgba(92, 200, 232, 0.3);
}

.brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.brand-copy strong {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -0.03em;
}

.brand-copy small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.66rem;
}

.nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
}

.nav-main {
  flex: 1;
  justify-content: center;
  min-width: 0;
  gap: 2px;
}

.nav-utility {
  justify-content: flex-end;
  gap: 2px;
  padding-left: 12px;
  margin-left: 6px;
  border-left: 1px solid rgba(123, 154, 184, 0.12);
}

.nav a {
  position: relative;
  padding: 10px 13px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.86rem;
  transition: 180ms ease;
  white-space: nowrap;
}

.nav a:hover, .nav a:focus-visible {
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.035)),
    rgba(88, 224, 196, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.nav a.is-active, .nav a[aria-current="page"] {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.18),
    0 10px 24px rgba(88, 224, 196, 0.16);
}

.nav-main a {
  color: rgba(232, 245, 255, 0.82);
}

.nav-main a:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}

.nav-main a.is-active {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
}

.nav-utility a {
  color: var(--muted-2);
  background: transparent;
  padding: 8px 10px;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
}

.nav-utility a:hover {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: none;
}

.nav-utility a.is-active {
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 22px rgba(88, 224, 196, 0.12);
}

.nav-auth-shell {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-left: 4px;
}

.nav-auth-button, .nav-auth-capsule {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-auth-button {
  padding: 0 13px;
  background: rgba(244, 255, 251, 0.045);
  color: var(--muted);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.nav-auth-primary {
  color: #07110f;
  border-color: rgba(157, 255, 232, 0.36);
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 22px rgba(88, 224, 196, 0.16);
}

.nav-auth-admin {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.26);
  background: rgba(217, 184, 107, 0.08);
}

.nav-auth-logout {
  color: var(--muted-2);
  background: transparent;
}

.nav-auth-capsule {
  gap: 10px;
  min-width: 0;
  padding: 4px 10px 4px 5px;
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.1), transparent 48%),
    rgba(244, 255, 251, 0.04);
}

.nav-auth-avatar {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #07110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  font-size: 0.72rem;
  font-weight: 950;
}

.nav-auth-copy {
  display: grid;
  gap: 1px;
  min-width: 0;
  max-width: 168px;
  text-align: left;
}

.nav-auth-copy b, .nav-auth-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-auth-copy b {
  color: var(--ink);
  font-size: 0.78rem;
  line-height: 1.05;
}

.nav-auth-copy small {
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mobile-nav-control {
  position: relative;
  z-index: 40;
  display: block;
  flex: 0 0 auto;
}

.mobile-nav-toggle {
  display: grid;
  gap: 5px;
  width: 42px;
  min-height: 44px;
  min-width: 0;
  place-content: center;
  border: 1px solid rgba(247, 246, 241, 0.2);
  border-radius: 999px;
  color: #ffffff;
  background: rgba(2, 9, 7, 0.78);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
  cursor: pointer;
}

.mobile-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.mobile-nav-toggle:hover, .mobile-nav-toggle:focus-visible {
  border-color: rgba(157, 255, 232, 0.64);
  outline: none;
  box-shadow:
    0 0 0 3px rgba(157, 255, 232, 0.16),
    0 14px 34px rgba(0, 0, 0, 0.24);
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-panel {
  position: fixed;
  z-index: 999;
  top: 84px;
  right: 22px;
  display: grid;
  width: min(320px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  padding: 12px;
  border: 1px solid rgba(247, 246, 241, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(8, 22, 18, 0.995), rgba(1, 4, 4, 0.995)),
    #050807;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.66);
  backdrop-filter: blur(18px);
  transform-origin: top right;
  animation: mobile-nav-open 160ms ease-out;
}

.mobile-nav-panel[hidden] {
  display: none;
}

.mobile-nav-kicker {
  display: inline-flex;
  width: fit-content;
  margin: 2px 6px 10px;
  padding: 4px 8px;
  border: 1px solid rgba(157, 255, 232, 0.28);
  border-radius: 999px;
  color: rgba(157, 255, 232, 0.86);
  font-size: 0.64rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.mobile-nav-panel a, .mobile-nav-auth-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  width: 100%;
  padding: 0 10px;
  border: 0;
  border-top: 1px solid rgba(247, 246, 241, 0.1);
  border-radius: 0;
  color: #ffffff;
  background: transparent;
  font: inherit;
  font-size: 0.84rem;
  font-weight: 840;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.mobile-nav-panel a::after, .mobile-nav-auth-link::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid rgba(157, 255, 232, 0.82);
  border-right: 1px solid rgba(157, 255, 232, 0.82);
  transform: rotate(45deg);
}

.mobile-nav-panel a:hover, .mobile-nav-panel a:focus-visible, .mobile-nav-auth-link:hover, .mobile-nav-auth-link:focus-visible {
  color: #9dffe8;
  outline: none;
  background: rgba(157, 255, 232, 0.06);
}

.mobile-founder-cta {
  display: none;
}

@keyframes mobile-nav-open {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .mobile-nav-panel {
    animation: none;
  }

  .mobile-nav-toggle span {
    transition: none;
  }
}

body[data-page="home"] {
  color: #f7f6f1;
  background: #030504;
}

body[data-page="home"]::before, body[data-page="home"]::after, body[data-page="home"] .site-shell::before {
  display: none;
}

body[data-page="home"] .site-shell {
  padding: 0;
}

body[data-page="home"] {
  overflow-x: hidden;
}

body[data-page="home"] #app {
  width: 100%;
  max-width: none;
}

body[data-page="home"] .topbar {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  max-width: none;
  min-height: 78px;
  margin: 0;
  padding: 22px 44px;
  border: 0;
  border-radius: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0));
  box-shadow: none;
  backdrop-filter: none;
}

body[data-page="home"] .topbar::before {
  display: none;
}

body[data-page="home"] .brand {
  min-width: 120px;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

body[data-page="home"] .brand-mark {
  width: 62px;
  height: auto;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .brand-copy {
  display: none;
}

body[data-page="home"] .nav-main {
  gap: 28px;
  justify-content: flex-start;
}

body[data-page="home"] .nav-main a, body[data-page="home"] .nav-utility a, body[data-page="home"] .nav-auth-button {
  min-height: 42px;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.9);
  background: transparent;
  box-shadow: none;
  font-size: 0.75rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-page="home"] .nav-main a:hover, body[data-page="home"] .nav-main a:focus-visible, body[data-page="home"] .nav-main a.is-active, body[data-page="home"] .nav-main a[aria-current="page"] {
  color: #ffffff;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .nav-utility {
  gap: 10px;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

body[data-page="home"] .nav-auth-login {
  display: none;
}

body[data-page="home"] .nav-auth-primary, body[data-page="home"] .nav-founder-outline {
  min-height: 44px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  font-size: 0.72rem;
}

body[data-page="home"] .nav-auth-primary:hover, body[data-page="home"] .nav-auth-primary:focus-visible, body[data-page="home"] .nav-founder-outline:hover, body[data-page="home"] .nav-founder-outline:focus-visible {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

body[data-page="home"] .mobile-nav-toggle {
  width: 44px;
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.12);
  box-shadow: none;
  backdrop-filter: blur(12px);
}

body[data-page="home"] .mobile-nav-toggle span {
  width: 22px;
}

body[data-page="home"] .mobile-nav-panel {
  top: 78px;
  border-color: rgba(255, 255, 255, 0.24);
  background:
    linear-gradient(150deg, rgba(5, 17, 13, 0.995), rgba(1, 3, 3, 0.995)),
    #020403;
  box-shadow: 0 24px 76px rgba(0, 0, 0, 0.72);
}

body[data-page="home"] .mobile-founder-cta {
  display: none;
}

body[data-page="home"] :where(#features, #about, #founder-access, #contact, #sample-match-intelligence, #product-framework, #how-og-works) {
  scroll-margin-top: 104px;
}

@media (max-width: 720px) {
  html {
    scroll-padding-top: 88px;
  }

  body[data-page="home"] :where(#features, #about, #founder-access, #contact, #sample-match-intelligence, #product-framework, #how-og-works) {
    scroll-margin-top: 88px;
  }
}

@media (max-width: 1320px) {
  .topbar {
    gap: 10px;
    padding-inline: 14px;
  }

  .brand {
    gap: 10px;
  }

  .brand-copy small {
    max-width: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-main {
    flex: 0 1 auto;
    gap: 0;
  }

  .nav-main a {
    padding-inline: 10px;
    font-size: 0.8rem;
  }

  .nav-utility {
    flex: 0 0 auto;
    gap: 6px;
    padding-left: 8px;
    margin-left: 0;
  }

  .nav-utility > a {
    display: none;
  }

  .nav-auth-shell {
    margin-left: 0;
  }
}

@media (max-width: 1080px) {
  .brand-copy small {
    display: none;
  }

  .nav-auth-copy {
    display: none;
  }

  .nav-auth-capsule {
    padding-right: 5px;
  }
}

.launch-hero-focused {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
}

.launch-hero-focused .launch-hero-main {
  min-height: clamp(430px, 52vh, 560px);
}

.hero-main .launch-title {
  max-width: 12ch;
  font-size: var(--home-hero-heading-size);
  line-height: 0.96;
}

.launch-proof-lines {
  max-width: 660px;
}

.launch-proof-lines .launch-mantra {
  font-size: var(--home-subhead-size);
  line-height: 1.4;
}

.founder-proof-headline-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 1.6vw, 24px);
}

.founder-proof-section {
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 31, 28, 0.56), rgba(8, 16, 15, 0.24));
}

.founder-proof-section .footer-note {
  color: rgba(246, 179, 109, 0.9);
}

@media (max-width: 780px) {
  .topbar .mobile-founder-cta {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 14px;
    border-radius: 999px;
    color: #07110f;
    background: linear-gradient(135deg, #9dffe8, #58e0c4);
    box-shadow: 0 10px 24px rgba(88, 224, 196, 0.18);
    font-size: 0.78rem;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
  }
}

#app {
  margin: 0 auto;
  max-width: 1380px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) 360px;
  gap: 16px;
  margin-bottom: 20px;
}

.card, .panel, .hero-main, .hero-side, .surface {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(29, 43, 36, 0.98) 0%, rgba(16, 26, 22, 0.98) 68%, rgba(12, 21, 18, 0.98) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    var(--shadow);
}

.hero-main {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 22px;
  padding: 34px;
}

.hero-main::after {
  content: "";
  position: absolute;
  inset: auto -10% -32% 42%;
  height: 280px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.16), transparent 58%);
  pointer-events: none;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.hero-main h1 {
  max-width: 10ch;
  margin: 0 0 14px;
  font-size: clamp(3.4rem, 5vw, 6.3rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
}

.hero-main p {
  max-width: 56ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.entity-hero {
  gap: 18px;
}

.entity-hero h1 {
  max-width: none;
  font-size: clamp(2.5rem, 4.1vw, 5rem);
}

.entity-hero-competition h1 {
  max-width: 8ch;
}

.hero-copy-stack {
  display: grid;
  gap: 14px;
  max-width: 60rem;
}

.launch-hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.38fr);
  gap: 22px;
  margin-bottom: 26px;
}

.launch-hero-focused {
  grid-template-columns: minmax(0, 1fr);
}

.launch-hero-focused .launch-hero-main {
  min-height: clamp(440px, 48vh, 590px);
}

.launch-hero-main {
  min-height: clamp(520px, 58vh, 660px);
  align-content: center;
  padding: clamp(34px, 4vw, 58px);
  background:
    radial-gradient(circle at 18% 12%, rgba(87, 199, 183, 0.24), transparent 34%),
    radial-gradient(circle at 88% 8%, rgba(78, 120, 255, 0.18), transparent 38%),
    linear-gradient(135deg, rgba(7, 16, 15, 0.99) 0%, rgba(16, 36, 31, 0.99) 52%, rgba(7, 26, 32, 0.99) 100%);
}

.launch-hero-main::after {
  inset: auto -12% -38% 34%;
  height: 360px;
  background: radial-gradient(circle, rgba(48, 199, 255, 0.14), transparent 58%);
}

.launch-hero-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: clamp(12px, 1.55vw, 20px);
  min-width: 0;
  width: 100%;
  max-width: 920px;
}

.launch-system-title {
  margin: 0;
  max-width: 100%;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
  line-height: 1.02;
  letter-spacing: 0.03em;
  color: var(--mint);
  overflow-wrap: anywhere;
}

.hero-main .launch-title {
  max-width: none;
  margin: 0;
  font-size: clamp(3.5rem, 6.2vw, 6.9rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.launch-title span {
  display: inline-block;
  color: rgba(244, 248, 252, 0.7);
}

.mobile-break {
  display: none;
}

.launch-proof-lines {
  display: grid;
  gap: 9px;
  max-width: 820px;
  color: rgba(244, 248, 252, 0.94);
  font-size: clamp(1.05rem, 1.55vw, 1.42rem);
  line-height: 1.34;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.launch-proof-lines strong {
  font-weight: 850;
}

.launch-proof-lines span {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.2vw, 1.15rem);
  font-weight: 760;
}

.hero-proof-stack {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.hero-credibility-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 820px;
}

.hero-credibility-row article {
  display: grid;
  gap: 7px;
  min-height: 112px;
  padding: 14px 15px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 222, 163, 0.12), transparent 44%),
    linear-gradient(180deg, rgba(78, 222, 163, 0.055), rgba(255, 255, 255, 0.024)),
    rgba(0, 0, 0, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.hero-credibility-row strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.hero-credibility-row span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.42;
}

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

.hero-proof-secondary {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hero-proof-ticker span, .hero-proof-secondary span {
  display: grid;
  gap: 3px;
  min-height: 74px;
  padding: 13px 14px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: 16px;
  color: var(--muted);
  background:
    linear-gradient(180deg, rgba(78, 222, 163, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(0, 0, 0, 0.12);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.18;
}

.hero-proof-secondary span {
  min-height: 62px;
  border-color: rgba(246, 179, 109, 0.16);
  background:
    linear-gradient(180deg, rgba(246, 179, 109, 0.07), rgba(78, 222, 163, 0.035)),
    rgba(0, 0, 0, 0.1);
}

.hero-proof-ticker strong, .hero-proof-secondary strong {
  color: var(--mint);
  font-size: clamp(1.28rem, 2.2vw, 1.76rem);
  line-height: 1;
  letter-spacing: 0;
}

.launch-founder-headline {
  display: grid;
  gap: 3px;
  min-width: 0;
  margin-top: clamp(10px, 1.8vw, 22px);
}

.launch-founder-headline span, .launch-founder-headline strong {
  display: block;
  max-width: 100%;
  font-size: clamp(2.45rem, 4.9vw, 5.25rem);
  line-height: 0.88;
  letter-spacing: -0.06em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.launch-founder-headline span {
  color: var(--mint);
}

.launch-window-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(2.1rem, 3.75vw, 4rem);
  line-height: 0.92;
  letter-spacing: -0.055em;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.launch-window-title span {
  display: block;
  color: rgba(244, 248, 252, 0.78);
}

.launch-hero-actions {
  margin-top: 6px;
}

.button-large {
  min-height: 58px;
  padding: 0 24px;
  font-size: 1.04rem;
}

.launch-founder-side {
  padding: 0;
  background:
    linear-gradient(180deg, rgba(17, 33, 27, 0.98), rgba(8, 17, 15, 0.98));
}

.launch-proof-lines .launch-mantra {
  display: block;
  margin-bottom: 8px;
  color: var(--accent-2);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  font-weight: 900;
  letter-spacing: 0;
}

.launch-founder-card {
  display: grid;
  gap: 18px;
  height: 100%;
  min-height: clamp(520px, 58vh, 640px);
  align-content: space-between;
  padding: clamp(24px, 2.8vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(78, 222, 163, 0.2);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.18), transparent 36%),
    radial-gradient(circle at bottom left, rgba(246, 179, 109, 0.1), transparent 34%),
    rgba(255, 255, 255, 0.025);
}

.launch-founder-card h3 {
  margin: 0;
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.launch-founder-card p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.58;
}

.launch-founder-metrics {
  display: grid;
  gap: 10px;
}

.launch-founder-metrics div {
  display: grid;
  gap: 4px;
  min-height: 82px;
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.launch-founder-metrics strong {
  color: var(--ink);
  font-size: clamp(1.25rem, 1.8vw, 1.7rem);
  letter-spacing: -0.04em;
}

.launch-founder-metrics span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.launch-capabilities-section {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 16px;
}

.launch-capabilities-head {
  display: grid;
  grid-column: 1 / -1;
  justify-items: center;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto clamp(8px, 1.2vw, 18px);
  text-align: center;
}

.launch-capabilities-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 6.4vw, 6.5rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.launch-capabilities-head p {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.55vw, 1.32rem);
  line-height: 1.5;
}

.launch-capabilities-section .launch-capability-panel {
  padding: clamp(22px, 2.5vw, 32px);
  border-color: rgba(48, 199, 255, 0.2);
  background:
    linear-gradient(180deg, rgba(13, 25, 34, 0.92), rgba(12, 22, 20, 0.96));
}

.launch-capabilities-section .metric-label {
  color: var(--mint);
  font-size: 0.86rem;
}

.launch-capabilities-section .capability-pill {
  min-height: 88px;
  border-color: rgba(122, 148, 132, 0.2);
}

.launch-capabilities-section .capability-pill strong {
  font-size: 1.08rem;
}

.og-signal-flow-section {
  display: grid;
  gap: clamp(24px, 3vw, 36px);
}

.og-signal-flow-head {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.og-signal-flow-head h2 {
  max-width: 980px;
  margin: 8px 0 0;
  font-size: clamp(3.4rem, 7vw, 7.1rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.og-signal-flow-head strong {
  display: block;
  margin-top: 12px;
  color: var(--mint);
  font-size: clamp(1.45rem, 2.8vw, 2.5rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.og-signal-flow-head .section-copy {
  max-width: 660px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.58;
}

.og-signal-flow-canvas {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(220px, 0.64fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
  min-height: 360px;
  overflow: hidden;
  padding: clamp(24px, 3vw, 38px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(88, 224, 196, 0.12);
  background:
    linear-gradient(rgba(88, 224, 196, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(88, 224, 196, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  background-size:
    82px 82px,
    82px 82px,
    auto;
  box-shadow:
    0 34px 90px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(244, 255, 251, 0.05);
}

.og-signal-flow-canvas::before, .og-signal-flow-canvas::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.og-signal-flow-canvas::before {
  inset: 18% 7%;
  border: 1px solid rgba(157, 255, 232, 0.07);
  border-left-color: rgba(157, 255, 232, 0.14);
  border-right-color: rgba(157, 255, 232, 0.14);
  border-radius: 999px;
}

.og-signal-flow-canvas::after {
  left: 50%;
  top: 12%;
  bottom: 12%;
  width: 1px;
  height: auto;
  background: linear-gradient(180deg, transparent, rgba(157, 255, 232, 0.16), transparent);
  opacity: 0.8;
}

.og-flow-stream {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 74px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(157, 255, 232, 0.95), transparent);
  box-shadow: 0 0 24px rgba(88, 224, 196, 0.38);
  transform: translateY(-50%);
  pointer-events: none;
}

.og-flow-stream-in {
  left: 18%;
  animation: og-stream-in 2.8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
}

.og-flow-stream-out {
  left: 50%;
  animation: og-stream-out 3.2s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: 1.1s;
}

.og-flow-rail, .og-flow-engine {
  position: relative;
  z-index: 1;
}

.og-flow-rail {
  display: grid;
  gap: 14px;
}

.og-flow-eyebrow {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.og-flow-chip-list {
  display: grid;
  gap: 10px;
}

.og-flow-chip {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  color: var(--ink);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
}

.og-flow-input-chip {
  position: relative;
  animation: og-input-feed 6.4s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-input-chip::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  width: 18px;
  height: 1px;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.5), transparent);
  transform: translateY(-50%);
}

.og-flow-action-chip {
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(88, 224, 196, 0.12), rgba(244, 255, 251, 0.045)),
    rgba(20, 39, 32, 0.82);
  animation: og-action-gate 7.2s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-action-chip strong {
  color: var(--mint);
  font-size: 1rem;
  letter-spacing: 0;
}

.og-flow-action-chip small {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.og-flow-action-strong {
  border-color: rgba(88, 224, 196, 0.22);
}

.og-flow-action-watch {
  border-color: rgba(217, 184, 107, 0.2);
}

.og-flow-action-avoid {
  border-color: rgba(107, 122, 143, 0.2);
}

.og-flow-engine {
  display: grid;
  place-items: center;
  gap: 8px;
  min-height: 238px;
  padding: 24px;
  text-align: center;
  border-radius: 28px;
  border: 1px solid rgba(88, 224, 196, 0.28);
  background:
    radial-gradient(circle at 50% 20%, rgba(157, 255, 232, 0.24), transparent 42%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.94), rgba(11, 23, 20, 0.98));
  box-shadow:
    0 0 0 1px rgba(88, 224, 196, 0.08),
    0 24px 62px rgba(0, 0, 0, 0.34);
}

.og-flow-engine::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(157, 255, 232, 0.08);
  border-radius: 22px;
}

.og-flow-engine::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 18%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(157, 255, 232, 0.58), transparent);
  opacity: 0.75;
  animation: og-engine-scan 2.4s ease-in-out infinite;
}

.og-flow-engine::before, .og-flow-engine::after {
  pointer-events: none;
}

.og-flow-engine-mark {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #06100e;
  background: linear-gradient(135deg, var(--mint), var(--mint-2));
  font-size: 1.25rem;
  font-weight: 950;
  box-shadow: 0 0 42px rgba(88, 224, 196, 0.22);
}

.og-flow-engine strong {
  position: relative;
  z-index: 1;
  color: var(--ink);
  font-size: 1.28rem;
  letter-spacing: 0;
}

.og-flow-engine small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: 0.82rem;
}

.og-flow-checks {
  position: relative;
  z-index: 1;
  display: grid;
  width: 100%;
  gap: 8px;
  margin-top: 10px;
}

.og-flow-checks span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 34px;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(130, 255, 220, 0.09);
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: og-check-light 5.8s ease-in-out infinite;
  animation-delay: var(--flow-delay);
}

.og-flow-checks span::after {
  content: "check";
  color: var(--mint);
  font-size: 0.66rem;
  opacity: 0.64;
}

.og-flow-proof-loop {
  position: absolute;
  left: clamp(24px, 4vw, 42px);
  right: clamp(24px, 4vw, 42px);
  bottom: 18px;
  z-index: 1;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  color: rgba(218, 235, 228, 0.62);
  font-size: 0.74rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-flow-proof-loop b {
  position: relative;
  display: block;
  height: 1px;
  overflow: hidden;
  background: rgba(157, 255, 232, 0.12);
}

.og-flow-proof-loop b::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(88, 224, 196, 0.72), transparent);
  animation: og-proof-loop 4.8s ease-in-out infinite;
}

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

.og-flow-step {
  display: grid;
  gap: 9px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: var(--radius-md);
  border: 1px solid rgba(130, 255, 220, 0.09);
  background: rgba(244, 255, 251, 0.035);
  box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
}

.og-flow-step span {
  color: var(--mint);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.og-flow-step strong {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.5vw, 1.24rem);
  line-height: 1.22;
}

.og-flow-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.og-flow-step:hover {
  border-color: rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.052);
  box-shadow:
    inset 0 1px 0 rgba(244, 255, 251, 0.05),
    0 18px 42px rgba(0, 0, 0, 0.18);
}

@keyframes og-input-feed {
  0%,
  100% {
    border-color: rgba(130, 255, 220, 0.1);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
    transform: translateX(0);
  }

  24% {
    border-color: rgba(88, 224, 196, 0.3);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 24px rgba(88, 224, 196, 0.1);
    transform: translateX(6px);
  }
}

@keyframes og-stream-in {
  0% {
    opacity: 0;
    transform: translate(-28px, -50%);
  }

  18%,
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(210px, -50%);
  }
}

@keyframes og-stream-out {
  0% {
    opacity: 0;
    transform: translate(-20px, -50%);
  }

  18%,
  72% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate(250px, -50%);
  }
}

@keyframes og-engine-scan {
  0%,
  100% {
    top: 18%;
    opacity: 0;
  }

  16%,
  78% {
    opacity: 0.72;
  }

  58% {
    top: 76%;
  }
}

@keyframes og-check-light {
  0%,
  100% {
    color: var(--muted);
    border-color: rgba(130, 255, 220, 0.09);
    background: rgba(244, 255, 251, 0.045);
  }

  36% {
    color: var(--ink);
    border-color: rgba(88, 224, 196, 0.24);
    background: rgba(88, 224, 196, 0.09);
  }
}

@keyframes og-action-gate {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(0);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
  }

  34% {
    opacity: 1;
    transform: translateX(-5px);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 28px rgba(88, 224, 196, 0.14);
  }
}

@keyframes og-proof-loop {
  from {
    transform: translateX(-110%);
  }

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

@keyframes og-reduced-pulse {
  0%,
  100% {
    opacity: 0.72;
    border-color: rgba(130, 255, 220, 0.1);
    box-shadow: inset 0 1px 0 rgba(244, 255, 251, 0.04);
  }

  50% {
    opacity: 1;
    border-color: rgba(88, 224, 196, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(244, 255, 251, 0.06),
      0 0 22px rgba(88, 224, 196, 0.12);
  }
}

.launch-proof-section {
  padding: clamp(22px, 2.8vw, 34px);
}

.compact-panel {
  padding: 20px;
}

.compact-panel-primary {
  border-color: rgba(61, 217, 176, 0.26);
  background: linear-gradient(180deg, rgba(18, 39, 33, 0.98), rgba(11, 24, 20, 0.98));
}

.metric-stack {
  display: grid;
  gap: 12px;
}

.fixture-hero-scoreboard {
  display: grid;
  gap: 18px;
}

.fixture-hero-title {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(3.1rem, 4.7vw, 5.9rem);
  line-height: 0.9;
  letter-spacing: 0;
}

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

.hero-verdict-card {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(107, 122, 143, 0.22);
  background: rgba(255, 255, 255, 0.02);
}

.hero-verdict-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.04rem;
  letter-spacing: -0.03em;
}

.hero-verdict-card p {
  margin-top: 8px;
  font-size: 0.92rem;
}

.hero-verdict-card-primary {
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.06);
}

.hero-verdict-card-deploy, .hero-verdict-card-good {
  border-color: rgba(61, 217, 176, 0.24);
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.08), rgba(61, 217, 176, 0.03));
}

.hero-verdict-card-observe, .hero-verdict-card-warn {
  border-color: rgba(217, 184, 107, 0.24);
  background: linear-gradient(180deg, rgba(217, 184, 107, 0.08), rgba(217, 184, 107, 0.03));
}

.hero-verdict-card-reference, .hero-verdict-card-neutral {
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(255, 255, 255, 0.03);
}

.hero-verdict-card-bad {
  border-color: rgba(201, 122, 122, 0.22);
  background: linear-gradient(180deg, rgba(201, 122, 122, 0.08), rgba(201, 122, 122, 0.03));
}

.fixture-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fixture-competition-mark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
  text-decoration: none;
  transition: color 140ms ease, transform 140ms ease;
}

.fixture-competition-mark:hover {
  color: var(--ink);
  transform: translateY(-1px);
}

.fixture-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-status-badge-scheduled {
  background: rgba(255, 255, 255, 0.03);
}

.fixture-status-badge-live {
  background: rgba(48, 199, 255, 0.1);
  border-color: rgba(48, 199, 255, 0.26);
}

.fixture-status-badge-final {
  background: rgba(78, 222, 163, 0.1);
  border-color: rgba(78, 222, 163, 0.26);
}

.fixture-live-header-section {
  margin-top: -8px;
}

.fixture-live-header {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.2vw, 28px);
  border-radius: 22px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 0%, rgba(142, 92, 246, 0.22), transparent 34%),
    radial-gradient(circle at 88% 12%, rgba(105, 241, 148, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 24, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.fixture-live-topline, .fixture-live-chip-row, .fixture-live-commentary-head, .fixture-prematch-capture {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
}

.fixture-live-kicker, .fixture-live-updated, .fixture-live-commentary-head > span {
  color: rgba(238, 219, 244, 0.68);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fixture-live-badge, .fixture-live-token {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-live-badge-final, .fixture-live-badge-live, .fixture-live-token-positive {
  color: #b9fff0;
  background: rgba(88, 224, 196, 0.13);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.25);
}

.fixture-live-badge-paused, .fixture-live-badge-review, .fixture-live-token-warning {
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.14);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.26);
}

.fixture-live-badge-blocked {
  color: #ffc0cf;
  background: rgba(255, 118, 150, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.26);
}

.fixture-live-score-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.62fr) minmax(0, 1fr);
  gap: clamp(14px, 2vw, 24px);
  align-items: center;
}

.fixture-live-team {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.fixture-live-team span {
  min-width: 0;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.45rem);
  font-weight: 950;
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.fixture-live-team-away {
  text-align: right;
}

.fixture-live-score-card {
  display: grid;
  place-items: center;
  gap: 7px;
  min-height: 150px;
  padding: 18px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(79, 17, 96, 0.94), rgba(12, 29, 34, 0.92));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 18px 42px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.fixture-live-score-card strong {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6rem);
  font-weight: 950;
  line-height: 0.88;
}

.fixture-live-score-card span {
  color: rgba(238, 219, 244, 0.78);
  font-weight: 900;
}

.fixture-live-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(260px, 0.58fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-live-route-card, .fixture-live-side-card, .fixture-live-commentary {
  display: grid;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border-radius: 18px;
  background: rgba(6, 17, 24, 0.78);
  box-shadow: inset 0 0 0 1px rgba(171, 128, 255, 0.14);
}

.fixture-live-route-card-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.fixture-live-route-card-review, .fixture-live-route-card-paused {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.fixture-live-route-card-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.22);
}

.fixture-live-route-card h3, .fixture-live-commentary-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  line-height: 1.08;
}

.fixture-live-route-card p, .fixture-live-commentary-item p, .fixture-live-safety {
  margin: 0;
  color: rgba(238, 219, 244, 0.68);
  line-height: 1.45;
}

.fixture-live-route-metrics, .fixture-live-state-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-live-state-list {
  grid-template-columns: 1fr;
}

.fixture-live-route-metrics span, .fixture-live-state-list span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.055);
}

.fixture-live-route-metrics b, .fixture-live-state-list b {
  color: rgba(238, 219, 244, 0.62);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-live-route-metrics small, .fixture-live-state-list small {
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.fixture-live-commentary-list {
  display: grid;
  gap: 10px;
}

.fixture-live-commentary-item {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.fixture-live-commentary-item strong {
  color: #fff;
  font-weight: 950;
}

.fixture-live-commentary-time {
  color: #b9fff0;
  font-weight: 950;
}

.fixture-live-green-tick {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: #47b866;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 950;
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, 0.72),
    0 8px 20px rgba(71, 184, 102, 0.24);
}

.fixture-prematch-capture {
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 16px;
  background: rgba(8, 19, 17, 0.74);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-prematch-capture span, .fixture-prematch-capture small {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-prematch-capture strong {
  color: var(--ink);
}

.live-command-section, .live-fixtures-section, .live-route-section, .live-board-section, .live-update-section, .live-finished-section, .live-empty-section {
  display: grid;
  gap: 18px;
}

.live-command-centre {
  display: grid;
  gap: 18px;
  padding: clamp(20px, 2.6vw, 30px);
  border-radius: 24px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 0%, rgba(142, 92, 246, 0.22), transparent 34%),
    radial-gradient(circle at 90% 16%, rgba(88, 224, 196, 0.1), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.014)),
    rgba(8, 14, 24, 0.94);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.18),
    0 24px 70px rgba(0, 0, 0, 0.22);
}

.live-command-head, .live-fixture-card-head, .live-route-group-head, .live-update-head, .live-update-foot {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.live-command-head h1 {
  margin: 4px 0 10px;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.live-command-head p:not(.hero-kicker) {
  max-width: 48rem;
  margin: 0;
  color: rgba(238, 219, 244, 0.72);
  line-height: 1.5;
}

.live-command-grid, .live-fixture-grid, .live-route-grid, .live-board-grid {
  display: grid;
  gap: 14px;
}

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

.live-command-tile {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 16px;
  border-radius: 16px;
  background: rgba(6, 17, 24, 0.74);
  box-shadow: inset 0 0 0 1px rgba(171, 128, 255, 0.12);
}

.live-command-tile span, .live-fixture-facts b, .live-update-foot span {
  color: rgba(238, 219, 244, 0.64);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.live-command-tile strong {
  color: #fff;
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.live-command-tile small {
  color: rgba(238, 219, 244, 0.72);
  line-height: 1.42;
}

.live-command-tile-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.2);
}

.live-command-tile-review {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.live-command-tile-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.22);
}

.live-empty-state {
  display: grid;
  gap: 12px;
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 10% 0%, rgba(142, 92, 246, 0.14), transparent 34%),
    rgba(8, 19, 17, 0.78);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.live-empty-state h2, .live-empty-state h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.6vw, 2.25rem);
  line-height: 1.04;
}

.live-empty-state p {
  max-width: 52rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.live-empty-state-small {
  padding: 18px;
}

.live-fixture-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.live-fixture-card, .live-route-group, .live-board-group, .live-update-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.012)),
    rgba(7, 15, 23, 0.88);
  box-shadow:
    inset 0 0 0 1px rgba(171, 128, 255, 0.13),
    0 16px 42px rgba(0, 0, 0, 0.16);
}

.live-fixture-card-live, .live-route-group-live, .live-board-group-live {
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.live-fixture-card-review, .live-route-group-review, .live-board-group-review {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.24);
}

.live-fixture-card-blocked, .live-route-group-blocked {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.live-fixture-card h2, .live-route-group h3, .live-board-group h3, .live-update-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.08;
}

.live-fixture-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.9rem);
}

.live-fixture-score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(79, 17, 96, 0.88), rgba(12, 29, 34, 0.9));
}

.live-fixture-score-row strong {
  color: #fff;
  font-size: clamp(2.35rem, 4.2vw, 4.4rem);
  line-height: 0.9;
}

.live-fixture-score-row span {
  color: rgba(238, 219, 244, 0.76);
  font-weight: 950;
}

.live-fixture-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.live-fixture-facts span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
}

.live-fixture-facts small {
  color: #fff;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.live-route-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.live-route-group, .live-board-group {
  align-content: start;
}

.live-route-group a, .live-board-group a {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 11px;
  border-radius: 13px;
  color: #fff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.live-route-group a:hover, .live-board-group a:hover, .live-route-group a:focus-visible, .live-board-group a:focus-visible {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.22);
}

.live-route-group a span, .live-board-group a span, .live-route-group p, .live-board-group p, .live-update-card p {
  margin: 0;
  color: rgba(238, 219, 244, 0.68);
  line-height: 1.42;
}

.live-board-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.live-board-group > div:first-child {
  display: grid;
  gap: 9px;
}

.live-update-list {
  display: grid;
  gap: 12px;
}

.live-update-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(142, 92, 246, 0.12), transparent 28%),
    rgba(7, 15, 23, 0.88);
}

.live-update-card-watch {
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.22);
}

.live-update-card-urgent {
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.live-update-head {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.live-update-foot {
  align-items: center;
}

@media (max-width: 860px) {
  .live-command-head, .live-fixture-card-head, .live-update-foot {
    display: grid;
  }

  .live-command-grid, .live-fixture-grid, .live-route-grid, .live-board-grid, .live-fixture-facts {
    grid-template-columns: 1fr;
  }

  .live-fixture-score-row {
    display: grid;
    text-align: center;
  }

  .fixture-live-score-hero, .fixture-live-grid {
    grid-template-columns: 1fr;
  }

  .fixture-live-team, .fixture-live-team-away {
    text-align: center;
  }

  .fixture-live-route-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-live-commentary-item {
    grid-template-columns: 62px minmax(0, 1fr) auto;
  }
}

@media (max-width: 560px) {
  .fixture-live-route-metrics {
    grid-template-columns: 1fr;
  }

  .fixture-live-commentary-item {
    grid-template-columns: 1fr;
  }

  .fixture-live-green-tick {
    justify-self: start;
  }

  .fixture-prematch-capture {
    align-items: flex-start;
  }
}

.fixture-hero-score-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-score-row {
  padding: 6px 0 2px;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-side strong {
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-hero-scoreboard-scoreboard .fixture-hero-score {
  font-size: clamp(3.4rem, 5.2vw, 6.2rem);
}

.fixture-hero-scoreboard-editorial .fixture-hero-score-row {
  margin-top: 2px;
}

.fixture-hero-scoreboard-editorial .fixture-hero-side strong {
  font-size: clamp(1.35rem, 1.8vw, 1.8rem);
  line-height: 1.05;
  letter-spacing: 0;
}

.fixture-hero-scoreboard-editorial .fixture-hero-score {
  font-size: clamp(2.4rem, 3.2vw, 3.5rem);
}

.fixture-hero-side {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  min-width: 0;
}

.fixture-hero-side strong {
  font-size: 1.18rem;
  letter-spacing: 0;
}

.fixture-entity-link {
  max-width: min(28vw, 440px);
  min-width: 0;
  color: inherit;
  line-height: 1.22;
  text-decoration: none;
  transition: color 140ms ease, opacity 140ms ease;
}

.fixture-entity-link strong {
  display: block;
  line-height: 1.22;
  overflow-wrap: break-word;
}

.fixture-entity-link:hover {
  color: var(--ink);
  opacity: 0.92;
}

.fixture-hero-side-end {
  justify-content: flex-start;
  text-align: left;
}

.fixture-hero-center {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 140px;
  text-align: center;
}

.fixture-hero-score {
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.match-hero-badge, .lineup-team-badge, .entity-mark {
  position: relative;
  display: inline-grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.16), transparent 34%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.1), rgba(78, 222, 163, 0.08));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.match-hero-badge {
  width: clamp(112px, 8.5vw, 144px);
  height: clamp(112px, 8.5vw, 144px);
  border-radius: 32px;
  border: 1px solid rgba(244, 248, 252, 0.13);
}

.lineup-team-badge {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(244, 248, 252, 0.12);
}

.entity-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(244, 248, 252, 0.12);
}

.entity-mark-lg {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.entity-mark-competition {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.1), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(107, 122, 143, 0.08));
}

.match-hero-badge img, .lineup-team-badge img, .entity-mark img {
  position: absolute;
  inset: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.28));
}

.fixture-scorer-slot:empty {
  display: none;
}

.fixture-scorer-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 2px;
}

.fixture-scorer-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
  font-size: 0.78rem;
}

.fixture-scorer-pill-home {
  border-color: rgba(61, 217, 176, 0.24);
}

.fixture-scorer-pill-away {
  border-color: rgba(48, 199, 255, 0.24);
}

.fixture-hero-decision-summary {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-hero-decision-summary strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.05;
}

.fixture-hero-decision-summary p {
  margin: 0;
  color: var(--muted);
}

.fixture-hero-summary-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fixture-hero-shell-wide {
  display: block;
}

.fixture-hero-shell-wide .fixture-hero-main {
  width: 100%;
}

.fixture-hero-meta-bottom {
  justify-content: center;
  color: var(--muted);
}

.fixture-hero-meta-item {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-weight: 800;
}

.fixture-hero-media-section {
  display: grid;
  grid-template-columns: minmax(240px, 0.3fr) minmax(0, 0.7fr);
  gap: 14px;
  align-items: stretch;
  padding: clamp(12px, 1.4vw, 18px);
  border: 1px solid rgba(61, 217, 176, 0.18);
  background:
    radial-gradient(circle at 82% 10%, rgba(48, 199, 255, 0.12), transparent 26%),
    linear-gradient(135deg, rgba(19, 44, 36, 0.98), rgba(8, 18, 17, 0.98));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fixture-hero-media-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 30px);
}

.fixture-hero-media-copy span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fixture-hero-media-copy strong {
  color: var(--ink);
  font-size: clamp(1.8rem, 2.9vw, 3.2rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.fixture-hero-media-copy p {
  max-width: 42ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.fixture-hero-media-frame {
  min-height: 280px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.1);
  border-radius: 22px;
  background: #030908;
  box-shadow:
    0 18px 48px rgba(0, 0, 0, 0.22),
    inset 0 0 0 1px rgba(255, 255, 255, 0.025);
}

.fixture-hero-media-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.fixture-context-weather-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-weather-card, .fixture-space-weather-card {
  display: grid;
  gap: 18px;
  padding: clamp(18px, 2.4vw, 30px);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(61, 217, 176, 0.16);
  background:
    radial-gradient(circle at 12% 0%, rgba(61, 217, 176, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(20, 45, 37, 0.96), rgba(8, 19, 18, 0.98));
}

.fixture-weather-card {
  grid-template-columns: minmax(0, 1fr) auto minmax(280px, 0.9fr);
  align-items: center;
}

.fixture-weather-card h2, .fixture-space-weather-card h3 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
}

.fixture-weather-card h2 {
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.98;
}

.fixture-space-weather-card h3 {
  font-size: clamp(1.7rem, 2.8vw, 3.1rem);
  line-height: 0.98;
}

.fixture-space-weather-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fixture-weather-copy, .fixture-space-weather-card {
  align-content: center;
}

.fixture-weather-copy {
  display: grid;
  gap: 12px;
}

.og-weather-badge {
  display: inline-grid;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(48, 199, 255, 0.22);
  background:
    radial-gradient(circle at 35% 20%, rgba(61, 217, 176, 0.2), transparent 34%),
    linear-gradient(145deg, rgba(9, 23, 25, 0.98), rgba(12, 34, 31, 0.94));
  color: var(--ink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 36px rgba(0, 0, 0, 0.2);
}

.og-weather-badge-large {
  width: clamp(128px, 10vw, 164px);
  height: clamp(128px, 10vw, 164px);
  gap: 8px;
  padding: 18px;
  border-radius: 34px;
}

.og-weather-badge-compact {
  width: max-content;
  grid-auto-flow: column;
  grid-template-columns: 28px auto;
  gap: 8px;
  min-height: 36px;
  padding: 5px 12px 5px 6px;
  border-radius: 999px;
}

.og-weather-badge-large span, .og-weather-badge-compact span {
  color: var(--muted);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-weather-badge-large span {
  font-size: 0.72rem;
  text-align: center;
}

.og-weather-badge-compact span {
  font-size: 0.7rem;
}

.og-weather-icon {
  width: 78px;
  height: 78px;
  overflow: visible;
}

.og-weather-badge-compact .og-weather-icon {
  width: 26px;
  height: 26px;
}

.og-weather-sun, .og-weather-cloud, .og-weather-ray, .og-weather-rain, .og-weather-snow, .og-weather-wind, .og-weather-bolt, .og-weather-thermo, .og-weather-unknown {
  fill: none;
  stroke: currentColor;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.og-weather-sun {
  fill: rgba(217, 184, 107, 0.22);
  stroke: #d9b86b;
}

.og-weather-ray {
  stroke: #d9b86b;
}

.og-weather-cloud {
  fill: rgba(48, 199, 255, 0.08);
  stroke: #8bb6c8;
}

.og-weather-rain {
  stroke: #30c7ff;
}

.og-weather-snow {
  stroke: #d8f1ff;
}

.og-weather-wind {
  stroke: #86d8d6;
}

.og-weather-bolt {
  fill: rgba(217, 184, 107, 0.24);
  stroke: #d9b86b;
}

.og-weather-thermo {
  stroke: #c97a7a;
}

.og-weather-unknown {
  stroke: var(--muted);
}

.og-weather-badge-rain, .og-weather-badge-storm, .og-weather-badge-wind {
  border-color: rgba(48, 199, 255, 0.3);
}

.og-weather-badge-snow, .og-weather-badge-cold {
  border-color: rgba(216, 241, 255, 0.28);
}

.og-weather-badge-hot, .og-weather-badge-sunny {
  border-color: rgba(217, 184, 107, 0.3);
}

.fixture-weather-copy p, .fixture-space-weather-card p {
  margin: 0;
  color: var(--muted);
}

.fixture-space-weather-card p {
  max-width: 640px;
}

.fixture-weather-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(118px, 1fr));
  gap: 10px;
}

.fixture-weather-metric {
  display: grid;
  min-height: 86px;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.fixture-weather-metric strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.35vw, 1.45rem);
  line-height: 1;
  white-space: nowrap;
}

.fixture-weather-metric span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.1;
}

.og-space-weather-badge {
  display: inline-grid;
  justify-items: center;
  align-items: center;
  gap: 8px;
  width: clamp(132px, 10vw, 156px);
  height: clamp(132px, 10vw, 156px);
  flex: 0 0 auto;
  padding: 16px;
  border-radius: 34px;
  border: 1px solid rgba(48, 199, 255, 0.22);
  background:
    radial-gradient(circle at 50% 26%, rgba(48, 199, 255, 0.14), transparent 34%),
    linear-gradient(145deg, rgba(9, 23, 25, 0.98), rgba(12, 34, 31, 0.94));
  color: var(--ink);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.03),
    0 14px 36px rgba(0, 0, 0, 0.2);
}

.og-space-weather-badge span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.og-space-weather-icon {
  width: 84px;
  height: 84px;
  overflow: visible;
}

.og-space-weather-core, .og-space-weather-dot {
  fill: rgba(217, 184, 107, 0.5);
  stroke: #d9b86b;
  stroke-width: 2.5;
}

.og-space-weather-orbit, .og-space-weather-pulse {
  fill: none;
  stroke: #30c7ff;
  stroke-width: 3;
  stroke-linecap: round;
  opacity: 0.8;
}

.fixture-weather-notes {
  grid-column: 1 / -1;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fixture-weather-notes li {
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
  color: var(--muted);
  font-size: 0.9rem;
}

.fixture-weather-notes-compact li {
  font-size: 0.86rem;
}

.news-signal-grid {
  align-items: stretch;
}

.news-signal-card {
  flex: 1 1 min(320px, 100%);
  display: grid;
  gap: 14px;
  align-content: start;
  min-height: 240px;
  background:
    radial-gradient(circle at 12% 0%, rgba(48, 199, 255, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(17, 38, 33, 0.94), rgba(8, 18, 18, 0.98));
}

.news-signal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.news-signal-card h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.2vw, 1.35rem);
  line-height: 1.05;
}

.news-signal-card p {
  margin: 0;
}

.news-source-link {
  justify-self: start;
  min-height: 40px;
  padding-inline: 14px;
}

.fixture-prediction-section {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 14px;
  align-items: stretch;
}

.fixture-prediction-card {
  display: grid;
  gap: 16px;
  align-content: start;
  border-color: rgba(61, 217, 176, 0.24);
  background:
    linear-gradient(180deg, rgba(19, 44, 36, 0.98), rgba(10, 24, 20, 0.98)),
    radial-gradient(circle at top left, rgba(61, 217, 176, 0.1), transparent 38%);
}

.fixture-prediction-card h2 {
  margin: 8px 0;
  font-size: clamp(2rem, 3vw, 3.55rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.fixture-prediction-card p {
  max-width: 64ch;
  color: var(--muted);
}

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

.fixture-prediction-card-grid > div {
  display: grid;
  gap: 7px;
  min-height: 84px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.17);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-prediction-card-grid strong {
  color: var(--ink);
  font-size: clamp(1.04rem, 1.35vw, 1.28rem);
  line-height: 1.12;
}

.fixture-prediction-support-grid {
  display: grid;
  gap: 12px;
  align-content: start;
}

.fixture-market-card-section {
  margin-top: 4px;
}

.fixture-market-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fixture-market-card {
  display: grid;
  gap: 12px;
  min-height: 330px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(180deg, rgba(18, 29, 25, 0.98), rgba(10, 18, 16, 0.98));
  box-shadow: inset 3px 0 0 rgba(107, 122, 143, 0.55);
}

.fixture-market-card-active {
  border-color: rgba(78, 222, 163, 0.32);
  box-shadow:
    inset 3px 0 0 rgba(78, 222, 163, 0.95),
    0 18px 46px rgba(78, 222, 163, 0.08);
}

.fixture-market-card-focused {
  border-color: rgba(157, 255, 232, 0.28);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.98), rgba(10, 18, 16, 0.98));
  box-shadow:
    inset 3px 0 0 rgba(157, 255, 232, 0.95),
    0 22px 58px rgba(88, 224, 196, 0.1);
}

.fixture-market-card.is-settled-correct {
  border-color: rgba(246, 179, 109, 0.55);
  background:
    radial-gradient(circle at 18% 0%, rgba(246, 179, 109, 0.2), transparent 46%),
    rgba(246, 179, 109, 0.07);
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.16),
    0 18px 44px rgba(246, 179, 109, 0.08);
}

.fixture-market-card-positive, .fixture-market-card-deploy {
  box-shadow:
    inset 3px 0 0 rgba(78, 222, 163, 0.9),
    0 18px 46px rgba(78, 222, 163, 0.06);
}

.fixture-market-card-fragile, .fixture-market-card-observe {
  box-shadow:
    inset 3px 0 0 rgba(246, 179, 109, 0.88),
    0 18px 46px rgba(246, 179, 109, 0.05);
}

.fixture-market-card-head, .fixture-market-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fixture-market-card strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1.1rem, 1.5vw, 1.55rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.fixture-market-card-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.fixture-market-outcome-list {
  display: grid;
  gap: 8px;
}

.fixture-market-outcome-row {
  width: 100%;
  appearance: none;
  position: relative;
  font: inherit;
  text-align: left;
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(112px, auto) auto;
  gap: 12px;
  align-items: center;
  min-height: 62px;
  padding: 11px 12px;
  border: 1px solid rgba(122, 148, 132, 0.13);
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-market-outcome-row:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.fixture-market-outcome-row:not(:disabled):hover {
  border-color: rgba(78, 222, 163, 0.36);
  background: rgba(78, 222, 163, 0.075);
}

.fixture-market-outcome-row.is-active {
  border-color: rgba(78, 222, 163, 0.3);
  background:
    linear-gradient(90deg, rgba(78, 222, 163, 0.1), rgba(48, 199, 255, 0.045)),
    rgba(255, 255, 255, 0.035);
  box-shadow: inset 3px 0 0 rgba(78, 222, 163, 0.88);
}

.fixture-market-outcome-row.is-slip-selected {
  padding-right: 46px;
  border-color: rgba(255, 255, 255, 0.7);
  background: rgba(244, 247, 245, 0.94);
  box-shadow: inset 0 0 0 1px rgba(78, 222, 163, 0.34);
}

.fixture-slip-remove-overlay {
  right: 12px;
}

.fixture-market-outcome-row.is-slip-selected span, .fixture-market-outcome-row.is-slip-selected b {
  color: #173b2d;
}

.fixture-market-outcome-row.is-slip-selected small {
  color: rgba(30, 50, 43, 0.72);
}

.fixture-market-outcome-row.is-context {
  border-color: rgba(246, 179, 109, 0.26);
  background:
    linear-gradient(90deg, rgba(246, 179, 109, 0.08), rgba(255, 255, 255, 0.018)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 3px 0 0 rgba(246, 179, 109, 0.76);
}

.fixture-market-outcome-row > div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fixture-market-outcome-row > div:nth-child(2) {
  justify-items: end;
  text-align: right;
}

.fixture-market-outcome-row span, .fixture-market-outcome-row b {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.15;
}

.fixture-market-outcome-row small {
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.2;
}

.slip-select-label {
  justify-self: end;
  min-width: 54px;
  padding: 7px 10px;
  border: 1px solid rgba(78, 222, 163, 0.22);
  border-radius: 999px;
  color: var(--mint);
  background: rgba(78, 222, 163, 0.08);
  font-size: 0.72rem;
  font-weight: 950;
  text-align: center;
}

.fixture-market-outcome-row.is-slip-selected .slip-select-label {
  color: #113327;
  border-color: rgba(17, 51, 39, 0.26);
  background: rgba(78, 222, 163, 0.24);
}

.fixture-market-card-meta-access b {
  max-width: 60%;
}

.fixture-market-card-meta {
  padding-top: 10px;
  border-top: 1px solid rgba(122, 148, 132, 0.12);
  color: var(--muted);
  font-size: 0.82rem;
}

.fixture-market-card-meta b {
  color: var(--ink);
  text-align: right;
  font-size: 0.86rem;
}

.fixture-market-state {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.fixture-tier-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.fixture-tier-card {
  display: grid;
  gap: 7px;
  min-height: 132px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(7, 15, 22, 0.34);
}

.fixture-tier-card-open {
  border-color: rgba(78, 222, 163, 0.28);
  background: rgba(78, 222, 163, 0.065);
}

.fixture-tier-card-locked {
  border-color: rgba(123, 154, 184, 0.12);
  opacity: 0.82;
}

.fixture-tier-card-current {
  box-shadow: inset 0 0 0 1px rgba(78, 222, 163, 0.12);
}

.fixture-tier-card-top {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

.fixture-tier-status {
  padding: 4px 7px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.14);
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-tier-card strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.18;
}

.fixture-tier-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.38;
}

.fixture-player-event-section {
  margin-top: 8px;
}

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

.fixture-player-event-card, .fixture-player-event-lock {
  border-radius: var(--radius-md);
  border: 1px solid rgba(48, 199, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(13, 28, 34, 0.96), rgba(9, 18, 22, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    inset 3px 0 0 rgba(48, 199, 255, 0.7),
    0 16px 38px rgba(48, 199, 255, 0.045);
}

.fixture-player-event-card {
  display: grid;
  gap: 12px;
  min-height: 310px;
  padding: 16px;
}

.fixture-player-event-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.fixture-player-event-head strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1rem, 1.2vw, 1.22rem);
  line-height: 1.12;
}

.fixture-player-event-head > span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.09em;
}

.player-event-candidate-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.player-event-candidate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(58px, auto);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px 11px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.025);
}

.player-event-candidate div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.player-event-candidate div:last-child {
  justify-items: end;
  text-align: right;
}

.player-event-candidate strong, .player-event-candidate b {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.player-event-candidate span, .player-event-candidate small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.2;
}

.fixture-player-event-lock {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
}

.fixture-player-event-lock strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.35vw, 1.45rem);
  line-height: 1.12;
}

.player-event-lock-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.player-event-lock-grid span {
  padding: 8px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.026);
}

.fixture-player-event-missing {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.fixture-tier-gate-section {
  margin-top: 8px;
}

.fixture-tier-gate {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 0.7fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.18);
  background:
    linear-gradient(180deg, rgba(14, 28, 31, 0.95), rgba(8, 16, 21, 0.98)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 3px 0 0 rgba(238, 177, 94, 0.72);
}

.fixture-tier-gate h3 {
  margin: 6px 0 6px;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.25vw, 1.35rem);
  line-height: 1.12;
}

.fixture-tier-gate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.fixture-tier-gate-grid span {
  padding: 8px 10px;
  border-radius: var(--radius-xs);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.026);
}

.badge-has-image .badge-fallback {
  opacity: 0.16;
  transform: scale(0.92);
}

.badge-fallback-only {
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 38%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.12), rgba(78, 222, 163, 0.08));
}

.lineup-team-badge img, .entity-mark img {
  inset: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}

.proof-command {
  display: grid;
  gap: 14px;
  padding: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(180deg, rgba(11, 18, 29, 0.8), rgba(10, 18, 24, 0.64));
}

.hero-actions, .pill-row, .stats-grid, .card-grid, .cta-row, .proof-strip, .signal-grid, .preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button, .ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 16px;
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease,
    box-shadow 180ms ease,
    filter 160ms ease;
  font: inherit;
}

.button {
  border: 1px solid rgba(157, 255, 232, 0.28);
  color: #071019;
  background: var(--glow);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.08),
    0 14px 34px rgba(88, 224, 196, 0.2);
}

.button:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.16),
    0 18px 42px rgba(88, 224, 196, 0.26);
}

.ghost-button {
  color: var(--ink);
  border: 1px solid rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.ghost-button:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 224, 196, 0.38);
  background: rgba(88, 224, 196, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 14px 34px rgba(0, 0, 0, 0.2);
}

.button[aria-pressed="true"], .ghost-button[aria-pressed="true"] {
  color: #07110f;
  border-color: rgba(157, 255, 232, 0.5);
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.18),
    0 14px 34px rgba(88, 224, 196, 0.18);
}

button:disabled, .button:disabled, .ghost-button:disabled, button[aria-disabled="true"], .button[aria-disabled="true"], .ghost-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
  box-shadow: none;
  filter: none;
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  color: var(--mint);
  font-weight: 900;
  text-decoration: none;
}

.text-link:hover, .text-link:focus-visible {
  color: var(--accent-2);
  text-decoration: underline;
  text-underline-offset: 4px;
}

a:focus-visible, button:focus-visible, .button:focus-visible, .ghost-button:focus-visible, .nav a:focus-visible, .stat-chip:focus-visible, .fixture-route-pill:focus-visible, .text-input:focus-visible, summary:focus-visible {
  outline: none;
  box-shadow: var(--focus-ring);
}

.hero-side {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.metric, .proof-tile, .sample-board, .snapshot-card {
  padding: 18px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(24, 38, 32, 0.96), rgba(14, 24, 20, 0.98));
  border: 1px solid rgba(122, 148, 132, 0.16);
}

.metric-label {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.metric-value {
  display: block;
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.04em;
}

.pill, .chip, .market-badge, .confidence-badge, .premium-lock, .value-badge, .stat-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pill, .chip, .stat-chip {
  border: 1px solid rgba(130, 255, 220, 0.1);
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.055);
  line-height: 1.2;
  max-width: 100%;
  min-width: 0;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
}

.og-chip, .chip-signal, .chip.signal, .og-chip-signal {
  color: var(--og-signal);
  border-color: rgba(61, 217, 176, 0.22);
  background: rgba(61, 217, 176, 0.08);
}

.chip-context, .chip.context, .og-chip-context {
  color: var(--og-context);
  border-color: rgba(48, 199, 255, 0.22);
  background: rgba(48, 199, 255, 0.08);
}

.chip-risk, .chip.risk, .chip-limited, .chip.limited, .og-chip-risk, .og-chip-limited {
  color: var(--og-risk);
  border-color: rgba(246, 179, 109, 0.24);
  background: rgba(246, 179, 109, 0.08);
}

.chip-proof, .chip.proof, .chip-settled, .chip.settled, .og-chip-proof, .og-chip-settled {
  color: var(--og-proof);
  border-color: rgba(143, 241, 210, 0.24);
  background: rgba(143, 241, 210, 0.08);
}

.chip-ready, .chip.ready, .og-chip-ready {
  color: var(--og-action-mint);
  border-color: rgba(88, 224, 196, 0.26);
  background: rgba(88, 224, 196, 0.1);
}

.chip-blocked, .chip.blocked, .og-chip-blocked {
  color: var(--og-danger);
  border-color: rgba(255, 139, 139, 0.24);
  background: rgba(255, 139, 139, 0.08);
}

.chip-private, .chip.private, .chip-review, .chip.review, .og-chip-private, .og-chip-review {
  color: #d7e4df;
  border-color: rgba(184, 201, 196, 0.22);
  background: rgba(184, 201, 196, 0.07);
}

.chip-unavailable, .chip.unavailable, .og-chip-unavailable {
  color: var(--og-disabled);
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.08);
}

.chip-observe {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.22);
  background: rgba(217, 184, 107, 0.08);
}

.chip-reference {
  color: var(--signal-slate);
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.08);
}

.chip-confidence {
  border-color: rgba(217, 184, 107, 0.22);
}

.chip-confidence-elite {
  color: var(--signal-mint);
  background: rgba(61, 217, 176, 0.06);
  border-color: rgba(61, 217, 176, 0.22);
}

.chip-confidence-standard {
  color: var(--signal-amber);
  background: rgba(217, 184, 107, 0.06);
  border-color: rgba(217, 184, 107, 0.22);
}

.market-badge {
  color: var(--teal);
  background: rgba(92, 200, 232, 0.1);
  border: 1px solid rgba(92, 200, 232, 0.18);
}

.confidence-badge {
  color: var(--elite);
  background: rgba(142, 240, 182, 0.1);
  border: 1px solid rgba(142, 240, 182, 0.18);
}

.confidence-badge.standard, .pill-standard {
  color: var(--standard);
  background: rgba(92, 200, 232, 0.08);
  border-color: rgba(92, 200, 232, 0.14);
}

.market-badge, .confidence-badge, .fixture-route-pill {
  transition:
    transform 150ms cubic-bezier(0.32, 0.72, 0, 1),
    border-color 160ms ease,
    background 160ms ease,
    color 160ms ease,
    box-shadow 180ms ease;
}

.value-badge {
  color: var(--mint);
  background: rgba(111, 226, 168, 0.08);
  border: 1px solid rgba(111, 226, 168, 0.18);
}

.premium-lock {
  color: var(--warning);
  background: rgba(246, 179, 109, 0.08);
  border: 1px solid rgba(246, 179, 109, 0.18);
}

.og-section {
  display: grid;
  gap: var(--og-space-16);
  min-width: 0;
  margin: var(--og-space-24) 0;
}

.og-panel, .og-card, .og-card-compact, .og-proof-card, .og-market-card, .og-empty-state {
  min-width: 0;
  border: 1px solid var(--og-border-subtle);
  color: var(--og-text);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.94), rgba(8, 18, 18, 0.98));
  box-shadow: var(--og-effect-card-raised);
}

.og-card, .og-card-compact, .og-proof-card, .og-market-card, .og-empty-state {
  border-radius: var(--og-radius-card);
}

.og-panel {
  padding: var(--og-space-24);
  border-radius: var(--og-radius-panel);
}

.og-card, .og-proof-card, .og-market-card, .og-empty-state {
  padding: var(--og-space-16);
}

.og-card-compact, .og-player-event-row {
  padding: var(--og-space-12);
}

.og-empty-state {
  color: var(--og-muted-text);
  background:
    linear-gradient(180deg, rgba(184, 201, 196, 0.055), rgba(184, 201, 196, 0.025)),
    rgba(0, 0, 0, 0.12);
}

.og-proof-card {
  border-color: rgba(143, 241, 210, 0.18);
}

.og-market-card {
  border-color: rgba(88, 224, 196, 0.18);
}

.og-player-event-row {
  display: grid;
  min-width: 0;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: var(--og-radius-card);
  background:
    linear-gradient(120deg, rgba(132, 255, 224, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(0, 0, 0, 0.16);
}

.premium-product-hero {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.58fr);
}

.premium-product-hero .hero-main {
  background:
    radial-gradient(circle at 14% 0%, rgba(88, 224, 196, 0.18), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(157, 255, 232, 0.09), transparent 28%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
}

.premium-product-hero h1 {
  max-width: 10ch;
}

.premium-product-section, .premium-proof-section {
  scroll-margin-top: 96px;
}

.premium-signal-preview-section {
  scroll-margin-top: 96px;
}

.premium-signal-preview {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(340px, 0.72fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: center;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 0%, rgba(88, 224, 196, 0.16), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(157, 255, 232, 0.1), transparent 30%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 28px 78px rgba(0, 0, 0, 0.28);
}

.premium-signal-preview-copy {
  display: grid;
  gap: 14px;
}

.premium-signal-preview-copy h2 {
  max-width: 10ch;
  margin: 0;
  color: var(--text);
  font-size: clamp(2.4rem, 7vw, 5.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.premium-signal-preview-copy p {
  max-width: 740px;
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.premium-signal-preview-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 224, 196, 0.12), transparent 40%),
    rgba(7, 17, 15, 0.58);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 52px rgba(0, 0, 0, 0.2);
}

.premium-signal-preview-fixture {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(130, 255, 220, 0.1);
}

.premium-signal-preview-fixture strong, .premium-signal-preview-fixture span {
  display: block;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-signal-preview-fixture strong {
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.42rem);
  line-height: 1.12;
}

.premium-signal-preview-fixture span {
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 0.76rem;
  font-weight: 800;
}

.premium-signal-preview-card > p {
  margin: 0;
  color: rgba(220, 234, 242, 0.82);
  font-size: 0.9rem;
  line-height: 1.45;
}

.premium-signal-preview-players {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.premium-signal-preview-players span {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 8px;
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.premium-signal-preview-players img, .premium-signal-preview-players b {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  background: rgba(88, 224, 196, 0.14);
  box-shadow: 0 0 0 1px rgba(157, 255, 232, 0.18);
}

.premium-signal-preview-players b {
  display: inline-grid;
  place-items: center;
  color: var(--mint);
  font-size: 0.66rem;
}

.premium-signal-preview-players small, .premium-signal-preview-players em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-signal-preview-players small {
  color: var(--text);
  font-size: 0.8rem;
  font-weight: 900;
}

.premium-signal-preview-players em {
  margin-top: 2px;
  color: rgba(220, 234, 242, 0.68);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 800;
}

.premium-signal-preview-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.premium-signal-preview-actions .button, .premium-signal-preview-actions .ghost-button {
  width: 100%;
}

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

.premium-unlock-command-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.premium-unlock-command-strip span {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 4px 10px;
  align-items: center;
  min-height: 94px;
  padding: 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025)),
    rgba(7, 17, 15, 0.5);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.premium-unlock-command-strip b {
  display: inline-grid;
  grid-row: span 2;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-weight: 950;
}

.premium-unlock-command-strip strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.15;
}

.premium-unlock-command-strip small {
  grid-column: 2;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.premium-product-card {
  display: grid;
  min-height: 250px;
  align-content: start;
  gap: 14px;
  padding: 28px;
  border-radius: 24px;
  color: var(--text);
  text-decoration: none;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 35%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(10, 20, 17, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.09),
    0 20px 56px rgba(0, 0, 0, 0.22);
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    background 160ms ease;
}

.premium-product-card:hover, .premium-product-card:focus-visible {
  outline: none;
  transform: translateY(-3px);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.16), transparent 36%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.96), rgba(10, 20, 17, 1));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.22),
    0 28px 68px rgba(0, 0, 0, 0.3);
}

.premium-product-card span {
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.premium-product-card strong {
  color: var(--text);
  font-size: clamp(1.32rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.premium-product-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.98rem;
  line-height: 1.55;
}

.premium-product-card b {
  align-self: end;
  margin-top: auto;
  color: var(--accent-2);
  font-size: 0.9rem;
}

.premium-proof-panel {
  display: grid;
  gap: 26px;
  background:
    radial-gradient(circle at 50% 0%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(11, 23, 20, 0.96));
  box-shadow: 0 24px 74px rgba(0, 0, 0, 0.3);
}

.premium-intelligence-suite-section {
  scroll-margin-top: 96px;
}

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

.premium-intelligence-suite-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  min-height: 270px;
  padding: 24px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 0%, rgba(88, 224, 196, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 18, 16, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 20px 56px rgba(0, 0, 0, 0.2);
}

.premium-intelligence-suite-card-wide {
  grid-column: span 2;
}

.premium-intelligence-suite-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.premium-intelligence-suite-card p {
  margin: 0;
  color: rgba(220, 234, 242, 0.82);
  font-size: 0.96rem;
  line-height: 1.55;
}

.premium-suite-stack, .premium-suite-delivery-grid {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.premium-suite-delivery-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.premium-suite-stack span, .premium-suite-delivery-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.premium-suite-stack b, .premium-suite-delivery-grid b {
  overflow: hidden;
  color: var(--text);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.premium-suite-stack small, .premium-suite-delivery-grid small {
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.35;
}

.premium-suite-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.premium-suite-chip-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--accent);
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section {
  margin-bottom: clamp(28px, 4vw, 54px);
}

.app-view > .hero, .app-view > .section {
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 210ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.app-view > .section:nth-of-type(1) {
  animation-delay: 30ms;
}

.app-view > .section:nth-of-type(2) {
  animation-delay: 60ms;
}

.app-view > .section:nth-of-type(3) {
  animation-delay: 90ms;
}

.app-view > .section:nth-of-type(4) {
  animation-delay: 120ms;
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section-head {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 14px;
}

.section-head h1, .section-head h2, .section-head h3 {
  margin: 0;
  letter-spacing: -0.04em;
}

.section-head h1 {
  font-size: clamp(2rem, 3vw, 3rem);
}

.section-copy, .muted, .panel span, .footer-note {
  color: var(--muted);
}

.section-copy {
  max-width: 68ch;
  line-height: 1.6;
}

.entity-hero p, .archive-layer .section-copy, .current-window-layer .section-copy, .entity-empty-card .section-copy, .archive-empty-card .section-copy {
  font-size: 0.96rem;
  line-height: 1.55;
}

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

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

.entity-surface-tile {
  display: grid;
  gap: 8px;
  padding: 14px 15px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background: rgba(255, 255, 255, 0.025);
}

.entity-surface-tile-deploy {
  border-color: rgba(61, 217, 176, 0.18);
  background: rgba(61, 217, 176, 0.05);
}

.entity-surface-tile-observe {
  border-color: rgba(217, 184, 107, 0.18);
  background: rgba(217, 184, 107, 0.05);
}

.entity-surface-label, .entity-breakdown-label {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  font-weight: 800;
}

.entity-surface-value {
  display: block;
  margin: 0;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.entity-surface-meta, .entity-breakdown-meta {
  color: var(--muted);
  font-size: 0.88rem;
}

.entity-breakdown {
  display: grid;
  gap: 12px;
}

.entity-breakdown-row {
  display: grid;
  gap: 8px;
}

.entity-breakdown-copy {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}

.entity-breakdown-bar {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: rgba(107, 122, 143, 0.12);
}

.entity-breakdown-fill {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: rgba(107, 122, 143, 0.65);
}

.entity-breakdown-fill-deploy {
  background: rgba(61, 217, 176, 0.8);
}

.entity-breakdown-fill-observe {
  background: rgba(217, 184, 107, 0.78);
}

.panel {
  padding: 20px;
}

.panel h3 {
  margin: 0 0 14px;
  font-size: 1.35rem;
  letter-spacing: -0.035em;
}

.panel h4 {
  margin: 0 0 12px;
  font-size: 1.05rem;
  letter-spacing: -0.03em;
}

.panel strong {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: -0.04em;
}

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

.card-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.prediction-card, .locked-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 20px;
}

.prediction-top, .detail-row, .prediction-footer {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.prediction-card {
  gap: 16px;
  padding: 22px;
  border-color: rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(24, 37, 32, 0.99) 0%, rgba(14, 24, 20, 0.99) 68%, rgba(11, 20, 17, 0.99) 100%),
    radial-gradient(circle at top right, rgba(48, 199, 255, 0.05), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 16px 34px rgba(0, 0, 0, 0.18);
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease,
    background 180ms ease;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 28ms);
}

.prediction-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 54%;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.045), transparent 80%);
}

.prediction-card:hover, .prediction-card:focus-within {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.12),
    0 22px 46px rgba(0, 0, 0, 0.24);
}

.prediction-card-strong {
  border-color: rgba(61, 217, 176, 0.24);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 34px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(61, 217, 176, 0.06);
}

.prediction-card-positive {
  border-color: rgba(61, 217, 176, 0.18);
}

.prediction-card-marginal {
  border-color: rgba(107, 122, 143, 0.14);
}

.prediction-card-negative {
  border-color: rgba(201, 122, 122, 0.18);
}

.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;
}

.teams {
  display: grid;
  gap: 7px;
}

.teams strong {
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.fixture-teams {
  min-width: 0;
}

.fixture-league, .fixture-teamline {
  display: flex;
  align-items: center;
}

.fixture-league {
  gap: 8px;
  color: rgba(216, 227, 236, 0.82);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-teamline {
  flex-wrap: wrap;
  gap: 10px 12px;
}

.team-side {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.team-side-away {
  justify-content: flex-end;
}

.fixture-teams-compact .fixture-teamline {
  gap: 8px 10px;
}

.team-badge, .league-badge {
  flex: 0 0 auto;
}

.team-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.13);
  border-radius: 999px;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.14), rgba(78, 222, 163, 0.1));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 10px 24px rgba(0, 0, 0, 0.18);
}

.team-badge img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  filter: drop-shadow(0 3px 7px rgba(0, 0, 0, 0.28));
}

.prediction-card:hover .team-badge, .prediction-card:focus-within .team-badge, .fixture-stream-card:hover .team-badge, .fixture-stream-card:focus-within .team-badge {
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.44),
    0 14px 28px rgba(0, 0, 0, 0.24);
}

.badge-fallback {
  color: var(--mint);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: -0.04em;
  transition: opacity 180ms ease, transform 180ms ease;
}

.league-badge {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 5px;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.3));
}

.team-name {
  min-width: 0;
  font-size: 1.16rem;
  font-weight: 900;
}

.versus {
  color: var(--muted-2);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.detail-row > div {
  display: grid;
  gap: 4px;
}

.detail-row strong, .data-value {
  font-size: 1.02rem;
  letter-spacing: -0.03em;
}

.signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prediction-core {
  display: grid;
  gap: 12px;
}

.prediction-call {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  padding: 12px 0 14px;
  border-top: 1px solid rgba(123, 154, 184, 0.12);
  border-bottom: 1px solid rgba(123, 154, 184, 0.12);
}

.prediction-pick {
  display: block;
  margin-top: 4px;
  font-size: clamp(2rem, 4vw, 2.7rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
}

.prediction-metric-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  color: var(--muted-1);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.prediction-edge {
  display: grid;
  justify-items: end;
  gap: 6px;
}

.prediction-edge-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  color: #071019;
  font-weight: 900;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, rgba(48, 199, 255, 0.96), rgba(78, 222, 163, 0.96));
  box-shadow:
    0 0 28px rgba(78, 222, 163, 0.28),
    0 10px 22px rgba(0, 0, 0, 0.18);
  transition:
    transform 150ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    background 180ms ease,
    color 160ms ease;
}

.prediction-edge-chip-positive, .prediction-edge-chip-strong {
  color: #071019;
  background: linear-gradient(135deg, rgba(48, 199, 255, 0.96), rgba(78, 222, 163, 0.96));
}

.prediction-edge-chip-strong {
  box-shadow:
    0 0 30px rgba(78, 222, 163, 0.24),
    0 10px 22px rgba(0, 0, 0, 0.2);
}

.prediction-edge-chip-marginal {
  color: #d9f3ec;
  background: linear-gradient(135deg, rgba(44, 118, 116, 0.82), rgba(61, 217, 176, 0.52));
  box-shadow:
    0 0 16px rgba(61, 217, 176, 0.14),
    0 10px 20px rgba(0, 0, 0, 0.16);
}

.prediction-edge-chip-negative {
  color: #fff3f3;
  background: linear-gradient(135deg, rgba(169, 98, 98, 0.92), rgba(201, 122, 122, 0.92));
  box-shadow:
    0 0 18px rgba(201, 122, 122, 0.14),
    0 10px 20px rgba(0, 0, 0, 0.16);
}

.prediction-edge-chip-neutral {
  color: #e3ecf2;
  background: linear-gradient(135deg, rgba(78, 94, 112, 0.9), rgba(107, 122, 143, 0.9));
  box-shadow:
    0 0 14px rgba(107, 122, 143, 0.12),
    0 10px 20px rgba(0, 0, 0, 0.14);
}

.prediction-card:hover .prediction-edge-chip, .prediction-card:focus-within .prediction-edge-chip, .fixture-stream-card:hover .fixture-route-pill, .fixture-stream-card:focus-within .fixture-route-pill {
  transform: translateY(-1px);
}

.prediction-rationale {
  margin-top: -2px;
  font-size: 0.92rem;
  color: rgba(216, 227, 236, 0.68);
}

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

.signal-cell {
  padding: 11px 13px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.signal-cell-model {
  border-color: rgba(61, 217, 176, 0.22);
  background: rgba(61, 217, 176, 0.05);
}

.signal-cell-market {
  border-color: rgba(107, 122, 143, 0.22);
  background: rgba(107, 122, 143, 0.06);
}

.signal-cell-market-active {
  border-color: rgba(92, 200, 232, 0.24);
  background: rgba(92, 200, 232, 0.08);
}

.signal-cell span {
  display: block;
}

.signal-label {
  color: var(--muted-2);
  font-size: 0.69rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.signal-value {
  margin-top: 6px;
  font-size: 0.97rem;
  font-weight: 800;
  line-height: 1.2;
}

.fixture-stats-note {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-stats-note .feature-list {
  gap: 8px;
}

.fixture-stats-note .feature-list li {
  padding: 10px 12px;
}

.market-bar-shell {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 13px 14px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.market-bar-shell-positive {
  border-color: rgba(61, 217, 176, 0.2);
  background: rgba(61, 217, 176, 0.05);
}

.market-bar-shell-fragile {
  border-color: rgba(201, 122, 122, 0.18);
  background: rgba(201, 122, 122, 0.045);
}

.market-bar-shell-neutral {
  border-color: rgba(107, 122, 143, 0.18);
}

.market-bar-header, .market-bar-legend, .market-mini-bar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.market-bar-legend {
  flex-wrap: wrap;
}

.market-bar-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted-1);
  font-size: 0.88rem;
}

.market-bar-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
}

.market-bar-dot-active {
  background: rgba(61, 217, 176, 0.95);
  box-shadow: 0 0 0 3px rgba(61, 217, 176, 0.12);
}

.market-bar-dot-opposition {
  background: rgba(107, 122, 143, 0.95);
  box-shadow: 0 0 0 3px rgba(107, 122, 143, 0.12);
}

.market-bar-track, .market-mini-bar-track {
  position: relative;
  display: flex;
  width: 100%;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(7, 16, 25, 0.45);
}

.market-bar-fill, .market-mini-bar-fill {
  display: block;
  height: 100%;
}

.market-bar-fill-active {
  background: linear-gradient(90deg, rgba(61, 217, 176, 0.92), rgba(93, 231, 190, 0.84));
}

.market-bar-fill-opposition {
  background: rgba(107, 122, 143, 0.9);
}

.market-bar-empty {
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px dashed rgba(123, 154, 184, 0.16);
  color: var(--muted-1);
  font-size: 0.88rem;
}

.market-mini-bar {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.market-mini-bar-top {
  color: var(--muted-1);
  font-size: 0.82rem;
}

.market-mini-bar-active .market-mini-bar-fill {
  background: linear-gradient(90deg, rgba(61, 217, 176, 0.88), rgba(48, 199, 255, 0.72));
}

.market-mini-bar-reference .market-mini-bar-fill {
  background: rgba(107, 122, 143, 0.82);
}

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

.prediction-card p, .locked-copy p {
  margin: 0;
  line-height: 1.55;
}

.locked-card {
  position: relative;
  overflow: hidden;
}

.locked-card::after {
  content: "";
  position: absolute;
  inset: auto -20% -30% 20%;
  height: 180px;
  background: radial-gradient(circle, rgba(92, 200, 232, 0.16), transparent 60%);
  pointer-events: none;
}

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

.locked-copy h3 {
  margin: 0;
  font-size: 1.18rem;
}

.blur-stack {
  display: grid;
  gap: 8px;
}

.blur-line {
  display: block;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
}

.blur-line-short {
  width: 72%;
}

.blur-line-tiny {
  width: 46%;
}

.table-shell {
  overflow: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(11, 17, 30, 0.99), rgba(8, 14, 25, 0.99));
  box-shadow: var(--shadow);
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  padding: 16px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(123, 154, 184, 0.1);
  vertical-align: top;
}

th {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.015);
  font-size: 0.74rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

tbody tr:hover {
  background: rgba(92, 200, 232, 0.04);
}

.empty-state, .notice {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(130, 255, 220, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.07), transparent 36%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(9, 22, 19, 0.94)),
    rgba(244, 255, 251, 0.015);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.16);
}

.empty-state::before, .notice::before {
  content: "System";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(107, 122, 143, 0.18);
  background: rgba(88, 224, 196, 0.08);
  color: var(--mint);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-empty-card, .archive-empty-card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(15, 25, 39, 0.96), rgba(11, 20, 31, 0.94)),
    rgba(255, 255, 255, 0.012);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.entity-empty-card .section-copy, .archive-empty-card .section-copy {
  max-width: none;
  margin: 0;
}

.entity-empty-card-muted {
  border-style: dashed;
  border-color: rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.archive-empty-card {
  max-width: 42rem;
}

.archive-empty-card::before, .entity-empty-card::before {
  content: "Archive";
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  border: 1px solid rgba(107, 122, 143, 0.18);
  background: rgba(107, 122, 143, 0.08);
  color: var(--signal-slate);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entity-empty-card::before {
  content: "Desk note";
}

.notice-warning {
  border-color: rgba(246, 179, 109, 0.2);
}

.notice-warning::before {
  content: "Watch";
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.08);
}

.notice-success {
  border-color: rgba(111, 226, 168, 0.2);
}

.notice-success::before {
  content: "Ready";
  color: var(--signal-mint);
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.08);
}

.state-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.42fr);
  gap: clamp(18px, 3vw, 34px);
  align-items: end;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 30px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  background:
    radial-gradient(circle at 86% 8%, rgba(88, 224, 196, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(8, 19, 16, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 78px rgba(0, 0, 0, 0.28);
}

.state-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(157, 255, 232, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.72), transparent 82%);
  pointer-events: none;
}

.state-panel-copy, .state-panel-meta, .state-panel .cta-row {
  position: relative;
  z-index: 1;
}

.state-panel-copy {
  display: grid;
  gap: 12px;
  max-width: 760px;
}

.state-panel h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.state-panel p {
  margin: 0;
  max-width: 58rem;
  color: var(--muted-1);
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  line-height: 1.58;
}

.state-panel-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.state-panel-meta span {
  display: grid;
  gap: 4px;
  min-height: 82px;
  align-content: center;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.state-panel-meta b {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.1;
}

.state-panel-meta small {
  color: var(--muted-1);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.state-panel .cta-row {
  grid-column: 1 / -1;
  margin-top: 2px;
}

.state-panel-locked {
  border-color: rgba(246, 179, 109, 0.18);
  background:
    radial-gradient(circle at 86% 8%, rgba(246, 179, 109, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(22, 35, 29, 0.94), rgba(8, 19, 16, 0.96));
}

.state-panel-empty {
  border-color: rgba(130, 255, 220, 0.1);
}

.state-panel-ready {
  border-color: rgba(88, 224, 196, 0.22);
}

.state-panel-compact {
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border-radius: 22px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 16px 38px rgba(0, 0, 0, 0.18);
}

.state-panel-compact::before {
  background-size: 34px 34px;
  opacity: 0.7;
}

.state-panel-compact .state-panel-copy {
  gap: 8px;
}

.state-panel-compact h3 {
  font-size: clamp(1.28rem, 2.2vw, 1.82rem);
  line-height: 1.12;
  letter-spacing: -0.04em;
}

.state-panel-compact p {
  font-size: 0.94rem;
  line-height: 1.5;
}

.state-panel-compact .state-panel-meta {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.state-panel-compact .state-panel-meta span {
  min-height: 64px;
  padding: 11px 12px;
  border-radius: 15px;
}

.state-panel-compact .cta-row {
  margin-top: 0;
}

.production-locked-preview {
  display: grid;
  gap: 16px;
}

.production-locked-preview .state-panel {
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.78) 52%, rgba(5, 9, 7, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.1), rgba(5, 9, 7, 0.88)),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 36px 96px rgba(0, 0, 0, 0.34);
}

.production-locked-preview-fixture .state-panel {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.78) 52%, rgba(5, 9, 7, 0.48)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.1), rgba(5, 9, 7, 0.88)),
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp") center / cover no-repeat;
}

.production-locked-preview-card {
  border-radius: 8px;
  border-color: rgba(132, 255, 224, 0.13);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.04), rgba(244, 255, 251, 0.014)),
    rgba(7, 17, 15, 0.72);
}

.production-locked-boundary {
  padding: 10px 12px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 8px;
  background: rgba(132, 255, 224, 0.045);
}

.demo-account-panel {
  border-color: rgba(116, 232, 213, 0.28);
  background:
    linear-gradient(135deg, rgba(116, 232, 213, 0.12), transparent 42%),
    rgba(6, 17, 24, 0.9);
}

.demo-account-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.demo-account-head h3 {
  margin-bottom: 8px;
}

.demo-account-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.demo-account-option {
  min-height: 118px;
  border: 1px solid rgba(213, 232, 222, 0.16);
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease;
}

.demo-account-option:hover, .demo-account-option:focus-visible {
  border-color: rgba(116, 232, 213, 0.55);
  background: rgba(116, 232, 213, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.demo-account-option.is-active, .demo-account-option[aria-pressed="true"] {
  border-color: rgba(138, 247, 185, 0.78);
  background: rgba(138, 247, 185, 0.14);
  box-shadow: 0 0 0 1px rgba(138, 247, 185, 0.22) inset;
}

.demo-account-option strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.demo-account-option span {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.45;
}

.demo-account-option small {
  display: block;
  margin-top: 8px;
  color: rgba(184, 201, 196, 0.78);
  font-size: 0.74rem;
  font-weight: 750;
  line-height: 1.35;
}

.auth-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(2, 8, 10, 0.72);
  backdrop-filter: blur(16px);
}

.auth-modal {
  position: relative;
  display: grid;
  gap: 18px;
  width: min(760px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(130, 255, 220, 0.18);
  border-radius: 28px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 40px 110px rgba(0, 0, 0, 0.52);
}

.auth-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.045);
  color: var(--ink);
  font-size: 1.2rem;
  font-weight: 900;
  cursor: pointer;
}

.auth-modal-head {
  display: grid;
  gap: 10px;
  max-width: 620px;
}

.auth-modal-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
  letter-spacing: -0.055em;
}

.auth-modal-head p {
  margin: 0;
  color: var(--muted-1);
  font-size: 1rem;
  line-height: 1.55;
}

.auth-modal-form {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.auth-modal-form .field-label {
  grid-column: 1 / -1;
}

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

.auth-modal-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.auth-preview-panel {
  margin-top: 18px;
}

.compact-button {
  min-height: 38px;
  border: 1px solid rgba(213, 232, 222, 0.14);
  border-radius: 999px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--text);
  font-weight: 800;
  cursor: pointer;
}

.compact-button:hover {
  border-color: rgba(138, 247, 185, 0.52);
  background: rgba(138, 247, 185, 0.12);
}

.section-nested {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
}

.split-tight {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.split-top {
  align-items: start;
}

.split-team-density {
  grid-template-columns: minmax(0, 1.24fr) minmax(280px, 0.76fr);
}

.split-entity-adaptive {
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
}

.intelligence-callout {
  background:
    linear-gradient(180deg, rgba(21, 35, 29, 0.96), rgba(13, 24, 20, 0.98)),
    radial-gradient(circle at top right, rgba(61, 217, 176, 0.08), transparent 40%);
}

.intelligence-callout-deploy {
  border-color: rgba(61, 217, 176, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.16);
}

.intelligence-callout-observe {
  border-color: rgba(217, 184, 107, 0.2);
}

.fixture-hero-shell .hero-main {
  gap: 16px;
  padding: 24px 26px;
}

.fixture-hero-shell .hero-side {
  padding: 12px;
  gap: 9px;
}

.fixture-hero-shell .hero-main h1 {
  margin-bottom: 10px;
  font-size: clamp(3rem, 4.4vw, 5.6rem);
}

.fixture-hero-shell .hero-main p {
  max-width: 48ch;
  font-size: 0.97rem;
}

.fixture-hero-shell .button, .fixture-hero-shell .ghost-button {
  min-height: 44px;
}

.fixture-hero-main-scoreboard .pill-row {
  margin-top: -2px;
}

.fixture-hero-main-scoreboard > p {
  max-width: 45ch;
}

.fixture-hero-main-editorial .fixture-hero-scoreboard {
  gap: 12px;
}

.fixture-hero-main-editorial > p {
  max-width: 52ch;
}

.team-empty-note {
  display: grid;
  gap: 12px;
  align-content: start;
}

.team-empty-note h3 {
  margin-bottom: 6px;
}

.team-empty-note .notice {
  padding: 16px;
}

.team-spotlight-panel {
  display: grid;
  gap: 14px;
  align-content: start;
}

.panel-primary-entity {
  min-height: 100%;
}

.panel-secondary-entity, .panel-compact-stack {
  align-content: start;
}

.panel-compact-stack {
  display: grid;
  gap: 12px;
}

.feature-list, .method-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-list li, .method-list li {
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(123, 154, 184, 0.12);
  color: var(--muted);
}

.compact-list {
  gap: 8px;
}

.compact-list li {
  padding: 10px 12px;
}

.section-tight {
  padding-top: 4px;
}

.page-subnav {
  overflow: auto hidden;
  padding: 8px 0 10px;
}

.page-subnav-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
}

.page-subnav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(130, 255, 220, 0.11);
  background: rgba(244, 255, 251, 0.035);
  color: #cfe5de;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  transition:
    border-color 140ms ease,
    background 140ms ease,
    color 140ms ease,
    transform 140ms ease;
}

.page-subnav-link:hover {
  border-color: rgba(88, 224, 196, 0.28);
  color: var(--ink);
  transform: translateY(-1px);
  background: rgba(88, 224, 196, 0.075);
}

.page-subnav-link.is-active, .page-subnav-link[aria-current="page"] {
  border-color: rgba(157, 255, 232, 0.34);
  background: linear-gradient(135deg, rgba(157, 255, 232, 0.2), rgba(88, 224, 196, 0.12));
  color: #f4fffb;
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.1),
    0 12px 30px rgba(0, 0, 0, 0.18);
}

.page-subnav-link.is-locked {
  color: rgba(159, 181, 169, 0.72);
}

.page-subnav-link span {
  margin-left: 8px;
  padding: 3px 6px;
  border-radius: 999px;
  border: 1px solid rgba(238, 177, 94, 0.18);
  color: rgba(238, 177, 94, 0.88);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

@media (max-width: 640px) {
  .page-subnav, .page-subnav-scroll {
    max-width: 100%;
    min-width: 0;
  }

  .page-subnav-scroll {
    flex-wrap: wrap;
    gap: 8px;
  }

  .page-subnav-link {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    padding: 0 12px;
    font-size: 0.78rem;
  }
}

.entity-directory-card, .entity-fixture-card {
  display: grid;
  gap: 14px;
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
}

.entity-directory-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.entity-directory-head h1, .entity-directory-head h3 {
  margin: 0;
}

.entity-directory-head p {
  margin: 6px 0 0;
}

.entity-fixture-card {
  border-left: 1px solid rgba(123, 154, 184, 0.12);
}

.entity-fixture-card-deploy {
  border-left-color: rgba(61, 217, 176, 0.4);
}

.entity-fixture-card-observe {
  border-left-color: rgba(217, 184, 107, 0.38);
}

.entity-fixture-card-context, .entity-fixture-card-monitor {
  border-left-color: rgba(107, 122, 143, 0.28);
}

.entity-directory-card:hover, .entity-fixture-card:hover, .archive-fixture-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 18px 44px rgba(0, 0, 0, 0.2);
}

.standings-table {
  display: grid;
  gap: 10px;
}

.standings-table-head, .standings-row {
  display: grid;
  grid-template-columns: 60px minmax(0, 2fr) 60px 70px 70px minmax(120px, 1fr);
  gap: 10px;
  align-items: center;
}

.standings-table-head {
  padding: 0 6px;
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.standings-row {
  padding: 16px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

.standings-team {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.standings-team strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.archive-grid {
  align-items: start;
}

.archive-fixture-card {
  display: grid;
  gap: 12px;
  background: linear-gradient(180deg, rgba(20, 34, 27, 0.95), rgba(12, 23, 19, 0.95));
}

.archive-fixture-card .fixture-teamline {
  align-items: center;
}

.archive-fixture-card .versus {
  min-width: 42px;
  text-align: center;
}

.archive-layer {
  border-color: rgba(107, 122, 143, 0.18);
  background: linear-gradient(180deg, rgba(17, 29, 24, 0.96), rgba(11, 21, 18, 0.94));
}

.archive-layer .widget-reference-frame:has(.archive-empty-card) {
  padding: 0;
  border: none;
  background: transparent;
}

.current-window-layer {
  border-color: rgba(61, 217, 176, 0.18);
  background: linear-gradient(180deg, rgba(20, 37, 31, 0.98), rgba(13, 23, 19, 0.98));
}

.fixture-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 16px;
  align-items: start;
}

.widget-reference-shell {
  display: grid;
  gap: 14px;
}

.widget-reference-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.widget-reference-head h4 {
  margin: 4px 0 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}

.widget-reference-frame {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: linear-gradient(180deg, rgba(10, 18, 29, 0.84), rgba(9, 16, 24, 0.72));
  overflow: hidden;
}

.archive-empty-card {
  padding: 12px 14px;
  border-color: rgba(107, 122, 143, 0.14);
}

.reference-loading {
  color: var(--signal-slate);
}

.lineup-reference-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.lineup-empty-state {
  display: grid;
  gap: 16px;
}

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

.lineup-empty-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(107, 122, 143, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.lineup-empty-skeleton {
  height: 14px;
  margin-top: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.06), rgba(107, 122, 143, 0.14), rgba(255, 255, 255, 0.06));
}

.lineup-empty-skeleton-short {
  width: 72%;
}

.lineup-team-panel {
  display: grid;
  gap: 18px;
}

.lineup-team-head, .lineup-team-title {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lineup-team-title h4 {
  margin: 0 0 4px;
  font-size: 1.08rem;
}

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

.lineup-player-list {
  display: grid;
  gap: 10px;
}

.lineup-player-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.lineup-player-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  min-height: 36px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(48, 199, 255, 0.08);
  color: var(--ink);
  font-weight: 800;
}

.formation-pitch-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.formation-pitch-card {
  gap: 16px;
}

.formation-pitch-card-wide {
  margin-top: 16px;
}

.formation-match-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: 4px 2px 8px;
}

.formation-match-team {
  display: flex;
  align-items: center;
  gap: 18px;
  min-width: 0;
}

.formation-match-team-away {
  justify-content: flex-end;
  text-align: right;
}

.formation-match-team .lineup-team-badge {
  width: 66px;
  height: 66px;
  border-radius: 20px;
}

.formation-match-team h4 {
  display: block;
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.formation-match-formation {
  display: block;
  color: var(--muted);
  font-size: clamp(0.98rem, 1.35vw, 1.3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.formation-pitch-scroll {
  overflow-x: auto;
  padding-bottom: 2px;
}

.formation-pitch-head {
  display: grid;
  gap: 12px;
}

.formation-pitch-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.formation-unit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.formation-unit-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  background: rgba(255, 255, 255, 0.03);
  font-size: 0.82rem;
  font-weight: 700;
}

.formation-unit-chip-deploy {
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.08);
}

.formation-unit-chip-observe {
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.08);
}

.formation-unit-chip-reference {
  border-color: rgba(107, 122, 143, 0.18);
  background: rgba(255, 255, 255, 0.03);
}

.formation-pitch {
  position: relative;
  min-height: 520px;
  border-radius: calc(var(--radius-lg) + 6px);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background:
    radial-gradient(circle at 50% 50%, rgba(61, 217, 176, 0.1), transparent 42%),
    linear-gradient(180deg, rgba(8, 26, 18, 0.92), rgba(6, 19, 14, 0.98));
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.formation-pitch-horizontal {
  min-width: 860px;
  min-height: 500px;
  background:
    linear-gradient(90deg, rgba(61, 217, 176, 0.045) 0 50%, rgba(48, 199, 255, 0.045) 50% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 58px, rgba(255, 255, 255, 0.012) 58px 116px),
    linear-gradient(180deg, rgba(8, 26, 18, 0.92), rgba(6, 19, 14, 0.98));
}

.pitch-line {
  position: absolute;
  pointer-events: none;
}

.pitch-line-half {
  top: 18px;
  bottom: 18px;
  left: 50%;
  width: 1px;
  background: rgba(188, 225, 206, 0.18);
}

.pitch-line-circle {
  left: 50%;
  top: 50%;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(188, 225, 206, 0.18);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.pitch-line-box {
  top: 30%;
  width: 88px;
  height: 40%;
  border: 1px solid rgba(188, 225, 206, 0.18);
}

.pitch-line-box-home {
  left: 18px;
  border-left: 0;
}

.pitch-line-box-away {
  right: 18px;
  border-right: 0;
}

.pitch-line-six {
  top: 40%;
  width: 38px;
  height: 20%;
  border: 1px solid rgba(188, 225, 206, 0.18);
}

.pitch-line-six-home {
  left: 18px;
  border-left: 0;
}

.pitch-line-six-away {
  right: 18px;
  border-right: 0;
}

.formation-pitch::before, .formation-pitch::after {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: calc(var(--radius-lg) + 2px);
  border: 1px solid rgba(188, 225, 206, 0.16);
  pointer-events: none;
}

.formation-pitch::after {
  inset: 50% 18px auto;
  height: 1px;
  border: 0;
  background: rgba(188, 225, 206, 0.14);
  box-shadow: 0 -110px 0 -109px rgba(188, 225, 206, 0.14), 0 110px 0 -109px rgba(188, 225, 206, 0.14);
}

.formation-pitch-horizontal::after {
  display: none;
}

.formation-player {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  gap: 3px;
  min-width: 78px;
  padding: 10px 10px 9px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.2);
  background: rgba(8, 16, 24, 0.86);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.24);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  cursor: default;
}

.formation-player-horizontal {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 6px 8px;
  min-width: 92px;
  max-width: 124px;
  padding: 7px 8px;
  border-radius: 999px;
  text-align: left;
}

.formation-player-horizontal .formation-player-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.78rem;
}

.formation-player-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
}

.formation-player-avatar img {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  object-fit: cover;
  border: 1px solid rgba(188, 225, 206, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.formation-player-avatar small {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: inline-flex;
  transform: scale(0.72);
  transform-origin: right bottom;
}

.formation-player-away {
  border-color: rgba(48, 199, 255, 0.24);
}

.formation-player:hover, .formation-player:focus-visible {
  transform: translate(-50%, calc(-50% - 2px));
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.32);
  z-index: 3;
}

.formation-player-deploy {
  border-color: rgba(61, 217, 176, 0.28);
  background: linear-gradient(180deg, rgba(61, 217, 176, 0.12), rgba(8, 16, 24, 0.92));
}

.formation-player-observe {
  border-color: rgba(217, 184, 107, 0.26);
  background: linear-gradient(180deg, rgba(217, 184, 107, 0.1), rgba(8, 16, 24, 0.92));
}

.formation-player-reference {
  border-color: rgba(123, 154, 184, 0.2);
}

.formation-player-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 26px;
  margin: 0 auto;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 800;
}

.og-rating-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fff;
  font-family: var(--font-display, system-ui, sans-serif);
  font-size: 14px;
  font-weight: 900;
  line-height: 16px;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
}

.og-rating-badge-large {
  width: 32px;
  height: 32px;
  font-size: 15px;
}

.og-rating-badge-small {
  width: 20px;
  height: 20px;
  min-width: 20px;
  font-size: 11px;
  line-height: 14px;
}

.og-rating-none {
  background: #a4a9b3;
}

.og-rating-poor {
  background: #dc0c00;
}

.og-rating-below-average {
  background: #ed7e07;
}

.og-rating-average {
  background: #d9af00;
}

.og-rating-good {
  background: #00c424;
}

.og-rating-very-good {
  background: #00adc4;
}

.og-rating-excellent {
  background: #374df5;
}

.formation-player-name {
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.formation-player-role {
  color: var(--muted);
  font-size: 0.72rem;
}

.formation-player-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%);
  display: grid;
  gap: 4px;
  min-width: 150px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.2);
  background: rgba(7, 14, 20, 0.96);
  color: var(--ink);
  opacity: 0;
  pointer-events: none;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.34);
  transition: opacity 140ms ease;
}

.formation-player:hover .formation-player-tooltip, .formation-player:focus-visible .formation-player-tooltip {
  opacity: 1;
}

.formation-mismatch-grid {
  display: grid;
  gap: 12px;
}

.formation-mismatch-card {
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.formation-mismatch-card h4 {
  margin: 8px 0 12px;
}

.formation-mismatch-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 10px;
}

.formation-mismatch-values span {
  display: block;
  color: var(--muted);
  font-size: 0.76rem;
}

.formation-mismatch-values strong {
  display: block;
  margin-top: 4px;
  font-size: 1.15rem;
}

.fixture-ratings-verdict {
  display: grid;
  gap: 14px;
}

.fixture-ratings-verdict-list {
  gap: 12px;
}

.fixture-ratings-verdict-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 12px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-ratings-verdict-item-support {
  border-color: rgba(62, 219, 176, 0.24);
  background: linear-gradient(180deg, rgba(62, 219, 176, 0.08), rgba(62, 219, 176, 0.03));
}

.fixture-ratings-verdict-item-contradict {
  border-color: rgba(201, 128, 139, 0.22);
  background: linear-gradient(180deg, rgba(201, 128, 139, 0.09), rgba(201, 128, 139, 0.03));
}

.fixture-ratings-verdict-item strong {
  font-size: 1rem;
  line-height: 1.2;
}

.fixture-faceoff-grid {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.fixture-faceoff-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(70px, auto) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin: 18px 0 6px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-faceoff-head-team {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.fixture-faceoff-head-team strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-faceoff-head-away {
  justify-content: flex-end;
  text-align: right;
}

.fixture-faceoff-head-center {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-faceoff-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 180px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 48px;
  padding: 8px 10px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.018);
}

.fixture-faceoff-side {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.fixture-faceoff-side strong {
  color: var(--ink);
  font-size: 1.18rem;
  line-height: 1;
}

.fixture-faceoff-side-away {
  grid-template-columns: minmax(0, 1fr) 44px;
}

.fixture-faceoff-center {
  display: grid;
  justify-items: center;
  text-align: center;
}

.fixture-faceoff-track {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 12px;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.17);
  overflow: hidden;
}

.fixture-faceoff-track::before {
  display: none;
}

.fixture-faceoff-track-home {
  justify-content: flex-end;
}

.fixture-faceoff-track-away {
  justify-content: flex-start;
}

.fixture-faceoff-bar {
  display: block;
  height: 12px;
  border-radius: 999px;
  transition: width 600ms cubic-bezier(0.32, 0.72, 0, 1);
}

.fixture-faceoff-bar-home {
  background: linear-gradient(90deg, rgba(62, 219, 176, 0.26), rgba(62, 219, 176, 0.9));
}

.fixture-faceoff-bar-away {
  background: linear-gradient(90deg, rgba(48, 199, 255, 0.9), rgba(35, 117, 255, 0.34));
}

.fixture-matchup-narrative {
  margin-top: 16px;
}

.fixture-matchup-narrative p {
  margin: 0;
  max-width: 70ch;
  font-size: 1.03rem;
  line-height: 1.7;
}

.fixture-player-matchups {
  display: grid;
  gap: 14px;
}

.fixture-player-matchup-card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

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

.fixture-player-matchup-head h4 {
  margin: 4px 0 0;
  font-size: 1.08rem;
}

.fixture-player-matchup-away {
  text-align: right;
}

.fixture-player-matchup-delta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(62, 219, 176, 0.22);
  background: rgba(62, 219, 176, 0.08);
  color: var(--signal-mint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fixture-player-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fixture-player-metric {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(10, 18, 29, 0.36);
  border: 1px solid rgba(123, 154, 184, 0.12);
}

.fixture-player-metric span {
  color: var(--signal-slate);
  font-size: 0.86rem;
}

.intel-coverage-strip {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
  gap: 14px;
  align-items: stretch;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(61, 217, 176, 0.08), rgba(48, 199, 255, 0.035)),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.intel-coverage-copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

.intel-coverage-copy strong {
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.intel-coverage-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.intel-coverage-grid, .market-posture-rail, .team-hero-intel-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.intel-coverage-item, .market-posture-card, .team-hero-intel-card, .lineup-fallback-card, .market-intel-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 13px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 8px;
  background: rgba(7, 15, 22, 0.34);
}

.intel-coverage-item span, .market-intel-meta, .lineup-fallback-card p, .market-posture-card p, .team-hero-intel-card p {
  margin: 0;
}

.intel-coverage-item span, .market-intel-meta {
  color: var(--muted);
  font-size: 0.78rem;
}

.intel-coverage-item strong, .market-posture-card strong, .team-hero-intel-card strong, .lineup-fallback-card strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.2;
}

.intel-coverage-item-deploy, .market-posture-card-best, .market-posture-card-secondary {
  border-color: rgba(61, 217, 176, 0.26);
  background: rgba(61, 217, 176, 0.07);
}

.intel-coverage-item-observe, .market-posture-card-weak, .market-posture-card-avoid, .fixture-driver-card-fallback {
  border-color: rgba(217, 184, 107, 0.24);
  background: rgba(217, 184, 107, 0.06);
}

.intel-placeholder-panel, .fixture-driver-card-fallback {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 16px 34px rgba(0, 0, 0, 0.16);
}

.intel-placeholder-head, .market-intel-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.intel-placeholder-head h3, .market-intel-card-head .signal-value {
  margin-top: 4px;
}

.lineup-fallback-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.lineup-bench-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-bench-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.fixture-bench-player {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px;
  border: 1px solid var(--line-soft);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
}

.fixture-bench-player strong, .fixture-bench-player small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixture-bench-player small {
  color: var(--muted);
}

.market-posture-rail {
  margin: 16px 0 14px;
}

.market-intel-card {
  gap: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.026), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.02);
}

.market-intel-card-best, .market-intel-card-secondary {
  border-color: rgba(61, 217, 176, 0.22);
}

.market-intel-card-weak, .market-intel-card-avoid {
  border-color: rgba(217, 184, 107, 0.22);
}

.market-intel-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
}

.team-hero-intel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-driver-grid, .fixture-market-suitability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.fixture-market-suitability-grid-compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fixture-driver-card {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.fixture-driver-card h4 {
  margin: 2px 0 0;
  font-size: 1.08rem;
}

.form-summary-strip, .form-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fixture-form-shell {
  display: grid;
  gap: 18px;
}

.fixture-form-panel {
  overflow: hidden;
}

.fixture-form-head {
  display: grid;
  gap: 8px;
  max-width: 980px;
}

.fixture-form-head h3 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2.25rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-rhythm-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fixture-rhythm-team {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    radial-gradient(circle at 16% 10%, rgba(52, 211, 153, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(11, 31, 25, 0.84);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.fixture-rhythm-team-away {
  background:
    radial-gradient(circle at 84% 10%, rgba(48, 199, 255, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(11, 31, 25, 0.84);
}

.fixture-rhythm-loading {
  min-height: 180px;
}

.fixture-rhythm-team-head {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.fixture-rhythm-team-head h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-rhythm-badge {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  flex: 0 0 auto;
}

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

.fixture-rhythm-stats span {
  display: grid;
  gap: 3px;
  min-height: 62px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.032);
}

.fixture-rhythm-stats strong {
  color: var(--ink);
  font-size: clamp(1rem, 1.45vw, 1.35rem);
  line-height: 1;
}

.fixture-rhythm-stats small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-rhythm-sequence {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.07), rgba(48, 199, 255, 0.05)),
    rgba(255, 255, 255, 0.018);
}

.fixture-rhythm-sequence .form-pill {
  min-width: 42px;
  min-height: 42px;
}

.fixture-rhythm-balance {
  display: grid;
  grid-template-columns: auto minmax(90px, 1fr) auto;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.fixture-rhythm-balance-track {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.18);
}

.fixture-rhythm-balance-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.fixture-rhythm-footer {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.025);
}

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

.team-form-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  padding: 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(107, 122, 143, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015)),
    rgba(255, 255, 255, 0.025);
}

.team-form-card strong {
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.team-form-card .muted {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.team-form-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.team-form-opponent-badge {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(244, 248, 252, 0.12);
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 255, 255, 0.14), transparent 36%),
    linear-gradient(145deg, rgba(48, 199, 255, 0.08), rgba(78, 222, 163, 0.07));
}

.team-form-opponent-badge img {
  position: absolute;
  inset: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  object-fit: contain;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.28));
}

.form-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font-weight: 800;
}

.form-pill-w {
  background: rgba(78, 222, 163, 0.12);
  border-color: rgba(78, 222, 163, 0.26);
}

.form-pill-d {
  background: rgba(255, 255, 255, 0.05);
}

.form-pill-l {
  background: rgba(255, 139, 139, 0.12);
  border-color: rgba(255, 139, 139, 0.24);
}

.widget-reference-frame api-sports-widget[data-type="config"] {
  display: none;
}

.widget-reference-frame api-sports-widget[data-type="standings"] {
  display: block;
  min-height: 360px;
}

.fixture-table-reference-head {
  align-items: flex-start;
}

.fixture-table-reference-head h4 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2vw, 2.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.standings-spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.standings-spotlight-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    radial-gradient(circle at 18% 8%, rgba(52, 211, 153, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(11, 31, 25, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.045),
    0 18px 42px rgba(0, 0, 0, 0.16);
}

.standings-spotlight-card-away {
  background:
    radial-gradient(circle at 82% 8%, rgba(48, 199, 255, 0.13), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(11, 31, 25, 0.82);
}

.standings-spotlight-team {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.standings-spotlight-team h4 {
  margin: 2px 0 0;
  color: var(--ink);
  font-size: clamp(1.3rem, 1.85vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0;
}

.standings-team-badge-lg {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  flex: 0 0 auto;
}

.standings-spotlight-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.standings-spotlight-stats span {
  display: grid;
  gap: 3px;
  min-height: 60px;
  padding: 10px;
  border-radius: 12px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  background: rgba(255, 255, 255, 0.032);
}

.standings-spotlight-stats strong {
  color: var(--ink);
  font-size: clamp(1.1rem, 1.55vw, 1.5rem);
  line-height: 1;
}

.standings-spotlight-stats small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.standings-reference-table {
  display: grid;
  gap: 7px;
  padding: 10px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(255, 255, 255, 0.018);
}

.standings-reference-head, .standings-reference-row {
  display: grid;
  grid-template-columns: 54px minmax(0, 1.8fr) 58px 64px 64px minmax(160px, 0.9fr);
  gap: 12px;
  align-items: center;
}

.standings-reference-head {
  padding: 4px 12px 8px;
  color: var(--muted-2);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.standings-reference-row {
  padding: 12px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)),
    rgba(255, 255, 255, 0.02);
  color: var(--muted);
}

.standings-reference-row-active {
  border-color: rgba(61, 217, 176, 0.26);
  background:
    linear-gradient(90deg, rgba(61, 217, 176, 0.12), rgba(48, 199, 255, 0.05)),
    rgba(61, 217, 176, 0.04);
  box-shadow: inset 3px 0 0 rgba(61, 217, 176, 0.72);
}

.standings-form-sequence {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.standings-form-sequence-large {
  gap: 9px;
  padding: 12px;
  border-radius: 14px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(90deg, rgba(52, 211, 153, 0.07), rgba(48, 199, 255, 0.05)),
    rgba(255, 255, 255, 0.018);
}

.standings-form-sequence-large .form-pill {
  min-width: 42px;
  min-height: 42px;
}

.standings-reference-row strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.standings-reference-team {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.standings-reference-team span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.standings-team-badge {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  flex: 0 0 auto;
}

.intelligence-grid {
  align-items: stretch;
}

.intelligence-card {
  flex: 1 1 320px;
  display: grid;
  gap: 14px;
  min-width: min(100%, 320px);
}

.intelligence-card-deploy {
  border-color: rgba(78, 222, 163, 0.28);
  box-shadow:
    var(--shadow),
    0 0 28px rgba(78, 222, 163, 0.06);
}

.intelligence-card-observe {
  border-color: rgba(92, 200, 232, 0.22);
}

.intelligence-card-context, .intelligence-card-monitor {
  border-color: rgba(246, 179, 109, 0.18);
}

.intelligence-card-head, .intelligence-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.intelligence-card-fixture {
  display: grid;
  gap: 10px;
}

.intelligence-headline {
  margin: 0;
  line-height: 1.58;
  color: var(--ink);
}

.dashboard-grid {
  align-items: stretch;
}

.dashboard-glance-section {
  display: grid;
  gap: 22px;
}

.dashboard-setup-handoff .panel {
  display: grid;
  gap: 20px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.94), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 24px 70px rgba(0, 0, 0, 0.18);
}

.dashboard-setup-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.dashboard-setup-head h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: clamp(1.75rem, 3.2vw, 2.55rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

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

.dashboard-glance-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.dashboard-glance-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.dashboard-glance-head p:last-child {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

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

.dashboard-tile {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
  color: var(--ink);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.052), rgba(255, 255, 255, 0.014)),
    rgba(8, 19, 17, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 16px 38px rgba(0, 0, 0, 0.16);
}

.dashboard-tile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.dashboard-tile strong {
  min-width: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.7vw, 1.32rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.dashboard-tile p {
  min-width: 0;
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.dashboard-tile-action {
  color: var(--signal-mint);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dashboard-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--muted-1);
  background: rgba(244, 255, 251, 0.062);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  font-size: 0.7rem;
  font-weight: 950;
  line-height: 1.15;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.dashboard-badge-action.dashboard-badge-strong, .dashboard-badge-evidence.dashboard-badge-strong, .dashboard-badge-freshness.dashboard-badge-live, .dashboard-badge-delivery.dashboard-badge-linked, .dashboard-badge-delivery.dashboard-badge-sent {
  color: #b9fff0;
  background: rgba(88, 224, 196, 0.12);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.24);
}

.dashboard-badge-action.dashboard-badge-watch, .dashboard-badge-evidence.dashboard-badge-candidate, .dashboard-badge-freshness.dashboard-badge-directional, .dashboard-badge-delivery.dashboard-badge-queued, .dashboard-badge-risk.dashboard-badge-review {
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.13);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.24);
}

.dashboard-badge-action.dashboard-badge-avoid, .dashboard-badge-action.dashboard-badge-locked, .dashboard-badge-risk.dashboard-badge-avoid, .dashboard-badge-freshness.dashboard-badge-stale {
  color: #ffc0cf;
  background: rgba(255, 118, 150, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 118, 150, 0.24);
}

.dashboard-badge-freshness.dashboard-badge-pending, .dashboard-badge-freshness.dashboard-badge-demo, .dashboard-badge-delivery.dashboard-badge-read, .dashboard-badge-access, .dashboard-badge-product {
  color: var(--muted-1);
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.dashboard-alert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dashboard-alert-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.046), rgba(255, 255, 255, 0.012)),
    rgba(8, 18, 16, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-watch {
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.22),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-avoid, .dashboard-alert-card-locked {
  box-shadow:
    inset 0 0 0 1px rgba(255, 118, 150, 0.2),
    0 18px 44px rgba(0, 0, 0, 0.18);
}

.dashboard-alert-card-head, .dashboard-alert-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.dashboard-alert-card strong {
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.18;
}

.dashboard-alert-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.48;
}

.dashboard-alert-reason {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-alert-reason span:last-child {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.35;
}

.dashboard-empty-state {
  display: grid;
  gap: 10px;
}

.dashboard-empty-state p {
  margin: 0;
}

.dashboard-next-monitored {
  display: grid;
  gap: 6px;
  width: min(100%, 420px);
  margin-top: 4px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.42);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.dashboard-next-monitored strong {
  color: var(--ink);
}

.dashboard-next-monitored small {
  color: var(--muted);
}

.dashboard-fixture-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dashboard-fixture-facts span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.dashboard-fixture-facts b {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-fixture-facts small {
  min-width: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.dashboard-section-note {
  margin: -4px 0 18px;
  padding: 12px 14px;
  border-radius: 16px;
  color: #ffe3a6;
  background: rgba(246, 179, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.2);
}

.dashboard-glance-card {
  position: relative;
  overflow: visible;
  min-height: 198px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 46px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.dashboard-glance-card::after {
  content: "";
  position: absolute;
  inset: auto -18% -34% 36%;
  height: 110px;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.14), transparent 66%);
  pointer-events: none;
}

.dashboard-glance-card:hover, .dashboard-glance-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(13, 29, 25, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.dashboard-glance-card strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(1.1rem, 1.7vw, 1.4rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.dashboard-glance-card p {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.dashboard-glance-card > span:last-child {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: auto;
  color: var(--signal-mint);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: normal;
  overflow-wrap: anywhere;
}

.dashboard-glance-card-avoid {
  border-color: rgba(255, 118, 118, 0.16);
}

.dashboard-glance-card-avoid::after {
  background: radial-gradient(circle, rgba(255, 118, 118, 0.12), transparent 66%);
}

.dashboard-glance-card-premium, .dashboard-glance-card-strong {
  border-color: rgba(88, 224, 196, 0.18);
}

.dashboard-glance-card-watch, .dashboard-glance-card-candidate, .dashboard-glance-card-pending {
  border-color: rgba(157, 255, 232, 0.1);
}

.followed-summary-section {
  display: grid;
  gap: 20px;
}

.followed-summary-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.followed-summary-head h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3rem);
  letter-spacing: -0.05em;
}

.followed-summary-head p:last-child {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.followed-preference-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.followed-preference-strip span {
  display: inline-grid;
  gap: 3px;
  min-width: 160px;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.followed-preference-strip b {
  color: var(--ink);
  font-size: 0.9rem;
}

.followed-preference-strip small {
  color: var(--muted);
  line-height: 1.35;
}

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

.followed-summary-card {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 46px rgba(0, 0, 0, 0.18);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.followed-summary-card:hover, .followed-summary-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.3);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.016)),
    rgba(13, 29, 25, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 24px 60px rgba(0, 0, 0, 0.26);
}

.followed-summary-card strong {
  font-size: clamp(1.08rem, 1.7vw, 1.34rem);
  line-height: 1.18;
  letter-spacing: -0.03em;
}

.followed-summary-card p {
  margin: 0;
  color: var(--muted-1);
  line-height: 1.5;
}

.followed-summary-card small {
  margin-top: auto;
  color: var(--mint);
  font-weight: 900;
}

.followed-summary-card:first-child {
  border-color: rgba(88, 224, 196, 0.26);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.14), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.88), rgba(9, 20, 18, 0.94));
}

.followed-summary-card:nth-child(2) {
  background:
    radial-gradient(circle at 0% 0%, rgba(217, 184, 107, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    rgba(10, 20, 18, 0.82);
}

.followed-summary-card:nth-child(3) {
  background:
    radial-gradient(circle at 100% 100%, rgba(92, 200, 232, 0.08), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.036), rgba(255, 255, 255, 0.012)),
    rgba(9, 20, 18, 0.82);
}

.followed-summary-card-avoid {
  border-color: rgba(255, 183, 117, 0.22);
}

.followed-summary-card-premium, .followed-summary-card-strong {
  border-color: rgba(88, 224, 196, 0.26);
}

.followed-summary-card-watch, .followed-summary-card-candidate, .followed-summary-card-pending {
  border-color: rgba(246, 179, 109, 0.16);
}

.follow-environment-panel {
  display: grid;
  gap: 22px;
  padding: clamp(24px, 3.2vw, 34px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.82), rgba(9, 20, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 22px 62px rgba(0, 0, 0, 0.18);
}

.follow-environment-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.follow-environment-head h4 {
  margin: 5px 0 8px;
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 2.2rem);
  line-height: 1.04;
}

.follow-environment-head p {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.follow-environment-score {
  display: grid;
  gap: 3px;
  min-width: 130px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: right;
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.follow-environment-score strong {
  color: var(--accent-2);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.95;
}

.follow-environment-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-follow-search-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.1), transparent 35%),
    rgba(7, 17, 15, 0.48);
}

.follow-canonical-account-list {
  display: grid;
  grid-template-columns: minmax(220px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.035);
}

.follow-canonical-account-list > div:first-child {
  display: grid;
  gap: 5px;
}

.follow-canonical-account-list strong, .follow-canonical-account-list p {
  margin: 0;
}

.follow-canonical-account-list p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.canonical-follow-chip {
  min-height: 34px;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  color: var(--accent-2);
  background: rgba(88, 224, 196, 0.1);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
}

.canonical-follow-chip span {
  margin-left: 4px;
  color: var(--muted);
}

.account-follow-search-panel label {
  display: grid;
  gap: 5px;
}

.account-follow-search-panel label span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-follow-search-panel label strong {
  color: var(--ink);
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  line-height: 1.12;
}

.account-follow-search-box {
  position: relative;
  min-width: 0;
}

.account-follow-search-box .text-input {
  min-height: 54px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.065);
}

.account-follow-typeahead {
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  z-index: 18;
}

.follow-control-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.follow-control-card {
  display: grid;
  gap: 16px;
  padding: 22px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.follow-control-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: start;
}

.follow-control-head h4 {
  margin: 0 0 5px;
  color: var(--ink);
  font-size: 1.08rem;
}

.follow-control-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.follow-control-head > span {
  display: inline-grid;
  min-width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #06110f;
  background: var(--glow);
  font-weight: 950;
}

.follow-selected-chip-row, .follow-suggestion-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.follow-selected-chip-row span, .follow-suggestion-chip {
  min-height: 32px;
  padding: 7px 11px;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 850;
  line-height: 1.2;
}

.follow-selected-chip-row span {
  color: var(--accent-2);
  background: rgba(88, 224, 196, 0.1);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.follow-suggestion-chip {
  cursor: pointer;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.065);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
  transition:
    transform 160ms ease,
    color 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.follow-suggestion-chip:hover, .follow-suggestion-chip:focus-visible {
  transform: translateY(-1px);
  color: var(--ink);
  background: rgba(88, 224, 196, 0.1);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.26);
}

.account-command-section {
  display: grid;
  gap: 22px;
}

.account-command-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.account-command-head h2 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(2rem, 3.6vw, 3.15rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.account-command-head p:last-child {
  max-width: 42rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.account-command-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(4, minmax(190px, 1fr));
  gap: 18px;
}

.account-command-card {
  position: relative;
  overflow: visible;
  min-height: 210px;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.01)),
    rgba(9, 20, 18, 0.84);
  color: var(--ink);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 20px 52px rgba(0, 0, 0, 0.2);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.account-command-card::after {
  content: "";
  position: absolute;
  inset: auto -28% -42% 42%;
  height: 118px;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.1), transparent 68%);
  pointer-events: none;
}

.account-command-card:hover, .account-command-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(88, 224, 196, 0.3);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    rgba(13, 29, 25, 0.94);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 66px rgba(0, 0, 0, 0.28);
}

.account-command-card strong {
  position: relative;
  z-index: 1;
  min-width: 0;
  font-size: clamp(1.22rem, 1.8vw, 1.62rem);
  line-height: 1.15;
  letter-spacing: -0.04em;
  overflow-wrap: anywhere;
}

.account-command-card p {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.52;
  overflow-wrap: anywhere;
}

.account-command-card small {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: auto;
  color: var(--signal-mint);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  white-space: normal;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.account-command-card-primary {
  min-height: 236px;
  padding: 28px;
  border-color: rgba(88, 224, 196, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.16), transparent 38%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(9, 20, 18, 0.96));
}

.account-command-card-primary strong {
  font-size: clamp(1.6rem, 2.5vw, 2.25rem);
}

.account-command-card-preferences {
  border-color: rgba(217, 184, 107, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 184, 107, 0.09), transparent 34%),
    linear-gradient(180deg, rgba(26, 26, 16, 0.78), rgba(9, 20, 18, 0.9));
}

.account-command-card-warning {
  border-color: rgba(246, 179, 109, 0.22);
}

.account-command-card-warning::after {
  background: radial-gradient(circle, rgba(246, 179, 109, 0.14), transparent 68%);
}

.account-command-card-alerts {
  border-color: rgba(88, 224, 196, 0.18);
}

.account-command-card-alerts::after {
  background: radial-gradient(circle, rgba(157, 255, 232, 0.13), transparent 68%);
}

.account-command-card-worldcup {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.11), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
    rgba(10, 26, 22, 0.9);
}

.account-command-card-worldcup::after {
  background: radial-gradient(circle, rgba(88, 224, 196, 0.16), transparent 68%);
}

.account-command-card-billing::after {
  background: radial-gradient(circle, rgba(92, 200, 232, 0.12), transparent 68%);
}

.account-home-status, .account-summary-panel {
  display: grid;
  gap: 18px;
}

.account-home-status-head, .account-attention-head {
  display: flex;
  gap: 22px;
  align-items: end;
  justify-content: space-between;
}

.account-home-status-head h2, .account-attention-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.account-home-status-head p, .account-attention-head p {
  max-width: 520px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.account-attention-section {
  display: grid;
  gap: 18px;
}

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

.account-attention-card {
  display: grid;
  gap: 8px;
  min-height: 156px;
  padding: 18px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.07), transparent 34%),
    rgba(244, 255, 251, 0.035);
}

.account-attention-card span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.account-attention-card strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 1.9vw, 1.55rem);
  line-height: 1.08;
}

.account-attention-card p {
  margin: 0;
  color: var(--muted-1);
  font-size: 0.9rem;
  line-height: 1.45;
}

.account-attention-card-strong {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.13), transparent 36%),
    rgba(244, 255, 251, 0.04);
}

.account-attention-card-watch {
  border-color: rgba(217, 184, 107, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(217, 184, 107, 0.1), transparent 36%),
    rgba(244, 255, 251, 0.035);
}

.account-compact-list {
  display: grid;
  gap: 9px;
}

.account-compact-list span {
  display: grid;
  gap: 4px;
  padding: 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.account-compact-list strong {
  color: var(--ink);
  font-size: 0.95rem;
}

.account-compact-list small {
  color: var(--muted);
  line-height: 1.35;
}

.account-detail-drawer {
  overflow: hidden;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    rgba(7, 17, 15, 0.48);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 20px 54px rgba(0, 0, 0, 0.2);
}

.account-detail-drawer > summary {
  cursor: pointer;
  display: grid;
  grid-template-columns: minmax(140px, 0.28fr) minmax(0, 1fr) minmax(220px, 0.7fr);
  gap: 16px;
  align-items: center;
  padding: 22px;
  list-style: none;
}

.account-detail-drawer > summary::-webkit-details-marker {
  display: none;
}

.account-detail-drawer > summary span {
  color: var(--accent-2);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.account-detail-drawer > summary strong {
  color: var(--ink);
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.account-detail-drawer > summary small {
  color: var(--muted);
  line-height: 1.4;
}

.account-detail-drawer[open] > summary {
  border-bottom: 1px solid rgba(130, 255, 220, 0.1);
}

.account-detail-drawer > .panel, .account-detail-drawer > .tier-visibility-contract {
  margin: 18px;
}

.account-paper-slip-summary, .account-saved-paper-slip-list {
  display: grid;
  gap: 16px;
  min-width: 0;
  max-width: 100%;
}

.account-paper-slip-summary .check-bet-score-panel {
  margin-top: 0;
}

.account-paper-slip-summary .cta-row {
  align-items: stretch;
}

.saved-check-command-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.saved-check-command-head > div, .saved-check-command-head p, .saved-check-command-head strong {
  min-width: 0;
  overflow-wrap: anywhere;
}

.saved-check-command-head strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.18;
}

.saved-check-command-head p {
  margin: 6px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.dashboard-saved-check-command {
  margin-bottom: 14px;
}

.saved-check-stats-grid {
  margin-bottom: 14px;
}

.alert-optin-centre {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 7% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(12, 25, 22, 0.82), rgba(8, 18, 16, 0.64));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-optin-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
}

.alert-optin-head h4, .alert-optin-panel h4 {
  margin: 0;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: -0.035em;
}

.alert-optin-head h4 {
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
}

.alert-optin-head p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

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

.alert-optin-panel {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 24px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.014)),
    rgba(9, 20, 18, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.08),
    0 18px 40px rgba(0, 0, 0, 0.16);
}

.alert-optin-panel-primary {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.13), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.016)),
    rgba(10, 26, 22, 0.9);
}

.alert-optin-panel > p {
  margin: 0 0 4px;
  line-height: 1.5;
}

.opt-in-toggle {
  align-items: flex-start;
  gap: 12px;
  min-height: 74px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.07);
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.opt-in-toggle:hover {
  transform: translateY(-1px);
  background: rgba(244, 255, 251, 0.065);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.14);
}

.opt-in-toggle:has(input:checked) {
  background:
    linear-gradient(135deg, rgba(157, 255, 232, 0.12), rgba(88, 224, 196, 0.06)),
    rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(157, 255, 232, 0.24);
}

.opt-in-toggle input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--mint);
}

.opt-in-toggle span {
  display: grid;
  gap: 4px;
}

.opt-in-toggle strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.opt-in-toggle small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.42;
}

.alert-optin-timing {
  display: grid;
  grid-template-columns: minmax(180px, 0.7fr) minmax(180px, 0.7fr) minmax(0, 1.4fr);
  gap: 16px;
  align-items: end;
  padding: 18px;
  border-radius: 20px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-optin-timing p {
  margin: 0;
  line-height: 1.5;
}

.locale-settings-panel {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.86), rgba(9, 20, 18, 0.94));
}

.locale-settings-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}

.locale-settings-head h4 {
  margin: 4px 0 0;
  color: var(--ink);
}

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

.locale-settings-grid .field-label {
  display: grid;
  gap: 8px;
  margin: 0;
}

.locale-settings-grid-compact {
  grid-template-columns: repeat(2, minmax(110px, 1fr));
}

.quiet-hours-card {
  display: grid;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.04);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.locale-preview-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.locale-preview-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.delivery-control-centre, .device-trust-centre {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.11), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.9), rgba(7, 17, 15, 0.96));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 24px 70px rgba(0, 0, 0, 0.2);
}

.delivery-control-head, .device-trust-head, .device-trust-recent-head, .account-device-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.delivery-control-head h3, .device-trust-head h3 {
  margin: 4px 0 0;
  color: var(--ink);
  font-size: clamp(1.65rem, 2.8vw, 2.3rem);
  line-height: 1.04;
  letter-spacing: -0.04em;
}

.delivery-control-centre > p, .device-trust-centre > p {
  max-width: 780px;
  margin: 0;
  line-height: 1.55;
}

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

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

.account-setup-step {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.account-setup-step i {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ink);
  background: rgba(130, 255, 220, 0.12);
  font-style: normal;
  font-weight: 950;
}

.account-setup-step-done i {
  color: #052118;
  background: #78f2aa;
}

.account-setup-step-review i {
  color: #2e3431;
  background: #ffe18c;
}

.account-setup-step b {
  color: var(--muted-strong);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.account-setup-step strong {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.18;
}

.account-setup-step small {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.delivery-control-card, .account-device-card {
  display: grid;
  gap: 11px;
  padding: 17px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.022)),
    rgba(9, 20, 18, 0.88);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.delivery-control-card strong, .account-device-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.08rem, 1.4vw, 1.28rem);
  line-height: 1.18;
}

.delivery-control-card p, .account-device-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.delivery-control-actions, .account-device-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.alert-dry-run-panel {
  display: grid;
  gap: 14px;
  padding: clamp(16px, 2vw, 20px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.92), rgba(8, 18, 16, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.12),
    0 18px 50px rgba(0, 0, 0, 0.16);
}

.alert-dry-run-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.alert-dry-run-head strong {
  display: block;
  margin-top: 4px;
  color: var(--ink);
  font-size: clamp(1.18rem, 1.8vw, 1.48rem);
  line-height: 1.16;
}

.alert-dry-run-panel p {
  margin: 0;
  max-width: 780px;
  color: var(--muted);
  line-height: 1.55;
}

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

.alert-dry-run-grid span {
  display: grid;
  gap: 4px;
  min-height: 72px;
  padding: 12px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.alert-dry-run-grid b {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.alert-governance-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.alert-governance-strip strong {
  display: block;
  margin: 3px 0 4px;
  color: var(--ink);
  font-size: 1rem;
}

.alert-governance-strip p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.alert-governance-strip-approved {
  background: rgba(88, 224, 196, 0.09);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.18);
}

.device-trust-score {
  display: grid;
  min-width: 132px;
  padding: 14px 16px;
  border-radius: 18px;
  text-align: right;
  background: rgba(244, 255, 251, 0.06);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.11);
}

.device-trust-score strong {
  color: var(--accent-2);
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 0.95;
}

.device-trust-score span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.device-trust-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
}

.device-trust-current, .device-trust-recent, .account-device-list {
  display: grid;
  gap: 14px;
}

.account-device-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.account-device-meta span {
  display: grid;
  gap: 3px;
  padding: 10px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.07);
}

.account-device-meta b {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
}

.account-device-meta small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tier-visibility-section {
  display: grid;
  gap: 18px;
}

.tier-visibility-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
}

.tier-visibility-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.tier-visibility-head p {
  max-width: 44rem;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.tier-visibility-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.tier-visibility-card {
  display: grid;
  align-content: start;
  gap: 11px;
  min-height: 238px;
  padding: 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.052), rgba(244, 255, 251, 0.018)),
    rgba(9, 20, 18, 0.88);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.tier-visibility-card-open {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(9, 20, 18, 0.94));
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.14),
    0 18px 46px rgba(0, 0, 0, 0.16);
}

.tier-visibility-card-current {
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.36),
    0 20px 58px rgba(88, 224, 196, 0.1);
}

.tier-visibility-card-locked {
  opacity: 0.78;
}

.tier-visibility-card-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.tier-visibility-card strong {
  color: var(--ink);
  font-size: clamp(1.06rem, 1.3vw, 1.24rem);
  line-height: 1.18;
}

.tier-visibility-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

.tier-visibility-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
}

.tier-visibility-chip-row span {
  padding: 6px 8px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.72rem;
  font-weight: 850;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-stream {
  display: grid;
  gap: 16px;
}

.fixture-league-group {
  display: grid;
  gap: 14px;
}

.fixture-league-group-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
}

.fixture-league-group-meta {
  display: grid;
  gap: 6px;
}

.fixture-stream-list {
  display: grid;
  gap: 12px;
}

.fixture-stream-card {
  padding: 0;
  overflow: hidden;
  border-color: rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 30, 43, 0.98) 0%, rgba(11, 18, 28, 0.98) 100%),
    radial-gradient(circle at top right, rgba(48, 199, 255, 0.06), transparent 28%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 10px 24px rgba(0, 0, 0, 0.16);
  transition:
    transform 160ms cubic-bezier(0.32, 0.72, 0, 1),
    box-shadow 180ms ease,
    border-color 180ms ease;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 32ms);
}

.fixture-stream-card[open] {
  border-color: rgba(123, 154, 184, 0.22);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.18);
}

.fixture-stream-card:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 42px rgba(0, 0, 0, 0.24);
}

.fixture-stream-card-deploy {
  border-color: rgba(78, 222, 163, 0.24);
}

.fixture-stream-card-observe {
  border-color: rgba(92, 200, 232, 0.22);
}

.fixture-stream-card-monitor {
  border-color: rgba(246, 179, 109, 0.18);
}

.fixture-stream-card-pass {
  border-color: rgba(184, 193, 204, 0.18);
}

.fixture-stream-card summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  padding: 18px;
}

.fixture-stream-card summary::-webkit-details-marker {
  display: none;
}

.fixture-stream-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
}

.fixture-stream-summary-main {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.fixture-stream-summary-side {
  min-width: 110px;
  display: grid;
  justify-items: end;
  align-content: start;
  gap: 6px;
  text-align: right;
}

.fixture-state-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid rgba(123, 154, 184, 0.16);
}

.fixture-state-pill-deploy {
  color: var(--signal-mint);
  background: rgba(61, 217, 176, 0.12);
  border-color: rgba(61, 217, 176, 0.24);
}

.fixture-state-pill-observe {
  color: var(--signal-amber);
  background: rgba(217, 184, 107, 0.08);
  border-color: rgba(217, 184, 107, 0.24);
}

.fixture-state-pill-monitor {
  color: var(--signal-slate);
  background: rgba(107, 122, 143, 0.08);
  border-color: rgba(107, 122, 143, 0.24);
}

.fixture-state-pill-pass {
  color: var(--signal-rose);
  background: rgba(201, 122, 122, 0.08);
  border-color: rgba(201, 122, 122, 0.24);
}

.edge-tone-positive {
  color: var(--signal-mint);
}

.edge-tone-fragile {
  color: var(--signal-rose);
}

.edge-tone-neutral {
  color: var(--signal-slate);
}

.mini-score-pair {
  display: grid;
  gap: 6px;
}

.fixture-stream-headline {
  margin: 0;
  line-height: 1.45;
  color: rgba(228, 239, 247, 0.9);
}

.fixture-stream-expand {
  font-size: 0.78rem;
  letter-spacing: 0.01em;
}

.fixture-stream-card summary:focus-visible {
  outline: 2px solid rgba(61, 217, 176, 0.22);
  outline-offset: -2px;
}

.fixture-route-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
}

.fixture-route-pill-deploy {
  color: var(--signal-mint);
  border-color: rgba(61, 217, 176, 0.24);
  background: rgba(61, 217, 176, 0.1);
}

.fixture-route-pill-observe {
  color: var(--signal-amber);
  border-color: rgba(217, 184, 107, 0.22);
  background: rgba(217, 184, 107, 0.08);
}

.fixture-route-pill-monitor, .fixture-route-pill-pass {
  color: var(--signal-slate);
  border-color: rgba(107, 122, 143, 0.18);
  background: rgba(107, 122, 143, 0.08);
}

.fixture-stream-body {
  display: grid;
  gap: 14px;
  padding: 0 18px 18px;
  border-top: 1px solid rgba(123, 154, 184, 0.1);
}

.fixture-stream-card .compact-list {
  margin-top: 2px;
}

.fixture-stream-body-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.fixture-stream-route {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.x-matches-page {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding-bottom: 178px;
  overflow-x: clip;
}

body[data-page="matches"], body[data-page="fixture"] {
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.12), transparent 24rem),
    linear-gradient(180deg, #07110f 0%, #0a1512 48%, #050907 100%);
}

body[data-page="matches"] .site-shell, body[data-page="fixture"] .site-shell {
  background:
    linear-gradient(rgba(132, 255, 224, 0.024) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 255, 224, 0.02) 1px, transparent 1px);
  background-size: 76px 76px;
}

.x-timeline-header {
  position: relative;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, 0.42fr);
  gap: 18px;
  align-items: center;
  padding: 10px 0 18px;
  border-bottom: 1px solid rgba(123, 154, 184, 0.12);
}

.x-timeline-header h1 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 3.35rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.x-timeline-header p {
  max-width: 58ch;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.matches-paywall-gate {
  display: grid;
  gap: 16px;
  padding-top: clamp(18px, 3vw, 38px);
}

.matches-paywall-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: clamp(16px, 3vw, 28px);
  align-items: stretch;
  padding: clamp(22px, 4vw, 40px);
  border: var(--og-border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.74) 52%, rgba(5, 9, 7, 0.54)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.18), rgba(5, 9, 7, 0.9)),
    url("../public/media/brand/og-home-pitch-photo-features.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 110px rgba(0, 0, 0, 0.38);
}

.matches-paywall-hero::before, .matches-command-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(rgba(157, 255, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.66), transparent 74%);
  pointer-events: none;
}

.matches-paywall-hero > *, .matches-command-hero > * {
  position: relative;
  z-index: 1;
}

.matches-paywall-copy {
  display: grid;
  align-content: center;
  gap: 14px;
  min-width: 0;
}

.matches-paywall-copy h1 {
  max-width: 12ch;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(2.15rem, 5.4vw, 4.2rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.matches-paywall-copy p {
  max-width: 56ch;
  margin: 0;
  color: var(--og-muted-text);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.55;
}

.matches-paywall-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.matches-paywall-card {
  display: grid;
  align-content: end;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(88, 224, 196, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.1), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.82);
  backdrop-filter: blur(12px) saturate(130%);
}

.matches-paywall-card span {
  color: rgba(157, 255, 232, 0.92);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.matches-paywall-card strong {
  color: var(--og-text);
  font-size: clamp(1.25rem, 2.2vw, 1.7rem);
  line-height: 1.05;
}

.matches-paywall-card p {
  margin: 0;
  color: var(--og-muted-text);
  line-height: 1.5;
}

.matches-paywall-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.matches-paywall-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  padding: 7px 10px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 999px;
  color: var(--og-muted-text);
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.78rem;
  font-weight: 800;
}

.x-next-kickoff {
  display: grid;
  gap: 5px;
  justify-items: end;
  text-align: right;
  padding: 12px 14px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.045);
}

.x-next-kickoff span, .x-search-bar span, .x-context-label {
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.x-next-kickoff strong {
  font-size: 0.95rem;
  line-height: 1.2;
}

.x-next-kickoff small {
  color: var(--muted);
  font-weight: 700;
}

#fixture-signal, #fixture-markets, #fixture-team, #fixture-player-events, #fixture-context, #fixture-proof, #fixture-bet-checker {
  scroll-margin-top: 112px;
}

.fixture-intelligence-section {
  padding-top: 2px;
}

.fixture-intelligence-grid {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-intelligence-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
  border-color: rgba(132, 255, 224, 0.16);
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.48);
}

.fixture-intelligence-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.fixture-intelligence-card-head > div {
  display: grid;
  gap: 5px;
  min-width: min(100%, 360px);
}

.fixture-intelligence-card-head h3 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.fixture-intelligence-card-head p, .fixture-intelligence-note {
  max-width: 74ch;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.42;
}

.fixture-intelligence-status {
  display: inline-grid;
  gap: 2px;
  min-width: 0;
  padding: 7px 10px;
  border: 1px solid rgba(132, 255, 224, 0.15);
  border-radius: var(--og-radius-card);
  background: rgba(132, 255, 224, 0.055);
  text-align: right;
}

.fixture-intelligence-status b {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.fixture-intelligence-status small {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 900;
  line-height: 1.15;
}

.fixture-intelligence-status-missing, .fixture-intelligence-status-stale, .fixture-intelligence-status-squad_proxy {
  border-color: rgba(255, 207, 117, 0.18);
  background: rgba(255, 207, 117, 0.05);
}

.fixture-intelligence-team-head, .fixture-intelligence-mirror-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(106px, 0.55fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.fixture-intelligence-team-head {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-intelligence-team-head span, .fixture-intelligence-mirror-row strong {
  text-align: center;
}

.fixture-intelligence-mirror-stack {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-intelligence-mirror-row {
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.11);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.024);
}

.fixture-intelligence-mirror-row strong {
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-intelligence-bar {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  height: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.08);
}

.fixture-intelligence-bar-home {
  justify-content: flex-end;
}

.fixture-intelligence-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.58), rgba(88, 224, 196, 0.88));
}

.fixture-intelligence-bar-home i {
  margin-left: auto;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.88), rgba(77, 185, 245, 0.58));
}

.fixture-intelligence-bar b {
  position: absolute;
  inset: 0 9px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: rgba(235, 255, 248, 0.94);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
}

.fixture-intelligence-bar-home b {
  justify-content: flex-end;
}

.fixture-intelligence-unit-grid, .fixture-intelligence-side-grid, .fixture-intelligence-player-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.fixture-intelligence-side-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fixture-intelligence-feed-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
  margin: 2px 0 12px;
}

.fixture-intelligence-feed-meta span {
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.fixture-intelligence-feed-meta b, .fixture-intelligence-feed-meta small {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-intelligence-feed-meta b {
  color: var(--ink);
  font-size: 0.76rem;
  font-weight: 950;
}

.fixture-intelligence-feed-meta small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 820;
  line-height: 1.25;
}

.fixture-intelligence-unit-side, .fixture-intelligence-player-market, .fixture-intelligence-weather-grid span, .fixture-intelligence-freshness-row {
  min-width: 0;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: var(--og-radius-card);
  background: rgba(255, 255, 255, 0.025);
}

.fixture-intelligence-unit-side {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.fixture-intelligence-unit-title {
  display: grid;
  gap: 3px;
}

.fixture-intelligence-unit-title strong, .fixture-intelligence-player-market-head strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.12;
}

.fixture-intelligence-unit-title small, .fixture-intelligence-player-market-head small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
}

.fixture-intelligence-unit-stack {
  display: grid;
  gap: 8px;
}

.fixture-intelligence-unit-row {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 9px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.fixture-intelligence-unit-row > div:first-child {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.fixture-intelligence-unit-row span, .fixture-intelligence-unit-row small, .fixture-intelligence-player-confidence-row small {
  color: var(--muted);
  font-size: 0.73rem;
  font-weight: 820;
  line-height: 1.25;
}

.fixture-intelligence-unit-row b, .fixture-intelligence-player-confidence-row strong {
  color: var(--ink);
  font-size: 0.85rem;
  font-weight: 950;
}

.fixture-intelligence-unit-row > i, .fixture-intelligence-player-confidence-row > i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.fixture-intelligence-unit-row > i em, .fixture-intelligence-player-confidence-row > i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.74), rgba(157, 255, 232, 0.94));
}

.fixture-intelligence-player-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
}

.fixture-intelligence-player-chip {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  min-width: 0;
  max-width: 100%;
  padding: 4px 7px 4px 4px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  background: rgba(132, 255, 224, 0.045);
}

.fixture-intelligence-player-chip b {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixture-intelligence-player-avatar {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.fixture-intelligence-unit-player-photo, .fixture-intelligence-unit-player-photo-fallback {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 999px;
}

.fixture-intelligence-unit-player-photo {
  position: relative;
  border: 1px solid rgba(143, 220, 69, 0.2);
  background:
    radial-gradient(circle at 38% 20%, rgba(143, 220, 69, 0.16), transparent 56%),
    rgba(12, 20, 16, 0.92);
}

.fixture-intelligence-unit-player-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-intelligence-unit-player-photo-fallback {
  color: rgba(229, 241, 232, 0.82);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.05em;
}

.fixture-intelligence-player-market {
  display: grid;
  gap: 8px;
  padding: 10px;
}

.fixture-intelligence-player-market-head {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
}

.fixture-intelligence-player-confidence-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 9px;
  min-width: 0;
  padding: 8px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.12);
}

.fixture-intelligence-player-confidence-row span {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.fixture-intelligence-player-confidence-row .fixture-intelligence-player-identity {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.fixture-intelligence-player-photo, .fixture-intelligence-player-photo-fallback {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  overflow: hidden;
  border-radius: 999px;
}

.fixture-intelligence-player-photo {
  position: relative;
  border: 1px solid rgba(143, 220, 69, 0.24);
  background:
    radial-gradient(circle at 38% 20%, rgba(143, 220, 69, 0.2), transparent 54%),
    rgba(12, 20, 16, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.045),
    0 8px 18px rgba(0, 0, 0, 0.18);
}

.fixture-intelligence-player-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-intelligence-player-photo-fallback {
  color: rgba(229, 241, 232, 0.86);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.fixture-intelligence-player-confidence-row b {
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-intelligence-player-confidence-row > i, .fixture-intelligence-player-confidence-row > small {
  grid-column: 1 / -1;
}

.fixture-intelligence-player-confidence-actions {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

.fixture-intelligence-player-add, .fixture-intelligence-player-add-unavailable {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 32px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.fixture-intelligence-player-add {
  border: 1px solid rgba(80, 225, 185, 0.36);
  color: #062d27;
  background: linear-gradient(135deg, rgba(133, 255, 221, 0.95), rgba(81, 219, 182, 0.9));
  box-shadow: 0 10px 24px rgba(44, 187, 154, 0.16);
  cursor: pointer;
}

.fixture-intelligence-player-add-active {
  border-color: rgba(180, 213, 255, 0.5);
  color: #eaf4ff;
  background: rgba(89, 118, 154, 0.34);
}

.fixture-intelligence-player-add-unavailable {
  color: var(--muted);
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: rgba(255, 255, 255, 0.035);
}

.fixture-intelligence-weather-grid, .fixture-intelligence-weather-meta, .fixture-intelligence-freshness-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.fixture-intelligence-weather-grid span, .fixture-intelligence-weather-meta span, .fixture-intelligence-freshness-row {
  display: grid;
  gap: 4px;
  padding: 10px;
}

.fixture-intelligence-weather-meta {
  margin-top: 8px;
}

.fixture-intelligence-weather-meta span {
  min-width: 0;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(132, 255, 224, 0.035);
}

.fixture-intelligence-weather-grid b, .fixture-intelligence-weather-meta b, .fixture-intelligence-freshness-row strong {
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.1;
}

.fixture-intelligence-weather-grid small, .fixture-intelligence-weather-meta small, .fixture-intelligence-freshness-row b, .fixture-intelligence-freshness-row small {
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.22;
}

.fixture-intelligence-weather-grid b, .fixture-intelligence-weather-grid small, .fixture-intelligence-weather-meta b, .fixture-intelligence-weather-meta small {
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-intelligence-weather-warnings {
  display: grid;
  gap: 5px;
  min-width: 0;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.fixture-intelligence-weather-warnings li {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(255, 207, 117, 0.16);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255, 207, 117, 0.045);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-card {
  border-color: rgba(123, 154, 184, 0.16);
  background:
    radial-gradient(circle at 8% 0%, rgba(143, 220, 69, 0.095), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.036), rgba(244, 255, 251, 0.014)),
    rgba(7, 17, 15, 0.46);
}

.fixture-intelligence-competition-boundary {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.fixture-intelligence-competition-boundary span {
  min-width: 0;
  padding: 6px 9px;
  border: 1px solid rgba(143, 220, 69, 0.16);
  border-radius: 999px;
  color: rgba(224, 244, 236, 0.82);
  background: rgba(143, 220, 69, 0.045);
  font-size: 0.68rem;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.fixture-intelligence-competition-meta, .fixture-intelligence-competition-rows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-intelligence-competition-meta span, .fixture-intelligence-competition-rows span, .fixture-intelligence-competition-pending {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-intelligence-competition-meta b, .fixture-intelligence-competition-rows strong, .fixture-intelligence-competition-rows b, .fixture-intelligence-competition-pending strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 950;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-meta small, .fixture-intelligence-competition-rows small, .fixture-intelligence-competition-rows em, .fixture-intelligence-competition-pending span {
  min-width: 0;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 840;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-intelligence-competition-rows em {
  color: rgba(143, 220, 69, 0.76);
  font-style: normal;
}

.fixture-intelligence-competition-pending {
  border-color: rgba(255, 207, 117, 0.16);
  background: rgba(255, 207, 117, 0.045);
}

.fixture-intelligence-freshness-stale {
  border-color: rgba(255, 207, 117, 0.18);
  background: rgba(255, 207, 117, 0.045);
}

.fixture-intelligence-freshness-fresh {
  border-color: rgba(88, 224, 196, 0.18);
  background: rgba(88, 224, 196, 0.045);
}

.fixture-intelligence-empty {
  padding: 12px;
  border-radius: var(--og-radius-card);
}

@media (max-width: 860px) {
  .matches-command-sequence {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #fixture-signal, #fixture-team, #fixture-player-events, #fixture-context, #fixture-proof, #fixture-bet-checker {
    scroll-margin-top: 24px;
  }

  .fixture-intelligence-unit-grid, .fixture-intelligence-side-grid, .fixture-intelligence-player-market-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  [data-calendar-v1-preview], [data-calendar-v1-preview] .x-timeline-header, [data-calendar-v1-preview] .x-timeline-header > div, [data-calendar-v1-preview] .timeline-metric-tiles, [data-calendar-v1-preview] .x-search-bar, [data-calendar-v1-preview] .matches-feed-filters, [data-calendar-v1-preview] .x-feed-timeline, [data-calendar-v1-preview] .x-feed-fixture {
    max-width: 100%;
    min-width: 0;
  }

  [data-calendar-v1-preview] {
    width: calc(100vw - 20px);
  }

  [data-calendar-v1-preview] h1, [data-calendar-v1-preview] .x-timeline-header p, [data-calendar-v1-preview] .x-search-bar span, .matches-command-sequence strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .matches-command-sequence {
    grid-template-columns: 1fr;
  }

  [data-calendar-v1-preview] .matches-feed-filters .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  [data-calendar-v1-preview] .matches-feed-filters .compact-button {
    width: 100%;
    min-width: 0;
    white-space: normal;
    text-align: center;
  }

  [data-calendar-v1-preview] .x-feed-fixture {
    padding: 14px;
    border-radius: 18px;
  }

  [data-calendar-v1-preview] .x-feed-fixture .x-post-title-row {
    grid-template-columns: 1fr;
  }

  .calendar-v1-matchup-link {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .calendar-v1-matchup-team {
    gap: 8px;
  }

  .calendar-v1-matchup-vs {
    padding-left: 36px;
  }

  [data-calendar-v1-preview] .x-feed-fixture .x-post-title-row .chip {
    justify-self: start;
    max-width: 100%;
  }

  .calendar-v1-board-chip-row {
    align-items: stretch;
  }

  .calendar-v1-board-chip-row .chip {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .fixture-intelligence-card {
    padding: 12px;
  }

  .fixture-intelligence-card-head {
    display: grid;
  }

  .fixture-intelligence-status {
    justify-self: stretch;
    text-align: left;
  }

  .fixture-intelligence-team-head {
    display: none;
  }

  .fixture-intelligence-mirror-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .fixture-intelligence-mirror-row strong {
    order: -1;
    text-align: left;
  }

  .fixture-intelligence-bar {
    height: 25px;
  }

  .fixture-intelligence-bar-home {
    justify-content: flex-start;
  }

  .fixture-intelligence-bar-home i {
    margin-left: 0;
  }

  .fixture-intelligence-bar-home b {
    justify-content: flex-start;
  }

  .fixture-intelligence-weather-grid, .fixture-intelligence-weather-meta, .fixture-intelligence-feed-meta, .fixture-intelligence-freshness-list, .fixture-intelligence-competition-meta, .fixture-intelligence-competition-rows {
    grid-template-columns: 1fr;
  }

  .fixture-intelligence-player-chip {
    width: 100%;
  }
}

.fixture-intelligence-grid {
  gap: clamp(14px, 2vw, 18px);
}

.fixture-intelligence-card {
  gap: clamp(16px, 2vw, 22px);
  padding: clamp(18px, 2.4vw, 24px);
  border-color: rgba(143, 220, 69, 0.16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 220, 69, 0.08), transparent 32%),
    var(--fixture-card-bg-soft);
  box-shadow:
    inset 0 0 0 1px rgba(247, 246, 241, 0.035),
    0 18px 55px rgba(0, 0, 0, 0.22);
}

.fixture-intelligence-player-confidence-card {
  border-color: rgba(143, 220, 69, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(143, 220, 69, 0.14), transparent 34%),
    radial-gradient(circle at 92% 10%, rgba(88, 224, 196, 0.08), transparent 30%),
    var(--fixture-card-bg);
}

.fixture-intelligence-card-head {
  gap: 12px 18px;
  padding-bottom: 2px;
}

.fixture-intelligence-card-head h3 {
  color: rgba(247, 246, 241, 0.98);
  font-size: clamp(1.2rem, 2vw, 1.58rem);
}

.fixture-intelligence-card-head p, .fixture-intelligence-note {
  color: rgba(247, 246, 241, 0.66);
  font-size: 0.86rem;
}

.fixture-intelligence-status {
  min-width: 150px;
  border-color: rgba(143, 220, 69, 0.2);
  border-radius: 8px;
  background: rgba(143, 220, 69, 0.06);
}

.fixture-intelligence-status small {
  color: rgba(247, 246, 241, 0.9);
}

.fixture-intelligence-team-head {
  padding: 0 12px;
}

.fixture-intelligence-team-head b {
  color: rgba(247, 246, 241, 0.76);
}

.fixture-intelligence-team-head span {
  color: rgba(143, 220, 69, 0.9);
}

.fixture-intelligence-mirror-stack {
  gap: 10px;
}

.fixture-intelligence-mirror-row {
  gap: 12px;
  padding: 11px 12px;
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-mirror-row strong {
  color: rgba(247, 246, 241, 0.9);
}

.fixture-intelligence-bar {
  height: 30px;
  background: rgba(247, 246, 241, 0.09);
}

.fixture-intelligence-bar i {
  background: linear-gradient(90deg, rgba(143, 220, 69, 0.72), rgba(88, 224, 196, 0.9));
}

.fixture-intelligence-bar-home i {
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.9), rgba(143, 220, 69, 0.72));
}

.fixture-intelligence-unit-grid, .fixture-intelligence-side-grid, .fixture-intelligence-player-market-grid {
  gap: clamp(12px, 2vw, 18px);
}

.fixture-intelligence-unit-side, .fixture-intelligence-player-market {
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.045), rgba(247, 246, 241, 0.016)),
    rgba(0, 0, 0, 0.18);
}

.fixture-intelligence-unit-side {
  gap: 14px;
  padding: clamp(14px, 2vw, 18px);
}

.fixture-intelligence-unit-title {
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(247, 246, 241, 0.075);
}

.fixture-intelligence-unit-title strong, .fixture-intelligence-player-market-head strong {
  color: rgba(247, 246, 241, 0.96);
  font-size: 1.08rem;
}

.fixture-intelligence-unit-row {
  gap: 8px;
  padding: 11px 0 12px;
  border-radius: 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.065);
  background: transparent;
}

.fixture-intelligence-unit-row:last-child {
  border-bottom: 0;
}

.fixture-intelligence-unit-row span, .fixture-intelligence-unit-row small, .fixture-intelligence-player-confidence-row small {
  color: rgba(247, 246, 241, 0.6);
}

.fixture-intelligence-unit-row b, .fixture-intelligence-player-confidence-row strong {
  color: rgba(247, 246, 241, 0.94);
}

.fixture-intelligence-unit-row > i, .fixture-intelligence-player-confidence-row > i {
  height: 8px;
  background: rgba(247, 246, 241, 0.1);
}

.fixture-intelligence-unit-row > i em, .fixture-intelligence-player-confidence-row > i em {
  background: linear-gradient(90deg, rgba(143, 220, 69, 0.78), rgba(88, 224, 196, 0.92));
}

.fixture-intelligence-player-chip {
  border-color: rgba(247, 246, 241, 0.085);
  background: rgba(247, 246, 241, 0.045);
}

.fixture-intelligence-player-chip b {
  color: rgba(247, 246, 241, 0.66);
}

.fixture-intelligence-feed-meta {
  gap: 10px;
  margin-bottom: 4px;
}

.fixture-intelligence-feed-meta span {
  border-color: rgba(143, 220, 69, 0.14);
  border-radius: 8px;
  background: rgba(143, 220, 69, 0.045);
}

.fixture-intelligence-player-market {
  gap: 0;
  padding: 0;
  overflow: hidden;
}

.fixture-intelligence-player-market-head {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(247, 246, 241, 0.075);
  background: rgba(247, 246, 241, 0.025);
}

.fixture-intelligence-player-market-head small {
  color: rgba(143, 220, 69, 0.88);
}

.fixture-intelligence-player-confidence-row {
  grid-template-columns: minmax(0, 1fr) minmax(52px, auto) minmax(92px, auto);
  gap: 7px 12px;
  padding: 16px;
  border-radius: 0;
  border-bottom: 1px solid rgba(247, 246, 241, 0.065);
  background: transparent;
}

.fixture-intelligence-player-confidence-row:last-child {
  border-bottom: 0;
}

.fixture-intelligence-player-confidence-row > i {
  grid-column: 1 / 3;
}

.fixture-intelligence-player-confidence-row > small {
  grid-column: 1 / 3;
}

.fixture-intelligence-player-confidence-actions {
  grid-column: 3;
  grid-row: 1 / span 3;
  align-self: center;
  justify-content: flex-end;
}

.fixture-intelligence-player-confidence-row b {
  font-size: 0.94rem;
}

.fixture-intelligence-player-confidence-row > strong {
  color: rgba(247, 246, 241, 0.98);
  font-size: clamp(1.08rem, 1.8vw, 1.35rem);
}

.fixture-intelligence-player-add, .fixture-intelligence-player-add-unavailable {
  min-width: 54px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 999px;
  font-size: 0.8rem;
}

.fixture-intelligence-player-add {
  color: #071711;
  background: linear-gradient(135deg, rgba(172, 255, 91, 0.98), rgba(88, 224, 196, 0.94));
  box-shadow:
    0 14px 30px rgba(88, 224, 196, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

.fixture-intelligence-player-add:hover, .fixture-intelligence-player-add:focus-visible {
  transform: translateY(-1px);
  outline: none;
  box-shadow:
    var(--focus-ring),
    0 16px 34px rgba(88, 224, 196, 0.2);
}

.fixture-intelligence-player-add-active {
  color: rgba(247, 246, 241, 0.92);
  background: rgba(69, 97, 91, 0.7);
}

.fixture-intelligence-weather-grid span, .fixture-intelligence-weather-meta span, .fixture-intelligence-freshness-row {
  border-color: rgba(247, 246, 241, 0.075);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-weather-grid b, .fixture-intelligence-weather-meta b, .fixture-intelligence-freshness-row strong {
  color: rgba(247, 246, 241, 0.94);
}

.fixture-intelligence-weather-grid small, .fixture-intelligence-weather-meta small, .fixture-intelligence-freshness-row b, .fixture-intelligence-freshness-row small {
  color: rgba(247, 246, 241, 0.58);
}

.fixture-intelligence-freshness-fresh {
  border-color: rgba(143, 220, 69, 0.18);
  background: rgba(143, 220, 69, 0.045);
}

.fixture-intelligence-freshness-stale, .fixture-intelligence-status-missing, .fixture-intelligence-status-stale, .fixture-intelligence-status-squad_proxy {
  border-color: rgba(255, 207, 117, 0.22);
  background: rgba(255, 207, 117, 0.055);
}

@media (max-width: 860px) {
  .fixture-intelligence-card {
    border-radius: 10px;
  }

  .fixture-intelligence-player-confidence-row {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fixture-intelligence-player-confidence-row > i, .fixture-intelligence-player-confidence-row > small {
    grid-column: 1 / -1;
  }

  .fixture-intelligence-player-confidence-actions {
    grid-column: 1 / -1;
    grid-row: auto;
    justify-content: stretch;
  }

  .fixture-intelligence-player-add, .fixture-intelligence-player-add-unavailable {
    width: 100%;
  }
}

@media (max-width: 560px) {

  .fixture-intelligence-card {
    padding: 14px;
  }

  .fixture-intelligence-card-head {
    gap: 10px;
  }

  .fixture-intelligence-status {
    min-width: 0;
  }

  .fixture-intelligence-mirror-row {
    padding: 12px;
  }

  .fixture-intelligence-unit-side {
    padding: 13px;
  }

  .fixture-intelligence-player-market-head, .fixture-intelligence-player-confidence-row {
    padding: 14px;
  }

  .fixture-intelligence-player-confidence-row > strong {
    font-size: 1.18rem;
  }

  .fixture-intelligence-player-add, .fixture-intelligence-player-add-unavailable {
    min-height: 46px;
    font-size: 0.84rem;
  }
}

.fixture-intelligence-team-head, .fixture-intelligence-mirror-row {
  grid-template-columns: minmax(0, 1.08fr) minmax(116px, 0.42fr) minmax(0, 1.08fr);
}

.fixture-intelligence-team-head {
  padding: 0 14px;
}

.fixture-intelligence-team-head b:first-child {
  justify-self: start;
  padding-left: 3px;
}

.fixture-intelligence-team-head b:last-child {
  justify-self: end;
  padding-right: 3px;
}

.fixture-intelligence-team-head span {
  color: rgba(229, 241, 232, 0.5);
  letter-spacing: 0.11em;
}

.fixture-intelligence-mirror-row {
  position: relative;
  gap: 14px;
  padding: 9px 12px;
  border-color: rgba(229, 241, 232, 0.075);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035), transparent 24%, transparent 76%, rgba(255, 255, 255, 0.026)),
    rgba(0, 0, 0, 0.2);
}

.fixture-intelligence-mirror-row strong {
  align-self: stretch;
  display: grid;
  place-items: center;
  min-height: 28px;
  padding-inline: 6px;
  border-inline: 1px solid rgba(229, 241, 232, 0.075);
  color: rgba(229, 241, 232, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.fixture-intelligence-bar {
  height: 20px;
  border: 1px solid var(--fixture-meter-rail-line);
  border-radius: 4px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.032), transparent),
    var(--fixture-meter-rail);
}

.fixture-intelligence-bar::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  width: 2px;
  border-radius: 999px;
  background: rgba(229, 241, 232, 0.28);
}

.fixture-intelligence-bar:not(.fixture-intelligence-bar-home)::after {
  left: 5px;
}

.fixture-intelligence-bar-home::after {
  right: 5px;
}

.fixture-intelligence-bar i {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(63, 128, 110, 0.78), var(--fixture-meter-away));
  box-shadow: none;
}

.fixture-intelligence-bar-home i {
  background: linear-gradient(90deg, var(--fixture-meter-home), rgba(88, 134, 94, 0.82));
}

.fixture-intelligence-bar b {
  inset: 0 8px;
  z-index: 1;
  color: rgba(247, 246, 241, 0.88);
  font-size: 0.66rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.fixture-intelligence-unit-row > i, .fixture-intelligence-player-confidence-row > i {
  height: 6px;
  border: 1px solid var(--fixture-meter-rail-line);
  border-radius: 3px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent),
    var(--fixture-meter-rail);
}

.fixture-intelligence-unit-row > i em, .fixture-intelligence-player-confidence-row > i em {
  border-radius: 2px;
  background: linear-gradient(90deg, rgba(74, 118, 101, 0.86), var(--fixture-meter-confidence));
  box-shadow: none;
}

.fixture-intelligence-unit-row > div:first-child {
  gap: 12px;
}

.fixture-intelligence-unit-row span, .fixture-intelligence-player-confidence-row small {
  color: rgba(229, 241, 232, 0.56);
  letter-spacing: 0.01em;
}

.fixture-intelligence-unit-row b, .fixture-intelligence-player-confidence-row strong {
  color: rgba(247, 246, 241, 0.88);
  font-variant-numeric: tabular-nums;
}

.fixture-intelligence-player-confidence-row {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent),
    rgba(0, 0, 0, 0.16);
}

.fixture-intelligence-player-confidence-row > strong {
  color: rgba(229, 241, 232, 0.9);
  font-size: clamp(0.98rem, 1.45vw, 1.14rem);
  letter-spacing: -0.005em;
}

.fixture-intelligence-player-add {
  color: rgba(6, 19, 14, 0.96);
  background: linear-gradient(180deg, rgba(145, 221, 170, 0.98), rgba(96, 194, 143, 0.96));
  box-shadow:
    0 10px 22px rgba(54, 148, 108, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.fixture-intelligence-player-add:hover, .fixture-intelligence-player-add:focus-visible {
  box-shadow:
    var(--focus-ring),
    0 12px 24px rgba(54, 148, 108, 0.18);
}

@media (max-width: 560px) {
  .fixture-intelligence-team-head, .fixture-intelligence-mirror-row {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .fixture-intelligence-team-head {
    display: grid;
    gap: 8px;
    padding: 0 12px 2px;
  }

  .fixture-intelligence-team-head span {
    display: none;
  }

  .fixture-intelligence-team-head b:first-child, .fixture-intelligence-team-head b:last-child {
    justify-self: stretch;
    padding: 0;
  }

  .fixture-intelligence-team-head b:last-child {
    text-align: right;
  }

  .fixture-intelligence-mirror-row {
    gap: 8px;
    padding: 12px;
  }

  .fixture-intelligence-mirror-row strong {
    grid-column: 1 / -1;
    grid-row: 1;
    min-height: auto;
    padding: 0 0 2px;
    border: 0;
    place-items: center;
    font-size: 0.68rem;
    text-align: center;
  }

  .fixture-intelligence-bar {
    grid-row: 2;
    height: 18px;
  }

  .fixture-intelligence-bar-home {
    grid-column: 1;
    order: -1;
  }

  .fixture-intelligence-bar:not(.fixture-intelligence-bar-home) {
    grid-column: 2;
  }

  .fixture-intelligence-player-confidence-row > strong {
    font-size: 1.02rem;
  }

  .fixture-intelligence-player-confidence-row .fixture-intelligence-player-identity {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 9px;
  }

  .fixture-intelligence-player-photo, .fixture-intelligence-player-photo-fallback {
    width: 34px;
    height: 34px;
  }
}

.x-search-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 10px;
  align-items: end;
  margin: 8px 0 12px;
  padding: 12px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 20px;
  background: rgba(8, 15, 24, 0.78);
}

.x-search-bar label {
  position: relative;
  display: grid;
  gap: 7px;
}

.x-search-bar input {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.055);
  font: inherit;
  font-weight: 800;
}

.x-search-bar input:focus {
  outline: none;
  box-shadow: var(--focus-ring);
}

.matches-typeahead {
  position: absolute;
  z-index: 40;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  display: none;
  max-height: min(420px, 58vh);
  overflow: auto;
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(10, 22, 26, 0.98), rgba(7, 14, 22, 0.98)),
    radial-gradient(circle at 94% 4%, rgba(78, 222, 163, 0.08), transparent 34%);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px) saturate(130%);
}

.matches-typeahead.is-open {
  display: grid;
  gap: 6px;
}

.matches-typeahead-option {
  display: grid;
  grid-template-columns: minmax(74px, 0.28fr) minmax(0, 1fr);
  gap: 4px 10px;
  width: 100%;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.11);
  border-radius: 12px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  text-align: left;
  font: inherit;
  cursor: pointer;
  transition: 160ms ease;
}

.matches-typeahead-option:hover, .matches-typeahead-option:focus {
  outline: none;
  border-color: rgba(78, 222, 163, 0.26);
  background: rgba(78, 222, 163, 0.08);
}

.matches-typeahead-option span {
  grid-row: span 2;
  align-self: center;
  color: var(--mint);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.matches-typeahead-option strong {
  min-width: 0;
  overflow: hidden;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.matches-typeahead-option small, .matches-typeahead-empty {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 750;
  line-height: 1.35;
}

.matches-typeahead-empty {
  padding: 12px;
}

.x-feed-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.x-feed-stats span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.045);
  border: 1px solid rgba(130, 255, 220, 0.09);
  font-size: 0.76rem;
  font-weight: 800;
}

.matches-feed-modes {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px;
  overflow-x: auto;
  border: 1px solid rgba(130, 255, 220, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.035), rgba(244, 255, 251, 0.016)),
    rgba(7, 17, 15, 0.72);
  scrollbar-width: none;
}

.matches-feed-modes::-webkit-scrollbar {
  display: none;
}

.matches-feed-modes a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  border-radius: 999px;
  color: #cfe5de;
  background: rgba(244, 255, 251, 0.045);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 900;
  transition: 160ms ease;
}

.matches-feed-modes a:hover, .matches-feed-modes a:focus-visible {
  color: var(--ink);
  border-color: rgba(88, 224, 196, 0.22);
  background: rgba(88, 224, 196, 0.08);
}

.matches-feed-modes a.is-active, .matches-feed-modes a[aria-current="page"] {
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    0 0 0 1px rgba(157, 255, 232, 0.14),
    0 12px 28px rgba(88, 224, 196, 0.2);
}

.matches-feed-modes b {
  display: inline-grid;
  min-width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 999px;
  color: inherit;
  background: rgba(0, 0, 0, 0.12);
  font-size: 0.72rem;
}

.matches-feed-context {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 16px;
  align-items: stretch;
  margin: 0 0 18px;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.046), rgba(244, 255, 251, 0.016)),
    rgba(7, 17, 15, 0.76);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 48px rgba(0, 0, 0, 0.18);
}

.matches-feed-context-copy {
  display: grid;
  gap: 10px;
  align-content: center;
  min-width: 0;
}

.matches-feed-context-copy h2 {
  margin: 0;
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.04;
}

.matches-feed-context-copy p {
  max-width: 70ch;
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.matches-feed-context-stats {
  margin: 4px 0 0;
}

.matches-feed-lead-card {
  display: grid;
  gap: 9px;
  min-width: 0;
  align-content: center;
  padding: 16px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    rgba(244, 255, 251, 0.052);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.matches-feed-lead-card strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.14;
}

.matches-feed-lead-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.42;
}

.matches-feed-lead-card .compact-button {
  width: fit-content;
}

.matches-feed-lead-card-empty {
  border: 1px dashed rgba(130, 255, 220, 0.18);
  background: rgba(244, 255, 251, 0.035);
}

.matches-feed-filters {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
  padding: 18px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.018)),
    rgba(11, 29, 25, 0.78);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.1),
    0 18px 46px rgba(0, 0, 0, 0.18);
}

.matches-feed-filter-head {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: center;
}

.matches-feed-filter-head strong {
  display: block;
  margin-top: 3px;
  color: var(--ink);
  font-size: 1.04rem;
}

.matches-feed-filter-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.matches-feed-filter-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
  gap: 12px;
}

.matches-feed-filter-grid label {
  display: grid;
  gap: 7px;
  padding: 8px;
  border-radius: 18px;
  transition:
    background 160ms ease,
    box-shadow 160ms ease;
}

.matches-feed-filter-grid span {
  color: var(--muted-2);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.matches-feed-filter-grid select {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(7, 17, 15, 0.9);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 850;
}

.matches-feed-filter-grid select:focus {
  outline: none;
  border-color: rgba(88, 224, 196, 0.42);
  box-shadow: var(--focus-ring);
}

.matches-feed-filter-active {
  background: rgba(88, 224, 196, 0.055);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.matches-feed-filter-active span {
  color: rgba(157, 255, 232, 0.92);
}

.matches-feed-filter-active select {
  border-color: rgba(88, 224, 196, 0.28);
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.08), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.92);
}

.prediction-strength-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.025)),
    rgba(7, 17, 15, 0.48);
  box-shadow: inset 0 0 0 1px rgba(9, 22, 19, 0.22);
}

.prediction-strength-card-strong {
  border-color: rgba(88, 224, 196, 0.28);
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.14), transparent 38%),
    rgba(7, 17, 15, 0.5);
}

.prediction-strength-card-candidate {
  border-color: rgba(132, 255, 224, 0.22);
}

.prediction-strength-card-watch, .prediction-strength-card-weak {
  border-color: rgba(255, 207, 117, 0.22);
}

.prediction-strength-card-avoid, .prediction-strength-card-conflict {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 0% 0%, rgba(246, 179, 109, 0.12), transparent 36%),
    rgba(7, 17, 15, 0.48);
}

.prediction-strength-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: start;
  min-width: 0;
}

.prediction-strength-head .metric-label, .prediction-strength-head small {
  min-width: 0;
}

.prediction-strength-head strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.14;
  text-align: right;
}

.prediction-strength-head small {
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.3;
}

.prediction-strength-meter {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 5px 10px;
  align-items: center;
  min-width: 0;
}

.prediction-strength-meter b, .prediction-strength-meter em {
  min-width: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.76rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prediction-strength-meter em {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}

.prediction-strength-meter i {
  grid-column: 1 / -1;
  display: block;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.09);
}

.prediction-strength-meter i small {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(88, 224, 196, 0.78), rgba(157, 255, 232, 0.96));
}

.prediction-strength-meter-risk i small {
  background: linear-gradient(90deg, rgba(246, 179, 109, 0.76), rgba(255, 207, 117, 0.94));
}

.prediction-strength-meter-low-risk i small, .prediction-strength-meter-agreement i small, .prediction-strength-meter-route i small {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.68), rgba(88, 224, 196, 0.9));
}

.prediction-strength-meter-watch i small, .prediction-strength-meter-weak i small {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.72), rgba(255, 231, 165, 0.9));
}

.prediction-strength-meter-avoid i small, .prediction-strength-meter-conflict i small {
  background: linear-gradient(90deg, rgba(232, 79, 95, 0.76), rgba(246, 179, 109, 0.9));
}

.prediction-strength-meter.is-unknown i small {
  opacity: 0.45;
}

.prediction-strength-card p, .prediction-strength-foot {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1.38;
}

.prediction-strength-meter-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.prediction-strength-reasons, .prediction-strength-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.prediction-strength-reasons span, .prediction-strength-foot span {
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
}

.prediction-strength-card-compact {
  gap: 8px;
  padding: 10px;
  border-radius: 14px;
}

.prediction-strength-card-compact .prediction-strength-head strong {
  font-size: 0.86rem;
}

.prediction-strength-card-compact .prediction-strength-foot {
  display: none;
}

[data-calendar-v1-preview] .prediction-strength-card {
  margin-top: 10px;
}

.metric-value-small {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.entity-fixture-grid-static-index {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.entity-fixture-card-static-index {
  gap: 12px;
  border-left-color: rgba(157, 255, 232, 0.34);
  background:
    radial-gradient(circle at 0% 0%, rgba(88, 224, 196, 0.08), transparent 34%),
    rgba(244, 255, 251, 0.035);
}

.entity-fixture-card-static-index .fixture-teamline {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto 34px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
}

.entity-fixture-card-static-index .fixture-teamline .entity-mark {
  width: 34px;
  height: 34px;
  border-radius: 10px;
}

.entity-fixture-card-static-index .fixture-teamline .team-name {
  min-width: 0;
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.08;
  overflow-wrap: anywhere;
}

.entity-fixture-card-static-index .fixture-teamline .versus {
  color: rgba(157, 255, 232, 0.7);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.entity-fixture-meta-rail {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.entity-fixture-meta-rail span:first-child {
  grid-column: 1 / -1;
}

.entity-fixture-meta-rail span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 12px;
  background: rgba(5, 12, 11, 0.38);
}

.entity-fixture-meta-rail small {
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.1;
  text-transform: uppercase;
}

.entity-fixture-meta-rail b {
  min-width: 0;
  color: rgba(244, 255, 251, 0.9);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {

  .entity-fixture-card-static-index .fixture-teamline {
    grid-template-columns: 32px minmax(0, 1fr);
  }

  .entity-fixture-card-static-index .fixture-teamline .versus {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .entity-fixture-meta-rail {
    grid-template-columns: 1fr;
  }
}

.x-feed-shell {
  display: grid;
  border-top: 1px solid rgba(123, 154, 184, 0.16);
}

.x-feed-post {
  --feed-type-accent: rgba(157, 255, 232, 0.42);
  --feed-type-bg: rgba(157, 255, 232, 0.08);
  --feed-type-ink: #dffdf5;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(123, 154, 184, 0.16);
  box-shadow: inset 3px 0 0 transparent;
  opacity: 0;
  transform: translateY(8px);
  animation: page-enter 220ms cubic-bezier(0.32, 0.72, 0, 1) forwards;
  animation-delay: calc(var(--enter-index, 0) * 28ms);
}

.x-feed-post:hover {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.028), transparent 78%);
  box-shadow: inset 3px 0 0 var(--feed-type-accent);
}

[data-calendar-v1-preview] .x-feed-fixture {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  width: 100%;
  padding: 18px;
  border-radius: var(--og-radius-panel);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.02)),
    rgba(7, 17, 15, 0.64);
  box-shadow:
    inset 0 0 0 1px rgba(130, 255, 220, 0.11),
    0 16px 42px rgba(0, 0, 0, 0.16);
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-main {
  grid-column: 1 / -1;
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

[data-calendar-v1-preview] .x-feed-fixture .x-post-title-row h2 {
  max-width: 100%;
  font-size: clamp(1.1rem, 2.2vw, 1.55rem);
  line-height: 1.08;
}

.calendar-v1-matchup-link {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: center;
  min-width: 0;
}

.calendar-v1-matchup-team {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  min-width: 0;
}

.calendar-v1-matchup-team > span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.calendar-v1-team-badge {
  width: 28px;
  height: 28px;
  border-color: rgba(130, 255, 220, 0.16);
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(88, 224, 196, 0.13), rgba(44, 99, 108, 0.18));
  box-shadow:
    inset 0 0 0 1px rgba(7, 17, 13, 0.38),
    0 6px 14px rgba(0, 0, 0, 0.18);
}

.calendar-v1-team-badge img {
  inset: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}

.calendar-v1-matchup-vs {
  flex: 0 0 auto;
  color: var(--og-muted-text);
  font-size: 0.78em;
  letter-spacing: 0;
  text-transform: lowercase;
}

.calendar-v1-fixture-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.calendar-v1-fixture-meta span:not(.x-feed-type-badge) {
  color: var(--og-muted-text);
}

.calendar-v1-board-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 2px 0 10px;
}

.calendar-v1-board-chip-row .chip {
  max-width: 100%;
  white-space: normal;
}

.calendar-v1-fixture-card-copy {
  max-width: 74ch;
  color: var(--og-muted-text);
}

[data-calendar-v1-preview] .matches-feed-compact-grid {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  margin-top: 12px;
}

[data-calendar-v1-preview] .matches-feed-compact-cell {
  border-radius: var(--og-radius-card);
  background: rgba(244, 255, 251, 0.04);
}

[data-calendar-v1-preview] .x-post-primary-actions {
  margin-top: 14px;
}

[data-calendar-v1-preview] .x-post-primary-actions .ghost-button {
  min-height: 38px;
  border-color: rgba(88, 224, 196, 0.22);
  color: var(--og-text);
  background: rgba(88, 224, 196, 0.07);
}

[data-calendar-v1-preview] .x-timeline-header {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(20px, 3vw, 28px);
  border: var(--og-border-subtle);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.94), rgba(5, 9, 7, 0.76) 52%, rgba(5, 9, 7, 0.5)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.12), rgba(5, 9, 7, 0.86)),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 110px rgba(0, 0, 0, 0.34);
}

[data-calendar-v1-preview] .x-timeline-header h1 {
  max-width: 12ch;
  color: var(--og-text);
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

[data-calendar-v1-preview] .x-timeline-header p {
  max-width: 56ch;
  color: var(--og-muted-text);
  font-size: clamp(0.98rem, 1.5vw, 1.08rem);
  line-height: 1.5;
}

.matches-command-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  min-width: 0;
}

.matches-command-sequence {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.matches-command-sequence {
  max-width: 620px;
  margin-top: 4px;
}

.matches-command-sequence span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid rgba(132, 255, 224, 0.13);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.64);
}

.matches-command-sequence small {
  color: rgba(157, 255, 232, 0.78);
  font-size: 0.62rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  line-height: 1.1;
  text-transform: uppercase;
}

.matches-command-sequence strong {
  color: var(--og-text);
  font-size: 0.86rem;
  line-height: 1.14;
}

[data-calendar-v1-preview] .x-next-kickoff {
  border: 1px solid rgba(88, 224, 196, 0.14);
  background:
    linear-gradient(180deg, rgba(88, 224, 196, 0.09), rgba(88, 224, 196, 0.035)),
    rgba(7, 17, 15, 0.72);
}

[data-calendar-v1-preview] .x-next-kickoff span {
  color: rgba(157, 255, 232, 0.9);
}

[data-calendar-v1-preview] .x-feed-timeline {
  gap: 12px;
}

.x-feed-type-signal {
  --feed-type-accent: rgba(88, 224, 196, 0.64);
  --feed-type-bg: rgba(88, 224, 196, 0.12);
  --feed-type-ink: #c9fff2;
}

.x-feed-type-downgrade {
  --feed-type-accent: rgba(255, 183, 117, 0.62);
  --feed-type-bg: rgba(255, 183, 117, 0.13);
  --feed-type-ink: #ffe4c5;
}

.x-feed-type-price-alert {
  --feed-type-accent: rgba(160, 203, 255, 0.62);
  --feed-type-bg: rgba(160, 203, 255, 0.12);
  --feed-type-ink: #d8eaff;
}

.x-feed-type-settlement {
  --feed-type-accent: rgba(203, 244, 124, 0.58);
  --feed-type-bg: rgba(203, 244, 124, 0.1);
  --feed-type-ink: #efffcb;
}

.x-feed-type-fpl {
  --feed-type-accent: rgba(226, 178, 255, 0.58);
  --feed-type-bg: rgba(226, 178, 255, 0.11);
  --feed-type-ink: #f2d8ff;
}

.x-feed-type-research {
  --feed-type-accent: rgba(184, 201, 196, 0.42);
  --feed-type-bg: rgba(184, 201, 196, 0.08);
  --feed-type-ink: #dce8e4;
}

.x-post-rail {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding-top: 2px;
}

.x-post-rail-line {
  width: 2px;
  min-height: 16px;
  border-radius: 999px;
  background: rgba(123, 154, 184, 0.18);
}

.x-admin-avatar, .x-team-avatar {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(123, 154, 184, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    rgba(8, 21, 20, 0.84);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.x-admin-avatar {
  border-radius: 999px;
  background: var(--glow);
  color: #04111a;
}

.x-team-avatar img {
  width: 116%;
  height: 116%;
  object-fit: contain;
  padding: 0;
}

.x-post-main {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.x-post-meta, .x-post-title-row, .x-post-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.x-post-meta {
  flex-wrap: wrap;
  color: var(--muted-2);
  font-size: 0.78rem;
  font-weight: 800;
}

.x-post-meta strong {
  color: var(--ink);
  font-size: 0.94rem;
}

.x-feed-type-badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--feed-type-ink);
  background: var(--feed-type-bg);
  box-shadow: inset 0 0 0 1px var(--feed-type-accent);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.x-post-title-row {
  justify-content: space-between;
  align-items: start;
}

.x-post-main h2 {
  margin: 0;
  font-size: clamp(1.16rem, 3vw, 1.56rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.x-post-location, .x-post-summary, .x-post-context-grid p, .x-post-mini-context, .x-post-expand p, .x-swipe-note {
  margin: 0;
  color: rgba(220, 234, 242, 0.88);
  line-height: 1.5;
}

.x-post-summary {
  display: -webkit-box;
  max-width: 880px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.x-post-signal-row {
  display: grid;
  grid-template-columns: auto minmax(130px, auto) minmax(0, 1fr);
  gap: 8px 12px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.1);
}

.x-post-signal-row span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.08em;
}

.x-post-signal-row strong {
  font-size: 0.92rem;
  line-height: 1.2;
}

.x-post-signal-row small {
  color: var(--muted);
  line-height: 1.35;
}

.x-post-type-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: center;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

.x-post-type-row strong {
  color: var(--feed-type-ink);
  font-size: 0.86rem;
}

.x-post-type-row span {
  color: rgba(220, 234, 242, 0.78);
}

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

.matches-feed-compact-cell {
  display: grid;
  gap: 4px;
  min-width: 0;
  min-height: 68px;
  align-content: center;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.matches-feed-compact-cell b {
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.matches-feed-compact-cell strong {
  min-width: 0;
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.matches-feed-compact-action {
  background:
    radial-gradient(circle at 15% 0%, rgba(88, 224, 196, 0.16), transparent 42%),
    rgba(16, 31, 27, 0.62);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.16);
}

.matches-feed-compact-action strong {
  color: var(--signal-mint);
}

.matches-feed-compact-wide {
  grid-column: span 2;
}

.x-post-signal-row-avoid span {
  color: #2e1a12;
  background: #ffd7ba;
}

.x-post-signal-row-watch span, .x-post-signal-row-candidate span, .x-post-signal-row-pending span {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.14);
}

.x-post-location {
  color: var(--muted);
  font-weight: 750;
}

.x-fav-button {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 58px;
  height: 34px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.045);
  font-size: 1.08rem;
  line-height: 1;
  cursor: pointer;
  transition: 160ms ease;
}

.x-fav-button span {
  transform: translateY(-1px);
}

.x-fav-button:hover, .x-fav-button.is-active {
  color: var(--danger);
  border-color: rgba(255, 139, 139, 0.28);
  background: rgba(255, 139, 139, 0.1);
}

.x-shortlist-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(78, 222, 163, 0.12), rgba(43, 189, 240, 0.055)),
    rgba(8, 18, 27, 0.72);
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.18);
}

.x-shortlist-panel h2 {
  margin: 4px 0 8px;
  font-size: clamp(1.22rem, 3vw, 1.6rem);
  letter-spacing: 0;
}

.x-shortlist-panel p {
  max-width: 760px;
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  line-height: 1.5;
}

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

.check-my-bet-page {
  display: grid;
  gap: 22px;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 96px;
}

.check-my-bet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: 18px;
  align-items: stretch;
  padding: 20px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at 88% 8%, rgba(78, 222, 163, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
}

.check-my-bet-hero h1 {
  max-width: 760px;
  margin: 8px 0;
  color: var(--text);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.check-my-bet-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--text-secondary);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.55;
}

.check-my-bet-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.check-my-bet-assurance-card, .check-my-bet-rail-card {
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.check-my-bet-assurance-card {
  align-content: end;
}

.check-my-bet-assurance-card span, .check-my-bet-rail-card .metric-label {
  color: var(--mint);
}

.check-my-bet-assurance-card strong, .check-my-bet-rail-card h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.check-my-bet-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: 18px;
  align-items: start;
}

.check-my-bet-builder {
  min-width: 0;
}

.check-my-bet-builder .paper-slip-panel {
  width: 100%;
  margin: 0;
}

.check-my-bet-builder .paper-slip-head {
  grid-template-columns: 1fr;
}

.check-my-bet-builder .paper-slip-head > div:first-child {
  align-items: flex-start;
}

.check-my-bet-builder .paper-slip-head > div:first-child > div {
  min-width: 0;
}

.check-my-bet-builder .paper-slip-head h2 {
  white-space: normal;
}

.check-my-bet-builder .saved-paper-slip {
  grid-template-columns: minmax(180px, 0.8fr) minmax(240px, 1.2fr);
  align-content: start;
  color: var(--text);
}

.check-my-bet-builder .saved-paper-slip-stats, .check-my-bet-builder .saved-paper-slip-actions {
  grid-column: 1 / -1;
}

.check-my-bet-builder .saved-paper-slip-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 14px;
}

.check-my-bet-builder .saved-paper-slip-actions {
  justify-content: flex-start;
}

.check-my-bet-builder .saved-paper-slip-ledger strong {
  color: var(--text);
}

.check-my-bet-builder .saved-paper-slip > div:first-child p, .check-my-bet-builder .saved-paper-slip-stats span {
  color: var(--text-secondary);
}

.check-my-bet-builder .paper-slip-math {
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(52, 123, 90, 0.08);
  text-align: left;
}

.check-my-bet-builder .paper-slip-math small {
  white-space: normal;
  overflow: visible;
}

.check-my-bet-rail {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.check-my-bet-rail-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.5;
}

.check-my-bet-rail-card-soft {
  background: rgba(78, 222, 163, 0.075);
}

.paper-slip-panel {
  display: grid;
  gap: 14px;
  width: min(720px, 100%);
  margin: 22px auto;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 18px;
  color: #2e3431;
  background: #f6f7f4;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.paper-slip-head, .saved-paper-slip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.paper-slip-pick-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.paper-slip-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}

.paper-slip-count {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  color: #fff;
  background: #347b5a;
  font-weight: 950;
}

.paper-slip-head h2 {
  margin: 0;
  color: #2e3431;
  font-size: clamp(1.28rem, 3vw, 1.72rem);
  letter-spacing: 0;
}

.paper-slip-head p, .paper-slip-pick p, .saved-paper-slip p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  line-height: 1.5;
}

.paper-slip-math {
  min-width: 112px;
  text-align: right;
}

.paper-slip-math span, .paper-slip-math small, .paper-slip-footer span, .paper-slip-note-field span, .saved-paper-slip-stats span {
  display: block;
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
}

.paper-slip-math strong {
  display: block;
  margin: 4px 0;
  color: #2e3431;
  font-size: 1.45rem;
}

.paper-slip-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  padding-top: 12px;
  border-top: 1px solid rgba(46, 52, 49, 0.12);
}

.paper-slip-footer > div, .paper-slip-footer label, .paper-slip-note-field {
  display: grid;
  gap: 6px;
}

.paper-slip-footer strong, .paper-slip-return strong {
  display: block;
  color: #2e3431;
  font-size: 1.34rem;
}

.paper-slip-return {
  text-align: right;
}

.paper-slip-note-field {
  margin-top: -2px;
}

.paper-slip-panel .text-input {
  color: #2e3431;
  border-color: rgba(46, 52, 49, 0.14);
  background: rgba(255, 255, 255, 0.7);
}

.paper-slip-panel .ghost-button {
  color: #2e3431;
  border-color: rgba(46, 52, 49, 0.18);
  background: rgba(255, 255, 255, 0.28);
}

.paper-slip-panel button:disabled, .paper-slip-panel .ghost-button:disabled, .saved-paper-slip-actions button:disabled {
  cursor: not-allowed;
  color: rgba(46, 52, 49, 0.34);
  border-color: rgba(46, 52, 49, 0.08);
  background: rgba(255, 255, 255, 0.18);
}

.paper-slip-pick-list, .saved-paper-slip-list {
  display: grid;
  gap: 10px;
}

.paper-slip-pick, .saved-paper-slip {
  position: relative;
  padding: 12px 0;
  border: 0;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 0;
  background: transparent;
}

.saved-paper-slip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(180px, 0.8fr) auto auto;
  gap: 12px;
  align-items: start;
  color: var(--text);
}

.saved-paper-slip-won {
  box-shadow: inset 3px 0 0 rgba(49, 217, 146, 0.9);
}

.saved-paper-slip-lost {
  box-shadow: inset 3px 0 0 rgba(232, 79, 95, 0.86);
}

.saved-paper-slip-mixed {
  box-shadow: inset 3px 0 0 rgba(242, 189, 100, 0.84);
}

.saved-paper-slip-pending {
  box-shadow: inset 3px 0 0 rgba(123, 154, 184, 0.42);
}

.saved-paper-slip-selection-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 10px;
  margin-top: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(123, 154, 184, 0.14);
}

.saved-paper-slip-selection {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.045);
}

.saved-paper-slip-selection strong {
  color: var(--ink);
  font-size: 0.96rem;
}

.saved-paper-slip-selection span, .saved-paper-slip-selection p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.45;
}

.paper-slip-pick-main strong, .saved-paper-slip strong {
  display: block;
  color: #347b5a;
  font-size: 1.15rem;
}

.paper-slip-pick-main > div:nth-child(2) > span {
  display: block;
  color: #2e3431;
  font-weight: 900;
}

.paper-slip-pick-odds {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.paper-slip-pick-odds > b {
  color: #2e3431;
  font-size: 1.15rem;
}

.paper-slip-pick-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0;
}

.paper-slip-pick-meta span {
  padding: 5px 8px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.76);
  background: rgba(52, 123, 90, 0.08);
  font-size: 0.76rem;
  font-weight: 850;
}

.paper-slip-strength-context {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 6px 9px;
  border: 1px solid rgba(52, 123, 90, 0.16);
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.78);
  background: rgba(52, 123, 90, 0.08);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.check-bet-signal {
  display: grid;
  gap: 6px;
  margin-top: 10px;
  padding: 12px;
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.08);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.14);
}

.check-bet-signal strong {
  color: #2e3431;
  font-size: 1rem;
  line-height: 1.2;
}

.check-bet-signal p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.check-bet-signal .check-bet-explanation {
  margin-top: 2px;
  padding-top: 8px;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
  color: rgba(46, 52, 49, 0.86);
  font-weight: 780;
}

.check-bet-signal .metric-label {
  color: rgba(46, 52, 49, 0.58);
}

.check-bet-signal-premium, .check-bet-signal-strong {
  background: rgba(52, 123, 90, 0.12);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.2);
}

.check-bet-signal-avoid {
  background: rgba(246, 139, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.18);
}

.check-bet-signal-pending {
  background: rgba(46, 52, 49, 0.055);
  box-shadow: inset 0 0 0 1px rgba(46, 52, 49, 0.1);
}

.check-bet-score-panel {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 16px;
  color: #2e3431;
  background:
    radial-gradient(circle at 100% 0%, rgba(52, 123, 90, 0.12), transparent 36%),
    rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(52, 123, 90, 0.14);
}

.check-bet-score-panel h3 {
  margin: 0;
  color: #2e3431;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  letter-spacing: 0;
}

.check-bet-score-panel p {
  margin: 6px 0 0;
  color: rgba(46, 52, 49, 0.72);
  line-height: 1.45;
}

.check-bet-score-panel-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 139, 109, 0.16), transparent 36%),
    rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.2);
}

.check-bet-health-visual {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 12px;
  align-items: stretch;
}

.check-bet-health-main, .check-bet-health-stat {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 12px;
  border-radius: 14px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-health-main strong {
  color: #2e3431;
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  font-variant-numeric: tabular-nums;
  line-height: 0.98;
}

.check-bet-health-main small, .check-bet-health-stat small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.check-bet-price-badge {
  display: inline-flex;
  width: fit-content;
  padding: 6px 8px;
  border-radius: 999px;
  color: #2e3431;
  background: rgba(255, 255, 255, 0.52);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
}

.check-bet-price-badge-review {
  color: #5b3f0e;
  background: rgba(242, 189, 100, 0.34);
  box-shadow: inset 0 0 0 1px rgba(177, 126, 28, 0.18);
}

.check-bet-health-main > i, .check-bet-health-stat i {
  display: block;
  height: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(46, 52, 49, 0.1);
}

.check-bet-health-main > i em, .check-bet-health-stat i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(52, 123, 90, 0.7), rgba(120, 242, 170, 0.96));
}

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

.check-bet-health-stat b {
  overflow: hidden;
  color: #2e3431;
  font-size: 0.98rem;
  font-weight: 950;
  line-height: 1.08;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.check-bet-health-stat-watch i em, .check-bet-health-stat-review i em {
  background: linear-gradient(90deg, rgba(230, 180, 74, 0.72), rgba(255, 225, 140, 0.96));
}

.check-bet-health-stat-avoid i em {
  background: linear-gradient(90deg, rgba(246, 139, 109, 0.72), rgba(255, 174, 143, 0.96));
}

.check-bet-score-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.check-bet-score-metrics span, .check-bet-weakest-leg, .check-bet-safer-slip {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-score-metrics strong, .check-bet-weakest-leg strong, .check-bet-safer-slip strong {
  color: #2e3431;
  font-size: 1rem;
  line-height: 1.2;
}

.check-bet-score-metrics small {
  color: rgba(46, 52, 49, 0.6);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-bet-weakest-leg {
  position: relative;
  padding-left: 16px;
  background: rgba(246, 139, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.18), 0 12px 28px rgba(246, 139, 109, 0.08);
}

.check-bet-weakest-leg::before {
  content: "";
  position: absolute;
  inset: 10px auto 10px 8px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f68b6d, #e84f5f);
}

.check-bet-settlement-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.check-bet-timeline-step {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
}

.check-bet-timeline-step i {
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  color: #2e3431;
  background: rgba(46, 52, 49, 0.1);
  font-style: normal;
  font-weight: 950;
}

.check-bet-timeline-step b {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.check-bet-timeline-step strong {
  color: #2e3431;
  font-size: 0.92rem;
  line-height: 1.15;
}

.check-bet-timeline-step small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.72rem;
  font-weight: 760;
  line-height: 1.3;
}

.check-bet-timeline-done i {
  color: #052118;
  background: #78f2aa;
}

.check-bet-timeline-review i {
  color: #2e3431;
  background: #ffe18c;
}
}

.check-bet-safer-slip {
  background: rgba(43, 199, 164, 0.1);
  box-shadow: inset 0 0 0 1px rgba(43, 199, 164, 0.18);
}

.check-bet-safer-slip-avoid {
  background: rgba(246, 139, 109, 0.08);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.14);
}

.check-bet-safer-slip-watch, .check-bet-safer-slip-pending {
  background: rgba(230, 180, 74, 0.1);
  box-shadow: inset 0 0 0 1px rgba(230, 180, 74, 0.16);
}

.check-bet-safer-counts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
}

.check-bet-safer-apply {
  justify-content: center;
  min-height: 40px;
  margin-top: 6px;
  color: #2e3431;
  background: rgba(255, 255, 255, 0.62);
}

.check-bet-safer-apply:hover, .check-bet-safer-apply:focus-visible {
  color: #052118;
  background: #78f2aa;
}

.check-bet-safer-counts span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.42);
}

.check-bet-safer-counts b {
  color: #2e3431;
  font-size: 0.94rem;
}

.check-bet-safer-counts small {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-slip-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.72rem;
  font-weight: 950;
}

.paper-slip-status b {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  color: #fff;
  background: rgba(46, 52, 49, 0.32);
}

.paper-slip-status-won b {
  background: #31d992;
}

.paper-slip-status-lost b {
  background: #e84f5f;
}

.paper-slip-status-void b {
  background: rgba(242, 189, 100, 0.5);
}

.slip-status-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  min-width: 0;
  margin: 6px 0 8px;
}

.slip-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  max-width: 100%;
  min-height: 28px;
  padding: 4px 9px 4px 5px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 999px;
  color: rgba(232, 241, 238, 0.82);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.72rem;
  font-weight: 950;
  line-height: 1;
  white-space: nowrap;
}

.slip-status-chip b {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  color: #07110f;
  background: rgba(232, 241, 238, 0.72);
  font-size: 0.68rem;
  font-style: normal;
}

.slip-status-chip-pending b {
  color: #213027;
  background: rgba(242, 189, 100, 0.9);
}

.slip-status-chip-won b {
  background: #31d992;
}

.slip-status-chip-lost b {
  color: #fff;
  background: #e84f5f;
}

.slip-status-chip-void b {
  background: rgba(178, 190, 196, 0.9);
}

.slip-status-chip-mixed b {
  background: #8fe8ff;
}

.slip-status-chip-archived {
  color: rgba(232, 241, 238, 0.68);
  border-color: rgba(123, 154, 184, 0.12);
  background: rgba(123, 154, 184, 0.1);
}

.slip-status-chip-preview {
  border-color: rgba(52, 123, 90, 0.18);
  background: rgba(52, 123, 90, 0.12);
}

.slip-settlement-preview {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(52, 123, 90, 0.16);
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.075);
}

.saved-paper-slip .slip-settlement-preview {
  grid-column: 1 / -1;
  color: var(--ink);
  border-color: rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.slip-settlement-preview-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.slip-settlement-preview-head > div {
  min-width: 0;
}

.slip-settlement-preview-head strong {
  display: block;
  color: inherit;
  font-size: 1rem;
}

.slip-settlement-preview p {
  margin: 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.saved-paper-slip .slip-settlement-preview p {
  color: var(--muted);
}

.slip-settlement-preview-counts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.slip-settlement-preview-counts span {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
}

.saved-paper-slip .slip-settlement-preview-counts span {
  background: rgba(255, 255, 255, 0.06);
}

.slip-settlement-preview-counts b {
  color: inherit;
  font-size: 0.95rem;
  font-weight: 950;
}

.slip-settlement-preview-counts small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.saved-paper-slip .slip-settlement-preview-counts small {
  color: var(--muted);
}

.slip-settlement-preview-leg-list {
  display: grid;
  gap: 8px;
}

.slip-settlement-preview-leg {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  min-width: 0;
}

.slip-settlement-preview-leg strong, .slip-settlement-preview-leg span {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.slip-settlement-preview-leg strong {
  color: inherit;
  font-size: 0.86rem;
  line-height: 1.2;
}

.slip-settlement-preview-leg span {
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.76rem;
  line-height: 1.35;
}

.saved-paper-slip .slip-settlement-preview-leg span {
  color: var(--muted);
}

.paper-slip-remove {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  color: rgba(46, 52, 49, 0.72);
  background: transparent;
  font: inherit;
  font-size: 1.35rem;
  font-weight: 900;
  cursor: pointer;
}

.paper-slip-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(3, minmax(110px, 1fr));
  gap: 10px;
}

.paper-slip-actions .button, .paper-slip-actions .ghost-button {
  min-height: 44px;
  justify-content: center;
}

.paper-slip-retention {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 14px;
  color: rgba(46, 52, 49, 0.72);
  background: rgba(52, 123, 90, 0.07);
  font-size: 0.82rem;
  line-height: 1.35;
}

.paper-slip-retention strong {
  color: #2e3431;
  font-size: 0.84rem;
}

.paper-slip-empty {
  padding: 16px;
  border: 1px dashed rgba(46, 52, 49, 0.24);
  border-radius: 16px;
  color: rgba(46, 52, 49, 0.72);
  background: rgba(52, 123, 90, 0.07);
  font-weight: 800;
}

.paper-slip-rule-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(46, 52, 49, 0.1);
  border-radius: 14px;
  color: #2e3431;
  background: rgba(52, 123, 90, 0.075);
}

.paper-slip-rule-panel.is-combo {
  border-color: rgba(177, 126, 28, 0.22);
  background: rgba(242, 189, 100, 0.16);
}

.paper-slip-rule-panel strong {
  display: block;
  color: #2e3431;
  font-size: 0.98rem;
  line-height: 1.25;
}

.paper-slip-rule-panel p {
  margin: 4px 0 0;
  color: rgba(46, 52, 49, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.paper-slip-rule-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  gap: 8px;
  min-width: 250px;
}

.paper-slip-rule-grid span {
  display: grid;
  gap: 2px;
  padding: 8px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.paper-slip-rule-grid b {
  color: #2e3431;
  font-size: 0.9rem;
}

.paper-slip-rule-grid small {
  color: rgba(46, 52, 49, 0.62);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.paper-slip-rule-warning-list {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  padding-top: 10px;
  border-top: 1px solid rgba(46, 52, 49, 0.1);
}

.paper-slip-rule-panel-compact {
  grid-template-columns: 1fr;
  padding: 10px;
}

.paper-slip-rule-panel-compact .paper-slip-rule-grid {
  min-width: 0;
}

.paper-slip-save {
  background: linear-gradient(135deg, #78f2aa, #9af4a8);
  color: #213027;
}

.saved-paper-slip-list {
  margin-top: 4px;
  padding: 12px;
  border-radius: 16px;
  color: var(--ink);
  background: rgba(9, 15, 14, 0.9);
}

.saved-paper-slip-stats {
  display: grid;
  justify-items: end;
  gap: 4px;
}

.saved-paper-slip-ledger, .check-bet-ledger {
  display: grid;
  gap: 4px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(46, 52, 49, 0.055);
  box-shadow: inset 0 0 0 1px rgba(46, 52, 49, 0.08);
}

.saved-paper-slip-ledger {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(123, 154, 184, 0.14);
}

.saved-paper-slip-ledger strong, .check-bet-ledger strong {
  color: #2e3431;
  font-size: 0.96rem;
  line-height: 1.25;
}

.saved-paper-slip-ledger strong {
  color: var(--ink);
}

.saved-paper-slip-ledger p, .check-bet-ledger p {
  margin: 0;
  color: rgba(46, 52, 49, 0.7);
  font-size: 0.84rem;
  line-height: 1.45;
}

.saved-paper-slip-ledger p {
  color: var(--muted);
}

.saved-paper-slip-ledger small {
  color: rgba(220, 234, 242, 0.56);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
}

.check-bet-ledger small {
  color: rgba(46, 52, 49, 0.58);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1.35;
}

.check-bet-ledger-confirmed {
  background: rgba(43, 199, 164, 0.1);
  box-shadow: inset 0 0 0 1px rgba(43, 199, 164, 0.18);
}

.check-bet-ledger-warned {
  background: rgba(230, 180, 74, 0.12);
  box-shadow: inset 0 0 0 1px rgba(230, 180, 74, 0.18);
}

.check-bet-ledger-missed {
  background: rgba(246, 139, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 139, 109, 0.16);
}

.check-bet-ledger-void, .check-bet-ledger-pending {
  background: rgba(46, 52, 49, 0.045);
}

.saved-paper-slip-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.saved-paper-slip-actions button {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 999px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.06);
  font: inherit;
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
}

.saved-paper-slip-actions button:hover {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.1);
}

.timeline-market-strip {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.timeline-market-chip {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-market-chip b {
  color: var(--ink);
  font-size: 0.76rem;
}

.timeline-market-chip > span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 750;
  overflow-wrap: anywhere;
}

.timeline-market-button-row {
  display: grid;
  gap: 6px;
}

.timeline-market-button-row-ftr {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.timeline-market-button-row-ou25, .timeline-market-button-row-btts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-market-button {
  appearance: none;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  min-height: 38px;
  padding: 8px 9px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 10px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.timeline-market-button:not(:disabled):hover {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.075);
}

.timeline-market-button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.timeline-market-button.is-active {
  border-color: rgba(78, 222, 163, 0.34);
  background: rgba(78, 222, 163, 0.1);
}

.timeline-market-button.is-context {
  border-color: rgba(246, 179, 109, 0.28);
  background: rgba(246, 179, 109, 0.07);
}

.timeline-market-button.is-slip-selected {
  padding-right: 34px;
  border-color: rgba(255, 255, 255, 0.72);
  color: #173b2d;
  background: #f4f7f5;
}

.slip-remove-overlay {
  position: absolute;
  top: 50%;
  right: 8px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border: 1px solid rgba(17, 51, 39, 0.22);
  border-radius: 999px;
  color: #113327;
  background: rgba(78, 222, 163, 0.24);
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 950;
  line-height: 1;
  transform: translateY(-50%);
}

.timeline-market-button span {
  min-width: 0;
  color: currentColor;
  font-size: 0.76rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.timeline-market-button b {
  color: currentColor;
  font-size: 0.84rem;
  font-weight: 950;
  text-align: right;
}

.paper-slip-dock {
  position: fixed;
  z-index: 55;
  right: max(14px, calc((100vw - 940px) / 2));
  bottom: max(92px, calc(72px + env(safe-area-inset-bottom)));
  left: max(14px, calc((100vw - 940px) / 2));
  display: grid;
  gap: 10px;
  color: #213027;
}

.paper-slip-dock-bar {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto auto auto;
  gap: 10px;
  align-items: center;
  min-height: 62px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  color: #213027;
  background:
    linear-gradient(135deg, rgba(246, 247, 244, 0.98), rgba(232, 250, 242, 0.98)),
    #f6f7f4;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

.paper-slip-dock-count {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: #347b5a;
  font-weight: 950;
}

.paper-slip-dock-bar > span:nth-child(2) {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.paper-slip-dock b, .paper-slip-dock strong {
  color: #213027;
  font-size: 0.98rem;
  line-height: 1.1;
}

.paper-slip-dock small {
  color: rgba(46, 52, 49, 0.68);
  font-size: 0.78rem;
  font-weight: 850;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paper-slip-dock strong {
  justify-self: end;
}

.paper-slip-dock-toggle {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(46, 52, 49, 0.16);
  border-radius: 999px;
  color: #213027;
  background: rgba(255, 255, 255, 0.62);
  font: inherit;
  font-size: 1rem;
  font-weight: 950;
  cursor: pointer;
}

.paper-slip-dock-open, .paper-slip-dock-clear {
  display: inline-grid;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid rgba(46, 52, 49, 0.14);
  border-radius: 999px;
  color: #213027;
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
  font-weight: 950;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.paper-slip-dock-open {
  color: #052318;
  background: #4edea3;
  border-color: rgba(5, 35, 24, 0.08);
}

.paper-slip-dock-clear {
  cursor: pointer;
}

.paper-slip-dock-open:hover, .paper-slip-dock-clear:hover {
  transform: translateY(-1px);
}

.paper-slip-dock-toggle:hover {
  background: rgba(78, 222, 163, 0.2);
}

.paper-slip-dock-sheet {
  display: grid;
  gap: 12px;
  max-height: min(58vh, 560px);
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 18px;
  background: #f6f7f4;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.38);
}

.paper-slip-dock-sheet .paper-slip-pick-list {
  max-height: min(34vh, 320px);
  overflow: auto;
  padding-right: 2px;
}

.paper-slip-dock-actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.paper-slip-dock-actions .button, .paper-slip-dock-actions .ghost-button {
  min-height: 38px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.78rem;
  text-align: center;
}

.x-post-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.x-post-context-grid > div {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.x-post-expand {
  display: grid;
  gap: 10px;
}

.x-post-expand summary {
  width: fit-content;
  cursor: pointer;
  color: var(--mint);
  font-weight: 900;
}

.x-post-expand > div {
  display: grid;
  gap: 12px;
  padding: 12px 0 0;
}

.x-post-expand-body {
  max-width: 940px;
}

.x-post-mini-context {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.x-post-mini-context span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 750;
}

.x-post-mini-context b {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.timeline-unlock-strip {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.timeline-unlock-strip span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 10px;
  border: 1px solid rgba(123, 154, 184, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-unlock-strip .is-open {
  border-color: rgba(78, 222, 163, 0.25);
  background: rgba(78, 222, 163, 0.08);
}

.timeline-unlock-strip b {
  color: var(--ink);
  font-size: 0.76rem;
}

.timeline-unlock-strip small {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
}

.timeline-tier-stack {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}

.timeline-tier-panel {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(18, 39, 33, 0.86), rgba(9, 18, 17, 0.9)),
    radial-gradient(circle at 96% 0%, rgba(78, 222, 163, 0.12), transparent 34%);
}

.timeline-tier-standard {
  border-color: rgba(78, 222, 163, 0.22);
  background:
    linear-gradient(180deg, rgba(23, 49, 40, 0.92), rgba(10, 21, 18, 0.94)),
    radial-gradient(circle at 92% 0%, rgba(48, 199, 255, 0.12), transparent 34%);
}

.timeline-tier-founder, .timeline-tier-premium {
  background:
    linear-gradient(180deg, rgba(17, 33, 27, 0.94), rgba(8, 17, 15, 0.96)),
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.1), transparent 34%);
}

.timeline-tier-pro {
  background:
    linear-gradient(180deg, rgba(13, 29, 34, 0.95), rgba(8, 17, 18, 0.97)),
    radial-gradient(circle at 94% 4%, rgba(48, 199, 255, 0.1), transparent 35%);
}

.timeline-tier-pro-plus {
  background:
    linear-gradient(180deg, rgba(16, 24, 35, 0.95), rgba(8, 14, 24, 0.98)),
    radial-gradient(circle at 94% 4%, rgba(78, 222, 163, 0.1), transparent 34%);
}

.timeline-tier-locked {
  border-style: dashed;
  background: rgba(255, 255, 255, 0.032);
}

.timeline-tier-panel-head {
  display: flex;
  gap: 10px;
  align-items: start;
  justify-content: space-between;
}

.timeline-tier-panel-head span {
  color: var(--mint);
  font-size: 0.67rem;
  font-weight: 950;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.timeline-tier-panel-head strong {
  color: var(--ink);
  font-size: 0.98rem;
  line-height: 1.15;
  text-align: right;
}

.timeline-tier-panel p {
  margin: 0;
  color: rgba(220, 234, 242, 0.86);
  line-height: 1.48;
}

.timeline-tier-pills, .timeline-metric-tiles, .timeline-market-read-grid, .timeline-context-list {
  display: grid;
  gap: 8px;
}

.timeline-tier-pills {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.timeline-tier-pills span, .timeline-context-list span, .timeline-metric-tiles span, .timeline-market-read-grid span {
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.timeline-tier-pills span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 850;
}

.timeline-metric-tiles, .timeline-market-read-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.timeline-metric-tiles span, .timeline-market-read-grid span, .timeline-context-list span {
  display: grid;
  gap: 4px;
}

.timeline-metric-tiles b, .timeline-market-read-grid b, .timeline-context-list b {
  color: var(--muted-2);
  font-size: 0.66rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline-metric-tiles strong, .timeline-market-read-grid strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.15;
}

.timeline-market-read-grid small, .timeline-context-list span {
  color: var(--muted);
  line-height: 1.42;
}

.timeline-player-card-grid {
  display: grid;
  gap: 10px;
}

.timeline-player-card-grid section {
  display: grid;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-player-card-grid section > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.timeline-player-card-grid b {
  color: var(--ink);
}

.timeline-player-card-grid small {
  color: var(--muted);
  font-weight: 800;
}

.timeline-player-card-grid ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-player-card-grid .player-event-candidate {
  padding: 8px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.timeline-tier-loading {
  padding: 12px;
  border: 1px solid rgba(78, 222, 163, 0.18);
  border-radius: 14px;
  color: var(--muted);
  background: rgba(78, 222, 163, 0.055);
  font-weight: 850;
}

.x-swipe-note {
  color: var(--muted-2);
  font-size: 0.82rem;
}

.x-bottom-nav {
  position: sticky;
  z-index: 40;
  bottom: 18px;
  margin: 28px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(44px, auto));
  gap: 5px;
  width: min(720px, calc(100vw - 24px));
  padding: 8px;
  border: 1px solid rgba(123, 154, 184, 0.18);
  border-radius: 22px;
  background: rgba(7, 14, 22, 0.92);
  backdrop-filter: blur(22px) saturate(130%);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.34);
}

.x-bottom-nav a, .x-bottom-nav button {
  display: grid;
  place-items: center;
  min-height: 42px;
  border: 0;
  border-radius: 15px;
  color: var(--muted);
  background: transparent;
  text-decoration: none;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.x-bottom-nav a:hover, .x-bottom-nav button:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.07);
}

.dashboard-card {
  flex: 1 1 420px;
  min-width: min(100%, 420px);
  display: grid;
  gap: 16px;
}

.compute-panel {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 14px;
  padding: 20px 22px;
  border-radius: 22px;
  border: 1px solid rgba(123, 154, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    rgba(7, 16, 25, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    inset 0 -1px 0 rgba(0, 0, 0, 0.14),
    0 18px 36px rgba(0, 0, 0, 0.2);
}

.compute-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.12), transparent 68%);
}

.compute-panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -42% 42%;
  height: 160px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.14), transparent 62%);
  pointer-events: none;
}

.compute-panel-empty {
  min-height: 196px;
  align-content: center;
}

.compute-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.compute-panel-copy {
  display: grid;
  gap: 8px;
  max-width: 48rem;
}

.compute-panel-copy h3 {
  margin: 0;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  letter-spacing: -0.04em;
}

.compute-panel-pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid rgba(61, 217, 176, 0.18);
  background: rgba(61, 217, 176, 0.08);
  color: var(--signal-mint);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.compute-panel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 rgba(61, 217, 176, 0.3);
  animation: compute-dot-pulse 1.9s ease-in-out infinite;
}

.compute-panel-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--muted-1);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.compute-panel-rows {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.compute-row {
  display: grid;
  gap: 8px;
  padding: 13px 14px;
  border-radius: 18px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.008)),
    rgba(255, 255, 255, 0.018);
  opacity: 0.72;
  transform: translateY(4px);
  animation: compute-row-cycle 8s cubic-bezier(0.32, 0.72, 0, 1) infinite;
  animation-delay: calc(var(--compute-index, 0) * 0.95s);
}

.compute-row-deploy {
  border-color: rgba(61, 217, 176, 0.18);
}

.compute-row-observe {
  border-color: rgba(217, 184, 107, 0.16);
}

.compute-row-pass, .compute-row-monitor {
  border-color: rgba(107, 122, 143, 0.16);
}

.compute-row-top, .compute-row-read, .compute-row-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.compute-row-meta, .compute-row-foot {
  color: var(--muted);
  font-size: 0.8rem;
}

.compute-row-fixture {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  letter-spacing: -0.03em;
}

.compute-row-team {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.compute-row-team-home {
  margin-right: auto;
}

.compute-row-team-away {
  margin-left: auto;
}

.compute-market-track {
  position: relative;
  overflow: hidden;
  display: flex;
  height: 7px;
  border-radius: 999px;
  background: rgba(107, 122, 143, 0.14);
}

.compute-market-bar {
  height: 100%;
  transition: width 220ms cubic-bezier(0.32, 0.72, 0, 1);
}

.compute-market-bar-active {
  background: linear-gradient(90deg, rgba(48, 199, 255, 0.88), rgba(78, 222, 163, 0.9));
}

.compute-market-bar-opposition {
  background: rgba(107, 122, 143, 0.48);
}

@keyframes compute-dot-pulse {
  0%,
  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(61, 217, 176, 0.24);
  }

  50% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(61, 217, 176, 0);
  }
}

@keyframes compute-row-cycle {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(4px);
    box-shadow: none;
  }

  18%,
  42% {
    opacity: 1;
    transform: translateY(0);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.035),
      0 10px 24px rgba(0, 0, 0, 0.18);
  }
}

.dashboard-card-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: start;
}

.dashboard-teamline {
  margin-top: 12px;
}

.dashboard-card-priority {
  min-width: 120px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(123, 154, 184, 0.12);
}

.dashboard-route {
  margin-top: 8px;
  font-size: 1.05rem;
}

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

.dashboard-telegram-preview {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.12);
  background: linear-gradient(180deg, rgba(11, 18, 29, 0.75), rgba(9, 16, 26, 0.82));
}

.dashboard-telegram-preview pre {
  margin: 0;
  white-space: pre-wrap;
  font: inherit;
  color: var(--muted);
  line-height: 1.5;
}

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

.checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.95rem;
}

.checkbox-row input {
  accent-color: var(--accent);
}

.field-label {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.text-input {
  width: 100%;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(123, 154, 184, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: var(--ink);
  font: inherit;
  resize: vertical;
}

.text-input:focus {
  outline: 2px solid rgba(92, 200, 232, 0.14);
  border-color: rgba(92, 200, 232, 0.28);
}

.loading {
  position: relative;
  display: grid;
  place-items: stretch;
  min-height: 48vh;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 30px;
  background:
    radial-gradient(circle at 78% 10%, rgba(88, 224, 196, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(8, 19, 16, 0.96));
  color: var(--muted);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 28px 78px rgba(0, 0, 0, 0.26);
}

.loading-shell {
  gap: 22px;
  place-items: stretch;
  align-content: center;
}

.loading-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  text-align: left;
}

.loading-copy strong {
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  letter-spacing: -0.04em;
  color: var(--ink);
}

.loading-copy p {
  max-width: 52rem;
  margin: 0;
  color: var(--muted-1);
  line-height: 1.55;
}

.loading-skeleton-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.loading-skeleton-card {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012)),
    rgba(7, 17, 15, 0.42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 12px 24px rgba(0, 0, 0, 0.12);
}

.loading-skeleton-pill, .loading-skeleton-line {
  position: relative;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.loading-skeleton-pill {
  width: 96px;
  height: 12px;
}

.loading-skeleton-line {
  height: 11px;
}

.loading-skeleton-line-lg {
  width: 82%;
}

.loading-skeleton-line-md {
  width: 68%;
}

.loading-skeleton-line-sm {
  width: 54%;
}

.loading-skeleton-line-xs {
  width: 38%;
}

.loading::before, .reference-loading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 15%, rgba(255, 255, 255, 0.06) 48%, transparent 82%);
  transform: translateX(-100%);
  animation: shimmer-pass 1.8s ease-in-out infinite;
}

.loading-skeleton-pill::before, .loading-skeleton-line::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 12%, rgba(255, 255, 255, 0.14) 48%, transparent 84%);
  transform: translateX(-100%);
  animation: shimmer-pass 1.8s ease-in-out infinite;
}

.reference-loading {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(107, 122, 143, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: var(--signal-slate);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

@keyframes shimmer-pass {
  0% {
    transform: translateX(-100%);
  }

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

.proof-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
}

.proof-strip-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.founder-proof-section {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 0%, rgba(78, 222, 163, 0.13), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(246, 179, 109, 0.11), transparent 30%),
    linear-gradient(180deg, rgba(10, 22, 28, 0.96), rgba(8, 17, 20, 0.98));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.founder-proof-head {
  margin: 0;
}

.founder-proof-head h2 {
  font-size: clamp(2rem, 4vw, 4.2rem);
  line-height: 0.95;
  letter-spacing: 0;
}

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

.founder-proof-headline-grid .proof-tile {
  min-height: 168px;
  border-color: rgba(78, 222, 163, 0.22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.026)),
    rgba(5, 15, 18, 0.72);
}

.founder-proof-headline-grid .proof-tile strong {
  margin-top: 12px;
  color: var(--mint);
  font-size: clamp(2rem, 4.6vw, 3.8rem);
  line-height: 0.9;
}

.founder-league-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.founder-league-proof-details {
  display: grid;
  gap: 14px;
}

.founder-league-proof-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(78, 222, 163, 0.2);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(78, 222, 163, 0.08), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.03);
  color: var(--ink);
  cursor: pointer;
  list-style: none;
}

.founder-league-proof-details > summary::-webkit-details-marker {
  display: none;
}

.founder-league-proof-details > summary span {
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-league-proof-details > summary small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
  text-align: right;
}

.founder-league-proof-details[open] > summary {
  border-color: rgba(78, 222, 163, 0.32);
}

.founder-league-proof-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(123, 154, 184, 0.16);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.035);
}

.founder-league-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(123, 154, 184, 0.14);
}

.founder-league-proof-head strong {
  display: block;
  margin-top: 6px;
  color: var(--ink);
  font-size: clamp(1.9rem, 3.5vw, 3.15rem);
  line-height: 0.9;
  letter-spacing: 0;
}

.founder-league-proof-head > span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: right;
}

.founder-league-proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 12px;
}

.founder-league-proof-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 34px;
  padding: 7px 9px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.12);
}

.founder-league-proof-row span {
  min-width: 0;
  overflow: hidden;
  color: rgba(220, 234, 242, 0.86);
  font-size: 0.78rem;
  font-weight: 780;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.founder-league-proof-row strong {
  color: var(--mint);
  font-size: 0.84rem;
  line-height: 1;
  letter-spacing: 0;
}

.founder-product-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.founder-product-proof-strip article {
  display: grid;
  gap: 5px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(246, 179, 109, 0.18);
  border-radius: var(--radius-sm);
  background:
    linear-gradient(135deg, rgba(246, 179, 109, 0.08), rgba(78, 222, 163, 0.035)),
    rgba(255, 255, 255, 0.026);
}

.founder-product-proof-strip-primary article {
  min-height: 132px;
  border-color: rgba(78, 222, 163, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 222, 163, 0.1), transparent 42%),
    linear-gradient(135deg, rgba(246, 179, 109, 0.08), rgba(78, 222, 163, 0.055)),
    rgba(255, 255, 255, 0.03);
}

.founder-product-proof-strip strong {
  color: var(--ink);
  font-size: 1.62rem;
  line-height: 1;
  letter-spacing: 0;
}

.founder-product-proof-strip-primary strong {
  color: var(--mint);
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.founder-product-proof-strip span:last-child {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 780;
}

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

.launch-capability-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 10px;
}

.freshness-panel {
  display: grid;
  gap: 16px;
}

.freshness-grid .signal-cell {
  min-height: 112px;
}

.capability-pill {
  display: grid;
  gap: 4px;
  min-height: 76px;
  padding: 13px 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.capability-pill strong {
  font-size: 0.96rem;
}

.capability-pill span {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.proof-market-split {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 12px;
}

.proof-market-split-card {
  display: grid;
  gap: 6px;
  min-height: 104px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.proof-market-split-card strong {
  font-size: 1.35rem;
}

.proof-tile strong {
  display: block;
  margin-top: 8px;
  font-size: 1.95rem;
  letter-spacing: -0.04em;
}

.sample-board {
  display: grid;
  gap: 12px;
}

.deployment-stack {
  align-content: start;
}

.system-stack {
  display: grid;
  gap: 12px;
}

.system-row {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: linear-gradient(180deg, rgba(18, 28, 24, 0.98), rgba(11, 19, 16, 0.98));
}

.system-row strong {
  display: block;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.system-row p {
  margin: 0;
  line-height: 1.5;
}

.system-row-founder {
  border-color: rgba(78, 222, 163, 0.24);
  box-shadow: inset 4px 0 0 rgba(78, 222, 163, 0.9);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.14), transparent 36%),
    linear-gradient(180deg, rgba(18, 31, 25, 0.99), rgba(11, 19, 16, 0.99));
}

.system-row-soon {
  border-color: rgba(246, 179, 109, 0.22);
  box-shadow: inset 4px 0 0 rgba(246, 179, 109, 0.84);
}

.button-small {
  min-height: 42px;
  width: fit-content;
  padding: 0 16px;
  font-size: 0.9rem;
}

.launch-hero {
  position: relative;
  align-items: start;
  grid-template-columns: minmax(0, 0.6fr) minmax(360px, 0.4fr);
  gap: clamp(24px, 4vw, 56px);
  min-height: clamp(640px, 72vh, 820px);
  padding: clamp(56px, 6vw, 88px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 74% 23%, rgba(88, 224, 196, 0.16), transparent 30%),
    radial-gradient(ellipse at 78% 2%, rgba(244, 255, 251, 0.12), transparent 18%),
    radial-gradient(ellipse at 54% 0%, rgba(88, 224, 196, 0.09), transparent 16%),
    radial-gradient(ellipse at 50% 100%, rgba(157, 255, 232, 0.08), transparent 34%),
    radial-gradient(circle at 14% 0%, rgba(157, 255, 232, 0.11), transparent 26%),
    linear-gradient(135deg, rgba(7, 17, 15, 1), rgba(11, 31, 26, 0.98) 52%, rgba(3, 11, 15, 1));
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.42);
}

.launch-hero::before, .launch-hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.launch-hero::before {
  inset: 0;
  background:
    linear-gradient(rgba(157, 255, 232, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.038) 1px, transparent 1px),
    linear-gradient(115deg, transparent 0 44%, rgba(157, 255, 232, 0.035) 44.2% 44.6%, transparent 44.8% 100%),
    linear-gradient(90deg, transparent 49.7%, rgba(157, 255, 232, 0.085) 50%, transparent 50.3%),
    linear-gradient(0deg, transparent 0 72%, rgba(157, 255, 232, 0.06) 72.2% 72.6%, transparent 72.8% 100%),
    radial-gradient(ellipse at 50% 50%, transparent 0 20%, rgba(157, 255, 232, 0.085) 20.3% 20.8%, transparent 21.2%);
  background-size: 72px 72px, 72px 72px, 180px 180px, 100% 100%, 100% 100%, 52% 62%;
  background-position: center;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.24));
  animation: home-hero-data-drift 18s linear infinite;
}

.launch-hero::after {
  right: -10%;
  bottom: -22%;
  width: 55%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(88, 224, 196, 0.13), transparent 64%);
  filter: blur(4px);
}

@keyframes home-hero-data-drift {
  from {
    background-position: center, center, 0 0, center, center, center;
  }

  to {
    background-position: center, center, 180px 180px, center, center, center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .launch-hero::before {
    animation: none;
  }

  .og-flow-input-chip, .og-flow-action-chip, .og-flow-checks span, .og-flow-engine::after, .og-flow-proof-loop b::after, .og-flow-stream {
    animation: none;
  }

  .og-flow-input-chip, .og-flow-action-chip, .og-flow-checks span {
    transform: none;
  }

  .og-flow-input-chip, .og-flow-action-chip, .og-flow-checks span {
    animation: og-reduced-pulse 2.8s ease-in-out infinite;
  }

  .og-flow-input-chip:nth-child(2), .og-flow-action-chip:nth-child(2), .og-flow-checks span:nth-child(2) {
    animation-delay: 0.45s;
  }

  .og-flow-input-chip:nth-child(3), .og-flow-action-chip:nth-child(3), .og-flow-checks span:nth-child(3) {
    animation-delay: 0.9s;
  }

  .og-flow-engine::after {
    animation: og-reduced-pulse 3.2s ease-in-out infinite;
  }
}

.launch-hero-main, .launch-founder-side {
  position: relative;
  z-index: 1;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.launch-hero-main {
  min-height: 0;
  align-content: start;
  padding: 0;
}

.launch-hero-main::after {
  display: none;
}

.launch-hero-copy {
  max-width: 760px;
  gap: clamp(18px, 2vw, 26px);
}

.launch-system-title {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  max-width: 100%;
  color: #9dffe8;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.launch-system-title span:last-child {
  min-width: 0;
  overflow-wrap: anywhere;
}

.launch-brand-text {
  display: grid;
  gap: 2px;
}

.launch-brand-text strong, .launch-brand-text small {
  display: block;
}

.launch-brand-text small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.11em;
}

.launch-brand-mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 12px 34px rgba(88, 224, 196, 0.2);
  font-size: 0.86rem;
  letter-spacing: 0;
}

.hero-main .launch-title {
  display: grid;
  gap: 8px;
  max-width: 13ch;
  color: #f4fffb;
  font-size: clamp(2.92rem, 4.45vw, 4.45rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-main .launch-title span {
  display: block;
  color: inherit;
}

.no-wrap {
  display: inline-block;
  color: inherit;
  white-space: nowrap;
}

.launch-title .no-wrap {
  color: inherit;
}

.launch-proof-lines {
  max-width: 650px;
  color: #d8ebe6;
  font-size: clamp(1.05rem, 1.32vw, 1.28rem);
  line-height: 1.52;
}

.launch-proof-lines strong {
  font-weight: 650;
}

.launch-edge-line {
  display: block;
  color: var(--ink);
  font-size: clamp(1.42rem, 2vw, 2.1rem);
  font-weight: 920;
  line-height: 1.12;
}

.hero-proof-stack {
  max-width: 680px;
}

.hero-proof-ticker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.hero-proof-ticker span {
  min-height: 74px;
  padding: 0 0 0 18px;
  border: 0;
  border-left: 1px solid rgba(157, 255, 232, 0.24);
  border-radius: 0;
  color: #b8c9c4;
  background: transparent;
  box-shadow: none;
  font-size: 0.86rem;
  line-height: 1.32;
}

.hero-proof-ticker strong {
  color: #9dffe8;
  font-size: clamp(1.55rem, 2vw, 2.05rem);
}

.launch-hero-actions {
  gap: 14px;
  margin-top: 4px;
}

.button-large {
  min-height: 62px;
  padding: 0 28px;
  border-radius: 16px;
  font-size: 1.04rem;
  font-weight: 900;
}

.launch-hero .ghost-button {
  min-height: 62px;
  padding: 0 26px;
  border-radius: 16px;
  border-color: rgba(157, 255, 232, 0.24);
  background: rgba(244, 255, 251, 0.055);
}

.launch-hero .ghost-button:hover, .launch-hero .ghost-button:focus-visible {
  border-color: rgba(157, 255, 232, 0.5);
  background: rgba(157, 255, 232, 0.11);
}

.launch-hero .footer-note {
  max-width: 560px;
  color: #8ea29c;
  font-size: 0.86rem;
  line-height: 1.5;
}

.launch-founder-side {
  display: grid;
  align-items: start;
  padding: 0;
}

.launch-capabilities-section {
  padding: clamp(28px, 4vw, 46px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 10% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.78), rgba(7, 17, 15, 0.36));
}

.xog-pill {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  color: #f4fffb;
  background: rgba(244, 255, 251, 0.075);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.12);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.xog-pill-premium, .xog-pill-strong {
  color: #04110e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 10px 24px rgba(88, 224, 196, 0.18);
}

.xog-pill-candidate {
  color: #9dffe8;
  background: rgba(88, 224, 196, 0.1);
}

.xog-pill-watch {
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.08);
}

.xog-pill-avoid {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.12);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.16);
}

.xog-signal-card {
  display: grid;
  grid-template-columns: minmax(150px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: clamp(18px, 2vw, 24px);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.055), rgba(244, 255, 251, 0.025));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.xog-signal-card-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.045), rgba(244, 255, 251, 0.02));
}

.xog-signal-head, .xog-signal-main {
  display: grid;
  gap: 8px;
  align-content: start;
}

.xog-signal-head strong {
  color: #f4fffb;
  font-size: clamp(1.45rem, 2vw, 2.05rem);
  line-height: 1;
  text-transform: uppercase;
}

.xog-signal-head span:last-child {
  color: #b8c9c4;
  font-size: 0.9rem;
  font-weight: 800;
}

.xog-signal-main > span {
  color: #9dffe8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.xog-signal-main strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.4vw, 1.42rem);
  line-height: 1.15;
}

.xog-signal-main p {
  margin: 0;
  color: #b8c9c4;
  line-height: 1.5;
}

.xog-signal-chip-row {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.xog-signal-chip-row span {
  min-height: 32px;
  padding: 7px 11px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.fixture-xog-verdict-section {
  margin-top: clamp(-12px, -1vw, -4px);
}

.fixture-xog-verdict {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.42fr);
  gap: clamp(20px, 3vw, 34px);
  align-items: stretch;
  padding: clamp(24px, 3vw, 36px);
  border-radius: 28px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-xog-verdict-avoid {
  background:
    radial-gradient(circle at 100% 0%, rgba(246, 179, 109, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.98), rgba(8, 18, 16, 0.98));
  box-shadow: 0 24px 78px rgba(0, 0, 0, 0.32), inset 0 0 0 1px rgba(246, 179, 109, 0.14);
}

.fixture-xog-verdict-main {
  display: grid;
  align-content: center;
  gap: 14px;
}

.fixture-xog-verdict-main h2 {
  max-width: 18ch;
  margin: 0;
  color: #f4fffb;
  font-size: clamp(2rem, 3vw, 3.35rem);
  line-height: 1;
  letter-spacing: 0;
}

.fixture-xog-verdict-main p {
  max-width: 720px;
  margin: 0;
  color: #b8c9c4;
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  line-height: 1.5;
}

.fixture-xog-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.fixture-xog-chip-row span {
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.075);
  font-size: 0.84rem;
  font-weight: 850;
  line-height: 1.2;
}

.fixture-tier-summary {
  display: grid;
  gap: 12px;
  max-width: 760px;
  padding: 17px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(244, 255, 251, 0.06), rgba(244, 255, 251, 0.026));
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
}

.fixture-tier-summary-premium, .fixture-tier-summary-pro {
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(25, 51, 43, 0.58), rgba(244, 255, 251, 0.026));
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.16),
    0 18px 48px rgba(0, 0, 0, 0.14);
}

.fixture-tier-summary-head {
  display: grid;
  gap: 6px;
}

.fixture-tier-summary-head strong {
  color: #f4fffb;
  font-size: clamp(1.12rem, 1.5vw, 1.38rem);
  line-height: 1.18;
}

.fixture-tier-summary p {
  margin: 0;
  color: #d8ebe6;
  font-size: 0.98rem;
  line-height: 1.55;
}

.fixture-tier-summary-bullets {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fixture-tier-summary-bullets span {
  min-height: 30px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.075);
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.2;
}

.fixture-tier-summary small {
  color: #78908a;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.35;
}

.fixture-telegram-template {
  display: grid;
  gap: 9px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(7, 17, 15, 0.42);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-telegram-template summary {
  cursor: pointer;
  color: #9dffe8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fixture-telegram-template pre {
  overflow-x: auto;
  margin: 10px 0 0;
  white-space: pre-wrap;
  color: #d8ebe6;
  font: 800 0.84rem/1.55 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

.fixture-proof-badge {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 12px;
  align-items: center;
  max-width: 560px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.fixture-proof-badge span, .fixture-proof-badge small {
  color: #b8c9c4;
  font-size: 0.78rem;
  font-weight: 860;
  line-height: 1.3;
}

.fixture-proof-badge span {
  color: #9dffe8;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-proof-badge strong {
  color: #f4fffb;
  font-size: 1rem;
  line-height: 1.15;
}

.fixture-proof-badge small {
  grid-column: 1 / -1;
}

.fixture-proof-badge-deploy, .fixture-proof-badge-watch {
  background: rgba(88, 224, 196, 0.08);
  box-shadow: inset 0 0 0 1px rgba(88, 224, 196, 0.18);
}

.fixture-proof-badge-pending {
  background: rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-market-switcher {
  display: grid;
  gap: 12px;
  margin-top: 2px;
  padding: 14px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.05), rgba(244, 255, 251, 0.018)),
    rgba(7, 17, 15, 0.56);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
}

.fixture-market-card-section > .fixture-market-switcher {
  margin: 0 0 16px;
}

.fixture-market-switcher-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: end;
}

.fixture-market-switcher-head small {
  color: #b8c9c4;
  font-size: 0.82rem;
  font-weight: 760;
  line-height: 1.35;
}

.fixture-market-switcher-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-market-switch-chip {
  display: grid;
  gap: 5px;
  min-height: 92px;
  align-content: center;
  padding: 13px;
  border-radius: 17px;
  color: #d8ebe6;
  background: rgba(244, 255, 251, 0.055);
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.09);
  transition:
    transform 160ms ease,
    background 160ms ease,
    box-shadow 160ms ease;
}

.fixture-market-switch-chip:hover, .fixture-market-switch-chip:focus-visible {
  transform: translateY(-2px);
  background: rgba(88, 224, 196, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(88, 224, 196, 0.24),
    0 16px 34px rgba(0, 0, 0, 0.2);
}

.fixture-market-switch-chip.is-active, .fixture-market-switch-chip[aria-current="true"] {
  color: #06110f;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow:
    inset 0 0 0 1px rgba(157, 255, 232, 0.35),
    0 18px 42px rgba(88, 224, 196, 0.18);
}

.fixture-market-switch-chip span, .fixture-market-switch-chip small {
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fixture-market-switch-chip small {
  color: inherit;
  opacity: 0.74;
}

.fixture-market-switch-chip strong {
  color: inherit;
  font-size: clamp(1.04rem, 1.4vw, 1.36rem);
  line-height: 1;
}

.fixture-market-switch-chip-avoid:not(.is-active) {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.08);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-market-switch-chip-candidate:not(.is-active), .fixture-market-switch-chip-strong:not(.is-active), .fixture-market-switch-chip-premium:not(.is-active) {
  color: #9dffe8;
  background: rgba(88, 224, 196, 0.08);
}

.fixture-clarity-notice {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-clarity-notice span {
  color: #9dffe8;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.fixture-clarity-notice strong {
  color: #f4fffb;
  font-size: 0.96rem;
  line-height: 1.3;
}

.fixture-clarity-notice small {
  color: #b8c9c4;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.45;
}

.fixture-clarity-notice-avoid {
  background: rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.13);
}

.fixture-xog-verdict-metrics {
  display: grid;
  gap: 10px;
}

.fixture-xog-verdict-metrics > div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.055);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.fixture-xog-verdict-metrics span {
  color: #78908a;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fixture-xog-verdict-metrics strong {
  color: #f4fffb;
  font-size: clamp(1.18rem, 1.6vw, 1.6rem);
  line-height: 1.05;
  text-transform: uppercase;
}

.fixture-xog-verdict-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.fixture-xog-verdict-actions .button, .fixture-xog-verdict-actions .ghost-button {
  min-height: 50px;
  border-radius: 14px;
}

.founder-proof-section {
  gap: 28px;
  margin-top: 0;
  padding: clamp(30px, 4vw, 52px);
  border: 0;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 0%, rgba(88, 224, 196, 0.14), transparent 34%),
    radial-gradient(circle at 98% 8%, rgba(246, 179, 109, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(11, 23, 20, 0.98), rgba(7, 17, 15, 0.98));
  box-shadow: 0 28px 84px rgba(0, 0, 0, 0.32);
}

.founder-proof-head h2 {
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: 0;
}

.launch-capability-panel {
  gap: 20px;
}

.launch-capability-grid {
  gap: 14px;
}

.capability-pill {
  min-height: 92px;
  padding: 18px;
  border: 0;
  background: rgba(244, 255, 251, 0.052);
}

.capability-pill strong {
  color: #f4fffb;
  font-size: 1.08rem;
}

.capability-pill span {
  color: #b8c9c4;
  font-size: 0.86rem;
  line-height: 1.45;
}

.ladder-card {
  padding: 18px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: linear-gradient(180deg, rgba(18, 28, 24, 0.98), rgba(11, 19, 16, 0.98));
}

.ladder-card strong {
  display: block;
  margin: 10px 0 8px;
  font-size: 1.18rem;
  letter-spacing: -0.03em;
}

.ladder-card p {
  margin: 0;
  line-height: 1.55;
}

.ladder-card-elite {
  border-color: rgba(78, 222, 163, 0.26);
  box-shadow: inset 4px 0 0 rgba(78, 222, 163, 0.95);
}

.ladder-card-standard {
  border-color: rgba(48, 199, 255, 0.22);
  box-shadow: inset 4px 0 0 rgba(48, 199, 255, 0.85);
}

.ladder-card-soon {
  border-color: rgba(246, 179, 109, 0.22);
  box-shadow: inset 4px 0 0 rgba(246, 179, 109, 0.88);
}

.sample-board-head, .dashboard-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.sample-board-grid {
  display: grid;
  gap: 12px;
}

.sample-row {
  display: grid;
  grid-template-columns: 1.4fr auto;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(123, 154, 184, 0.1);
  background: rgba(255, 255, 255, 0.025);
}

.sample-row strong {
  font-size: 1rem;
}

.sample-row-meta {
  display: grid;
  gap: 6px;
}

.sample-row-side {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.data-stack {
  display: grid;
  gap: 10px;
}

.data-stack strong {
  font-size: 1.1rem;
}

.dashboard-shell, .results-highlight, .premium-offer, .offer-grid {
  display: grid;
  gap: 14px;
}

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

.results-highlight--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.results-highlight .panel {
  position: relative;
  overflow: hidden;
  min-height: 150px;
}

.results-highlight .panel::after {
  content: "";
  position: absolute;
  inset: auto -12% -32% 28%;
  height: 160px;
  background: radial-gradient(circle, rgba(78, 222, 163, 0.13), transparent 64%);
  pointer-events: none;
}

.results-highlight .panel strong {
  font-size: 2.2rem;
}

.verified-proof-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(88, 224, 196, 0.14);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 76% 20%, rgba(88, 224, 196, 0.16), transparent 28%),
    radial-gradient(circle at 14% 0%, rgba(48, 199, 255, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.94), rgba(7, 17, 15, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 34px 90px rgba(0, 0, 0, 0.34);
}

.verified-proof-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.32;
  background:
    linear-gradient(rgba(157, 255, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(157, 255, 232, 0.06) 1px, transparent 1px);
  background-size: 72px 72px, 72px 72px;
  mask-image: radial-gradient(circle at 78% 34%, rgba(0, 0, 0, 0.88), transparent 70%);
}

.verified-proof-hero .hero-main, .verified-proof-hero .hero-side {
  position: relative;
  z-index: 1;
}

.verified-proof-hero .hero-main {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.verified-proof-hero .hero-side {
  border-color: rgba(157, 255, 232, 0.14);
  background:
    linear-gradient(180deg, rgba(25, 51, 43, 0.84), rgba(11, 23, 20, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 60px rgba(0, 0, 0, 0.22);
}

.verified-proof-kpis .results-highlight .panel {
  min-height: 132px;
  padding: 24px;
  border-color: rgba(130, 255, 220, 0.1);
  background:
    linear-gradient(180deg, rgba(20, 39, 32, 0.9), rgba(12, 24, 20, 0.96));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.2);
}

.verified-proof-kpis .results-highlight .panel strong {
  font-size: clamp(1.95rem, 3vw, 2.55rem);
}

.market-proof-card {
  position: relative;
  overflow: hidden;
}

.market-proof-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.16);
}

.market-proof-card--good::before {
  background: var(--mint);
  box-shadow: 0 0 16px rgba(78, 222, 163, 0.42);
}

.market-proof-card--warn::before {
  background: var(--warning);
  box-shadow: 0 0 16px rgba(246, 179, 109, 0.35);
}

.market-proof-card--bad::before {
  background: var(--danger);
  box-shadow: 0 0 16px rgba(255, 139, 139, 0.32);
}

.market-proof-card--neutral::before {
  background: rgba(255, 255, 255, 0.18);
}

.verified-proof-card {
  display: grid;
  gap: 10px;
  min-height: 184px;
  padding: 24px;
  border-color: rgba(130, 255, 220, 0.09);
  background:
    radial-gradient(circle at 86% 12%, rgba(88, 224, 196, 0.1), transparent 32%),
    linear-gradient(180deg, rgba(20, 39, 32, 0.94), rgba(10, 20, 17, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 64px rgba(0, 0, 0, 0.22);
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.verified-proof-card:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 224, 196, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 28px 72px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(88, 224, 196, 0.08);
}

.verified-proof-card::before {
  width: 3px;
}

.verified-proof-card-label {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.verified-proof-card strong {
  margin-top: 6px;
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.verified-proof-card-row {
  color: var(--ink);
  font-weight: 800;
}

.verified-proof-card-meta {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.verified-proof-ledger-section .section-head, .verified-proof-source-section .section-head, .verified-proof-market-section .section-head {
  margin-bottom: 18px;
}

.verified-proof-ledger-section .public-result-row {
  border-color: rgba(130, 255, 220, 0.12);
  background:
    linear-gradient(135deg, rgba(18, 34, 29, 0.94), rgba(9, 18, 16, 0.98));
}

.verified-proof-caveats .state-panel {
  border-color: rgba(246, 179, 109, 0.18);
  background:
    radial-gradient(circle at 90% 14%, rgba(246, 179, 109, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(20, 34, 29, 0.92), rgba(10, 20, 17, 0.98));
}

.proof-graph-panel {
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.18);
  background:
    linear-gradient(180deg, rgba(25, 37, 31, 0.98), rgba(15, 23, 19, 0.99));
  box-shadow: var(--shadow);
}

.proof-graph-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 18px;
}

.proof-graph-head h2 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  letter-spacing: -0.05em;
}

.chart-legend {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.84rem;
}

.chart-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.legend-dot-live {
  background: var(--mint);
  box-shadow: 0 0 14px rgba(78, 222, 163, 0.5);
}

.proof-chart-shell {
  padding: 18px 18px 12px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.12);
  background:
    linear-gradient(180deg, rgba(10, 16, 28, 0.86), rgba(10, 16, 28, 0.5)),
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: auto, 100% 72px, 120px 100%;
}

.proof-chart {
  width: 100%;
  height: 300px;
}

.chart-baseline {
  stroke: rgba(255, 255, 255, 0.12);
  stroke-width: 2;
  stroke-dasharray: 8 10;
}

.chart-line {
  fill: none;
  stroke: url(#proofGlow);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 12px rgba(78, 222, 163, 0.22));
}

.chart-point {
  fill: var(--mint);
  stroke: rgba(6, 16, 24, 0.9);
  stroke-width: 3;
}

.chart-x-labels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.featured-proof-panel {
  border-color: rgba(78, 222, 163, 0.22);
  background:
    radial-gradient(circle at top right, rgba(78, 222, 163, 0.08), transparent 26%),
    linear-gradient(180deg, rgba(24, 38, 32, 0.96), rgba(13, 24, 19, 0.98));
}

.result-window-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.result-window-panel {
  position: relative;
  overflow: hidden;
}

.result-window-panel::after {
  content: "";
  position: absolute;
  inset: auto -20% -48% 35%;
  height: 190px;
  background: radial-gradient(circle, rgba(80, 212, 174, 0.14), transparent 68%);
  pointer-events: none;
}

.result-window-panel h3 {
  margin: 8px 0 10px;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  letter-spacing: 0;
}

.result-window-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.result-window-metrics span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(122, 148, 132, 0.14);
  background: rgba(255, 255, 255, 0.035);
}

.result-window-metrics strong {
  font-size: 1.28rem;
}

.result-window-metrics small {
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 800;
}

.public-result-list {
  display: grid;
  gap: 12px;
}

.public-result-row {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) minmax(160px, 0.75fr) minmax(150px, 0.65fr) minmax(180px, 0.8fr);
  gap: 16px;
  align-items: center;
  padding: 16px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background: linear-gradient(135deg, rgba(22, 39, 31, 0.9), rgba(12, 19, 17, 0.96));
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.public-result-row-won {
  border-color: rgba(80, 222, 163, 0.42);
  box-shadow:
    0 0 0 1px rgba(80, 222, 163, 0.2),
    0 0 24px rgba(80, 222, 163, 0.16),
    0 18px 52px rgba(40, 184, 130, 0.1);
}

.public-result-row-lost {
  border-color: rgba(255, 116, 82, 0.64);
  box-shadow:
    0 0 0 1px rgba(255, 116, 82, 0.22),
    0 0 28px rgba(255, 116, 82, 0.2),
    0 18px 52px rgba(246, 139, 109, 0.1);
}

.public-result-row-cashed {
  border-color: rgba(105, 202, 255, 0.48);
  box-shadow: 0 0 0 1px rgba(105, 202, 255, 0.12), 0 18px 52px rgba(105, 202, 255, 0.08);
}

.public-result-row-pending, .public-result-row-void {
  border-color: rgba(105, 145, 190, 0.28);
  box-shadow:
    0 0 0 1px rgba(105, 145, 190, 0.1),
    0 18px 52px rgba(48, 86, 135, 0.06);
}

.public-result-row-observe {
  background: linear-gradient(135deg, rgba(22, 35, 35, 0.84), rgba(12, 18, 18, 0.94));
}

.public-result-row-action-avoid {
  background:
    radial-gradient(circle at 78% 0%, rgba(246, 179, 109, 0.09), transparent 30%),
    linear-gradient(135deg, rgba(22, 35, 35, 0.84), rgba(12, 18, 18, 0.94));
}

.public-result-main {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.public-result-main strong, .public-result-pick strong, .public-result-action strong, .public-result-proof strong {
  display: block;
  font-size: 1.08rem;
}

.public-result-main p, .public-result-signal span, .public-result-pick span, .public-result-action span, .public-result-proof span {
  margin: 0;
}

.public-result-pick, .public-result-signal, .public-result-action, .public-result-proof {
  display: grid;
  gap: 4px;
}

.public-result-narrative {
  display: grid;
  grid-column: 1 / -1;
  gap: 6px;
  padding: 12px 14px;
  border-radius: 16px;
  color: var(--muted);
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.public-result-narrative p {
  margin: 0;
  color: var(--muted-strong);
  line-height: 1.5;
}

.public-result-proof-chip {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.2;
}

.public-result-proof-chip-included {
  color: #dfffee;
  background: rgba(80, 222, 163, 0.12);
  box-shadow: inset 0 0 0 1px rgba(80, 222, 163, 0.24);
}

.public-result-proof-chip-excluded {
  color: #ffd7ba;
  background: rgba(246, 179, 109, 0.1);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.18);
}

.results-public-hero-section, .results-public-principles-section, .results-public-validation-section, .results-public-states-section, .results-public-sample-section, .results-public-founder-section, .results-public-footer-note {
  position: relative;
}

.results-public-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.62fr);
  gap: clamp(18px, 4vw, 42px);
  align-items: stretch;
  min-height: min(720px, calc(100vh - 116px));
  padding: clamp(28px, 6vw, 72px);
  border: 1px solid rgba(221, 255, 241, 0.13);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(135deg, rgba(6, 12, 10, 0.98), rgba(12, 30, 24, 0.96) 58%, rgba(5, 10, 9, 0.99)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: auto, 96px 100%;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.results-public-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 28%),
    linear-gradient(120deg, transparent 0 56%, rgba(88, 224, 196, 0.09) 56% 57%, transparent 57% 100%);
  pointer-events: none;
}

.results-public-hero-copy, .results-public-proof-lock, .results-public-sample-card {
  position: relative;
  z-index: 1;
}

.results-public-hero-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.results-public-hero h1 {
  max-width: 880px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.results-public-lede, .results-public-trust, .results-public-sample-card p {
  max-width: 760px;
  margin: 0;
  color: var(--muted-strong);
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.62;
}

.results-public-campaign {
  max-width: 640px;
  margin: 0;
  color: var(--accent-2);
  font-size: clamp(1.18rem, 2.3vw, 1.7rem);
  font-weight: 900;
  line-height: 1.16;
}

.results-public-trust {
  color: var(--muted);
}

.results-public-proof-lock {
  align-self: end;
  display: grid;
  gap: 16px;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(221, 255, 241, 0.14);
  border-radius: var(--radius-md);
  background: rgba(4, 11, 9, 0.7);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.results-public-proof-lock strong {
  color: var(--ink);
  font-size: clamp(1.35rem, 2.4vw, 2.05rem);
  line-height: 1.05;
}

.results-public-proof-lock p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.results-public-section-head {
  margin-bottom: 18px;
}

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

.results-public-validation-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.results-public-principle-card, .results-public-validation-card, .results-public-state-row, .results-public-sample-card {
  border: 1px solid rgba(221, 255, 241, 0.12);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(20, 35, 29, 0.9), rgba(8, 16, 14, 0.98));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.results-public-principle-card, .results-public-validation-card {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 20px;
}

.results-public-principle-card > span {
  color: var(--accent-2);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.16em;
}

.results-public-principle-card strong, .results-public-state-row strong {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.2;
}

.results-public-principle-card p, .results-public-state-row p, .results-public-validation-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.results-public-validation-card strong {
  color: var(--ink);
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
}

.results-public-validation-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.results-public-state-list {
  display: grid;
  gap: 10px;
}

.results-public-state-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.35fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 18px 20px;
}

.results-public-sample-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(24px, 4vw, 38px);
}

.results-public-sample-card h2 {
  max-width: 720px;
  margin: 8px 0 10px;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 3.6rem);
  line-height: 0.98;
}

.results-public-sample-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.results-public-footer-note {
  padding-top: 0;
}

.results-public-footer-note p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.results-public-footer-note a {
  color: var(--accent-2);
}

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

  .results-public-proof-lock {
    align-self: stretch;
  }

  .results-public-principles-grid, .results-public-validation-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-public-sample-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .results-public-hero {
    min-height: auto;
    padding: 24px;
  }

  .results-public-hero h1 {
    font-size: clamp(2.55rem, 15vw, 4.2rem);
  }

  .results-public-principles-grid, .results-public-validation-grid {
    grid-template-columns: 1fr;
  }

  .results-public-state-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .results-public-sample-actions .button, .results-public-sample-actions .ghost-button {
    width: 100%;
  }
}

.results-proof-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
  gap: 24px;
  align-items: end;
  padding: clamp(22px, 4vw, 34px);
  border-color: rgba(130, 255, 220, 0.16);
  background:
    radial-gradient(circle at 82% 12%, rgba(88, 224, 196, 0.14), transparent 32%),
    radial-gradient(circle at 10% 0%, rgba(246, 179, 109, 0.08), transparent 34%),
    linear-gradient(135deg, rgba(16, 31, 27, 0.96), rgba(7, 17, 15, 0.99));
}

.results-proof-command h1 {
  max-width: 840px;
  margin: 8px 0 12px;
  color: var(--ink);
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.results-proof-command p {
  max-width: 820px;
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.results-proof-command-questions {
  margin-top: 12px !important;
  color: var(--accent-2) !important;
  font-weight: 850;
}

.results-proof-command-meta {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column: 1 / -1;
  gap: 10px;
}

.results-proof-command-meta span, .results-proof-card-fields span, .results-proof-compare-row span {
  display: grid;
  gap: 5px;
  padding: 13px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
  box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.08);
}

.results-proof-command-meta b {
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.3rem);
  line-height: 1;
}

.results-proof-command-meta small, .results-proof-card-fields small, .results-proof-compare-row small {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.results-proof-command-actions, .results-proof-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.results-proof-command-actions {
  grid-column: 1 / -1;
}

.results-proof-card-grid, .results-player-event-grid, .results-exclusion-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.results-proof-fixture-card, .results-player-event-card, .results-exclusion-card {
  display: grid;
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(122, 148, 132, 0.16);
  background:
    radial-gradient(circle at 90% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(18, 34, 29, 0.94), rgba(9, 18, 16, 0.98));
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.22);
}

.results-proof-fixture-card-excluded {
  border-color: rgba(246, 179, 109, 0.24);
  background:
    radial-gradient(circle at 90% 0%, rgba(246, 179, 109, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(28, 35, 27, 0.94), rgba(10, 18, 16, 0.98));
}

.results-proof-fixture-card-pending {
  border-color: rgba(105, 145, 190, 0.28);
}

.results-proof-card-head {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}

.results-proof-card-head strong {
  display: block;
  color: var(--ink);
  font-size: 1.22rem;
  line-height: 1.18;
}

.results-proof-card-head p, .results-player-event-card p, .results-exclusion-card p, .results-live-trail-row p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.results-proof-card-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.results-proof-card-fields b, .results-proof-compare-row b {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.28;
}

.results-proof-compare-list, .results-live-trail-list {
  display: grid;
  gap: 10px;
}

.results-proof-compare-row, .results-live-trail-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(4, minmax(140px, 0.7fr));
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: var(--radius-md);
  border: 1px solid rgba(122, 148, 132, 0.15);
  background: linear-gradient(135deg, rgba(18, 31, 27, 0.92), rgba(9, 18, 16, 0.98));
}

.results-proof-compare-row > strong {
  color: var(--ink);
  line-height: 1.2;
}

.results-live-trail-row {
  grid-template-columns: auto minmax(240px, 1fr) minmax(180px, 0.8fr) auto;
}

.results-exclusion-card strong, .results-player-event-card strong {
  color: var(--ink);
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  line-height: 1;
}

.results-filter-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto auto;
  gap: 12px;
  align-items: end;
}

.result-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  min-width: 76px;
  min-height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.result-status-pill-won {
  color: #dfffee;
  border-color: rgba(80, 222, 163, 0.52);
  background: rgba(80, 222, 163, 0.14);
}

.result-status-pill-lost {
  color: #ffd5c9;
  border-color: rgba(246, 139, 109, 0.52);
  background: rgba(246, 139, 109, 0.14);
}

.result-status-pill-cashed {
  color: #def4ff;
  border-color: rgba(105, 202, 255, 0.52);
  background: rgba(105, 202, 255, 0.13);
}

.result-status-pill-pending, .result-status-pill-void {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.04);
}

.tier-panel {
  position: relative;
  overflow: hidden;
}

.tier-panel::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.tier-elite::before {
  background: var(--mint);
  box-shadow: 0 0 16px rgba(78, 222, 163, 0.45);
}

.tier-standard::before {
  background: var(--teal);
  box-shadow: 0 0 16px rgba(48, 199, 255, 0.32);
}

.hero-main .proof-strip {
  margin-top: 22px;
}

.board-hero-copy {
  display: grid;
  gap: 10px;
}

.board-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.board-layout {
  display: grid;
  gap: 14px;
}

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

.cta-panel {
  display: grid;
  gap: 12px;
}

.hero-main .feature-list li, .hero-main .method-list li {
  background: rgba(255, 255, 255, 0.02);
}

.footer-note {
  margin-top: 18px;
  font-size: 0.92rem;
  line-height: 1.6;
}

code {
  color: var(--mint);
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    monospace;
}

@media (max-width: 1080px) {
  .hero, .split, .split-tight, .results-highlight, .result-window-grid {
    grid-template-columns: 1fr;
  }

  .results-highlight--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .premium-signal-preview {
    grid-template-columns: 1fr;
  }

  .premium-intelligence-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip, .stats-grid, .entity-surface-grid, .card-grid, .card-grid-compact, .dashboard-glance-grid, .dashboard-setup-grid, .followed-summary-grid, .account-command-grid, .alert-optin-grid, .fixture-market-card-grid, .fixture-player-event-grid, .fixture-tier-rail, .fixture-tier-gate, .proof-market-split, .locale-settings-grid, .delivery-control-grid, .device-trust-grid, .tier-visibility-grid, .locked-grid, .loading-skeleton-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-proof-headline-grid, .founder-league-proof-grid, .founder-product-proof-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proof-strip-home {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .launch-hero-main, .launch-founder-card {
    min-height: auto;
  }

  .launch-founder-side {
    padding: 0;
  }

  .fixture-stream-body-grid {
    grid-template-columns: 1fr;
  }

  .public-result-row {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .compute-panel-head, .compute-row-read, .compute-row-foot {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-detail-grid {
    grid-template-columns: 1fr;
  }

  .lineup-reference-grid, .lineup-empty-grid, .formation-pitch-grid, .formation-match-head, .fixture-rhythm-board, .standings-spotlight-grid, .fixture-prediction-section, .fixture-prediction-card-grid, .hero-verdict-strip, .intel-coverage-strip, .intel-coverage-grid, .market-posture-rail, .lineup-fallback-grid, .fixture-bench-list, .fixture-driver-grid, .fixture-market-suitability-grid, .fixture-player-metric-grid, .formation-mismatch-values, .team-form-results, .fixture-hero-media-section, .fixture-context-weather-section, .fixture-weather-card, .fixture-weather-metrics, .alert-optin-timing, .fixture-hero-score-row {
    grid-template-columns: 1fr;
  }

  .og-weather-badge-large {
    width: 108px;
    height: 108px;
    justify-self: start;
    border-radius: 28px;
  }

  .fixture-space-weather-head {
    align-items: flex-start;
  }

  .og-space-weather-badge {
    width: 108px;
    height: 108px;
    border-radius: 28px;
  }

  .og-space-weather-icon {
    width: 62px;
    height: 62px;
  }

  .fixture-faceoff-head, .fixture-faceoff-row, .fixture-player-matchup-head {
    grid-template-columns: 1fr;
  }

  .fixture-faceoff-head-away, .fixture-faceoff-side-away, .formation-match-team-away, .fixture-player-matchup-away {
    justify-content: flex-start;
    justify-items: start;
    text-align: left;
  }

  .fixture-rhythm-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .standings-reference-head, .standings-reference-row {
    grid-template-columns: 48px minmax(0, 1.5fr) 48px 54px 54px minmax(128px, 0.8fr);
  }

  .fixture-rhythm-balance {
    grid-template-columns: 1fr;
    align-items: flex-start;
  }

  .fixture-rhythm-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-faceoff-side-away {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .fixture-faceoff-side-away .fixture-faceoff-track {
    order: 2;
  }

  .fixture-faceoff-side-away strong {
    order: 1;
  }

  .hero-main h1 {
    max-width: none;
  }
}

@media (max-width: 780px) {
  html, body {
    width: 100%;
    max-width: 100%;
  }

  .site-shell {
    width: 100vw;
    max-width: 100vw;
    overflow-x: clip;
    padding: 14px 14px 28px;
  }

  #app, .topbar {
    width: calc(100vw - 28px);
  }

  #app, .app-view, .site-shell > main, .section, .panel, .hero-main, .hero-side, .prediction-card, .state-panel, .loading, .fixture-xog-verdict, .matches-feed-filters, .x-feed-shell, .account-command-card, .public-result-row {
    max-width: 100%;
    min-width: 0;
  }

  .site-shell > main, .app-view, .app-view > .hero, .app-view > .section {
    overflow-x: clip;
  }

  .matches-paywall-hero {
    grid-template-columns: 1fr;
    padding: 22px 18px;
  }

  .matches-paywall-copy h1 {
    max-width: 11ch;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  .matches-paywall-actions {
    align-items: stretch;
  }

  .matches-paywall-actions .button, .matches-paywall-actions .ghost-button {
    width: 100%;
    justify-content: center;
    min-height: 46px;
  }

  .matches-paywall-card {
    align-content: start;
    padding: 16px;
  }

  .premium-signal-preview {
    padding: 20px;
    border-radius: 24px;
  }

  .premium-signal-preview-copy h2 {
    max-width: 9ch;
    font-size: clamp(2.25rem, 12vw, 3.5rem);
  }

  .premium-signal-preview-fixture, .premium-signal-preview-players, .premium-signal-preview-actions {
    grid-template-columns: 1fr;
  }

  .premium-signal-preview-fixture {
    justify-items: center;
  }

  .premium-intelligence-suite-grid, .premium-suite-delivery-grid {
    grid-template-columns: 1fr;
  }

  .premium-intelligence-suite-card, .premium-intelligence-suite-card-wide {
    grid-column: span 1;
    min-height: auto;
    padding: 18px;
    border-radius: 20px;
  }

  .topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    overflow: visible;
    gap: 8px 10px;
    padding: 10px;
    border-radius: 18px;
    align-items: center;
  }

  .brand {
    width: 100%;
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    font-size: 0.78rem;
  }

  .brand-copy strong {
    display: block;
    max-width: 100%;
    font-size: 0.94rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-main, .nav-utility {
    display: none;
  }

  .mobile-nav-control {
    position: relative;
    z-index: 40;
    display: block;
    grid-column: auto;
    justify-self: end;
    width: auto;
    min-width: 0;
  }

  .mobile-nav-toggle {
    display: grid;
    gap: 5px;
    width: 42px;
    min-height: 42px;
    min-width: 0;
    place-content: center;
    border: 1px solid rgba(247, 246, 241, 0.2);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(2, 9, 7, 0.78);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    cursor: pointer;
  }

  .mobile-nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition:
      transform 180ms ease,
      opacity 180ms ease;
  }

  .mobile-nav-toggle:hover, .mobile-nav-toggle:focus-visible {
    border-color: rgba(157, 255, 232, 0.64);
    outline: none;
    box-shadow:
      0 0 0 3px rgba(157, 255, 232, 0.16),
      0 14px 34px rgba(0, 0, 0, 0.24);
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .mobile-nav-control.is-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .mobile-nav-panel {
    position: fixed;
    z-index: 999;
    top: 74px;
    right: 14px;
    display: grid;
    width: min(320px, calc(100vw - 28px));
    max-width: calc(100vw - 28px);
    padding: 12px;
    border: 1px solid rgba(247, 246, 241, 0.16);
    border-radius: 18px;
    background:
      linear-gradient(135deg, rgba(8, 22, 18, 0.995), rgba(1, 4, 4, 0.995)),
      #050807;
    box-shadow: 0 22px 64px rgba(0, 0, 0, 0.66);
    backdrop-filter: blur(18px);
    transform-origin: top right;
    animation: mobile-nav-open 160ms ease-out;
  }

  .mobile-nav-panel[hidden] {
    display: none;
  }

  .mobile-nav-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 2px 6px 10px;
    padding: 4px 8px;
    border: 1px solid rgba(157, 255, 232, 0.28);
    border-radius: 999px;
    color: rgba(157, 255, 232, 0.86);
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .mobile-nav-panel a, .mobile-nav-auth-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    width: 100%;
    padding: 0 10px;
    border: 0;
    border-top: 1px solid rgba(247, 246, 241, 0.1);
    border-radius: 0;
    color: #ffffff;
    background: transparent;
    font: inherit;
    font-size: 0.84rem;
    font-weight: 840;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
  }

  .mobile-nav-panel a::after, .mobile-nav-auth-link::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid rgba(157, 255, 232, 0.82);
    border-right: 1px solid rgba(157, 255, 232, 0.82);
    transform: rotate(45deg);
  }

  .mobile-nav-panel a:hover, .mobile-nav-panel a:focus-visible, .mobile-nav-auth-link:hover, .mobile-nav-auth-link:focus-visible {
    color: #9dffe8;
    outline: none;
    background: rgba(157, 255, 232, 0.06);
  }

  .hero-main, .hero-side, .panel, .prediction-card, .locked-card, .sample-board, .proof-tile {
    padding: 18px;
  }

  .launch-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    max-width: 100%;
    min-width: 0;
  }

  .launch-hero-main {
    max-width: 100%;
    min-width: 0;
    padding: 26px 20px;
  }

  .launch-founder-card {
    max-width: 100%;
    min-width: 0;
    padding: 22px;
  }

  .launch-system-title {
    font-size: clamp(0.82rem, 4.1vw, 1.05rem);
    line-height: 1.14;
  }

  .hero-main .launch-title {
    font-size: clamp(2.45rem, 11vw, 3.6rem);
    line-height: 0.98;
  }

  .launch-title span {
    display: block;
  }

  .mobile-break {
    display: block;
  }

  .launch-proof-lines {
    font-size: clamp(0.92rem, 4.3vw, 1.08rem);
  }

  .hero-proof-ticker, .hero-proof-secondary {
    grid-template-columns: 1fr;
  }

  .hero-proof-ticker span, .hero-proof-secondary span {
    min-height: 58px;
    padding: 12px 14px;
  }

  .launch-founder-headline span, .launch-founder-headline strong {
    font-size: clamp(1.72rem, 8.2vw, 2.38rem);
    line-height: 0.98;
  }

  .launch-window-title {
    font-size: clamp(1.55rem, 7.2vw, 2.12rem);
    line-height: 0.98;
  }

  .button-large, .launch-hero-actions .ghost-button {
    width: min(100%, 100%);
  }

  .topbar, #app, .launch-founder-side {
    max-width: 100%;
    min-width: 0;
  }

  .nav a {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .proof-strip, .stats-grid, .entity-surface-grid, .card-grid, .locked-grid, .loading-skeleton-grid, .signal-grid, .team-hero-intel-grid, .proof-strip-home, .fixture-market-card-grid, .fixture-player-event-grid, .fixture-tier-rail, .proof-market-split, .prediction-meta-grid, .dashboard-glance-grid, .followed-summary-grid, .account-home-status-grid, .account-attention-grid, .account-command-grid, .account-follow-search-panel, .follow-canonical-account-list, .alert-optin-grid, .alert-optin-timing, .standings-table-head, .standings-row, .results-highlight--four, .result-window-grid, .result-window-metrics {
    grid-template-columns: 1fr;
  }

  .account-home-status-head, .account-attention-head, .account-detail-drawer > summary {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
  }

  .founder-proof-section {
    gap: 14px;
    padding: 18px;
    border-radius: 24px;
  }

  .founder-proof-head {
    gap: 14px;
  }

  .founder-proof-head .ghost-button {
    width: 100%;
  }

  .founder-league-proof-details > summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-league-proof-details > summary small {
    text-align: left;
  }

  .founder-proof-headline-grid, .founder-league-proof-grid, .founder-product-proof-strip, .founder-league-proof-list {
    grid-template-columns: 1fr;
  }

  .founder-proof-headline-grid .proof-tile {
    min-height: 132px;
  }

  .founder-league-proof-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .founder-league-proof-head > span {
    text-align: left;
  }

  .locale-settings-head {
    flex-direction: column;
  }

  .delivery-control-head, .device-trust-head, .device-trust-recent-head, .account-device-card-head, .tier-visibility-head {
    display: grid;
  }

  .locale-settings-grid, .locale-settings-grid-compact, .delivery-control-grid, .device-trust-grid, .tier-visibility-grid {
    grid-template-columns: 1fr;
  }

  .device-trust-score {
    width: 100%;
    text-align: left;
  }

  .founder-league-proof-row span {
    white-space: normal;
  }

  .fixture-table-reference-head {
    flex-direction: column;
  }

  .standings-spotlight-stats {
    grid-template-columns: 1fr;
  }

  .standings-reference-head {
    display: none;
  }

  .standings-reference-row {
    grid-template-columns: 40px minmax(0, 1fr) repeat(3, minmax(42px, auto));
    gap: 8px;
  }

  .standings-reference-row .standings-form-sequence {
    grid-column: 1 / -1;
  }

  .proof-graph-head, .sample-row, .prediction-top, .prediction-call, .detail-row, .prediction-footer, .dashboard-card-top, .dashboard-glance-head, .followed-summary-head, .account-command-head, .alert-optin-head, .dashboard-head, .sample-board-head, .board-toolbar, .fixture-league-group-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .entity-breakdown-copy {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .fixture-hero-meta, .lineup-team-head, .lineup-team-title {
    align-items: flex-start;
  }

  .fixture-hero-side-end, .fixture-hero-side, .fixture-hero-center {
    width: 100%;
    justify-items: start;
    text-align: left;
    justify-content: flex-start;
  }

  .fixture-hero-shell .hero-main {
    padding: 22px 18px;
  }

  .fixture-hero-score-row {
    gap: 18px;
  }

  .fixture-hero-side {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .fixture-hero-side-end {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fixture-entity-link {
    max-width: 100%;
  }

  .fixture-hero-scoreboard-scoreboard .fixture-hero-side strong {
    font-size: clamp(1.85rem, 8.5vw, 2.25rem);
    line-height: 0.98;
  }

  .fixture-market-card {
    min-width: 0;
    min-height: auto;
    overflow: hidden;
    padding: 16px;
  }

  .fixture-market-outcome-row {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
  }

  .fixture-market-outcome-row > div:nth-child(2) {
    justify-items: start;
    text-align: left;
  }

  .fixture-market-card-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .fixture-market-switcher-head {
    display: grid;
    align-items: start;
  }

  .fixture-market-switcher-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-market-card-meta b, .fixture-market-card-meta-access b {
    max-width: 100%;
    text-align: left;
    overflow-wrap: anywhere;
  }

  .fixture-player-event-lock {
    grid-template-columns: 1fr;
  }

  .fixture-player-event-head {
    flex-direction: column;
  }

  .fixture-player-event-head > span, .player-event-candidate div:last-child {
    justify-items: start;
    text-align: left;
  }

  .player-event-candidate {
    grid-template-columns: 1fr;
  }

  .fixture-hero-meta-bottom {
    justify-content: flex-start;
  }

  .match-hero-badge {
    width: 72px;
    height: 72px;
    border-radius: 20px;
  }

  .dashboard-odds-grid {
    grid-template-columns: 1fr;
  }

  .fixture-stream-summary {
    grid-template-columns: 1fr;
  }

  .fixture-stream-summary-side {
    min-width: 0;
    justify-items: start;
    text-align: left;
  }

  .x-matches-page {
    width: 100%;
    padding-bottom: 174px;
  }

  .x-timeline-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 4px;
  }

  .x-next-kickoff {
    justify-items: start;
    text-align: left;
  }

  .x-search-bar {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-head {
    align-items: stretch;
    flex-direction: column;
  }

  .matches-feed-filter-actions {
    justify-content: flex-start;
  }

  .matches-feed-filter-actions .ghost-button, .matches-feed-filter-actions .text-link {
    min-height: 44px;
  }

  .matches-feed-filter-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matches-feed-filter-grid select {
    min-height: 46px;
    font-size: 0.9rem;
  }

  .matches-feed-context {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 22px;
  }

  .matches-feed-context-copy h2 {
    font-size: clamp(1.42rem, 7vw, 1.9rem);
  }

  .matches-feed-lead-card .compact-button {
    width: 100%;
    justify-content: center;
  }

  .matches-typeahead {
    max-height: 52vh;
    border-radius: 14px;
  }

  .matches-typeahead-option {
    grid-template-columns: 1fr;
  }

  .matches-typeahead-option span {
    grid-row: auto;
  }

  .x-feed-post {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 16px 0;
  }

  .x-post-meta, .x-post-title-row, .x-post-actions, .x-feed-stats {
    flex-wrap: wrap;
  }

  .x-post-title-row {
    align-items: flex-start;
  }

  .x-post-main {
    gap: 10px;
  }

  .x-post-meta {
    gap: 8px;
    font-size: 0.8rem;
    line-height: 1.35;
  }

  .x-feed-type-badge {
    min-height: 26px;
    font-size: 0.7rem;
  }

  .x-post-type-row, .x-post-signal-row small {
    font-size: 0.84rem;
  }

  .x-admin-avatar, .x-team-avatar {
    width: 44px;
    height: 44px;
    border-radius: 999px;
  }

  .timeline-market-strip, .matches-feed-compact-grid, .x-post-context-grid, .x-post-mini-context, .x-post-signal-row, .timeline-metric-tiles, .timeline-market-read-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-compact-wide {
    grid-column: auto;
  }

  .matches-feed-compact-cell {
    min-height: 58px;
    padding: 10px;
  }

  .x-post-expand[open] {
    padding: 12px;
    border-radius: 18px;
    background: rgba(7, 17, 15, 0.56);
    box-shadow: inset 0 0 0 1px rgba(130, 255, 220, 0.1);
  }

  .timeline-market-button-row-ftr, .timeline-market-button-row-ou25, .timeline-market-button-row-btts {
    grid-template-columns: 1fr;
  }

  .timeline-market-chip {
    padding: 9px;
  }

  .timeline-market-button {
    grid-template-columns: 1fr;
    min-width: 0;
    min-height: 36px;
    padding: 8px;
  }

  .timeline-market-button span {
    white-space: normal;
  }

  .timeline-market-button b {
    min-width: 42px;
    text-align: left;
  }

  .paper-slip-dock {
    left: 9px;
    right: 9px;
    bottom: max(72px, calc(60px + env(safe-area-inset-bottom)));
  }

  .paper-slip-dock-bar {
    min-height: 58px;
    border-radius: 16px;
    gap: 7px;
  }

  .paper-slip-dock-bar > strong {
    display: none;
  }

  .paper-slip-dock-bar {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }

  .paper-slip-dock-open, .paper-slip-dock-clear {
    min-height: 32px;
    padding: 0 9px;
    font-size: 0.7rem;
  }

  .paper-slip-dock-open {
    max-width: 92px;
    white-space: normal;
    line-height: 1.05;
  }

  .paper-slip-dock-clear {
    display: none;
  }

  .paper-slip-dock-sheet {
    max-height: min(62vh, 520px);
    padding: 12px;
  }

  .paper-slip-dock-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .check-bet-health-visual, .check-bet-health-grid, .check-bet-settlement-timeline, .paper-slip-actions {
    grid-template-columns: 1fr;
  }

  .check-bet-health-stat {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
  }

  .check-bet-health-stat i {
    grid-column: 1 / -1;
  }

  .timeline-unlock-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline-tier-panel {
    padding: 12px;
  }

  .timeline-tier-panel-head {
    display: grid;
    gap: 4px;
  }

  .timeline-tier-panel-head strong {
    text-align: left;
  }

  .timeline-tier-pills {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .x-post-title-row {
    gap: 8px;
  }

  .x-post-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .x-post-actions .button, .x-post-actions .ghost-button {
    width: 100%;
  }

  .x-shortlist-panel {
    grid-template-columns: 1fr;
  }

  .x-shortlist-actions {
    justify-content: stretch;
  }

  .x-shortlist-actions .button, .x-shortlist-actions .ghost-button {
    width: 100%;
  }

  .paper-slip-head, .paper-slip-pick-main, .saved-paper-slip, .paper-slip-footer, .check-bet-score-metrics {
    grid-template-columns: 1fr;
  }

  .premium-product-hero, .premium-product-hero .hero-main, .premium-product-hero .hero-side, .premium-proof-panel, .premium-proof-panel .results-highlight, .premium-proof-panel .results-highlight .panel {
    min-width: 0;
    max-width: 100%;
  }

  .premium-product-hero .hero-main, .premium-proof-panel .results-highlight .panel {
    overflow: hidden;
  }

  .account-paper-slip-summary, .account-saved-paper-slip-list, .saved-check-command-head, .saved-check-command-head > *, .saved-check-stats-grid, #dashboard-saved-checks, #dashboard-saved-checks .panel, #dashboard-saved-checks .intelligence-card, .saved-paper-slip-list, .saved-paper-slip, .saved-paper-slip > *, .saved-paper-slip-selection, .saved-paper-slip-ledger, .saved-paper-slip-stats, .saved-paper-slip-actions, .saved-paper-slip-selection-list, .slip-settlement-preview, .slip-settlement-preview > *, .slip-settlement-preview-leg {
    min-width: 0;
    max-width: 100%;
  }

  .paper-slip-panel, .paper-slip-pick, .saved-paper-slip, .check-bet-score-panel {
    border-radius: 18px;
    padding: 16px;
  }

  .check-bet-signal p, .check-bet-score-panel p {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .check-bet-score-metrics small {
    font-size: 0.72rem;
  }

  .paper-slip-math, .paper-slip-pick-odds, .paper-slip-return, .saved-paper-slip-stats {
    justify-items: start;
    text-align: left;
  }

  .saved-paper-slip-list {
    overflow: hidden;
  }

  .saved-paper-slip strong, .saved-paper-slip p, .saved-paper-slip span, .saved-paper-slip small, .saved-paper-slip b, .slip-status-chip, .slip-settlement-preview, .slip-settlement-preview *, #dashboard-saved-checks .intelligence-card, #dashboard-saved-checks .intelligence-card * {
    overflow-wrap: anywhere;
  }

  .slip-settlement-preview-counts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .slip-settlement-preview-leg {
    grid-template-columns: 1fr;
  }

  .slip-status-chip-row {
    gap: 5px;
  }

  .slip-status-chip {
    min-width: 0;
    white-space: normal;
  }

  .saved-paper-slip-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
  }

  .saved-check-command-head {
    grid-template-columns: minmax(0, 1fr);
    padding: 14px;
  }

  .saved-check-command-head .cta-row, .saved-check-command-head .button, .saved-check-command-head .ghost-button {
    width: 100%;
  }

  .saved-paper-slip-actions button {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
  }

  .paper-slip-actions .button, .paper-slip-actions .ghost-button {
    width: 100%;
  }

  .dashboard-glance-card, .dashboard-tile, .dashboard-alert-card, .followed-summary-card, .account-command-card, .follow-control-card, .delivery-control-centre, .device-trust-centre, .delivery-control-card, .account-device-card {
    min-height: auto;
    height: auto;
    overflow: visible;
    padding: 18px;
    border-radius: 20px;
  }

  .dashboard-tile-grid, .dashboard-alert-grid, .dashboard-fixture-facts {
    grid-template-columns: 1fr;
  }

  .dashboard-alert-grid {
    margin-top: 14px;
  }

  .dashboard-badge {
    min-height: 26px;
    padding: 6px 9px;
    font-size: 0.66rem;
    letter-spacing: 0.06em;
  }

  .dashboard-alert-card-actions .compact-button, .dashboard-next-monitored .compact-button {
    width: 100%;
    justify-content: center;
  }

  .account-command-card small, .dashboard-glance-card small, .followed-summary-card small {
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .dashboard-glance-card strong, .followed-summary-card strong, .account-command-card strong {
    font-size: clamp(1.12rem, 5.1vw, 1.38rem);
    line-height: 1.22;
  }

  .dashboard-glance-card p, .followed-summary-card p, .account-command-card p, .followed-summary-head p:last-child, .dashboard-glance-head p:last-child, .account-command-head p:last-child {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .followed-preference-strip span {
    width: 100%;
    min-width: 0;
  }

  .follow-environment-panel {
    padding: 16px;
    border-radius: 22px;
  }

  .follow-environment-head, .follow-control-head {
    display: grid;
    text-align: left;
  }

  .follow-environment-score {
    width: 100%;
    text-align: left;
  }

  .follow-selected-chip-row span, .follow-suggestion-chip {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .delivery-control-actions, .account-device-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .delivery-control-actions .button, .delivery-control-actions .ghost-button, .account-device-actions .ghost-button, .device-trust-recent-head .ghost-button {
    width: 100%;
  }

  .account-device-meta {
    grid-template-columns: 1fr;
  }

  .x-bottom-nav {
    bottom: 10px;
    margin-top: 22px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    width: calc(100vw - 18px);
    padding: 7px;
    border-radius: 18px;
  }

  .x-bottom-nav a, .x-bottom-nav button {
    min-height: 40px;
    padding: 0 4px;
    font-size: 0.68rem;
  }

  .chart-x-labels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-main h1 {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .team-badge {
    width: 38px;
    height: 38px;
  }

  .team-name {
    font-size: 1.03rem;
  }

  .formation-pitch {
    min-height: 460px;
  }

  .formation-player {
    min-width: 68px;
    padding: 8px 8px 7px;
  }

  .formation-player-name {
    font-size: 0.82rem;
  }

  .formation-player-role {
    font-size: 0.68rem;
  }

  .prediction-edge {
    justify-items: start;
  }

  .sample-row-side {
    justify-items: start;
  }

  .compute-panel {
    padding: 18px;
  }

  .compute-row-top, .compute-row-fixture {
    flex-wrap: wrap;
  }

  .compute-row-team-home, .compute-row-team-away {
    margin: 0;
  }

  th, td {
    padding: 14px 12px;
  }
}

@media (max-width: 980px) {
  .demo-account-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .demo-account-head {
    display: grid;
  }

  .alert-dry-run-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .follow-control-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-shell {
    padding-inline: 10px;
  }

  #app, .topbar {
    width: calc(100vw - 20px);
  }

  .section, .dashboard-head, .fixture-xog-verdict-section, .account-command-section {
    width: 100%;
  }

  .hero-main, .hero-side, .panel, .prediction-card, .sample-board, .proof-tile, .matches-feed-filters, .fixture-xog-verdict, .state-panel, .loading, .public-result-row, .result-window-panel, .account-command-card {
    height: auto;
    overflow: visible;
    padding: 16px;
    border-radius: 20px;
  }

  .demo-account-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-setup-head {
    display: grid;
  }

  .dashboard-setup-grid {
    grid-template-columns: 1fr;
  }

  .alert-dry-run-head {
    display: grid;
  }

  .alert-governance-strip {
    display: grid;
  }

  .alert-dry-run-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-grid {
    grid-template-columns: 1fr;
  }

  .matches-feed-filter-actions, .matches-feed-filter-actions .ghost-button, .matches-feed-filter-actions .text-link {
    width: 100%;
  }

  .matches-feed-filter-actions {
    display: grid;
  }

  .matches-feed-modes {
    margin-inline: -2px;
    padding: 6px;
    border-radius: 18px;
  }

  .matches-feed-modes a {
    min-height: 42px;
    padding-inline: 12px;
    font-size: 0.78rem;
  }

  .matches-feed-modes b {
    min-width: 22px;
    height: 22px;
  }

  .x-feed-post {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .x-team-avatar, .x-admin-avatar {
    width: 38px;
    height: 38px;
    font-size: 0.68rem;
  }

  .x-post-main h2 {
    font-size: clamp(1.14rem, 5.6vw, 1.38rem);
    line-height: 1.16;
  }

  .x-post-summary, .x-post-expand p, .fixture-stream-headline {
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .x-post-signal-row {
    padding: 12px;
    border-radius: 16px;
  }

  .x-post-signal-row span {
    justify-content: center;
    min-height: 32px;
  }

  .x-feed-stats span, .x-feed-type-badge, .result-status-pill, .public-result-proof-chip, .fixture-route-pill, .fixture-state-pill, .xog-pill, .chip {
    white-space: normal;
    text-align: center;
  }

  .public-result-main {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 10px;
  }

  .public-result-row {
    gap: 13px;
  }

  .verified-proof-hero {
    padding: 14px;
    border-radius: 24px;
  }

  .verified-proof-hero .hero-main, .verified-proof-hero .hero-side, .verified-proof-card {
    padding: 16px;
  }

  .verified-proof-card {
    min-height: 148px;
  }

  .verified-proof-card strong {
    font-size: clamp(1.8rem, 12vw, 2.45rem);
  }

  .public-result-pick, .public-result-signal, .public-result-action, .public-result-proof {
    padding-top: 10px;
    border-top: 1px solid rgba(130, 255, 220, 0.08);
  }

  .public-result-main strong, .public-result-pick strong, .public-result-action strong, .public-result-proof strong {
    font-size: 1rem;
    line-height: 1.25;
  }

  .result-window-metrics span {
    padding: 12px;
  }

  .fixture-stream-card {
    padding: 14px;
    border-radius: 18px;
  }

  .fixture-stream-summary {
    gap: 12px;
  }

  .fixture-stream-summary-main {
    gap: 12px;
  }

  .fixture-teamline.dashboard-teamline {
    gap: 8px;
    font-size: clamp(1rem, 5vw, 1.22rem);
    line-height: 1.22;
  }

  .fixture-route-pill, .fixture-state-pill, .xog-pill, .chip {
    min-height: 30px;
    line-height: 1.2;
  }

  .fixture-xog-chip-row, .fixture-hero-meta-bottom, .fixture-market-card-meta {
    gap: 8px;
  }

  .fixture-proof-badge {
    grid-template-columns: 1fr;
    padding: 12px;
  }

  .fixture-market-switcher {
    padding: 12px;
    border-radius: 18px;
  }

  .fixture-market-switcher-row {
    grid-template-columns: 1fr;
  }

  .fixture-market-switch-chip {
    min-height: 66px;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .fixture-market-switch-chip small {
    grid-column: 1 / -1;
  }

  .fixture-xog-verdict-main h2 {
    font-size: clamp(1.45rem, 7vw, 2rem);
    line-height: 1.12;
  }

  .fixture-xog-verdict-main p, .fixture-tier-summary p, .fixture-market-card-copy, .fixture-market-outcome-row small {
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .fixture-tier-summary {
    padding: 14px;
    border-radius: 18px;
  }

  .fixture-telegram-template pre {
    font-size: 0.78rem;
  }

  .fixture-tier-summary-bullets span {
    width: 100%;
    white-space: normal;
  }

  .fixture-market-outcome-row {
    padding: 12px;
  }

  .fixture-market-outcome-row span, .fixture-market-outcome-row b {
    line-height: 1.25;
  }

  .demo-account-option {
    min-height: auto;
  }
}

@media (max-width: 1080px) {

  .launch-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 56px 34px;
  }

  .hero-main .launch-title {
    max-width: 12ch;
  }

  .launch-capabilities-head {
    margin-bottom: 4px;
  }

  .og-flow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 821px) and (max-width: 1080px) {
  .og-signal-flow-canvas {
    grid-template-columns: minmax(0, 0.88fr) minmax(200px, 0.66fr) minmax(0, 1fr);
    gap: 18px;
    min-height: 350px;
    padding: 24px;
  }

  .og-flow-chip {
    min-height: 42px;
    padding: 10px 12px;
  }

  .og-flow-engine {
    min-height: 240px;
    padding: 18px;
  }

  .og-flow-engine-mark {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 780px) {

  .launch-hero {
    width: 100%;
    max-width: 100%;
    padding: 48px 20px;
    border-radius: 26px;
  }

  .launch-hero-copy, .launch-proof-lines, .hero-credibility-row, .hero-proof-stack, .hero-proof-ticker, .launch-hero-actions {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .launch-proof-lines strong {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .hero-main .launch-title {
    max-width: 11.6ch;
    font-size: clamp(2.05rem, 8.8vw, 2.75rem);
    line-height: 1;
  }

  .launch-title .no-wrap {
    display: block;
    color: inherit;
  }

  .launch-system-title {
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 0.76rem;
  }

  .launch-proof-lines {
    max-width: 100%;
    font-size: 1rem;
  }

  .launch-edge-line {
    font-size: clamp(1.12rem, 5.8vw, 1.45rem);
  }

  .hero-proof-ticker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: calc(100vw - 72px);
  }

  .hero-credibility-row {
    grid-template-columns: 1fr;
    max-width: calc(100vw - 72px);
  }

  .hero-credibility-row article {
    min-height: auto;
  }

  .hero-proof-ticker span:last-child {
    grid-column: 1 / -1;
  }

  .hero-proof-ticker span {
    min-height: 58px;
    padding-left: 8px;
    font-size: 0.68rem;
    overflow: hidden;
  }

  .hero-proof-ticker strong {
    font-size: 1.08rem;
  }

  .launch-hero-actions {
    order: 4;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-proof-stack {
    order: 5;
  }

  .launch-hero .footer-note {
    order: 6;
  }

  .launch-hero .button, .launch-hero .ghost-button {
    width: 100%;
  }

  .launch-capabilities-head h2 {
    font-size: clamp(2.55rem, 13vw, 4rem);
  }

  .launch-capabilities-head p {
    font-size: 1rem;
  }

  .og-signal-flow-section {
    gap: 18px;
  }

  .og-signal-flow-head h2 {
    font-size: clamp(2.7rem, 13vw, 4.15rem);
  }

  .og-signal-flow-head strong {
    font-size: clamp(1.2rem, 6vw, 1.65rem);
  }

  .og-signal-flow-canvas {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px;
    border-radius: 24px;
  }

  .og-signal-flow-canvas::after {
    display: none;
  }

  .og-flow-engine {
    min-height: 168px;
    border-radius: 22px;
  }

  .og-flow-chip {
    min-height: 44px;
    border-radius: 16px;
  }

  .og-flow-input-chip::after {
    display: none;
  }

  .og-flow-stream {
    display: none;
  }

  .og-flow-proof-loop {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 4px;
    text-align: center;
  }

  .og-flow-proof-loop b {
    width: 100%;
  }

  .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .og-flow-steps {
    grid-template-columns: 1fr;
  }

  .launch-capabilities-section, .founder-proof-section {
    padding: 22px;
    border-radius: 24px;
  }

  .fixture-xog-verdict {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .state-panel, .loading {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .state-panel-meta, .loading-skeleton-grid {
    grid-template-columns: 1fr;
  }

  .state-panel-compact .state-panel-meta {
    grid-template-columns: 1fr;
  }

  .state-panel .cta-row, .state-panel .button, .state-panel .ghost-button {
    width: 100%;
  }

  .fixture-xog-verdict-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fixture-xog-verdict-actions .button, .fixture-xog-verdict-actions .ghost-button {
    width: 100%;
  }

  .xog-signal-card {
    grid-template-columns: 1fr;
  }

  .founder-proof-head h2 {
    font-size: clamp(1.85rem, 8vw, 2.55rem);
  }
}

.result-stamp {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 0;
  padding: 6px 10px;
  border: 1px solid rgba(130, 255, 220, 0.14);
  border-radius: 8px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.result-stamp.is-settled-correct, .score-tile-landed {
  border-color: rgba(246, 179, 109, 0.48);
  background:
    radial-gradient(circle at 20% 0%, rgba(246, 179, 109, 0.22), transparent 52%),
    rgba(246, 179, 109, 0.075);
  box-shadow: inset 0 0 0 1px rgba(246, 179, 109, 0.18);
}

.result-stamp.is-settlement-pending {
  border-color: rgba(105, 145, 190, 0.34);
  color: #c8dcff;
  background: rgba(105, 145, 190, 0.11);
}

.fixture-settlement-stamp-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.fixture-settlement-summary {
  display: grid;
  gap: 7px;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(246, 179, 109, 0.2);
  border-radius: 12px;
  background: rgba(246, 179, 109, 0.075);
}

.fixture-settlement-summary strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.25;
}

.fixture-settlement-summary small {
  color: var(--text-muted);
  font-weight: 850;
}

.fixture-player-tray-chip-row, .fixture-player-tray-windows {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.fixture-player-tray-chip-row span, .fixture-player-tray-windows button {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(244, 255, 251, 0.045);
  font-size: 0.7rem;
  font-weight: 900;
  text-decoration: none;
}

.fixture-player-intelligence-empty {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 16px;
  background: rgba(5, 12, 11, 0.34);
}

.fixture-player-intelligence-empty strong {
  color: var(--text);
  font-size: 0.95rem;
}

.fixture-lineups-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-events-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-h2h-contract-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.fixture-player-stats-context-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.11);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-team-stats-summary-strip, .fixture-momentum-summary-strip, .fixture-commentary-summary-strip, .player-event-receipt-summary-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
  margin-top: 12px;
}

.fixture-team-stats-summary-strip span, .fixture-momentum-summary-strip span, .fixture-commentary-summary-strip span, .player-event-receipt-summary-strip span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.055), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-momentum-summary-strip span {
  border-color: rgba(255, 217, 140, 0.11);
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.055), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-commentary-summary-strip span {
  border-color: rgba(160, 201, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(160, 201, 255, 0.06), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.player-event-receipt-summary-strip span {
  border-color: rgba(78, 230, 155, 0.12);
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.06), transparent 58%),
    rgba(244, 255, 251, 0.035);
}

.fixture-commentary-summary-strip {
  min-width: 0;
}

.fixture-team-stats-summary-strip b, .fixture-momentum-summary-strip b, .fixture-commentary-summary-strip b, .player-event-receipt-summary-strip b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-team-stats-summary-strip small, .fixture-momentum-summary-strip small, .fixture-commentary-summary-strip small, .player-event-receipt-summary-strip small {
  color: var(--text-muted);
  font-size: 0.68rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-team-stats-context-shell {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0% 0%, rgba(132, 255, 224, 0.065), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-momentum-contract-shell, .fixture-commentary-contract-shell, .player-event-receipt-panel, .player-accumulator-progress-panel, .live-coverage-matrix-panel {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 217, 140, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 217, 140, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.fixture-commentary-contract-shell {
  min-width: 0;
  border-color: rgba(160, 201, 255, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(160, 201, 255, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.36);
}

.player-event-receipt-panel {
  min-width: 0;
  border-color: rgba(78, 230, 155, 0.14);
  background:
    radial-gradient(circle at 100% 0%, rgba(78, 230, 155, 0.09), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.player-accumulator-progress-panel {
  min-width: 0;
  border-color: rgba(255, 217, 140, 0.16);
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 230, 155, 0.06), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(255, 217, 140, 0.1), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.live-coverage-matrix-panel {
  border-color: rgba(160, 201, 255, 0.15);
  background:
    radial-gradient(circle at 0% 0%, rgba(78, 230, 155, 0.075), transparent 30%),
    radial-gradient(circle at 100% 0%, rgba(160, 201, 255, 0.085), transparent 34%),
    rgba(5, 12, 11, 0.38);
}

.live-coverage-matrix-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
  min-width: 0;
}

.live-coverage-matrix-head div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.live-coverage-matrix-head p {
  margin: 0;
  color: var(--gold);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.live-coverage-matrix-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.live-coverage-state-badge {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(244, 255, 251, 0.1);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.64rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.live-coverage-state-badge-ready {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.36);
  background: rgba(78, 230, 155, 0.9);
}

.live-coverage-state-badge-flow {
  color: #111927;
  border-color: rgba(160, 201, 255, 0.38);
  background: rgba(160, 201, 255, 0.9);
}

.live-coverage-state-badge-partial {
  color: #291f0d;
  border-color: rgba(255, 217, 140, 0.42);
  background: rgba(255, 217, 140, 0.9);
}

.live-coverage-state-badge-context, .live-coverage-state-badge-closed {
  color: var(--text-muted);
}

.live-coverage-copy-stack {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.live-coverage-copy-stack p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.76rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.og-match-flow-graph {
  display: grid;
  gap: 12px;
  min-width: 0;
  max-width: 100%;
  padding: 13px;
  border: 1px solid rgba(255, 217, 140, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.075), transparent 58%),
    rgba(4, 10, 10, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  overflow: hidden;
}

.og-match-flow-graph-compact {
  margin-top: 10px;
}

.og-match-flow-empty {
  border-style: dashed;
}

.og-match-flow-graph svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  min-height: 96px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(132, 255, 224, 0.055), rgba(132, 255, 224, 0.012) 49%, rgba(160, 201, 255, 0.012) 51%, rgba(160, 201, 255, 0.055)),
    repeating-linear-gradient(90deg, rgba(244, 255, 251, 0.035) 0, rgba(244, 255, 251, 0.035) 1px, transparent 1px, transparent 40px),
    rgba(2, 8, 8, 0.38);
}

.og-match-flow-midline {
  stroke: rgba(244, 255, 251, 0.34);
  stroke-width: 1;
  stroke-dasharray: 4 5;
  vector-effect: non-scaling-stroke;
}

.og-match-flow-observation-gap {
  fill: rgba(148, 163, 184, 0.08);
  stroke: rgba(148, 163, 184, 0.55);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.og-match-flow-bars {
  transform-box: fill-box;
}

.og-match-flow-bar {
  shape-rendering: geometricPrecision;
  transition: opacity 160ms ease, transform 160ms ease;
}

.og-match-flow-bar-home {
  fill: rgba(78, 230, 155, 0.78);
}

.og-match-flow-bar-away {
  fill: rgba(130, 148, 255, 0.78);
}

.og-match-flow-bar-neutral {
  fill: rgba(244, 255, 251, 0.34);
}

.og-match-flow-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 0;
}

.og-match-flow-meta span {
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.og-match-flow-graph > small {
  color: var(--text-muted);
  font-size: 0.7rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-player-stats-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.fixture-team-stats-contract-notice, .fixture-momentum-contract-notice, .fixture-commentary-contract-notice, .player-event-receipt-notice, .player-accumulator-progress-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.fixture-player-stats-contract-notice strong, .fixture-team-stats-contract-notice strong, .fixture-momentum-contract-notice strong, .fixture-commentary-contract-notice strong, .player-event-receipt-notice strong, .player-accumulator-progress-notice strong, .fixture-player-tray-provider-status strong {
  color: var(--text);
  font-size: 0.95rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-player-stats-contract-notice p, .fixture-team-stats-contract-notice p, .fixture-momentum-contract-notice p, .fixture-commentary-contract-notice p, .player-event-receipt-notice p, .player-accumulator-progress-notice p, .fixture-player-tray-provider-status p, .fixture-team-stats-context-shell > small, .fixture-momentum-contract-shell > small, .fixture-commentary-contract-shell > small, .player-event-receipt-panel > small, .player-accumulator-progress-panel > small, .fixture-player-stats-context-shell > small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.38;
  overflow-wrap: anywhere;
}

.fixture-player-stats-window-grid, .fixture-player-stats-group-grid, .fixture-team-stats-group-grid, .fixture-team-stats-period-grid, .fixture-momentum-status-grid, .fixture-commentary-status-grid, .player-event-receipt-status-grid, .player-accumulator-progress-status-grid, .live-coverage-status-grid {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-player-stats-window-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-player-stats-group-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fixture-team-stats-group-grid, .fixture-team-stats-period-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-momentum-status-grid, .fixture-commentary-status-grid, .player-event-receipt-status-grid, .player-accumulator-progress-status-grid, .live-coverage-status-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fixture-commentary-status-grid {
  min-width: 0;
}

.fixture-player-stats-window-grid span, .fixture-player-stats-group-grid span, .fixture-team-stats-group-grid span, .fixture-team-stats-period-grid span, .fixture-momentum-status-grid span, .fixture-commentary-status-grid span, .player-event-receipt-status-grid span, .player-accumulator-progress-status-grid span, .live-coverage-status-grid span, .fixture-player-tray-provider-status {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(132, 255, 224, 0.09);
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-player-stats-window-grid b, .fixture-player-stats-group-grid b, .fixture-team-stats-group-grid b, .fixture-team-stats-period-grid b, .fixture-momentum-status-grid b, .fixture-commentary-status-grid b, .player-event-receipt-status-grid b, .player-accumulator-progress-status-grid b, .live-coverage-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-player-stats-window-grid small, .fixture-player-stats-group-grid small, .fixture-team-stats-group-grid small, .fixture-team-stats-period-grid small, .fixture-momentum-status-grid small, .fixture-commentary-status-grid small, .player-event-receipt-status-grid small, .player-accumulator-progress-status-grid small, .live-coverage-status-grid small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.live-coverage-market-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.live-coverage-market-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(90px, 0.55fr) minmax(90px, 0.55fr) minmax(86px, 0.45fr);
  gap: 8px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.075);
  border-radius: 13px;
  background: rgba(244, 255, 251, 0.03);
}

.live-coverage-market-row-ready {
  border-color: rgba(78, 230, 155, 0.18);
}

.live-coverage-market-row-flow {
  border-color: rgba(160, 201, 255, 0.16);
}

.live-coverage-market-row-partial {
  border-color: rgba(255, 217, 140, 0.18);
}

.live-coverage-market-row-closed {
  border-color: rgba(244, 255, 251, 0.055);
}

.live-coverage-market-row div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.live-coverage-market-row strong {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.live-coverage-market-row small, .live-coverage-market-row em, .live-coverage-market-row b, .live-coverage-market-row span {
  min-width: 0;
  color: var(--text-muted);
  font-size: 0.66rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: anywhere;
}

.live-coverage-market-row span {
  display: inline-grid;
  place-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 5px 7px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.045);
  text-transform: uppercase;
}

.live-coverage-market-row-ready span {
  color: #10261b;
  background: rgba(78, 230, 155, 0.86);
}

.live-coverage-market-row-flow span {
  color: #111927;
  background: rgba(160, 201, 255, 0.86);
}

.live-coverage-market-row-partial span {
  color: #291f0d;
  background: rgba(255, 217, 140, 0.86);
}

.player-event-receipt-grid {
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 10px;
  min-width: 0;
}

.player-accumulator-progress-boundary {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(255, 217, 140, 0.11);
  border-radius: 13px;
  background: rgba(255, 217, 140, 0.045);
}

.player-accumulator-progress-boundary p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-grid {
  display: grid;
  grid-template-columns: 1.2fr minmax(0, 0.9fr) minmax(0, 0.9fr);
  gap: 10px;
  min-width: 0;
}

.player-accumulator-progress-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(255, 217, 140, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.player-accumulator-progress-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.player-accumulator-progress-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.06), transparent 62%),
    rgba(2, 8, 8, 0.24);
}

.player-accumulator-progress-card-target {
  border-color: rgba(78, 230, 155, 0.2);
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.08), rgba(255, 217, 140, 0.05) 58%, transparent),
    rgba(2, 8, 8, 0.26);
}

.player-accumulator-progress-card-progressing {
  border-color: rgba(160, 201, 255, 0.18);
}

.player-accumulator-progress-card-unsupported, .player-accumulator-progress-card-pending, .player-accumulator-progress-card-unavailable {
  border-color: rgba(244, 255, 251, 0.08);
}

.player-accumulator-progress-card-fail-closed {
  border-color: rgba(255, 134, 134, 0.14);
}

.player-accumulator-progress-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.player-accumulator-progress-card-head small, .player-accumulator-progress-card > p, .player-accumulator-progress-ref-row em {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-card > strong {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-card > p {
  margin: 0;
}

.player-accumulator-progress-pill {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(244, 255, 251, 0.09);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.63rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-pill-target {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.35);
  background: linear-gradient(90deg, rgba(78, 230, 155, 0.9), rgba(255, 217, 140, 0.86));
}

.player-accumulator-progress-pill-progressing {
  color: #111927;
  border-color: rgba(160, 201, 255, 0.36);
  background: rgba(160, 201, 255, 0.9);
}

.player-accumulator-progress-pill-unsupported, .player-accumulator-progress-pill-pending, .player-accumulator-progress-pill-unavailable {
  color: var(--text-muted);
}

.player-accumulator-progress-pill-fail-closed {
  color: rgba(255, 226, 226, 0.95);
  border-color: rgba(255, 134, 134, 0.2);
  background: rgba(255, 134, 134, 0.1);
}

.player-accumulator-progress-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.player-accumulator-progress-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 11px;
  background: rgba(244, 255, 251, 0.032);
}

.player-accumulator-progress-metrics b, .player-accumulator-progress-metrics small {
  font-size: 0.64rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-accumulator-progress-metrics b {
  color: var(--text);
}

.player-accumulator-progress-metrics small {
  color: var(--text-muted);
  font-weight: 850;
}

.player-accumulator-progress-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.player-accumulator-progress-ref-row code, .player-accumulator-progress-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.player-event-receipt-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(78, 230, 155, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.player-event-receipt-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-event-receipt-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.player-event-receipt-card {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 11px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(78, 230, 155, 0.055), transparent 62%),
    rgba(2, 8, 8, 0.24);
}

.player-event-receipt-card-confirmed {
  border-color: rgba(78, 230, 155, 0.2);
}

.player-event-receipt-card-progressing {
  border-color: rgba(255, 217, 140, 0.18);
}

.player-event-receipt-card-unsupported, .player-event-receipt-card-pending {
  border-color: rgba(244, 255, 251, 0.08);
}

.player-event-receipt-card-fail-closed {
  border-color: rgba(255, 134, 134, 0.14);
}

.player-event-receipt-card-head {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
}

.player-event-receipt-card-head small, .player-event-receipt-card > p, .player-event-receipt-ref-row em {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.player-event-receipt-card > strong {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.player-event-receipt-card > p {
  margin: 0;
}

.player-event-receipt-pill {
  display: inline-grid;
  place-items: center;
  max-width: 100%;
  padding: 5px 8px;
  border: 1px solid rgba(244, 255, 251, 0.09);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  font-size: 0.63rem;
  font-weight: 950;
  line-height: 1;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.player-event-receipt-pill-confirmed {
  color: #10261b;
  border-color: rgba(78, 230, 155, 0.35);
  background: rgba(78, 230, 155, 0.9);
}

.player-event-receipt-pill-progressing {
  color: #291f0d;
  border-color: rgba(255, 217, 140, 0.4);
  background: rgba(255, 217, 140, 0.9);
}

.player-event-receipt-pill-unsupported, .player-event-receipt-pill-pending {
  color: var(--text-muted);
}

.player-event-receipt-pill-fail-closed {
  color: rgba(255, 226, 226, 0.95);
  border-color: rgba(255, 134, 134, 0.2);
  background: rgba(255, 134, 134, 0.1);
}

.player-event-receipt-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  min-width: 0;
}

.player-event-receipt-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 11px;
  background: rgba(244, 255, 251, 0.032);
}

.player-event-receipt-metrics b, .player-event-receipt-metrics small {
  font-size: 0.64rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.player-event-receipt-metrics b {
  color: var(--text);
}

.player-event-receipt-metrics small {
  color: var(--text-muted);
  font-weight: 850;
}

.player-event-receipt-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
}

.player-event-receipt-ref-row code, .player-event-receipt-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-commentary-render-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.fixture-commentary-render-grid section {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(160, 201, 255, 0.1);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.03);
}

.fixture-commentary-render-grid h4 {
  margin: 0;
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-commentary-row-list {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.fixture-commentary-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(160, 201, 255, 0.055), transparent 62%),
    rgba(2, 8, 8, 0.2);
}

.fixture-commentary-row strong {
  display: block;
  color: var(--text);
  font-size: 0.76rem;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.fixture-commentary-row p {
  margin: 3px 0 0;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.fixture-commentary-time, .fixture-commentary-side {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 26px;
  padding: 0 7px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(160, 201, 255, 0.12);
  font-size: 0.66rem;
  font-weight: 950;
  line-height: 1;
}

.fixture-commentary-side-home {
  background: rgba(78, 230, 155, 0.14);
}

.fixture-commentary-side-away {
  background: rgba(130, 148, 255, 0.14);
}

.fixture-commentary-side-neutral {
  background: rgba(244, 255, 251, 0.09);
}

.fixture-commentary-ref-row {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  min-width: 0;
  margin-top: 7px;
}

.fixture-commentary-ref-row code, .fixture-commentary-ref-row em {
  max-width: 100%;
  padding: 4px 6px;
  border: 1px solid rgba(244, 255, 251, 0.07);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-family: inherit;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 850;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-events-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(255, 217, 140, 0.14);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.08), transparent 58%),
    rgba(5, 12, 11, 0.36);
}

.fixture-events-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-events-contract-notice p {
  margin: 0;
}

.fixture-h2h-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.07), transparent 56%),
    rgba(5, 12, 11, 0.36);
}

.fixture-h2h-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-h2h-contract-notice p {
  margin: 0;
}

.fixture-h2h-status-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-h2h-status-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 13px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.055), transparent 64%),
    rgba(244, 255, 251, 0.03);
}

.fixture-h2h-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-h2h-status-grid small, .fixture-h2h-contract-shell > small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.fixture-events-pending-timeline {
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 16px;
  background:
    linear-gradient(90deg, rgba(132, 255, 224, 0.08), transparent 42%),
    rgba(244, 255, 251, 0.03);
}

.fixture-events-pending-timeline span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-left: 12px;
  border-left: 2px solid rgba(255, 217, 140, 0.3);
}

.fixture-events-pending-timeline b {
  color: var(--text);
  font-size: 0.9rem;
  overflow-wrap: anywhere;
}

.fixture-events-pending-timeline small {
  color: var(--text-muted);
  font-size: 0.76rem;
  line-height: 1.35;
}

.fixture-lineups-contract-notice {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(132, 255, 224, 0.08), transparent 58%),
    rgba(5, 12, 11, 0.34);
}

.fixture-lineups-contract-notice strong {
  color: var(--text);
  font-size: 0.95rem;
  overflow-wrap: anywhere;
}

.fixture-lineups-contract-notice p {
  margin: 0;
}

.fixture-lineups-contract-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-lineups-contract-grid span {
  display: grid;
  gap: 5px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-lineups-contract-grid small {
  color: var(--text-muted);
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.fixture-lineups-contract-grid b {
  color: var(--text);
  font-size: 0.82rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.fixture-lineups-team-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.fixture-lineups-team-columns article {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 16px;
  background:
    radial-gradient(circle at top left, rgba(132, 255, 224, 0.08), transparent 54%),
    rgba(244, 255, 251, 0.035);
}

.fixture-provider-intro {
  grid-template-columns: minmax(180px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
}

.fixture-provider-intro > span, .fixture-provider-intro > span:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.fixture-provider-intro > span small {
  color: var(--accent-2);
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fixture-lineups-team-card {
  align-content: start;
}

.fixture-lineups-team-card.is-home {
  border-top-color: rgba(132, 255, 224, 0.38);
}

.fixture-lineups-team-card.is-away {
  border-top-color: rgba(160, 201, 255, 0.38);
}

.fixture-lineups-team-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(244, 255, 251, 0.08);
}

.fixture-lineups-team-head > span {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fixture-lineups-team-head em {
  flex: 0 0 auto;
  padding: 6px 9px;
  border: 1px solid rgba(132, 255, 224, 0.16);
  border-radius: 999px;
  color: var(--text);
  background: rgba(132, 255, 224, 0.07);
  font-size: 0.7rem;
  font-style: normal;
  font-weight: 900;
}

.fixture-lineups-list-label {
  color: var(--text-secondary) !important;
  font-size: 0.68rem !important;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.fixture-lineups-team-columns strong {
  color: var(--text);
  font-size: 1rem;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.fixture-lineups-team-columns p, .fixture-lineups-team-columns small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.78rem;
  line-height: 1.35;
}

.fixture-lineups-bench {
  margin-top: 4px;
  border-top: 1px solid rgba(244, 255, 251, 0.08);
}

.fixture-lineups-bench summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  color: var(--text-secondary);
  font-size: 0.74rem;
  font-weight: 900;
  cursor: pointer;
  list-style-position: inside;
}

.fixture-lineups-bench summary span {
  display: inline-grid;
  place-items: center;
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--text);
  background: rgba(132, 255, 224, 0.09);
}

.fixture-provider-provenance {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  min-width: 0;
  padding-top: 2px;
}

.fixture-provider-provenance span {
  padding: 5px 8px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.025);
  font-size: 0.64rem;
  font-weight: 850;
}

.fixture-competition-context-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-width: 0;
  padding: 12px 14px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 14px;
  background: rgba(244, 255, 251, 0.025);
}

.fixture-competition-context-link > span:first-child {
  display: grid;
  gap: 3px;
}

.fixture-competition-context-link small, .fixture-competition-context-link > span:last-child {
  color: var(--text-muted);
  font-size: 0.68rem;
}

.fixture-competition-context-link strong {
  color: var(--text);
  font-size: 0.84rem;
}

.fixture-lineups-contract-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-width: 0;
}

.fixture-lineups-contract-pills em {
  min-width: 0;
  padding: 7px 9px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(132, 255, 224, 0.045);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-lineups-contract-pills-compact {
  margin-top: 10px;
}

.fixture-lineups-availability-panel {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(244, 255, 251, 0.08);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.028);
}

.fixture-lineups-availability-panel strong {
  color: var(--text);
  font-size: 0.9rem;
}

.fixture-lineups-availability-panel > span:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.fixture-lineups-availability-panel.is-empty {
  grid-template-columns: minmax(150px, 0.4fr) minmax(0, 1fr);
  align-items: center;
}

.fixture-lineups-availability-panel p, .fixture-lineups-availability-panel small {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.fixture-availability-status-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  min-width: 0;
}

.fixture-availability-status-grid span {
  display: grid;
  gap: 4px;
  min-width: 0;
  padding: 9px;
  border: 1px solid rgba(255, 217, 140, 0.12);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.07), transparent 64%),
    rgba(244, 255, 251, 0.028);
}

.fixture-availability-status-grid b {
  color: var(--text);
  font-size: 0.78rem;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.fixture-availability-status-grid small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.fixture-availability-boundary-note, .fixture-availability-context-card {
  border-color: rgba(255, 217, 140, 0.13);
  background:
    linear-gradient(135deg, rgba(255, 217, 140, 0.06), transparent 58%),
    rgba(5, 12, 11, 0.34);
}

.fixture-availability-boundary-note {
  display: grid;
  gap: 6px;
  min-width: 0;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 217, 140, 0.13);
  border-radius: 15px;
}

.fixture-availability-boundary-note strong {
  color: var(--text);
  font-size: 0.86rem;
  overflow-wrap: anywhere;
}

.fixture-availability-boundary-note p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.75rem;
  line-height: 1.35;
}

.fixture-player-intelligence-empty button {
  width: fit-content;
  padding: 8px 10px;
  border: 1px solid rgba(244, 255, 251, 0.12);
  border-radius: 999px;
  color: var(--text-muted);
  background: rgba(244, 255, 251, 0.035);
  font-weight: 900;
}

.fixture-lineups-pitch-sides {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  max-width: 92%;
}

.fixture-lineups-pitch-sides em {
  padding: 6px 9px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 999px;
  color: var(--text-secondary);
  background: rgba(3, 9, 8, 0.68);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.15;
}

.fixture-player-intelligence-launcher {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.fixture-player-intelligence-launcher h4 {
  margin: 0;
  color: var(--text);
  font-size: 1.08rem;
}

.fixture-player-intelligence-launcher p {
  margin-top: 4px;
}

.fixture-player-intelligence-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fixture-player-intelligence-open {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(132, 255, 224, 0.12);
  border-radius: 16px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.045);
  cursor: pointer;
  text-align: left;
}

.fixture-player-intelligence-open:hover, .fixture-player-intelligence-open:focus-visible {
  border-color: rgba(132, 255, 224, 0.34);
  background: rgba(132, 255, 224, 0.075);
}

.fixture-player-intelligence-open b, .fixture-player-intelligence-open small, .fixture-player-intelligence-open em {
  display: block;
  min-width: 0;
  overflow-wrap: anywhere;
}

.fixture-player-intelligence-open small, .fixture-player-intelligence-open em {
  color: var(--text-muted);
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
}

.fixture-player-tray-dock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  min-width: 0;
}

.fixture-player-tray {
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(132, 255, 224, 0.14);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(132, 255, 224, 0.11), transparent 32%),
    rgba(3, 10, 9, 0.78);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.fixture-player-tray-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  min-width: 0;
}

.fixture-player-tray-head h3 {
  margin: 0;
  color: var(--text);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.fixture-player-tray-head p, .fixture-player-tray > p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.42;
}

.fixture-player-tray-close {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(244, 255, 251, 0.12);
  border-radius: 999px;
  color: var(--text);
  background: rgba(244, 255, 251, 0.055);
  cursor: pointer;
  font-size: 1.1rem;
}

.fixture-player-tray-avatar, .fixture-player-tray-avatar-fallback {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(132, 255, 224, 0.18);
  border-radius: 999px;
  background: rgba(132, 255, 224, 0.1);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 950;
}

.fixture-player-tray-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fixture-player-tray-meta, .fixture-player-tray-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.fixture-player-tray-meta span, .fixture-player-tray-stat-grid span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(132, 255, 224, 0.08);
  border-radius: 12px;
  background: rgba(244, 255, 251, 0.035);
}

.fixture-player-tray-meta b, .fixture-player-tray-stat-grid b {
  color: var(--text);
  font-size: 0.72rem;
}

.fixture-player-tray-meta small, .fixture-player-tray-stat-grid small, .fixture-player-tray-boundary {
  color: var(--text-muted);
  font-size: 0.68rem;
  overflow-wrap: anywhere;
}

.og-visual-system-section {
  margin-top: clamp(18px, 3vw, 28px);
}

.og-visual-system-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.og-visual-card {
  display: grid;
  gap: 16px;
  min-width: 0;
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(130, 255, 220, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 20% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(16, 31, 27, 0.96), rgba(8, 18, 16, 0.94));
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.24);
}

.og-visual-outcome-card, .og-visual-route-card {
  grid-column: span 4;
}

.og-visual-score-card, .og-visual-squad-card {
  grid-column: span 4;
}

.og-visual-player-card {
  grid-column: span 8;
}

.og-visual-system-grid > .og-visual-player-card {
  grid-column: span 8;
}

.og-visual-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.og-visual-card-head strong {
  color: var(--text);
  font-size: clamp(1.02rem, 1.5vw, 1.22rem);
  line-height: 1.2;
  text-align: right;
}

.og-outcome-bars, .og-squad-power-bars {
  display: grid;
  gap: 12px;
}

.og-outcome-row, .og-squad-power-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  align-items: center;
}

.og-outcome-row span, .og-squad-power-row span {
  min-width: 0;
  overflow: hidden;
  color: var(--text);
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-outcome-row b, .og-squad-power-row b {
  color: var(--accent);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
}

.og-outcome-row i, .og-squad-power-row i {
  grid-column: 1 / -1;
  display: block;
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(244, 255, 251, 0.1);
}

.og-outcome-row i em, .og-squad-power-row i em {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(90, 244, 210, 0.72), rgba(139, 255, 226, 0.96));
}

.og-outcome-row-draw i em {
  background: linear-gradient(90deg, rgba(255, 207, 117, 0.68), rgba(255, 231, 165, 0.92));
}

.og-outcome-row-away i em, .og-squad-power-row-away i em {
  background: linear-gradient(90deg, rgba(77, 185, 245, 0.74), rgba(88, 224, 196, 0.94));
}

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

.og-score-strip span {
  display: grid;
  place-items: center;
  gap: 6px;
  min-height: 92px;
  padding: 14px 10px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.045);
}

.og-score-strip span.is-primary {
  border-color: rgba(130, 255, 220, 0.28);
  background: rgba(88, 224, 196, 0.11);
}

.og-score-strip b {
  color: var(--text);
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-variant-numeric: tabular-nums;
  font-weight: 950;
  line-height: 1;
}

.og-score-strip small {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 900;
}

.score-tile-landed em {
  display: block;
  margin-top: 3px;
  color: #ffe1a6;
  font-size: 0.64rem;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-score-strip span.score-tile-landed, .og-score-strip span.score-tile-landed.is-primary {
  border-color: rgba(246, 179, 109, 0.58);
  background:
    linear-gradient(180deg, rgba(246, 179, 109, 0.13), rgba(244, 255, 251, 0.04)),
    rgba(246, 179, 109, 0.065);
  box-shadow:
    inset 0 0 0 1px rgba(246, 179, 109, 0.18),
    0 16px 36px rgba(246, 179, 109, 0.08);
}

.og-score-strip span.score-tile-landed b {
  color: #ffe1a6;
}

.og-route-gate-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.og-route-gate-grid span {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 14px;
  border-radius: 16px;
  background: rgba(244, 255, 251, 0.045);
}

.og-route-gate-grid small, .og-squad-power-row small {
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.og-route-gate-grid b {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.24;
}

.og-squad-power-row small {
  grid-column: 1 / -1;
  letter-spacing: 0;
  text-transform: none;
}

.og-visual-squad-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.45;
}

.og-player-leaderboard {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.og-player-leaderboard-row {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(130, 255, 220, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.04);
}

.og-player-leaderboard-row > b {
  position: absolute;
  top: 12px;
  right: 12px;
  color: rgba(183, 206, 198, 0.6);
  font-size: 0.75rem;
  font-weight: 950;
}

.og-player-leaderboard-row img, .og-player-leaderboard-row > i {
  width: 54px;
  height: 54px;
  border: 1px solid rgba(130, 255, 220, 0.18);
  border-radius: 50%;
  object-fit: cover;
  background: rgba(130, 255, 220, 0.08);
}

.og-player-leaderboard-row > i {
  display: inline-grid;
  place-items: center;
  color: var(--accent);
  font-style: normal;
  font-weight: 950;
}

.og-player-leaderboard-row span {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.og-player-leaderboard-row strong, .og-player-leaderboard-row small, .og-player-leaderboard-row em {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.og-player-leaderboard-row strong {
  color: var(--text);
  font-size: 0.98rem;
  line-height: 1.18;
}

.og-player-leaderboard-row small {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.og-player-leaderboard-row em {
  color: var(--accent);
  font-size: 0.82rem;
  font-style: normal;
  font-weight: 900;
}

@media (max-width: 520px) {
  .player-accumulator-progress-status-grid, .player-accumulator-progress-grid {
    grid-template-columns: 1fr;
  }
}

.section-heading-row {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.section-heading-row h3 {
  margin: 6px 0 0;
  color: var(--text);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.12;
}

.section-heading-row .section-copy {
  max-width: 760px;
}

@media (max-width: 760px) {
  .premium-product-hero, .premium-product-grid, .premium-unlock-command-strip {
    grid-template-columns: 1fr;
  }

  .premium-product-card {
    min-height: auto;
    padding: 22px;
    border-radius: 20px;
  }

  .fixture-lineups-contract-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fixture-h2h-status-grid {
    grid-template-columns: 1fr;
  }

  .fixture-availability-status-grid {
    grid-template-columns: 1fr;
  }

  .fixture-commentary-render-grid {
    grid-template-columns: 1fr;
  }

  .fixture-player-stats-window-grid, .fixture-player-stats-group-grid, .fixture-team-stats-summary-strip, .fixture-momentum-summary-strip, .fixture-commentary-summary-strip, .player-event-receipt-summary-strip, .fixture-team-stats-group-grid, .fixture-team-stats-period-grid, .fixture-momentum-status-grid, .fixture-commentary-status-grid, .player-event-receipt-status-grid, .player-accumulator-progress-status-grid, .live-coverage-status-grid, .player-event-receipt-grid, .player-accumulator-progress-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .player-event-receipt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-coverage-market-row {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .player-event-receipt-metrics, .player-accumulator-progress-metrics {
    grid-template-columns: 1fr;
  }

  .og-match-flow-graph {
    padding: 11px;
    border-radius: 14px;
  }

  .og-match-flow-graph svg {
    min-height: 82px;
  }

  .og-match-flow-meta {
    gap: 6px;
  }

  .fixture-lineups-team-columns {
    grid-template-columns: 1fr;
  }

  .fixture-provider-intro, .fixture-lineups-availability-panel.is-empty {
    grid-template-columns: 1fr;
  }

  .fixture-lineups-team-head, .fixture-competition-context-link {
    align-items: flex-start;
  }

  .fixture-player-intelligence-action-grid, .fixture-player-tray-dock, .fixture-player-tray-meta, .fixture-player-tray-stat-grid {
    grid-template-columns: 1fr;
  }

  .fixture-player-intelligence-open {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .fixture-player-intelligence-open em {
    grid-column: 1 / -1;
  }

  .fixture-player-tray {
    border-radius: 18px;
  }

  .fixture-player-tray-chip-row, .fixture-player-tray-windows {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .og-visual-system-grid, .og-route-gate-grid, .og-player-leaderboard {
    grid-template-columns: 1fr;
  }

  .og-visual-outcome-card, .og-visual-route-card, .og-visual-score-card, .og-visual-squad-card, .og-visual-player-card {
    grid-column: span 1;
  }

  .og-visual-system-grid > .og-visual-player-card {
    grid-column: span 1;
  }

  .og-visual-card-head {
    display: grid;
  }

  .og-visual-card-head strong {
    text-align: left;
  }

  .og-score-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .og-score-strip span {
    min-height: 76px;
    padding: 12px 8px;
  }

  .section-heading-row {
    display: grid;
    justify-content: start;
    text-align: left;
  }
}

@media print {
  .topbar {
    display: none !important;
  }

  body {
    background: #07110f;
  }

  .site-shell {
    width: 1200px;
    max-width: none;
    padding: 0;
    margin: 0;
  }
}

.site-footer-support {
  max-width: 1180px;
  margin: 34px auto 0;
  padding: 0 20px 28px;
}

.site-footer-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid rgba(139, 245, 204, 0.16);
  border-radius: 18px;
  background: rgba(6, 16, 18, 0.84);
  color: rgba(234, 255, 247, 0.76);
}

.site-footer-support strong {
  color: #f5fffb;
}

.site-footer-support p {
  margin: 4px 0 0;
}

.site-footer-support-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.site-footer-support-links span, .site-footer-support-links a, .account-support-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(234, 255, 247, 0.78);
  font-size: 0.78rem;
  text-decoration: none;
}

.account-support-panel {
  border-color: rgba(139, 245, 204, 0.18);
}

.account-support-head {
  display: flex;
  gap: 14px;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 12px;
}

.account-support-form textarea {
  resize: vertical;
}

.account-support-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

@media (max-width: 900px) {
  .results-proof-command, .results-proof-card-grid, .results-player-event-grid, .results-exclusion-grid, .results-filter-panel {
    grid-template-columns: 1fr;
  }

  .results-proof-command-meta, .results-proof-card-fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .results-proof-compare-row, .results-live-trail-row {
    grid-template-columns: 1fr;
  }

  .premium-unlock-command-strip, .account-setup-path, .auth-preview-grid, .auth-modal-form, .site-footer-support-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-support-links {
    justify-content: flex-start;
  }

  .premium-unlock-command-strip span, .account-setup-step {
    min-height: auto;
  }

  .nav-auth-copy {
    display: none;
  }

  .nav-auth-button {
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.72rem;
  }

  .auth-modal {
    border-radius: 22px;
  }
}

@media (max-width: 720px) {
  .results-proof-command-meta, .results-proof-card-fields {
    grid-template-columns: 1fr;
  }

  .results-proof-command h1 {
    font-size: clamp(2.15rem, 14vw, 3.2rem);
  }

  .nav-utility {
    display: none;
  }

  .auth-modal-backdrop {
    align-items: start;
    padding: 12px;
  }

  .auth-modal {
    max-height: calc(100vh - 24px);
    padding: 22px;
  }

  .auth-modal-head h2 {
    font-size: clamp(2rem, 12vw, 2.8rem);
  }
}

@media (max-width: 780px) {
  .launch-hero-focused {
    grid-template-columns: 1fr;
    margin-bottom: 14px;
  }

  .launch-hero-focused .launch-hero-main {
    min-height: 0;
    padding: 22px 18px;
    align-content: start;
    border-radius: 24px;
  }

  .launch-hero-copy {
    gap: 11px;
  }

  .hero-main .launch-title {
    font-size: clamp(2.45rem, 12.2vw, 3.55rem);
    line-height: 0.98;
  }

  .launch-proof-lines {
    gap: 7px;
    font-size: 1rem;
    line-height: 1.38;
  }

  .launch-proof-lines .launch-mantra {
    margin-bottom: 0;
    font-size: clamp(0.95rem, 4.2vw, 1.08rem);
    line-height: 1.42;
  }

  .launch-proof-lines strong {
    color: var(--ink);
    font-size: clamp(0.98rem, 4.4vw, 1.16rem);
    line-height: 1.25;
  }

  .launch-hero .hero-credibility-row, .launch-hero .hero-proof-stack {
    display: none;
  }

  .launch-hero-actions {
    margin-top: 2px;
  }

  .launch-hero-actions .button, .launch-hero-actions .ghost-button {
    min-height: 44px;
    padding: 0 14px;
    font-size: 0.9rem;
  }

  .launch-hero .footer-note {
    color: rgba(216, 235, 230, 0.82);
    font-size: 0.76rem;
    line-height: 1.35;
  }
}

@media (max-width: 460px) {
  .topbar .mobile-founder-cta {
    min-height: 34px;
    max-width: 126px;
    padding: 0 10px;
    font-size: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .mobile-nav-toggle {
    width: 40px;
    min-height: 40px;
  }

  .hero-main .launch-title {
    font-size: clamp(2.25rem, 13vw, 3.15rem);
  }
}

.auth-email-help {
  margin: 0;
  font-size: 0.88rem;
}

.inline-link-button {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--mint);
  font: inherit;
  font-weight: 800;
  padding: 0;
  text-decoration: underline;
  cursor: pointer;
}

.premium-product-hero h1 {
  max-width: 12ch;
  font-size: 4.1rem;
  line-height: 0.98;
  letter-spacing: 0;
}

.premium-system-head {
  justify-content: flex-start;
  max-width: 760px;
  margin-bottom: 18px;
  text-align: left;
}

.premium-system-head h2 {
  max-width: 17ch;
  margin: 8px 0;
  font-size: 2.8rem;
  line-height: 1.02;
  letter-spacing: 0;
}

.premium-system-head .section-copy {
  max-width: 68ch;
}

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

.premium-system-card {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.08), transparent 32%),
    rgba(244, 255, 251, 0.026);
}

.premium-system-card span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #07110f;
  background: var(--accent);
  font-size: 0.8rem;
  font-weight: 950;
}

.premium-system-card strong {
  color: var(--text-primary);
  font-size: 1.25rem;
  line-height: 1.12;
}

.premium-system-card p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.45;
}

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

.premium-founder-strip article {
  display: grid;
  align-content: start;
  gap: 8px;
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(132, 255, 224, 0.1);
  border-radius: 18px;
  background: rgba(244, 255, 251, 0.028);
}

.premium-founder-strip strong {
  color: var(--text-primary);
  font-size: 1.45rem;
  line-height: 1.08;
}

.premium-founder-strip p {
  margin: 0;
  color: var(--text-secondary);
  line-height: 1.42;
}

.premium-founder-strip-cta {
  border-color: rgba(88, 224, 196, 0.22);
  background:
    radial-gradient(circle at 100% 0%, rgba(88, 224, 196, 0.12), transparent 34%),
    rgba(88, 224, 196, 0.05);
}

/* Pricing/Premium Iconic Mode alignment */
body[data-page="pricing"], body[data-page="premium"] {
  background:
    radial-gradient(circle at 12% 0%, rgba(88, 224, 196, 0.12), transparent 24rem),
    linear-gradient(180deg, #07110f 0%, #0a1613 48%, #050907 100%);
}

body[data-page="pricing"] .site-shell, body[data-page="premium"] .site-shell {
  background:
    linear-gradient(rgba(132, 255, 224, 0.026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(132, 255, 224, 0.022) 1px, transparent 1px);
  background-size: 76px 76px;
}

.premium-brand-hero {
  isolation: isolate;
  min-height: min(78vh, 760px);
  border-radius: 8px;
  border-color: rgba(244, 255, 251, 0.16);
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.92), rgba(5, 9, 7, 0.72) 48%, rgba(5, 9, 7, 0.42)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.14), rgba(5, 9, 7, 0.86)),
    url("../public/media/brand/og-home-pitch-photo-hero-desktop.webp") center / cover no-repeat;
  box-shadow:
    inset 0 0 0 1px rgba(244, 255, 251, 0.08),
    0 42px 120px rgba(0, 0, 0, 0.42);
}

.premium-brand-hero {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.7) 52%, rgba(5, 9, 7, 0.46)),
    linear-gradient(180deg, rgba(5, 9, 7, 0.12), rgba(5, 9, 7, 0.84)),
    url("../public/media/brand/og-home-pitch-photo-founder.webp") center / cover no-repeat;
}

.premium-brand-lockup {
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 12px;
  align-items: center;
  width: fit-content;
  margin-bottom: 18px;
  opacity: 0.96;
}

.premium-brand-lockup img:first-child {
  width: 54px;
  height: auto;
}

.premium-brand-lockup img:last-child {
  width: 176px;
  height: auto;
  max-width: 42vw;
}

.premium-brand-hero .premium-brand-hero-main {
  align-content: center;
  max-width: 780px;
  min-width: 0;
}

.premium-brand-hero .premium-brand-hero-main h1 {
  max-width: 11ch;
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 18px 46px rgba(0, 0, 0, 0.44);
}

.premium-brand-hero .premium-brand-hero-main > p:not(.hero-kicker):not(.section-copy):not(.footer-note) {
  max-width: 30ch;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 2.3rem);
  font-weight: 950;
  line-height: 1.04;
}

.premium-brand-hero .premium-brand-hero-main .section-copy, .premium-brand-hero .premium-brand-hero-main .footer-note {
  max-width: 62ch;
  color: rgba(244, 255, 251, 0.82);
}

.premium-brand-hero .button {
  color: #06100e;
  background: linear-gradient(135deg, #9dffe8, #58e0c4);
  box-shadow: 0 16px 48px rgba(88, 224, 196, 0.18);
}

.premium-brand-hero .ghost-button {
  color: #f4fffb;
  border-color: rgba(244, 255, 251, 0.24);
  background: rgba(5, 9, 7, 0.4);
  backdrop-filter: blur(12px);
}

.premium-brand-access-panel {
  align-self: center;
  border-radius: 8px;
  border-color: rgba(157, 255, 232, 0.24);
  background:
    radial-gradient(circle at 100% 0%, rgba(157, 255, 232, 0.12), transparent 34%),
    rgba(5, 9, 7, 0.68);
  backdrop-filter: blur(14px);
}

.premium-brand-access-panel .metric {
  border-radius: 8px;
  background: rgba(5, 9, 7, 0.58);
}

.premium-system-card, .premium-intelligence-suite-card, .premium-founder-strip article {
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(244, 255, 251, 0.052), rgba(244, 255, 251, 0.018)),
    rgba(5, 9, 7, 0.42);
}

.premium-system-card, .premium-intelligence-suite-card {
  position: relative;
  overflow: hidden;
}

.premium-system-card::before, .premium-intelligence-suite-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(157, 255, 232, 0.92), rgba(88, 224, 196, 0.24));
}

.premium-intelligence-suite-card .metric-label {
  display: block;
  margin-bottom: 8px;
  color: rgba(157, 255, 232, 0.78);
  font-size: 0.66rem;
}

.premium-proof-panel {
  border-radius: 8px;
  border-color: rgba(244, 255, 251, 0.14);
}

.premium-brand-system-section {
  position: relative;
}

.premium-proof-panel {
  background:
    linear-gradient(90deg, rgba(5, 9, 7, 0.9), rgba(5, 9, 7, 0.76)),
    url("../public/media/brand/og-home-pitch-photo-about.webp") center / cover no-repeat;
}

@media (max-width: 1080px) {
  .premium-system-grid, .premium-founder-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .premium-brand-hero, .premium-system-grid, .premium-founder-strip {
    grid-template-columns: minmax(0, 1fr);
  }

  .premium-brand-hero {
    gap: 18px;
    min-height: auto;
    padding: 22px;
    border-radius: 22px;
  }

  .premium-brand-access-panel {
    align-self: stretch;
  }

  .premium-product-hero h1 {
    max-width: 100%;
    font-size: 2.9rem;
    line-height: 1;
  }

  .premium-product-hero .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    align-items: stretch;
    width: 100%;
  }

  .premium-product-hero .button, .premium-product-hero .ghost-button, .premium-founder-strip .button {
    width: 100%;
    min-width: 0;
    justify-content: center;
    white-space: normal;
  }

  .premium-system-head h2 {
    max-width: 100%;
    font-size: 2rem;
    line-height: 1.04;
  }

  .premium-system-card, .premium-founder-strip article {
    min-height: auto;
    padding: 14px;
    border-radius: 14px;
  }
}

@media (max-width: 860px) {
  .check-my-bet-hero, .check-my-bet-layout {
    grid-template-columns: 1fr;
  }

  .check-my-bet-assurance-card {
    align-content: start;
  }
}

@media (max-width: 560px) {
  .check-my-bet-page {
    width: min(100% - 18px, 1180px);
    gap: 14px;
    padding: 14px 0 86px;
  }

  .check-my-bet-hero {
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
  }

  .check-my-bet-hero h1 {
    font-size: clamp(2rem, 13vw, 3rem);
  }

  .check-my-bet-builder .paper-slip-math {
    grid-template-columns: 1fr;
  }

  .check-my-bet-builder .saved-paper-slip {
    grid-template-columns: 1fr;
  }

  .check-my-bet-hero-actions, .check-my-bet-hero-actions .button, .check-my-bet-hero-actions .ghost-button, .check-my-bet-rail-card .cta-row, .check-my-bet-rail-card .ghost-button {
    width: 100%;
  }

  .check-my-bet-hero-actions .button, .check-my-bet-hero-actions .ghost-button, .check-my-bet-rail-card .ghost-button {
    justify-content: center;
  }

  .check-my-bet-assurance-card, .check-my-bet-rail-card {
    padding: 14px;
    border-radius: 16px;
  }
}

@media (max-width: 1320px) {
  body[data-page="home"] .topbar {
    padding: 20px 34px;
  }

  body[data-page="home"] .nav-main {
    gap: 22px;
  }
}

@media (max-width: 780px) {
  body[data-page="home"] .site-shell {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  body[data-page="home"] #app, body[data-page="home"] .topbar {
    width: 100%;
  }

  body[data-page="home"] .topbar {
    display: flex;
    min-height: 92px;
    padding: 32px 28px 12px;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0));
  }

  body[data-page="home"] .brand {
    width: auto;
    min-width: 0;
  }

  body[data-page="home"] .brand-mark {
    width: 62px;
    height: auto;
    border-radius: 0;
  }

  body[data-page="home"] .nav-main, body[data-page="home"] .nav-utility, body[data-page="home"] .mobile-founder-cta {
    display: none;
  }

  body[data-page="home"] .mobile-nav-control {
    position: relative;
    display: block;
    width: auto;
    grid-column: auto;
  }

  body[data-page="home"] .mobile-nav-toggle {
    width: 46px;
    min-height: 46px;
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(0, 0, 0, 0.18);
    box-shadow: none;
    backdrop-filter: blur(12px);
  }

  body[data-page="home"] .mobile-nav-toggle span {
    width: 22px;
  }

  body[data-page="home"] .mobile-nav-panel {
    top: 88px;
    border-color: rgba(255, 255, 255, 0.24);
    background:
      linear-gradient(150deg, rgba(5, 17, 13, 0.995), rgba(1, 3, 3, 0.995)),
      #020403;
    box-shadow: 0 24px 76px rgba(0, 0, 0, 0.72);
  }
}

@media (max-width: 430px) {
  body[data-page="home"] .topbar {
    padding-inline: 22px;
  }

  body[data-page="home"] .brand-mark {
    width: 54px;
  }
}

/* Phase 1 Iconic below-fold brand system */
body[data-page="home"] {
  background: #020403;
}

.founder-proof-section {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: clamp(24px, 3vw, 36px);
  padding: clamp(42px, 5vw, 72px) 0;
  border-top: 1px solid var(--og-line);
  background: transparent;
  box-shadow: none;
}

.founder-proof-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(143, 220, 69, 0.08), transparent 32%),
    radial-gradient(circle at 92% 18%, rgba(247, 246, 241, 0.045), transparent 34%);
  pointer-events: none;
}

.founder-proof-section > * {
  position: relative;
  z-index: 1;
}

.founder-proof-head {
  display: grid;
  gap: 12px;
  max-width: 860px;
}

.founder-proof-head h2 {
  max-width: 980px;
  margin: 0;
  color: var(--og-text);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1;
}

.founder-proof-head .section-copy {
  max-width: 760px;
  margin: 0;
  color: var(--og-muted);
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.58;
}

.proof-tile, .founder-product-proof-strip article, .founder-league-proof-card, .og-flow-step {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line);
  background:
    linear-gradient(180deg, rgba(247, 246, 241, 0.055), rgba(247, 246, 241, 0.022)),
    rgba(2, 4, 3, 0.48);
  box-shadow: none;
}

.proof-tile .metric-label, .founder-product-proof-strip .metric-label, .og-flow-step span {
  color: var(--og-signal);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder-proof-headline-grid, .founder-product-proof-strip {
  display: grid;
  gap: 14px;
}

.founder-proof-headline-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.founder-product-proof-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.og-flow-step {
  min-height: 0;
  padding: clamp(20px, 2vw, 28px);
  color: var(--og-text);
  text-decoration: none;
}

.og-flow-step strong {
  color: var(--og-text);
  font-size: clamp(1.04rem, 1.25vw, 1.28rem);
  line-height: 1.2;
}

.og-flow-step p {
  color: var(--og-muted);
  font-size: 0.95rem;
  line-height: 1.52;
}

.founder-proof-section .footer-note {
  color: rgba(247, 246, 241, 0.58);
}

.proof-tile, .founder-product-proof-strip article {
  display: grid;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
}

.proof-tile strong, .founder-product-proof-strip strong {
  color: var(--og-text);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1;
}

.founder-league-proof-details {
  border-radius: var(--og-card-radius);
  border: 1px solid var(--og-line);
  background: rgba(247, 246, 241, 0.035);
}

.founder-league-proof-details summary {
  color: var(--og-text);
}

@media (max-width: 1080px) {
  .founder-proof-headline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .founder-product-proof-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {

  .founder-proof-headline-grid {
    grid-template-columns: 1fr;
  }

  .founder-proof-section {
    padding-block: 42px;
  }
}

.account-command-card-worldcup {
  display: none !important;
}

/* Launch hardening: shared mobile containment across Today, Matches and Fixture Rooms. */
html, body, .site-shell, .app-view, .x-matches-page {
  max-width: 100%;
  min-width: 0;
}

html, body, .site-shell, .app-view {
  overflow-x: clip;
}

.og-match-row, .og-match-open, .og-match-main, .og-matchup, .og-team-line, .og-match-verdict, .og-match-actions {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 680px) {
  .site-shell {
    padding: 10px 10px 28px;
  }

  .topbar {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 62px;
    padding: 10px;
  }

  .topbar .brand {
    min-width: 0;
  }

  .topbar .brand-copy small, .topbar .nav-main, .topbar .nav-utility, .topbar .mobile-founder-cta {
    display: none;
  }

  .og-match-row {
    overflow: hidden;
  }

  .og-match-open {
    width: 100%;
  }

  .og-match-actions {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
  }

  .og-match-actions button {
    min-width: min(9rem, 100%);
  }

  .og-match-pagination {
    align-items: stretch;
    flex-direction: column;
  }

  .og-match-pagination > div {
    justify-content: space-between;
    width: 100%;
  }

  .formation-pitch-scroll, .dashboard-table-wrap, .results-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
  }
}
.fixture-lineups-team-columns { gap: 0; overflow: hidden; border: 1px solid rgba(224, 238, 230, .1); border-radius: 8px; }
.fixture-lineups-team-columns article {
  padding: 18px;
  border: 0;
  border-right: 1px solid rgba(224, 238, 230, .1);
  border-radius: 0;
  background: rgba(255, 255, 255, .015);
}
.fixture-lineups-team-columns article:last-child { border-right: 0; }
.fixture-lineups-team-card.is-home, .fixture-lineups-team-card.is-away { border-top: 0; }
.fixture-lineups-team-head { padding-bottom: 13px; }
.fixture-lineups-team-head em { padding: 5px 8px; border-radius: 5px; background: rgba(143, 220, 69, .055); }
.fixture-lineups-bench summary { min-height: 48px; }

@media (max-width: 640px) {
  .fixture-lineups-team-columns { grid-template-columns: 1fr; }
  .fixture-lineups-team-columns article { padding: 14px; border-right: 0; border-bottom: 1px solid rgba(224, 238, 230, .1); }
  .fixture-lineups-team-columns article:last-child { border-bottom: 0; }
}
