:root {
  --ink: #14191f;
  --ink-soft: #343d47;
  --muted: #69737d;
  --line: #dce1e6;
  --line-strong: #c7ced5;
  --paper: #eef2f4;
  --panel: #ffffff;
  --green: #08775c;
  --green-dark: #055844;
  --green-soft: #e6f4ef;
  --blue: #2467b2;
  --blue-soft: #eaf2fb;
  --red: #bd4038;
  --red-soft: #fbeceb;
  --amber: #a76708;
  --amber-soft: #fbf1df;
  --graphite: #171d23;
  --shadow: 0 18px 48px rgba(24, 34, 44, .1);
  --shadow-soft: 0 8px 24px rgba(24, 34, 44, .07);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }
.page-shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.content-shell { padding-bottom: 44px; }
.proof-strip { display: flex; min-height: 36px; align-items: center; justify-content: center; gap: 28px; padding: 7px 20px; color: #aab7c0; background: #080d11; font-size: 10px; letter-spacing: .06em; }
.proof-strip span { white-space: nowrap; }
.proof-strip b { color: #6df0c5; }
.proof-strip span:first-child { display: flex; align-items: center; gap: 8px; }
.proof-strip i { width: 7px; height: 7px; border-radius: 50%; background: #55e6b5; box-shadow: 0 0 12px #55e6b5; animation: pulse 1.8s ease-in-out infinite; }

.topbar { position: sticky; top: 0; z-index: 20; display: flex; min-height: 68px; align-items: center; justify-content: space-between; padding: 10px max(20px, calc((100vw - 1200px) / 2)); border-bottom: 1px solid #26313a; color: white; background: rgba(13,19,24,.96); backdrop-filter: blur(16px); }
.brand { display: flex; align-items: center; gap: 11px; color: white; text-decoration: none; }
.brand-mark { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #3d4a54; border-radius: 7px; color: #70edc4; background: #182128; box-shadow: inset 0 0 18px rgba(112,237,196,.08); font-weight: 900; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 15px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .12em; }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-link, .quiet-link { color: #b6c1c9; font-size: 13px; font-weight: 750; text-decoration: none; }
.nav-link:hover, .quiet-link:hover { color: var(--green); }
.freshness { color: #83919b; font-size: 12px; }
.topbar .secondary-button { border-color: #38444d; color: white; background: #192229; }

.primary-button, .secondary-button, .text-button { min-height: 42px; border-radius: 7px; font-weight: 780; }
.primary-button, .secondary-button { display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; text-decoration: none; }
.primary-button { border: 1px solid var(--green); color: white; background: var(--green); box-shadow: 0 7px 18px rgba(8,119,92,.2); }
.primary-button:hover { border-color: var(--green-dark); background: var(--green-dark); }
.secondary-button { border: 1px solid var(--line-strong); color: var(--ink); background: white; }
.secondary-button:hover { border-color: #9da8b1; }
.compact-button { min-height: 36px; padding-inline: 13px; }
.text-button { min-height: 32px; padding: 0; border: 0; color: var(--green); background: transparent; }

.hero-band { position: relative; overflow: hidden; border-bottom: 1px solid #2c3740; color: white; background: #10171d; }
.hero-band::after { position: absolute; top: 0; bottom: 0; left: -20%; width: 28%; content: ""; pointer-events: none; background: rgba(111,240,197,.035); transform: skewX(-14deg); animation: scan 9s linear infinite; }
.hero-layout { display: grid; min-height: 520px; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); align-items: center; gap: 68px; padding-block: 54px; }
.hero-copy { position: relative; z-index: 1; min-width: 0; }
.model-status { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; color: #72e9c2; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.model-status i { width: 8px; height: 8px; border-radius: 50%; background: #12a67e; box-shadow: 0 0 0 5px var(--green-soft); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { max-width: 720px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.06; letter-spacing: 0; }
h1 span { color: #6ee7bd; text-shadow: 0 0 30px rgba(110,231,189,.2); }
h2 { margin: 0; font-size: 28px; line-height: 1.25; }
h3 { margin: 0; }
.hero-summary { max-width: 700px; margin: 21px 0 18px; color: #b8c4cc; font-size: 17px; line-height: 1.75; }
.hero-proof { display: flex; gap: 0; margin: 0 0 25px; color: #8796a0; font-size: 12px; flex-wrap: wrap; }
.hero-proof span { padding: 0 14px; border-left: 1px solid var(--line); }
.hero-proof span:first-child { padding-left: 0; border-left: 0; }
.hero-proof b { color: white; font-size: 14px; }
.hero-actions { display: flex; align-items: center; gap: 19px; flex-wrap: wrap; }
.viewer-badge { display: inline-block; margin-top: 15px; color: var(--amber); font-size: 11px; font-weight: 750; }
.viewer-badge.member { color: var(--green); }

.featured-prediction { position: relative; z-index: 1; min-height: 390px; overflow: hidden; border: 1px solid #40505b; border-radius: 8px; color: white; background: #182128; box-shadow: 0 28px 70px rgba(0,0,0,.38), 0 0 0 1px rgba(112,237,196,.05); }
.featured-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 17px 20px; border-bottom: 1px solid #323b43; }
.featured-head span { color: #98a7b2; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.featured-head b { display: flex; align-items: center; gap: 7px; color: #6fd0b2; font-size: 10px; }
.featured-head b i { width: 6px; height: 6px; border-radius: 50%; background: #6fd0b2; box-shadow: 0 0 10px #6fd0b2; }
.featured-teams { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; padding: 30px 22px 24px; text-align: center; }
.featured-team { min-width: 0; }
.featured-team img { display: block; width: 54px; height: 36px; margin: 0 auto 10px; border: 1px solid #44505a; object-fit: cover; }
.featured-team strong { display: block; overflow: hidden; font-size: 18px; text-overflow: ellipsis; white-space: nowrap; }
.featured-versus { color: #74818b; font-size: 11px; font-weight: 800; }
.featured-verdict { padding: 18px 22px; border-block: 1px solid #323b43; background: #1d252c; }
.featured-verdict span, .featured-verdict strong { display: block; }
.featured-verdict span { color: #95a3ad; font-size: 11px; }
.featured-verdict strong { margin-top: 5px; font-size: 25px; }
.featured-insights { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid #323b43; }
.featured-insights div { padding: 17px 20px; border-right: 1px solid #323b43; }
.featured-insights div:last-child { border-right: 0; }
.featured-insights span, .featured-insights strong { display: block; }
.featured-insights span { color: #95a3ad; font-size: 10px; }
.featured-insights strong { margin-top: 6px; font-size: 15px; line-height: 1.45; }
.featured-stats { display: grid; grid-template-columns: repeat(3,1fr); }
.featured-stats.compact-stats { grid-template-columns: repeat(2,1fr); }
.featured-stats div { padding: 17px 12px; border-right: 1px solid #323b43; text-align: center; }
.featured-stats div:last-child { border-right: 0; }
.featured-stats span, .featured-stats strong { display: block; }
.featured-stats span { color: #8e9ca6; font-size: 10px; }
.featured-stats strong { margin-top: 5px; font-size: 20px; }
.featured-action { display: flex; width: 100%; min-height: 48px; align-items: center; justify-content: center; border: 0; border-top: 1px solid #323b43; color: #78d7ba; background: transparent; font-weight: 800; }
.featured-action:hover { background: #202930; }

.overview-band { border-bottom: 1px solid #d4dce1; background: #e6ecef; }
.signal-board { display: grid; grid-template-columns: repeat(4,1fr); }
.signal-board div { position: relative; padding: 22px 24px; border-right: 1px solid var(--line); }
.signal-board div:last-child { border-right: 0; }
.signal-board strong, .signal-board span { display: block; }
.signal-board strong { font-size: 30px; line-height: 1; }
.signal-board span { margin-top: 7px; color: var(--muted); font-size: 12px; }

.agent-network-band { padding: 52px 0; color: white; background: #0c1217; }
.agent-network-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px; align-items: center; }
.agent-network-copy .eyebrow { color: #6ee7bd; }
.agent-network-copy h2 { max-width: 430px; font-size: 32px; }
.agent-network-copy > p:not(.eyebrow) { max-width: 440px; color: #929fa9; line-height: 1.75; }
.network-status { display: flex; gap: 18px; margin-top: 24px; flex-wrap: wrap; }
.network-status span { display: flex; align-items: center; gap: 7px; color: #aab6bf; font-size: 10px; }
.network-status i { width: 6px; height: 6px; border-radius: 50%; background: #59dfb4; box-shadow: 0 0 9px rgba(89,223,180,.8); }
.agent-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.agent-card { position: relative; min-height: 190px; overflow: hidden; padding: 18px; border: 1px solid #2d3942; border-radius: 7px; background: #131b21; transition: border-color .2s, transform .2s; }
.agent-card:hover { border-color: #53636e; transform: translateY(-2px); }
.agent-card.active { border-color: #397d68; box-shadow: inset 0 0 28px rgba(73,211,168,.05); }
.agent-card::after { position: absolute; right: 0; bottom: 0; width: 44px; height: 2px; content: ""; background: #4bd3a7; box-shadow: 0 0 12px #4bd3a7; }
.agent-card-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.agent-card-head span { color: #60717d; font-size: 10px; font-weight: 900; }
.agent-card-head i { width: 7px; height: 7px; border-radius: 50%; background: #54dcae; box-shadow: 0 0 10px rgba(84,220,174,.8); }
.agent-card > strong, .agent-card > small { display: block; }
.agent-card > strong { font-size: 15px; }
.agent-card > small { margin-top: 4px; color: #60717d; font-size: 8px; letter-spacing: .11em; }
.agent-card p { min-height: 42px; color: #96a3ac; font-size: 11px; line-height: 1.6; }
.agent-card > b { color: #65dfb9; font-size: 10px; }

@keyframes pulse { 50% { opacity: .45; transform: scale(.82); } }
@keyframes scan { to { left: 120%; } }

.section-band { padding: 48px 0; border-bottom: 1px solid #d2dbe0; }
.priority-shell { padding-bottom: 0; }
.priority-shell .section-band:last-child { border-bottom: 0; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading > p { max-width: 440px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.eyebrow { margin: 0 0 7px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .11em; }

.share-lines-band { padding: 34px 0 8px; border-bottom: 1px solid #d2dbe0; }
.share-lines-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 16px; }
.share-lines-head > p { max-width: 420px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.share-lines-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.share-line-card { min-height: 154px; display: grid; align-content: space-between; gap: 14px; padding: 18px; border: 1px solid #cad3d9; border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.share-line-card span { width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-weight: 900; }
.share-line-card p { margin: 0; color: var(--ink); font-size: 16px; line-height: 1.55; }
.share-line-card button { width: fit-content; min-height: 32px; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--ink-soft); background: #f8fafb; font-size: 11px; font-weight: 800; }
.share-line-card button:hover { border-color: var(--green); color: var(--green-dark); }

.retention-band { padding-block: 42px; }
.retention-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.compact-retention-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.retention-card { min-height: 188px; display: grid; align-content: space-between; gap: 14px; padding: 18px; border: 1px solid #c9d2d8; border-radius: 8px; color: var(--ink); text-align: left; background: white; box-shadow: var(--shadow-soft); }
.retention-card:hover { transform: translateY(-2px); border-color: #9eb8ad; }
.retention-card strong { display: block; font-size: 18px; line-height: 1.25; }
.retention-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.55; }
.retention-card em { color: var(--green-dark); font-size: 12px; font-style: normal; font-weight: 850; }
.retention-kicker { width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-weight: 900; }
.change-compare, .review-result { display: grid; gap: 8px; padding-top: 2px; }
.change-compare p, .review-result p { display: grid; grid-template-columns: 42px 1fr; gap: 9px; }
.change-compare b, .review-result b { color: var(--muted); font-size: 11px; }
.change-compare span, .review-result span { color: var(--ink); font-size: 13px; line-height: 1.45; }

.operation-banner-section { padding: 28px 0 4px; }
.operation-banner-card { display: grid; grid-template-columns: 86px 1fr auto; align-items: center; gap: 20px; padding: 18px; border: 1px solid #2d3b45; border-radius: 8px; color: white; background: #11191f; box-shadow: var(--shadow-soft); }
.operation-banner-card img { width: 86px; height: 62px; border-radius: 6px; object-fit: cover; }
.operation-banner-card h2 { font-size: 22px; }
.operation-banner-card p:not(.eyebrow) { margin: 7px 0 0; color: #aeb9c1; font-size: 13px; line-height: 1.55; }
.operation-banner-card .eyebrow { color: #6ee7bd; }
.operation-banner-mark { display: grid; width: 74px; height: 54px; place-items: center; border: 1px solid #35444e; border-radius: 6px; color: #6ee7bd; background: #182128; font-size: 12px; font-weight: 900; }

.activity-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.activity-card { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.activity-card img, .activity-placeholder { width: 100%; height: 156px; object-fit: cover; }
.activity-placeholder { display: grid; place-items: center; color: #6ee7bd; background: #11191f; font-weight: 900; }
.activity-card-body { display: grid; gap: 12px; padding: 18px; }
.activity-card h2 { font-size: 20px; }
.activity-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.activity-card small { color: var(--muted); font-size: 11px; }
.activity-status { width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-weight: 900; }
.activity-status.upcoming { color: var(--blue); background: var(--blue-soft); }
.activity-status.ended { color: var(--muted); background: #eef1f3; }
.disabled-link { pointer-events: none; opacity: .55; }

.operation-popup { max-width: min(520px, calc(100% - 28px)); }
.popup-image { width: 100%; max-height: 220px; margin-bottom: 14px; border-radius: 8px; object-fit: cover; }
.operation-popup .primary-button { margin-top: 10px; }

.operation-admin-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; align-items: start; }
.operation-admin-card { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.operation-admin-card h3 { margin-bottom: 13px; }
.operation-admin-list { display: grid; gap: 8px; margin-top: 14px; }
.operation-admin-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 6px; }
.operation-admin-row strong, .operation-admin-row small { display: block; }
.operation-admin-row small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.youth-pulse-band { padding-top: 42px; }
.youth-pulse-grid, .hot-board-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.youth-card { position: relative; min-height: 250px; overflow: hidden; display: grid; align-content: space-between; gap: 18px; padding: 21px; border: 1px solid #26343d; border-radius: 8px; color: white; text-align: left; background: #121a20; box-shadow: 0 18px 45px rgba(16,24,30,.16); }
.youth-card::after { position: absolute; right: 18px; top: 18px; width: 54px; height: 3px; content: ""; background: #6ee7bd; box-shadow: 0 0 18px rgba(110,231,189,.75); }
.youth-card:hover { transform: translateY(-2px); border-color: #567264; }
.youth-card.good::after { background: #6ee7bd; }
.youth-card.danger::after { background: #ff756d; box-shadow: 0 0 18px rgba(255,117,109,.55); }
.youth-card.chill::after { background: #79aee8; box-shadow: 0 0 18px rgba(121,174,232,.55); }
.youth-card-kicker { width: fit-content; padding: 6px 9px; border: 1px solid #3b4a54; border-radius: 999px; color: #6ee7bd; font-size: 10px; font-weight: 900; }
.youth-card strong { display: block; max-width: 92%; font-size: 24px; line-height: 1.18; }
.youth-card p { margin: 0; color: #aeb9c1; font-size: 13px; line-height: 1.65; }
.youth-card-data { display: grid; grid-template-columns: 1fr auto auto; align-items: end; gap: 9px; padding-top: 14px; border-top: 1px solid #33404a; }
.youth-card-data span, .youth-card-data b, .youth-card-data small { display: block; }
.youth-card-data b { color: white; font-size: 13px; }
.youth-card-data small { margin-top: 4px; color: #8f9da7; font-size: 10px; line-height: 1.4; }
.youth-card-data i { min-width: 46px; padding: 8px 9px; border-radius: 6px; color: #0d221c; background: #6ee7bd; font-size: 13px; font-style: normal; font-weight: 900; text-align: center; }
.youth-card.danger .youth-card-data i { color: white; background: var(--red); }
.youth-card.chill .youth-card-data i { color: white; background: var(--blue); }
.youth-card em { color: #7bdabb; font-size: 12px; font-style: normal; font-weight: 850; }
.hot-card { min-height: 226px; }
.hot-card strong { font-size: 21px; }
.hot-card .youth-card-data { grid-template-columns: 1fr auto; }

.prediction-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.prediction-columns > article { overflow: hidden; border: 1px solid #ccd5da; border-radius: 8px; background: white; box-shadow: 0 12px 30px rgba(25,38,48,.1); }
.prediction-columns header { display: flex; align-items: center; gap: 11px; padding: 17px 18px; border-bottom: 1px solid var(--line); background: #fafbfc; }
.prediction-columns header small { display: block; margin-bottom: 3px; color: var(--muted); font-size: 9px; letter-spacing: .1em; }
.prediction-columns header h3 { font-size: 16px; }
.category-index { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 6px; color: var(--green); background: var(--green-soft); font-size: 11px; font-weight: 900; }
.category-index.danger { color: var(--red); background: var(--red-soft); }
.category-index.blue { color: var(--blue); background: var(--blue-soft); }
.prediction-columns > article > div { padding: 0 18px 5px; }
.prediction-row { display: grid; width: 100%; grid-template-columns: 22px 1fr auto; align-items: center; gap: 9px; padding: 14px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); text-align: left; background: transparent; }
.prediction-row:last-child { border-bottom: 0; }
.prediction-row:hover strong { color: var(--green); }
.prediction-row strong, .prediction-row small { display: block; }
.prediction-row strong { font-size: 13px; }
.prediction-row small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.prediction-row > b { color: var(--green); font-size: 17px; }
.rank-number { color: #9aa3aa; font-size: 11px; font-weight: 850; }

.schedule-flow-wrap { display: grid; gap: 14px; }
.now-focus-card { display: grid; grid-template-columns: minmax(190px,.58fr) minmax(0,1.1fr) minmax(220px,.62fr); align-items: center; gap: 22px; padding: 22px; border: 1px solid #26343d; border-radius: 8px; color: white; background: #11191f; box-shadow: 0 18px 45px rgba(16,24,30,.16); cursor: pointer; }
.now-focus-card:hover { border-color: #477463; }
.now-focus-label span, .now-focus-label b { display: block; }
.now-focus-label span { width: fit-content; margin-bottom: 9px; padding: 6px 9px; border-radius: 999px; color: #09251d; background: #6ee7bd; font-size: 10px; font-weight: 900; }
.now-focus-label b { font-size: 22px; line-height: 1.2; }
.now-focus-main { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; text-align: center; }
.now-focus-main > div { min-width: 0; }
.now-focus-main strong, .now-focus-main small { display: block; }
.now-focus-main strong { overflow: hidden; font-size: 22px; text-overflow: ellipsis; white-space: nowrap; }
.now-focus-main small { margin-top: 7px; color: #91a0aa; font-size: 11px; }
.now-focus-main > span { color: #6ee7bd; font-size: 15px; font-weight: 900; }
.now-focus-bottom { display: grid; gap: 12px; justify-items: end; }
.now-focus-bottom span { color: #aeb9c1; font-size: 12px; line-height: 1.55; text-align: right; }
.now-focus-bottom b { color: white; }
.now-focus-bottom .primary-button { min-height: 38px; }
.schedule-flow { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.quick-schedule { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.quick-schedule-block { overflow: hidden; border: 1px solid #ccd5da; border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.quick-schedule-block header { padding: 14px 16px; border-bottom: 1px solid var(--line); background: #10171d; color: white; }
.quick-schedule-block header span { color: #6ee7bd; font-size: 12px; font-weight: 900; }
.schedule-flow-column { overflow: hidden; border: 1px solid #ccd5da; border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.schedule-flow-column header { padding: 17px 18px; border-bottom: 1px solid var(--line); background: #10171d; color: white; }
.schedule-flow-column header span { display: block; margin-bottom: 4px; color: #6ee7bd; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.schedule-flow-column header h3 { font-size: 17px; }
.schedule-flow-item { display: grid; width: 100%; grid-template-columns: 48px 1fr auto; align-items: center; gap: 10px; padding: 13px 16px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); text-align: left; background: transparent; }
.schedule-flow-item:last-child { border-bottom: 0; }
.schedule-flow-item:hover { background: #f8fafb; }
.schedule-flow-item.live { background: #f1fbf7; }
.schedule-flow-item.live > b { color: white; background: var(--red); }
.schedule-flow-item strong, .schedule-flow-item small { display: block; }
.schedule-flow-item strong { font-size: 12px; }
.schedule-flow-item small { margin-top: 4px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.schedule-flow-item > b { padding: 5px 7px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; white-space: nowrap; }
.flow-time { color: var(--green); font-size: 12px; font-weight: 850; }
.compact-empty { padding: 22px 14px; }

.differentiator-band { display: grid; grid-template-columns: .82fr 1.18fr; gap: 28px; align-items: stretch; }
.differentiator-copy { padding: 28px; border: 1px solid #2d3b45; border-radius: 8px; color: white; background: #10171d; }
.differentiator-copy .eyebrow { color: #6ee7bd; }
.differentiator-copy h2 { font-size: 31px; }
.differentiator-copy p:not(.eyebrow) { color: #a8b5be; line-height: 1.75; }
.differentiator-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.differentiator-grid article { min-height: 194px; padding: 19px; border: 1px solid #ccd5da; border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.differentiator-grid span { display: grid; width: 32px; height: 32px; place-items: center; margin-bottom: 20px; border-radius: 6px; color: var(--green-dark); background: var(--green-soft); font-size: 11px; font-weight: 900; }
.differentiator-grid strong { display: block; font-size: 17px; }
.differentiator-grid p { color: var(--muted); font-size: 12px; line-height: 1.65; }

.expert-board-band { padding-top: 44px; }
.prediction-board { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.prediction-board-head, .prediction-board-row { display: grid; grid-template-columns: minmax(180px,.8fr) minmax(280px,1.5fr) minmax(170px,.75fr) 130px; align-items: center; gap: 20px; }
.prediction-board-head { padding: 11px 18px; color: var(--muted); background: #f4f6f7; font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.prediction-board-row { min-height: 86px; padding: 15px 18px; border-top: 1px solid var(--line); }
.prediction-board-row:hover { background: #fafbfc; }
.board-player { display: flex; align-items: center; gap: 12px; }
.board-player > b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 6px; color: var(--green); background: var(--green-soft); font-size: 11px; }
.board-player span, .board-player strong, .board-player small, .board-pick small, .board-pick strong, .board-result span, .board-result small { display: block; }
.board-player strong { font-size: 14px; }
.board-player small, .board-pick small, .board-result small { margin-top: 4px; color: var(--muted); font-size: 10px; }
.board-pick strong { margin-top: 5px; color: var(--ink-soft); font-size: 12px; line-height: 1.5; }
.board-result span { width: fit-content; padding: 5px 8px; border-radius: 5px; color: var(--green-dark); background: var(--green-soft); font-size: 11px; font-weight: 800; }
.board-source { color: var(--blue); font-size: 11px; font-weight: 750; }
.board-note { margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }

.member-value-band { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; margin-block: 48px 0; padding: 42px 46px; border: 1px solid #35444e; border-radius: 8px; color: white; background: #11191f; box-shadow: 0 22px 54px rgba(12,20,26,.22); }
.member-value-copy h2 { max-width: 620px; font-size: 30px; }
.member-value-copy > p:not(.eyebrow) { max-width: 650px; color: #b8c2ca; line-height: 1.7; }
.member-value-copy .eyebrow { color: #6ed2b4; }
.member-actions { display: flex; align-items: center; gap: 18px; margin-top: 23px; flex-wrap: wrap; }
.member-actions a { color: #c8d0d6; font-size: 12px; font-weight: 750; }
.price-note { color: #9ee7ce; font-size: 12px; font-weight: 850; }
.wechat-link { min-height: 34px; padding: 0; border: 0; color: #b8c9c2; background: transparent; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }
.wechat-link:hover { color: #8cdfc6; }
.light-button { border-color: #67d1b1; color: #0c2820; background: #67d1b1; box-shadow: none; }
.light-button:hover { border-color: #8cdfc6; background: #8cdfc6; }
.member-proof-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #3a464f; }
.member-proof-grid div { min-height: 96px; padding: 18px; border-right: 1px solid #3a464f; border-bottom: 1px solid #3a464f; }
.member-proof-grid div:nth-child(even) { border-right: 0; }
.member-proof-grid div:nth-child(n+3) { border-bottom: 0; }
.member-proof-grid strong, .member-proof-grid span { display: block; }
.member-proof-grid strong { font-size: 25px; }
.member-proof-grid span { margin-top: 7px; color: #94a2ac; font-size: 11px; }

.match-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.match-card { min-width: 0; padding: 19px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.match-card:hover { border-color: var(--line-strong); box-shadow: var(--shadow-soft); }
.match-card-top, .match-card-footer { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--muted); font-size: 11px; }
.team-visual { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 21px 0 18px; }
.team-visual > span { display: flex; min-width: 0; align-items: center; gap: 7px; }
.team-visual > span:last-child { justify-content: flex-end; text-align: right; }
.team-visual img { width: 29px; height: 20px; border: 1px solid var(--line); object-fit: cover; }
.team-visual b { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.team-visual small { color: var(--muted); font-size: 10px; }
.match-card p { min-height: 43px; color: var(--ink-soft); font-size: 13px; line-height: 1.6; }
.status-tag { display: inline-flex; align-items: center; width: fit-content; padding: 5px 8px; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 10px; font-weight: 750; }
.score-line { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; font-size: 11px; }
.score-line div { height: 5px; overflow: hidden; border-radius: 3px; background: #e8ecef; }
.score-line i { display: block; height: 100%; background: var(--green); }
.match-card-footer { margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--line); }

.report-layout { display: grid; grid-template-columns: 270px 1fr; gap: 46px; }
.report-intro { color: var(--muted); line-height: 1.7; }
.report-preview { padding: 25px 27px; border: 1px solid var(--line); border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; background: white; box-shadow: var(--shadow-soft); }
.report-meta { display: flex; gap: 16px; color: var(--muted); font-size: 11px; }
.report-preview h3 { margin: 14px 0 10px; font-size: 22px; }
.report-preview > p { color: var(--ink-soft); line-height: 1.65; }
.preview-points { display: grid; gap: 1px; margin: 16px 0; background: var(--line); }
.preview-points div { display: grid; gap: 3px; padding: 11px 12px; background: #f9fafb; }
.preview-points b { font-size: 13px; }
.preview-points span { color: var(--muted); font-size: 11px; }
.deep-thought-preview { margin: 12px 0 17px; padding: 13px 15px; border-left: 3px solid var(--blue); background: var(--blue-soft); }
.deep-thought-preview strong { display: block; margin-bottom: 7px; color: var(--ink); font-size: 13px; }
.deep-thought-preview p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.locked-inline { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.locked-inline span { color: var(--muted); font-size: 12px; }

.risk-band { border-bottom: 0; }
.risk-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.risk-column { padding: 17px 18px 5px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.risk-column header { display: flex; align-items: center; gap: 9px; padding-bottom: 12px; }
.risk-column h3 { font-size: 15px; }
.risk-dot { width: 8px; height: 8px; border-radius: 50%; }
.risk-dot.red { background: var(--red); } .risk-dot.amber { background: var(--amber); } .risk-dot.blue { background: var(--blue); }
.risk-row { display: grid; width: 100%; grid-template-columns: 22px 1fr auto; align-items: center; gap: 8px; padding: 12px 0; border: 0; border-top: 1px solid var(--line); color: var(--ink); text-align: left; background: transparent; }
.risk-row strong, .risk-row small { display: block; }
.risk-row strong { font-size: 12px; }
.risk-row small { margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.score-badge { display: grid; width: 36px; height: 28px; place-items: center; border-radius: 5px; font-size: 12px; }
.score-badge.high, strong.high { color: var(--red); background: var(--red-soft); }
.score-badge.medium, strong.medium { color: var(--amber); background: var(--amber-soft); }
.score-badge.low, strong.low { color: var(--green); background: var(--green-soft); }

.model-lab-band { color: white; background: #12191f; }
.model-lab-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; padding-block: 55px; }
.model-lab-copy h2 { font-size: 31px; }
.model-lab-copy > p:not(.eyebrow) { color: #aeb9c1; line-height: 1.75; }
.model-lab-copy .eyebrow { color: #6ed2b4; }
.dark-button { margin-top: 12px; border-color: #414d56; color: white; background: transparent; }
.model-lab-metrics { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #39444c; }
.model-lab-metrics div { padding: 21px; border-right: 1px solid #39444c; border-bottom: 1px solid #39444c; }
.model-lab-metrics div:nth-child(3n) { border-right: 0; }
.model-lab-metrics div:nth-child(n+4) { border-bottom: 0; }
.model-lab-metrics strong, .model-lab-metrics span { display: block; }
.model-lab-metrics strong { font-size: 26px; }
.model-lab-metrics span { margin-top: 6px; color: #8e9ba5; font-size: 10px; }

.search-box { display: flex; align-items: center; gap: 9px; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 7px; background: white; }
.search-box span { color: var(--muted); font-size: 11px; }
.search-box input { width: 180px; height: 38px; border: 0; outline: 0; background: transparent; }
.compact-list { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; }
.compact-match { display: grid; width: 100%; grid-template-columns: 78px 1fr auto 18px; align-items: center; gap: 14px; padding: 15px 18px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); text-align: left; background: transparent; }
.compact-match:last-child { border-bottom: 0; }
.compact-match:hover { background: #f8fafb; }
.compact-match strong, .compact-match small { display: block; }
.compact-match strong { font-size: 13px; }
.compact-match small { margin-top: 4px; color: var(--muted); font-size: 11px; }
.match-time { color: var(--green); font-size: 12px; font-weight: 850; }
.compact-scores { display: flex; gap: 6px; }
.compact-scores i { padding: 5px 7px; border-radius: 4px; color: var(--muted); background: var(--paper); font-size: 10px; font-style: normal; }
.source-strip { display: flex; align-items: center; gap: 12px; padding-top: 25px; color: var(--muted); font-size: 11px; flex-wrap: wrap; }
.source-strip a { margin-left: auto; color: var(--green); }
.provider-pills { display: flex; gap: 6px; flex-wrap: wrap; }
.provider-pill { display: inline-flex; align-items: center; gap: 5px; padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: white; }
.provider-pill i { width: 6px; height: 6px; border-radius: 50%; background: var(--muted); }
.provider-pill.live i { background: var(--green); } .provider-pill.cached i, .provider-pill.manual i { background: var(--amber); }

.modal { width: min(900px, calc(100vw - 28px)); max-height: calc(100vh - 28px); padding: 0; border: 1px solid var(--line); border-radius: 8px; color: var(--ink); background: white; box-shadow: var(--shadow); }
.modal::backdrop { background: rgba(12,17,21,.68); backdrop-filter: blur(3px); }
.account-modal { width: min(560px, calc(100vw - 28px)); }
.modal-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding: 17px 21px; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.97); }
.modal-head h2 { font-size: 21px; }
.modal-body { padding: 21px; }
.icon-button { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--line); border-radius: 7px; color: var(--ink); background: white; font-size: 21px; }
.match-local-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; padding: 11px 13px; border: 1px solid var(--line); border-radius: 7px; background: #f7f9fa; }
.match-local-meta span { color: var(--muted); font-size: 11px; }
.match-local-meta b { color: var(--green); font-size: 12px; }
.favorite-button { min-height: 32px; margin-left: auto; padding: 0 11px; border: 1px solid var(--line-strong); border-radius: 6px; color: var(--ink-soft); background: white; font-size: 11px; font-weight: 750; }
.favorite-button.active { border-color: #81b6a2; color: var(--green-dark); background: var(--green-soft); }
.domestic-live-card { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 16px; padding: 19px 21px; border: 1px solid #cad7df; border-radius: 8px; background: #edf4f7; }
.domestic-live-card h3 { margin-bottom: 5px; }
.domestic-live-card > div > span { color: var(--muted); font-size: 11px; }
.cctv-button { display: flex; min-width: 190px; min-height: 60px; align-items: center; justify-content: space-between; gap: 15px; padding: 10px 15px; border-radius: 7px; color: white; background: #bd282d; text-decoration: none; box-shadow: 0 9px 22px rgba(189,40,45,.18); }
.cctv-button b { font-size: 20px; }
.cctv-button span { font-size: 10px; }
.opinion-compare { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 18px; border: 1px solid var(--line); border-radius: 8px; background: white; }
.opinion-compare div { padding: 15px; border-right: 1px solid var(--line); }
.opinion-compare div:last-child { border-right: 0; }
.opinion-compare span, .opinion-compare strong { display: block; }
.opinion-compare span { color: var(--muted); font-size: 10px; }
.opinion-compare strong { margin-top: 6px; font-size: 15px; }
.detail-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 15px; margin-bottom: 15px; }
.detail-section-head small { color: var(--muted); font-size: 10px; }
.form-compare { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: 7px; background: #f8fafb; }
.form-compare > div:last-child { text-align: right; }
.form-compare > div > strong, .form-compare > div > b { display: block; }
.form-compare > div > strong { font-size: 14px; }
.form-compare > div > b { margin-top: 5px; color: var(--muted); font-size: 11px; }
.form-compare > span { color: #98a2aa; font-size: 10px; font-weight: 800; }
.recent-results { display: flex; gap: 5px; margin-top: 10px; }
.form-compare > div:last-child .recent-results { justify-content: flex-end; }
.result-chip { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 5px; font-size: 10px; font-weight: 850; }
.result-chip.w { color: var(--green-dark); background: var(--green-soft); }
.result-chip.d { color: var(--amber); background: var(--amber-soft); }
.result-chip.l { color: var(--red); background: var(--red-soft); }
.history-empty { color: var(--muted); font-size: 11px; }
.h2h-block { display: grid; gap: 7px; margin-top: 10px; padding: 14px 16px; border-left: 3px solid var(--blue); background: var(--blue-soft); }
.h2h-block span { color: var(--muted); font-size: 10px; }
.h2h-block b { color: var(--ink-soft); font-size: 12px; }
.update-timeline { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: 7px; }
.update-timeline > div { position: relative; min-height: 96px; padding: 16px; border-right: 1px solid var(--line); }
.update-timeline > div:last-child { border-right: 0; }
.update-timeline i { display: block; width: 7px; height: 7px; margin-bottom: 11px; border-radius: 50%; }
.update-timeline .done i { background: var(--green); box-shadow: 0 0 8px rgba(8,119,92,.45); }
.update-timeline .upcoming i { border: 1px solid #9ba6ad; background: white; }
.update-timeline b, .update-timeline strong, .update-timeline span { display: block; }
.update-timeline b { color: var(--green); font-size: 9px; }
.update-timeline strong { margin-top: 5px; font-size: 12px; }
.update-timeline span { margin-top: 4px; color: var(--muted); font-size: 9px; }
.prediction-result { overflow: hidden; margin-bottom: 20px; padding: 22px; border-radius: 8px; color: white; background: #182128; }
.rookie-decision { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.72fr); gap: 20px; align-items: stretch; margin-bottom: 18px; padding: 20px; border: 1px solid #cbd6dc; border-radius: 8px; background: white; box-shadow: var(--shadow-soft); }
.rookie-decision.good { border-color: #9fd6c2; background: #f2fbf7; }
.rookie-decision.danger { border-color: #ecc0bc; background: #fff6f5; }
.rookie-decision.chill { border-color: #bed4ec; background: #f4f8fd; }
.rookie-main h3 { font-size: 24px; }
.rookie-main p:not(.eyebrow) { margin-bottom: 0; color: var(--ink-soft); line-height: 1.7; }
.rookie-mini-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid rgba(20,25,31,.12); background: rgba(255,255,255,.55); }
.rookie-mini-grid div { min-width: 0; padding: 14px; border-right: 1px solid rgba(20,25,31,.12); }
.rookie-mini-grid div:last-child { border-right: 0; }
.rookie-mini-grid span, .rookie-mini-grid strong { display: block; }
.rookie-mini-grid span { color: var(--muted); font-size: 10px; }
.rookie-mini-grid strong { margin-top: 7px; font-size: 15px; line-height: 1.25; }
.prediction-result-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.prediction-result-head .eyebrow { color: #6ed2b4; }
.prediction-result-head h3 { font-size: 25px; }
.confidence-seal { padding: 8px 12px; border: 1px solid #46535d; border-radius: 6px; color: #aebac2; text-align: center; font-size: 10px; }
.confidence-seal b { color: white; font-size: 14px; }
.probability-bar { display: flex; min-height: 44px; margin: 22px 0; overflow: hidden; border-radius: 5px; }
.probability-bar span { display: grid; min-width: 52px; place-items: center; padding: 5px; color: white; background: var(--green); font-size: 10px; text-align: center; }
.probability-bar span:nth-child(2) { background: #8e692d; }
.probability-bar span:nth-child(3) { background: var(--blue); }
.quick-predictions { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #3d4851; }
.quick-predictions div { padding: 13px; border-right: 1px solid #3d4851; text-align: center; }
.quick-predictions div:last-child { border-right: 0; }
.quick-predictions span, .quick-predictions strong { display: block; }
.quick-predictions span { color: #9daab3; font-size: 10px; }
.quick-predictions strong { margin-top: 4px; font-size: 21px; }
.prediction-lock { margin-top: 17px; padding-top: 17px; border-top: 1px solid #3d4851; text-align: center; }
.prediction-lock p { color: #aab6be; font-size: 12px; }
.model-proof { margin-top: 16px; color: #aab6be; font-size: 11px; }
.model-proof summary { color: #70d3b5; cursor: pointer; font-weight: 750; }
.score-candidates { display: flex; align-items: center; gap: 7px; margin-top: 14px; flex-wrap: wrap; }
.score-candidates > span { color: #9daab3; font-size: 11px; }
.score-candidates b { padding: 7px 9px; border: 1px solid #46525b; border-radius: 5px; font-size: 12px; }
.score-candidates small { color: #70d3b5; }
.market-compare { margin: 13px 0 0; color: #d7dfe4; font-size: 12px; }
.detail-score-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); }
.detail-score-grid div { padding: 15px; border-right: 1px solid var(--line); text-align: center; }
.detail-score-grid div:last-child { border-right: 0; }
.detail-score-grid span, .detail-score-grid strong { display: block; }
.detail-score-grid span { color: var(--muted); font-size: 11px; }
.detail-score-grid strong { margin-top: 5px; padding: 4px; font-size: 23px; }
.intel-section { padding: 22px 0; border-bottom: 1px solid var(--line); }
.intel-section h3 { margin-bottom: 12px; }
.lead-copy { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.bullet-line { padding-left: 13px; border-left: 3px solid var(--green); color: var(--ink-soft); }
.sections-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.sections-list div { padding: 16px; background: var(--paper); }
.sections-list p { margin-bottom: 0; color: var(--ink-soft); line-height: 1.6; }
.paywall { padding: 29px; border: 1px solid #cfe8df; border-radius: 8px; text-align: center; background: var(--green-soft); }
.paywall strong { font-size: 21px; }
.paywall p { color: var(--muted); }
.odds-table { overflow: auto; border: 1px solid var(--line); }
.odds-row { display: grid; min-width: 500px; grid-template-columns: 1.4fr repeat(3,1fr); }
.odds-row span { padding: 9px; border-bottom: 1px solid var(--line); }
.odds-row span + span { border-left: 1px solid var(--line); text-align: center; }
.odds-row.head { color: var(--muted); background: var(--paper); font-weight: 700; }
.legal-note { display: block; margin-top: 10px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.report-section { margin-bottom: 24px; }
.report-section h3 { margin-bottom: 8px; }
.report-section button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 15px; padding: 13px; border: 0; border-top: 1px solid var(--line); color: var(--ink); text-align: left; background: transparent; }
.report-section button span, .report-section button b, .report-section button small { display: block; }
.report-section button small { margin-top: 4px; color: var(--muted); }
.report-section button > strong { color: var(--green); font-size: 23px; }
.report-timeline { padding: 16px; border: 1px solid var(--line); border-radius: 8px; background: #f8fafb; }
.report-timeline > .report-section { margin-bottom: 16px; }
.report-timeline > .report-section:last-child { margin-bottom: 0; }
.thought-section { padding: 20px; border: 1px solid #b8d8cd; border-left: 4px solid var(--green); border-radius: 0 8px 8px 0; background: var(--green-soft); }
.thought-section p { display: grid; grid-template-columns: 24px 1fr; gap: 9px; margin: 12px 0 0; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.thought-section p b { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: white; background: var(--green); font-size: 11px; }
.form-stack { display: grid; gap: 14px; }
.form-stack label { display: grid; gap: 7px; color: var(--muted); font-size: 12px; }
.form-stack input { height: 45px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 7px; color: var(--ink); }
.redeem-form { margin: 22px 0 0; padding-top: 20px; border-top: 1px solid var(--line); }
.account-state { display: grid; gap: 6px; padding: 18px; background: var(--paper); }
.account-state p { margin: 0; color: var(--muted); }
.account-state strong { font-size: 20px; }
.account-state span { color: var(--green); }
.offer { padding: 5px 4px 22px; text-align: left; }
.offer h3 { max-width: 430px; font-size: 28px; }
.offer > strong { display: block; margin-top: 10px; color: var(--green); font-size: 48px; }
.offer > p:not(.eyebrow) { color: var(--muted); line-height: 1.6; }
.offer-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 18px 0; border: 1px solid var(--line); background: var(--line); }
.offer-proof span { padding: 11px; color: var(--ink-soft); background: #f8fafb; font-size: 11px; }
.loading-line, .empty-state { padding: 30px; color: var(--muted); text-align: center; }
.muted { color: var(--muted); }
.mobile-unlock-bar { display: none; }

.performance-page .hero-layout { min-height: 440px; }
.performance-page .hero-copy h1 { font-size: clamp(40px,5vw,61px); }
.performance-metrics { align-self: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: var(--shadow); }
.performance-metrics div { padding: 22px; border-bottom: 1px solid var(--line); }
.performance-metrics div:last-child { border-bottom: 0; }
.performance-metrics strong, .performance-metrics span { display: block; }
.performance-metrics strong { font-size: 31px; }
.performance-metrics span { margin-top: 5px; color: var(--muted); font-size: 11px; }
.method-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.method-item { min-height: 160px; padding: 23px; background: white; }
.method-item span { display: block; margin-bottom: 28px; color: var(--green); font-size: 11px; font-weight: 900; }
.method-item p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.filter-bar { display: flex; gap: 6px; }
.filter-button { min-height: 34px; padding: 0 12px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; font-size: 11px; font-weight: 750; }
.filter-button.active { border-color: var(--graphite); color: white; background: var(--graphite); }
.performance-note { padding: 15px 17px; border-left: 3px solid var(--blue); color: var(--ink-soft); background: var(--blue-soft); font-size: 12px; line-height: 1.55; }

@media (max-width: 900px) {
  .hero-layout, .report-layout, .member-value-band, .model-lab-layout, .agent-network-layout { grid-template-columns: 1fr; }
  .hero-layout { gap: 35px; }
  .featured-prediction { min-height: auto; }
  .prediction-columns, .match-grid, .risk-columns, .schedule-flow, .youth-pulse-grid, .hot-board-grid, .quick-schedule, .share-lines-grid, .retention-grid, .compact-retention-grid, .activity-grid, .operation-admin-grid { grid-template-columns: 1fr; }
  .now-focus-card, .differentiator-band { grid-template-columns: 1fr; }
  .differentiator-grid { grid-template-columns: 1fr; }
  .member-value-band { gap: 32px; }
  .model-lab-layout { gap: 38px; }
  .method-grid { grid-template-columns: 1fr; }
  .prediction-board-head { display: none; }
  .prediction-board-row { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  body { padding-bottom: 76px; }
  .page-shell { width: min(100% - 28px,1200px); }
  .proof-strip { justify-content: flex-start; gap: 18px; overflow: hidden; }
  .proof-strip span:nth-child(n+3) { display: none; }
  .topbar { min-height: 61px; padding-inline: 14px; }
  .brand-mark { width: 34px; height: 34px; }
  .brand strong { font-size: 13px; }
  .brand small, .freshness { display: none; }
  .nav-actions { gap: 10px; }
  .nav-link { font-size: 11px; }
  .hero-layout { min-height: auto; gap: 16px; padding-block: 22px 20px; }
  h1 { font-size: 32px; line-height: 1.08; }
  h2 { font-size: 24px; }
  .hero-summary { margin-block: 12px; font-size: 14px; line-height: 1.55; }
  .hero-proof { display: none; }
  .hero-proof span { padding-left: 0; border-left: 0; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .primary-button { width: 100%; }
  .hero-actions .quiet-link { text-align: center; }
  .featured-prediction { min-height: 0; }
  .agent-network-band { padding-block: 38px; }
  .agent-network-copy h2 { font-size: 25px; }
  .agent-grid { grid-template-columns: 1fr; }
  .agent-card { min-height: 168px; }
  .featured-head { padding-block: 11px; }
  .featured-teams { padding: 14px 15px 12px; }
  .featured-team img { width: 46px; height: 31px; margin-bottom: 7px; }
  .featured-team strong { font-size: 15px; }
  .featured-verdict { padding-block: 11px; }
  .featured-verdict strong { font-size: 19px; }
  .featured-insights { grid-template-columns: 1fr; }
  .featured-insights div { border-right: 0; border-bottom: 1px solid #323b43; }
  .featured-insights div:last-child { border-bottom: 0; }
  .featured-stats div { padding-block: 12px; }
  .featured-action { min-height: 43px; }
  .viewer-badge { display: none; }
  .signal-board { grid-template-columns: 1fr 1fr; }
  .signal-board div { padding: 18px; border-bottom: 1px solid var(--line); }
  .signal-board div:nth-child(even) { border-right: 0; }
  .signal-board div:nth-child(n+3) { border-bottom: 0; }
  .signal-board strong { font-size: 26px; }
  .section-band { padding: 38px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section-heading > p { font-size: 11px; text-align: left; }
  .share-lines-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .share-lines-head > p { font-size: 11px; text-align: left; }
  .share-line-card { min-height: 132px; padding: 16px; }
  .share-line-card p { font-size: 14px; }
  .retention-card { min-height: 0; padding: 16px; }
  .retention-card strong { font-size: 16px; }
  .operation-banner-card { grid-template-columns: 1fr; align-items: stretch; }
  .operation-banner-card img { width: 100%; height: 130px; }
  .operation-banner-card .primary-button { width: 100%; }
  .member-value-band { margin-top: 36px; padding: 29px 22px; }
  .prediction-board-row { grid-template-columns: 1fr; gap: 13px; padding: 17px; }
  .youth-card { min-height: 220px; }
  .youth-card strong { font-size: 21px; }
  .youth-card-data { grid-template-columns: 1fr 54px 54px; }
  .hot-card { min-height: 154px; gap: 10px; padding: 16px; }
  .hot-card strong { font-size: 17px; }
  .hot-card p { display: none; }
  .hot-card .youth-card-kicker { padding: 5px 8px; font-size: 9px; }
  .hot-card .youth-card-data { align-items: center; grid-template-columns: 1fr auto; padding-top: 10px; }
  .hot-card .youth-card-data small { overflow: hidden; max-width: 210px; text-overflow: ellipsis; white-space: nowrap; }
  .hot-card em { font-size: 11px; }
  .now-focus-card { gap: 17px; padding: 18px; }
  .now-focus-label b { font-size: 20px; }
  .now-focus-main { gap: 9px; }
  .now-focus-main strong { font-size: 18px; }
  .now-focus-bottom { justify-items: stretch; }
  .now-focus-bottom span { text-align: left; }
  .now-focus-bottom .primary-button { width: 100%; }
  .differentiator-copy { padding: 22px; }
  .differentiator-copy h2 { font-size: 25px; }
  .differentiator-grid article { min-height: 0; }
  .schedule-flow-item { grid-template-columns: 46px 1fr; }
  .schedule-flow-item > b { grid-column: 2; width: fit-content; }
  .board-source { padding-top: 10px; border-top: 1px solid var(--line); }
  .member-value-copy h2 { font-size: 25px; }
  .member-actions { align-items: stretch; flex-direction: column; }
  .member-actions a { text-align: center; }
  .wechat-link { text-align: center; }
  .member-proof-grid div { padding: 14px; }
  .report-preview { padding: 21px 18px; }
  .locked-inline { align-items: stretch; flex-direction: column; }
  .model-lab-copy h2 { font-size: 26px; }
  .model-lab-metrics { grid-template-columns: 1fr 1fr; }
  .model-lab-metrics div { border-right: 1px solid #39444c; border-bottom: 1px solid #39444c; }
  .model-lab-metrics div:nth-child(even) { border-right: 0; }
  .model-lab-metrics div:nth-child(n+5) { border-bottom: 0; }
  .schedule-heading, .search-box, .search-box input { width: 100%; }
  .compact-match { grid-template-columns: 54px 1fr 16px; padding-inline: 13px; }
  .compact-scores, .compact-match > .status-tag { display: none; }
  .source-strip a { margin-left: 0; }
  .modal { width: 100vw; max-width: none; max-height: 100dvh; height: 100dvh; border: 0; border-radius: 0; }
  .account-modal { width: 100vw; }
  .modal-body { padding: 17px 14px 90px; }
  .match-local-meta { align-items: flex-start; flex-wrap: wrap; }
  .favorite-button { margin-left: 0; }
  .domestic-live-card { align-items: stretch; flex-direction: column; }
  .cctv-button { min-width: 0; width: 100%; }
  .opinion-compare { grid-template-columns: 1fr; }
  .opinion-compare div { border-right: 0; border-bottom: 1px solid var(--line); }
  .opinion-compare div:last-child { border-bottom: 0; }
  .form-compare { grid-template-columns: 1fr; }
  .form-compare > span { display: none; }
  .form-compare > div:last-child { padding-top: 14px; border-top: 1px solid var(--line); text-align: left; }
  .form-compare > div:last-child .recent-results { justify-content: flex-start; }
  .update-timeline { grid-template-columns: 1fr 1fr; }
  .update-timeline > div { border-bottom: 1px solid var(--line); }
  .update-timeline > div:nth-child(even) { border-right: 0; }
  .update-timeline > div:nth-child(n+3) { border-bottom: 0; }
  .rookie-decision { grid-template-columns: 1fr; padding: 17px; }
  .rookie-mini-grid { grid-template-columns: 1fr; }
  .rookie-mini-grid div { border-right: 0; border-bottom: 1px solid rgba(20,25,31,.12); }
  .rookie-mini-grid div:last-child { border-bottom: 0; }
  .detail-score-grid, .quick-predictions { grid-template-columns: 1fr 1fr; }
  .detail-score-grid div:nth-child(2), .quick-predictions div:nth-child(2) { border-right: 0; }
  .detail-score-grid div:nth-child(-n+2), .quick-predictions div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .quick-predictions div:nth-child(-n+2) { border-bottom-color: #3d4851; }
  .sections-list { grid-template-columns: 1fr; }
  .offer-proof { grid-template-columns: 1fr; }
  .mobile-unlock-bar { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid #354049; color: white; background: rgba(20,27,33,.97); box-shadow: 0 -10px 30px rgba(13,18,22,.18); }
  .mobile-unlock-bar span, .mobile-unlock-bar small { display: block; }
  .mobile-unlock-bar b { font-size: 12px; }
  .mobile-unlock-bar small { margin-top: 2px; color: #a7b2ba; font-size: 10px; }
  .mobile-unlock-bar .primary-button { min-height: 40px; padding-inline: 15px; }
  .mobile-unlock-bar.member { display: none; }
  .filter-bar { width: 100%; overflow-x: auto; }
  .filter-button { white-space: nowrap; }
  .performance-metrics { display: grid; grid-template-columns: 1fr 1fr; }
  .performance-metrics div { min-height: 112px; border-right: 1px solid var(--line); }
  .performance-metrics div:nth-child(even) { border-right: 0; }
  .performance-metrics div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .performance-metrics div:nth-child(n+3) { border-bottom: 0; }
}
