.nfl-owner-top-btn {
  min-width: 52px;
  height: 35px;
  border: 1px solid rgba(22, 212, 107, .42);
  border-radius: 9px;
  background: rgba(22, 212, 107, .09);
  color: #a9f7c8;
  font: 800 11px "DM Mono", monospace;
  letter-spacing: .08em;
}

/* NFL identity-safe team and player profiles */
.nfl-v21-team-mark { display:inline-grid; place-items:center; flex:0 0 auto; width:36px; height:36px; border:1px solid color-mix(in srgb,var(--mark-primary) 45%,transparent); border-radius:11px; background:radial-gradient(circle at 35% 25%,color-mix(in srgb,var(--mark-secondary) 24%,transparent),transparent 55%),var(--mark-bg); box-shadow:inset 0 0 15px rgba(255,255,255,.04); overflow:hidden; }
.nfl-v21-team-mark svg { width:31px; height:31px; filter:drop-shadow(0 2px 4px rgba(0,0,0,.5)); }
.nfl-v21-team-mark svg path { fill:none; stroke:var(--mark-primary); stroke-width:2.4; stroke-linejoin:round; }
.nfl-v21-team-mark svg path.accent { stroke:var(--mark-secondary); stroke-width:2; }
.nfl-team-profile-target { cursor:pointer; transition:color .16s ease,filter .16s ease,opacity .16s ease; }
.nfl-team-profile-target:hover { color:#fff; filter:brightness(1.14); }
.nfl-team-profile-target:focus-visible { outline:2px solid #78eb45; outline-offset:3px; border-radius:5px; }
.nfl-team-name-target { text-decoration:none; }
.nfl-inline-team-identity { display:inline-flex !important; align-items:center; gap:5px; min-width:0; font-style:normal; }
.nfl-inline-team-identity .nfl-v21-team-mark { flex:0 0 17px; width:17px; height:17px; border-radius:5px; }
.nfl-inline-team-identity .nfl-team-name-target { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.nfl-inline-team-identity > i { color:inherit; font-style:normal; font-weight:inherit; }
.nfl-team-mark-large { width:50px; height:50px; border-radius:14px; }
.nfl-team-mark-large svg { width:43px; height:43px; }
.nfl-team-mark-hero { width:170px; height:170px; border:0; border-radius:40px; background:radial-gradient(circle at 35% 20%,color-mix(in srgb,var(--mark-primary) 19%,transparent),transparent 53%); box-shadow:none; }
.nfl-team-mark-hero svg { width:160px; height:160px; }
.nfl-team-mark-hero svg path { stroke-width:1.2; }
.nfl-player-jersey { --jersey-primary:#245bc8; --jersey-secondary:#72f04f; --jersey-dark:#061630; position:relative; display:grid; grid-template-rows:auto 1fr; place-items:center; width:86px; height:88px; padding:23px 12px 6px; color:#fff; background:linear-gradient(145deg,color-mix(in srgb,var(--jersey-primary) 82%,white),var(--jersey-primary) 45%,var(--jersey-dark)); clip-path:polygon(20% 4%,35% 0,42% 7%,58% 7%,65% 0,80% 4%,100% 25%,86% 40%,78% 31%,77% 100%,23% 100%,22% 31%,14% 40%,0 25%); filter:drop-shadow(0 5px 9px rgba(0,0,0,.38)); }
.nfl-player-jersey::before,.nfl-player-jersey::after { content:""; position:absolute; top:29px; width:20px; border-top:3px solid var(--jersey-secondary); border-bottom:1px solid rgba(255,255,255,.7); height:5px; }
.nfl-player-jersey::before { left:2px; transform:rotate(36deg); }
.nfl-player-jersey::after { right:2px; transform:rotate(-36deg); }
.nfl-player-jersey > i { position:absolute; top:5px; width:25px; height:10px; border:3px solid var(--jersey-dark); border-top:0; border-radius:0 0 50% 50%; opacity:.8; }
.nfl-player-jersey > b { position:absolute; top:22px; left:24%; right:24%; overflow:hidden; color:#fff; font:800 8px/1 "DM Mono",monospace; letter-spacing:.08em; text-align:center; text-overflow:ellipsis; text-transform:uppercase; white-space:nowrap; }
.nfl-player-jersey > strong { color:#fff; font:900 28px/.9 "DM Sans",sans-serif; text-shadow:-1px -1px 0 var(--jersey-secondary),1px -1px 0 var(--jersey-secondary),-1px 1px 0 var(--jersey-secondary),1px 1px 0 var(--jersey-secondary); }
.nfl-player-jersey-mini { width:52px; height:54px; padding:15px 8px 3px; }
.nfl-player-jersey-mini::before,.nfl-player-jersey-mini::after { top:18px; width:12px; border-top-width:2px; height:3px; }
.nfl-player-jersey-mini > i { top:3px; width:16px; height:7px; border-width:2px; }
.nfl-player-jersey-mini > b { top:13px; font-size:5px; }
.nfl-player-jersey-mini > strong { font-size:17px; }
.nfl-player-jersey-stats { width:66px; height:74px; padding:20px 9px 4px; }
.nfl-player-jersey-stats::before,.nfl-player-jersey-stats::after { top:24px; width:15px; border-top-width:2px; height:4px; }
.nfl-player-jersey-stats > i { top:4px; width:20px; height:8px; border-width:2px; }
.nfl-player-jersey-stats > b { display:none; }
.nfl-player-jersey-stats > strong { font-size:22px; }
.nfl-player-jersey-hero { width:230px; height:235px; padding:61px 34px 18px; filter:drop-shadow(0 18px 22px rgba(0,0,0,.58)); }
.nfl-player-jersey-hero::before,.nfl-player-jersey-hero::after { top:77px; width:52px; height:11px; border-top-width:6px; border-bottom-width:3px; }
.nfl-player-jersey-hero > i { top:13px; width:65px; height:30px; border-width:7px; border-top:0; }
.nfl-player-jersey-hero > b { top:56px; left:20%; right:20%; font-size:22px; letter-spacing:.09em; }
.nfl-player-jersey-hero > strong { font-size:84px; }
.nfl-v21-team-mark.nfl-team-mark-photo { border-color:rgba(213,172,66,.46); background:#08050f; box-shadow:inset 0 0 18px rgba(117,63,201,.22),0 4px 12px rgba(0,0,0,.34); }
.nfl-v21-team-mark.nfl-team-mark-photo img { width:100%; height:100%; object-fit:cover; object-position:var(--nfl-logo-position,center 42%); }
.nfl-v21-team-mark.nfl-team-mark-hero.nfl-team-mark-photo { border:1px solid rgba(213,172,66,.4); border-radius:28px; background:#08050f; box-shadow:0 20px 45px rgba(0,0,0,.42),inset 0 0 28px rgba(117,63,201,.2); }
.nfl-player-jersey-photo { position:relative; display:block; overflow:hidden; color:#fff; filter:drop-shadow(0 18px 22px rgba(0,0,0,.58)); }
.nfl-player-jersey-photo img { display:block; width:100%; height:100%; object-fit:contain; }
.nfl-player-jersey-photo > b,.nfl-player-jersey-photo > strong { position:absolute; left:50%; z-index:1; width:58%; transform:translateX(-50%); color:#fff; text-align:center; text-transform:uppercase; }
.nfl-player-jersey-photo > b { top:20.8%; overflow:hidden; font:900 14px/1 "DM Sans",sans-serif; letter-spacing:.08em; text-overflow:ellipsis; text-shadow:0 2px 3px #120724,0 0 2px #d8aa3e; white-space:nowrap; }
.nfl-player-jersey-photo > strong { top:33.5%; font:900 64px/.92 "DM Sans",sans-serif; letter-spacing:-.04em; text-shadow:-1px -1px 0 #c99b2f,1px -1px 0 #c99b2f,-1px 1px 0 #c99b2f,1px 1px 0 #c99b2f,0 5px 12px rgba(0,0,0,.7); }
.nfl-player-jersey-photo-hero { width:230px; height:260px; }
.nfl-player-jersey-photo-mini { flex:0 0 52px; width:52px; height:58px; filter:drop-shadow(0 5px 9px rgba(0,0,0,.38)); }
.nfl-player-jersey-photo-mini > strong { top:29%; width:48%; font-size:17px; letter-spacing:-.05em; text-shadow:-.5px -.5px 0 #c99b2f,.5px -.5px 0 #c99b2f,-.5px .5px 0 #c99b2f,.5px .5px 0 #c99b2f,0 2px 4px rgba(0,0,0,.7); }
.nfl-player-jersey-photo-stats { flex:0 0 66px; width:66px; height:74px; filter:drop-shadow(0 7px 12px rgba(0,0,0,.42)); }
.nfl-player-jersey-photo-stats > strong { top:29.5%; width:50%; font-size:21px; line-height:1; letter-spacing:-.045em; text-shadow:-.5px -.5px 0 #c99b2f,.5px -.5px 0 #c99b2f,-.5px .5px 0 #c99b2f,.5px .5px 0 #c99b2f,0 2px 4px rgba(0,0,0,.72); }
.nfl-player-row,.nfl-team-row,.nfl-standing-row,.nfl-v21-ranking-list > button,.nfl-v21-standings-snapshot > div > button,.nfl-v21-leaders > div > button { width:100%; border:0; color:inherit; font:inherit; text-align:left; cursor:pointer; }
.nfl-player-row:hover,.nfl-team-row:hover,.nfl-standing-row:hover { background:rgba(88,212,255,.055); }
.nfl-v21-ranking-list > button { display:grid; grid-template-columns:25px 36px minmax(0,1fr) auto 20px; gap:10px; align-items:center; min-height:60px; padding:8px 0; border-bottom:1px solid rgba(136,170,205,.11); background:transparent; }
.nfl-v21-ranking-list > button > span { color:#8294aa; }
.nfl-v21-ranking-list > button > strong { overflow:hidden; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-v21-ranking-list > button > small { color:#dbe9f8; font:700 13px "DM Mono",monospace; }
.nfl-v21-ranking-list > button > i { color:#7fed4d; font-style:normal; }
.nfl-v21-standings-snapshot > div > button { display:grid; grid-template-columns:18px 28px minmax(0,1fr) auto; gap:8px; align-items:center; padding:7px 0; background:transparent; }
.nfl-v21-standings-snapshot > div > button .nfl-v21-team-mark { width:28px; height:28px; border-radius:8px; }
.nfl-v21-standings-snapshot > div > button .nfl-v21-team-mark svg { width:24px; height:24px; }
.nfl-v21-standings-snapshot > div > button > b { color:#8191a7; }
.nfl-v21-standings-snapshot > div > button > span { color:#aebdd1; font:10px "DM Mono",monospace; }
.nfl-v21-leaders > div > button { display:grid; grid-template-columns:minmax(0,1fr); grid-template-rows:auto 74px auto auto; gap:8px; align-content:start; min-width:0; padding:13px 12px; border-right:1px solid rgba(136,170,205,.11); background:transparent; }
.nfl-v21-leaders > div > button > span { grid-column:1/-1; color:#7f91a9; font:700 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-v21-leaders > div > button > .nfl-player-jersey-photo-mini,.nfl-v21-leaders > div > button > .nfl-player-jersey-mini { align-self:center; justify-self:center; width:66px; height:74px; }
.nfl-v21-leaders > div > button > .nfl-player-jersey-photo-mini > strong { top:29.5%; font-size:20px; }
.nfl-v21-leaders > div > button > p { display:grid; gap:3px; min-width:0; margin:0; }
.nfl-v21-leaders > div > button > p strong { overflow:hidden; font-size:12px; line-height:1.25; text-overflow:ellipsis; }
.nfl-v21-leaders > div > button > p small { overflow:hidden; color:#71849c; font-size:9px; line-height:1.35; text-overflow:ellipsis; }
.nfl-leader-form { display:flex; justify-content:space-between; align-items:baseline; gap:8px; width:100%; padding-top:4px; border-top:1px solid rgba(136,170,205,.1); }
.nfl-leader-form b { color:#7fed4d; font:800 19px "DM Mono",monospace; }
.nfl-leader-form small { color:#71849c; font-size:8px; }
.nfl-profile { display:grid; gap:16px; width:min(1180px,100%); margin:0 auto 50px; color:#ecf4ff; }
.nfl-profile button { font-family:inherit; }
.nfl-profile-top { display:grid; grid-template-columns:auto minmax(0,1fr) auto; gap:18px; align-items:center; min-height:58px; border-bottom:1px solid rgba(125,158,198,.17); }
.nfl-profile-top > button { display:flex; gap:8px; align-items:center; border:0; background:transparent; color:#b9c7db; cursor:pointer; }
.nfl-profile-top > button svg { width:18px; transform:rotate(180deg); }
.nfl-profile-top > div { display:grid; gap:2px; }
.nfl-profile-top > div span { font-weight:800; }
.nfl-profile-top > div small,.nfl-profile-top > strong { color:#7e90a9; font-size:11px; }
.nfl-profile-top > strong { padding:9px 13px; border:1px solid rgba(113,151,202,.26); border-radius:999px; }
.nfl-profile-tabs { display:flex; overflow-x:auto; border:1px solid rgba(112,151,203,.22); border-radius:12px 12px 0 0; background:#06162a; scrollbar-width:none; }
.nfl-profile-tabs button { flex:1 0 118px; min-height:48px; border:0; border-bottom:2px solid transparent; background:transparent; color:#b5c2d4; cursor:pointer; }
.nfl-profile-tabs button.active { border-bottom-color:#8ff04b; color:#9ffb55; background:linear-gradient(0deg,rgba(133,246,74,.08),transparent); }
.nfl-profile-panel { border:1px solid rgba(111,150,201,.27); border-radius:14px; background:linear-gradient(145deg,rgba(6,27,52,.95),rgba(4,15,31,.95)); box-shadow:inset 0 1px rgba(255,255,255,.025); overflow:hidden; }
.nfl-profile-panel > header { display:flex; justify-content:space-between; gap:12px; align-items:center; min-height:58px; padding:13px 18px; border-bottom:1px solid rgba(111,150,201,.16); }
.nfl-profile-panel > header > div { display:grid; gap:3px; }
.nfl-profile-panel > header strong { font-size:15px; letter-spacing:.03em; text-transform:uppercase; }
.nfl-profile-panel > header span,.nfl-profile-panel > header i { color:#7f91aa; font-size:10px; font-style:normal; }
.nfl-profile-state { display:grid; place-items:center; gap:10px; min-height:360px; text-align:center; }
.nfl-profile-state p { color:#8192a8; }
.nfl-profile-state button { padding:10px 18px; border:1px solid #67da43; border-radius:9px; background:transparent; color:#91f35a; }
.nfl-player-hero { position:relative; display:grid; grid-template-columns:340px minmax(0,1fr); gap:34px; align-items:center; min-height:300px; padding:20px 32px; border:1px solid rgba(54,139,243,.36); border-radius:16px; background:radial-gradient(circle at 76% 40%,rgba(29,99,197,.25),transparent 48%),linear-gradient(125deg,#051225,#061c3b 60%,#041225); overflow:hidden; }
.nfl-player-hero::after { content:""; position:absolute; right:-80px; bottom:-120px; width:430px; height:430px; border:40px solid rgba(81,162,255,.035); border-radius:45% 55% 48% 52%; transform:rotate(-18deg); }
.nfl-player-hero-artwork::before { content:""; position:absolute; inset:0; z-index:0; background:linear-gradient(90deg,rgba(4,12,27,.82),rgba(4,16,35,.58) 48%,rgba(4,16,35,.92)),var(--nfl-player-background) var(--nfl-cover-position,center 22%)/clamp(380px,40vw,560px) auto no-repeat,radial-gradient(circle at 50% 35%,rgba(92,41,151,.28),transparent 42%),linear-gradient(135deg,#080519,#051326); }
.nfl-player-hero-artwork .nfl-player-card-art,.nfl-player-hero-artwork > div:last-child { position:relative; z-index:2; }
.nfl-player-card-art { position:relative; display:grid; place-items:center; min-height:260px; border:1px solid rgba(46,139,255,.65); background:linear-gradient(145deg,rgba(4,55,116,.8),rgba(4,20,44,.95)); clip-path:polygon(8% 0,100% 0,100% 91%,92% 100%,0 100%,0 8%); }
.nfl-player-card-art > .nfl-player-card-team { position:absolute; right:12px; bottom:12px; display:flex; align-items:center; gap:5px; padding:5px 8px; border:1px solid rgba(92,163,255,.35); border-radius:8px; background:rgba(2,13,29,.82); }
.nfl-player-card-art > .nfl-player-card-team small { font:700 9px "DM Mono",monospace; }
.nfl-player-hero > div:last-child { position:relative; z-index:1; }
.nfl-player-hero > div:last-child > p { margin:0 0 -8px; color:#adbad0; font:900 clamp(25px,3.4vw,43px)/1 "DM Sans",sans-serif; text-transform:uppercase; }
.nfl-player-hero h2 { margin:0 0 17px; font:900 clamp(47px,7vw,88px)/.94 "DM Sans",sans-serif; letter-spacing:-.055em; text-transform:uppercase; }
.nfl-player-hero > div:last-child > button { display:flex; gap:9px; align-items:center; border:0; background:transparent; color:#edf5ff; font-size:18px; cursor:pointer; }
.nfl-player-hero dl { display:flex; flex-wrap:wrap; gap:8px; margin:18px 0 0; }
.nfl-player-hero dl div { display:flex; gap:7px; padding:9px 13px; border:1px solid rgba(108,153,215,.29); border-radius:9px; background:rgba(2,13,28,.45); }
.nfl-player-hero dt { color:#71849e; }
.nfl-player-hero dd { margin:0; font-weight:700; }
.nfl-player-season-strip,.nfl-team-season-strip { display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); border:1px solid rgba(111,150,201,.29); border-radius:12px; background:#071a31; overflow:hidden; }
.nfl-player-season-strip > div,.nfl-team-season-strip > div { display:grid; gap:5px; place-items:center; min-height:74px; border-left:1px solid rgba(111,150,201,.18); }
.nfl-player-season-strip > div:first-child,.nfl-team-season-strip > div:first-child { border-left:0; }
.nfl-player-season-strip span,.nfl-team-season-strip span { color:#7d8fa8; font:700 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-player-season-strip strong,.nfl-team-season-strip strong { font:800 22px "DM Mono",monospace; }
.nfl-player-overview-grid,.nfl-team-data-grid,.nfl-team-bottom-grid,.nfl-matchup-context-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }
.nfl-profile-stat-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.nfl-profile-stat-grid > div { display:grid; gap:4px; place-items:center; min-height:100px; border-left:1px solid rgba(111,150,201,.15); }
.nfl-profile-stat-grid > div:first-child { border-left:0; }
.nfl-profile-stat-grid strong { color:#8ff04b; font:800 23px "DM Mono",monospace; }
.nfl-profile-stat-grid span { color:#7e90a8; font-size:10px; text-transform:uppercase; }
.nfl-prop-explorer > header i { max-width:300px; text-align:right; }
.nfl-prop-metrics { display:flex; gap:6px; overflow-x:auto; padding:13px 18px; scrollbar-width:none; }
.nfl-prop-metrics button,.nfl-prop-controls button,.nfl-team-performance nav button { flex:0 0 auto; min-height:38px; padding:0 16px; border:1px solid rgba(104,145,199,.25); border-radius:8px; background:#06162a; color:#aebcd0; cursor:pointer; }
.nfl-prop-metrics button.active,.nfl-prop-controls button.active,.nfl-team-performance nav button.active { border-color:#91ee45; color:#a1f75b; background:rgba(113,221,59,.09); }
.nfl-prop-controls { display:flex; justify-content:space-between; gap:20px; padding:0 18px 13px; }
.nfl-prop-controls fieldset { display:flex; gap:5px; margin:0; padding:0; border:0; }
.nfl-prop-controls legend { margin-bottom:7px; color:#72849e; font:700 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prop-line { display:grid; grid-template-columns:auto 38px minmax(150px,1fr) 72px 38px; gap:10px; align-items:center; padding:16px 18px 8px; border-top:1px solid rgba(111,150,201,.15); }
.nfl-prop-line > span { color:#8191a8; font-size:11px; }
.nfl-prop-line button { width:38px; height:38px; border:1px solid rgba(104,145,199,.34); border-radius:50%; background:#082342; color:#8fb6e6; font-size:20px; cursor:pointer; }
.nfl-prop-line input { accent-color:#91ee45; }
.nfl-prop-line strong { color:#97f14e; font:800 21px "DM Mono",monospace; text-align:center; }
.nfl-prop-line small { grid-column:3/5; color:#9aaac0; text-align:center; }
.nfl-prop-explorer h3 { margin:12px 18px 0; font-size:13px; }
.nfl-prop-chart-scroll,.nfl-team-trend-scroll { overflow-x:auto; padding:0 14px; scrollbar-color:#234a75 transparent; }
.nfl-prop-chart,.nfl-team-trend { width:100%; height:auto; }
.nfl-prop-chart text,.nfl-team-trend text { fill:#8698b1; font:10px "DM Mono",monospace; }
.nfl-prop-chart text.value,.nfl-team-trend text:first-of-type { fill:#edf5ff; font-weight:800; }
.nfl-prop-chart text.result.win,.nfl-team-trend text.win { fill:#83e952; }
.nfl-prop-chart text.result.loss,.nfl-team-trend text.loss { fill:#ee5968; }
.nfl-prop-chart line.average,.nfl-team-trend line.average { stroke:#84ef4f; stroke-width:1; stroke-dasharray:5 5; opacity:.65; }
.nfl-prop-chart line.line { stroke:#e7edf5; stroke-width:1.2; stroke-dasharray:7 5; }
.nfl-prop-chart text.legend { font-size:9px; }
.nfl-prop-chart text.legend.avg { fill:#8ef14d; }
.nfl-prop-chart text.legend.ou { fill:#edf5ff; }
.nfl-prop-summary { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; padding:8px 18px 16px; }
.nfl-prop-summary div { display:grid; gap:4px; place-items:center; min-height:76px; border:1px solid rgba(105,148,205,.22); border-radius:10px; background:rgba(3,18,38,.72); }
.nfl-prop-summary strong { color:#96f04d; font:800 23px "DM Mono",monospace; }
.nfl-prop-summary span { color:#8192aa; font-size:9px; text-transform:uppercase; }
.nfl-prop-model { display:grid; grid-template-columns:1.15fr .8fr 1fr; border-top:1px solid rgba(111,150,201,.18); }
.nfl-prop-model > div { display:grid; gap:5px; min-height:105px; padding:16px 18px; border-left:1px solid rgba(111,150,201,.16); }
.nfl-prop-model > div:first-child { border-left:0; }
.nfl-prop-model span { color:#8092aa; font-size:10px; text-transform:uppercase; }
.nfl-prop-model strong { color:#98f052; font:800 26px "DM Mono",monospace; }
.nfl-prop-model strong.negative { color:#f06472; }
.nfl-prop-model small { color:#8799b0; line-height:1.45; }
.nfl-profile-table { overflow-x:auto; }
.nfl-profile-table > div,.nfl-profile-table > button { display:grid; grid-template-columns:130px minmax(115px,1fr) minmax(120px,1fr) 110px 110px; gap:10px; align-items:center; min-width:650px; min-height:51px; padding:7px 18px; border:0; border-bottom:1px solid rgba(111,150,201,.12); background:transparent; color:#cbd6e5; text-align:left; }
.nfl-profile-table > div { min-height:34px; color:#71849c; font:700 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-profile-table > button { width:100%; cursor:pointer; }
.nfl-profile-table > button:hover { background:rgba(88,171,255,.05); }
.nfl-profile-table > button span { display:grid; gap:2px; }
.nfl-profile-table small { color:#71849a; }
.nfl-profile-table .win,.nfl-team-games .win,.nfl-team-recent .win { color:#80e64c; }
.nfl-profile-table .loss,.nfl-team-games .loss,.nfl-team-recent .loss { color:#f05c6a; }
.nfl-matchup-context-grid ul { display:grid; gap:0; margin:0; padding:0 18px; list-style:none; }
.nfl-matchup-context-grid li { padding:12px 0; border-bottom:1px solid rgba(111,150,201,.12); color:#aebdd0; font-size:12px; }
.nfl-profile-empty { margin:0; padding:22px 18px; color:#7c8da4; font-size:12px; }
.nfl-team-hero { display:grid; grid-template-columns:230px minmax(0,1fr) auto; gap:25px; align-items:center; min-height:230px; padding:20px 28px; border:1px solid rgba(61,140,235,.32); border-radius:16px; background:radial-gradient(circle at 12% 50%,rgba(28,106,212,.22),transparent 35%),linear-gradient(135deg,#06162c,#051326); }
.nfl-team-hero-artwork { position:relative; isolation:isolate; overflow:hidden; }
.nfl-team-hero-artwork::before { position:absolute; inset:0; z-index:-1; background:linear-gradient(90deg,rgba(4,12,27,.5),rgba(4,16,35,.63) 48%,rgba(4,16,35,.94)),var(--nfl-team-background) var(--nfl-cover-position,center 22%)/clamp(360px,38vw,520px) auto no-repeat,radial-gradient(circle at 50% 35%,rgba(92,41,151,.28),transparent 42%),linear-gradient(135deg,#080519,#051326); content:""; }
.nfl-team-emblem-large { display:grid; place-items:center; }
.nfl-team-hero h2 { margin:0; font:900 clamp(31px,4vw,53px)/1 "DM Sans",sans-serif; letter-spacing:-.03em; text-transform:uppercase; }
.nfl-team-hero > div:nth-child(2) p { margin:7px 0 14px; color:#8b9cb2; }
.nfl-team-hero > div:nth-child(2) > strong { display:block; font:900 34px "DM Mono",monospace; }
.nfl-team-hero > div:nth-child(2) > span { color:#7c8ea6; font-size:11px; text-transform:uppercase; }
.nfl-team-hero dl { display:grid; grid-template-columns:repeat(2,150px); gap:10px; margin:0; }
.nfl-team-hero dl div { display:grid; place-items:center; min-height:125px; padding:14px; border:1px solid rgba(109,151,207,.32); border-radius:12px; background:rgba(5,20,42,.62); text-align:center; }
.nfl-team-hero dt { color:#8c9cb1; font-size:10px; }
.nfl-team-hero dd { display:grid; gap:5px; margin:0; color:#8ef04e; font:900 42px "DM Mono",monospace; }
.nfl-team-hero dd small { color:#8a9bb0; font:10px "DM Sans",sans-serif; }
.nfl-team-performance > header nav { display:flex; gap:5px; }
.nfl-team-trend polyline { fill:none; stroke:#79e854; stroke-width:2.4; }
.nfl-team-trend circle { fill:#6fe057; stroke:#17365e; stroke-width:3; }
.nfl-team-metrics > div { padding:5px 18px 12px; }
.nfl-team-metrics p { display:flex; justify-content:space-between; gap:15px; margin:0; padding:9px 0; border-bottom:1px solid rgba(111,150,201,.12); }
.nfl-team-metrics p span { color:#91a1b7; }
.nfl-team-metrics p strong { color:#8ee94f; font:700 12px "DM Mono",monospace; }
.nfl-team-recent > div { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); padding:18px; }
.nfl-team-recent button { display:grid; gap:7px; place-items:center; border:0; background:transparent; color:#cbd6e4; cursor:pointer; }
.nfl-team-recent button i { display:grid; place-items:center; width:43px; height:43px; border:1px solid currentColor; border-radius:50%; font-style:normal; font-weight:900; }
.nfl-team-recent button strong,.nfl-team-recent button span { font-size:10px; }
.nfl-team-injuries > button { display:grid; grid-template-columns:minmax(0,1fr) 44px 90px; gap:10px; width:100%; padding:11px 18px; border:0; border-bottom:1px solid rgba(111,150,201,.12); background:transparent; color:#cbd7e7; text-align:left; cursor:pointer; }
.nfl-team-injuries > button span { color:#7e90a8; }
.nfl-team-injuries > button i,.nfl-team-roster i { color:#f1bb41; font-style:normal; text-align:right; text-transform:capitalize; }
.nfl-team-injuries > button i.out,.nfl-team-roster i.out { color:#f05a68; }
.nfl-team-roster > div,.nfl-team-games > div { display:grid; }
.nfl-team-roster > div > button { display:grid; grid-template-columns:55px minmax(0,1fr) 65px 100px 18px; gap:10px; align-items:center; min-height:70px; padding:7px 18px; border:0; border-bottom:1px solid rgba(111,150,201,.12); background:transparent; color:#d3deec; text-align:left; cursor:pointer; }
.nfl-team-roster > div > button > span { display:grid; gap:3px; }
.nfl-team-roster small { color:#73869e; }
.nfl-team-roster b { display:grid; gap:2px; color:#87e84d; font:800 15px "DM Mono",monospace; text-align:right; }
.nfl-team-roster svg,.nfl-team-games svg,.nfl-team-next svg { width:18px; }
.nfl-team-games > div > button { display:grid; grid-template-columns:120px minmax(0,1fr) 90px 90px 18px; gap:10px; align-items:center; min-height:58px; padding:7px 18px; border:0; border-bottom:1px solid rgba(111,150,201,.12); background:transparent; color:#d0dbea; text-align:left; cursor:pointer; }
.nfl-team-games time { display:grid; gap:3px; color:#aebed0; }
.nfl-team-games time small { color:#71849d; }
.nfl-team-next { display:grid; grid-template-columns:auto 45px minmax(0,1fr) auto auto; gap:12px; align-items:center; min-height:88px; padding:14px 22px; border:1px solid #2679dc; border-radius:12px; background:linear-gradient(100deg,#062861,#081a36); }
.nfl-team-next > span { font:900 17px "DM Sans",sans-serif; text-transform:uppercase; }
.nfl-team-next time { color:#9fb0c6; }
.nfl-team-next button { display:flex; gap:8px; align-items:center; padding:11px 15px; border:1px solid #3a8ce8; border-radius:8px; background:transparent; color:#65a9ff; cursor:pointer; }

@media (max-width: 820px) {
  .nfl-profile { gap:12px; }
  .nfl-profile-top { grid-template-columns:auto minmax(0,1fr); }
  .nfl-profile-top > strong { display:none; }
  .nfl-player-hero { grid-template-columns:1fr; padding:16px; text-align:center; }
  .nfl-player-card-art { min-height:240px; }
  .nfl-player-hero > div:last-child > button,.nfl-player-hero dl { justify-content:center; }
  .nfl-player-hero h2 { font-size:48px; }
  .nfl-player-season-strip,.nfl-team-season-strip { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .nfl-player-season-strip > div:nth-child(4),.nfl-team-season-strip > div:nth-child(4) { border-left:0; border-top:1px solid rgba(111,150,201,.18); }
  .nfl-player-season-strip > div:nth-child(n+5),.nfl-team-season-strip > div:nth-child(n+5) { border-top:1px solid rgba(111,150,201,.18); }
  .nfl-player-overview-grid,.nfl-team-data-grid,.nfl-team-bottom-grid,.nfl-matchup-context-grid { grid-template-columns:1fr; }
  .nfl-prop-controls { flex-direction:column; }
  .nfl-prop-line { grid-template-columns:38px minmax(110px,1fr) 64px 38px; }
  .nfl-prop-line > span { grid-column:1/-1; }
  .nfl-prop-line small { grid-column:2/4; }
  .nfl-prop-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-prop-model { grid-template-columns:1fr; }
  .nfl-prop-model > div { border-top:1px solid rgba(111,150,201,.16); border-left:0; }
  .nfl-team-hero { grid-template-columns:130px minmax(0,1fr); padding:16px; }
  .nfl-team-mark-hero { width:125px; height:125px; }
  .nfl-team-mark-hero svg { width:120px; height:120px; }
  .nfl-player-jersey-photo-hero { width:190px; height:215px; }
  .nfl-player-jersey-photo-hero > b { font-size:12px; }
  .nfl-player-jersey-photo-hero > strong { font-size:52px; }
  .nfl-player-hero-artwork::before { background-size:auto,360px auto,auto,auto; }
  .nfl-team-hero-artwork::before { background-size:auto,360px auto,auto,auto; }
  .nfl-team-hero dl { grid-column:1/-1; grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-team-hero dl div { min-height:95px; }
  .nfl-team-hero dd { font-size:31px; }
  .nfl-team-next { grid-template-columns:45px minmax(0,1fr) auto; }
  .nfl-team-next > span { grid-column:1/-1; }
  .nfl-team-next button { grid-column:1/-1; justify-content:center; }
}

@media (max-width: 520px) {
  .nfl-profile-top > div { display:none; }
  .nfl-profile-tabs button { flex-basis:96px; }
  .nfl-player-hero { min-height:0; }
  .nfl-player-hero h2 { font-size:clamp(32px,9.5vw,37px); line-height:1; letter-spacing:-.035em; overflow-wrap:anywhere; }
  .nfl-player-hero > div:last-child > p { margin-bottom:4px; font-size:19px; line-height:1; }
  .nfl-player-jersey-hero { width:190px; height:195px; }
  .nfl-player-jersey-hero > strong { font-size:67px; }
  .nfl-profile-stat-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-profile-stat-grid > div:nth-child(3) { border-left:0; border-top:1px solid rgba(111,150,201,.15); }
  .nfl-profile-stat-grid > div:nth-child(4) { border-top:1px solid rgba(111,150,201,.15); }
  .nfl-prop-explorer > header i { display:none; }
  .nfl-prop-controls fieldset { overflow-x:auto; }
  .nfl-prop-line { gap:7px; }
  .nfl-prop-line input { min-width:0; }
  .nfl-player-season-strip strong,.nfl-team-season-strip strong { font-size:18px; }
  .nfl-team-hero { grid-template-columns:1fr; text-align:center; }
  .nfl-team-hero dl { grid-column:auto; }
  .nfl-team-emblem-large { height:130px; }
  .nfl-team-performance > header { align-items:flex-start; flex-direction:column; }
  .nfl-team-recent > div { grid-template-columns:repeat(5,74px); overflow-x:auto; }
  .nfl-team-roster > div > button { grid-template-columns:54px minmax(0,1fr) 58px 18px; }
  .nfl-team-roster i { display:none; }
  .nfl-team-games > div > button { grid-template-columns:86px minmax(0,1fr) 60px 18px; }
  .nfl-team-games > div > button > span { display:none; }
  .nfl-v21-ranking-list > button { grid-template-columns:22px 34px minmax(0,1fr) 42px; }
  .nfl-v21-ranking-list > button > i { display:none; }
}

/* NFL product hub v21 */
.nfl-shell.nfl-v21-shell {
  --nfl-accent: #7ee249;
  --nfl-blue: #5ba9ff;
  --nfl-violet: #9a72ff;
  --nfl-bg: #030914;
  --nfl-surface: #071321;
  --nfl-surface-2: #091827;
  --nfl-line: rgba(128, 170, 205, .22);
  --nfl-muted: #8495a9;
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: calc(100vh - 74px);
  color: #f1f6fb;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.nfl-v21-shell .nfl-workspace { padding-right: 0; }
.nfl-v21-header { position: relative; display: grid; gap: 13px; padding: 5px 0 0; border-bottom: 1px solid var(--nfl-line); }
.nfl-v21-brand { display: flex; align-items: center; min-height: 42px; gap: 12px; }
.nfl-v21-brand > span { display: grid; place-items: center; width: 38px; height: 42px; border: 1px solid rgba(91, 169, 255, .5); border-radius: 8px 8px 12px 12px; color: #f5f9ff; background: linear-gradient(145deg, rgba(91, 169, 255, .22), rgba(91, 169, 255, .04)); font: 700 11px "DM Mono", monospace; letter-spacing: .06em; }
.nfl-v21-brand h1 { margin: 0; color: #fff; font: 400 40px/.9 "Bebas Neue", sans-serif; letter-spacing: .035em; }
.nfl-v21-brand p { margin: 2px 0 0; color: #8293a8; font-size: 10px; }
.nfl-v21-tabs { display: flex; align-items: end; gap: 33px; overflow-x: auto; scrollbar-width: none; }
.nfl-v21-tabs::-webkit-scrollbar { display: none; }
.nfl-v21-tabs button { position: relative; flex: 0 0 auto; min-height: 37px; padding: 0 1px 13px; border: 0; border-radius: 0; color: #a8b4c4; background: transparent; font: 600 11px "Plus Jakarta Sans", sans-serif; cursor: pointer; }
.nfl-v21-tabs button::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: transparent; content: ""; }
.nfl-v21-tabs button:hover { color: #eaf1f9; }
.nfl-v21-tabs button.active { color: #fff; }
.nfl-v21-tabs button.active::after { background: linear-gradient(90deg, var(--nfl-blue), var(--nfl-accent)); box-shadow: 0 0 10px rgba(91, 169, 255, .35); }
.nfl-v21-owner-controls { margin: 11px 0; border: 1px solid rgba(128, 170, 205, .16); border-radius: 8px; background: rgba(5, 14, 24, .7); }
.nfl-v21-controls-toggle { display: grid; width: 100%; grid-template-columns: 1fr auto 18px; align-items: center; gap: 10px; min-height: 38px; padding: 0 12px; border: 0; color: #c4cfdb; background: transparent; font: 600 9px "DM Mono", monospace; letter-spacing: .05em; text-align: left; text-transform: uppercase; cursor: pointer; }
.nfl-v21-controls-toggle small { color: #718397; font-size: 8px; }
.nfl-v21-controls-toggle svg { width: 16px; transition: transform .18s ease; }
.nfl-v21-owner-controls.open .nfl-v21-controls-toggle svg { transform: rotate(180deg); }
.nfl-v21-owner-controls .nfl-controls { margin: 0; padding: 12px; border-top: 1px solid var(--nfl-line); }
.nfl-v21-content {
  width: auto;
  min-height: 0;
  margin: 0;
  padding: 0 0 42px;
}
.nfl-v21-panel,
.nfl-v21-page { overflow: hidden; border: 1px solid var(--nfl-line); border-radius: 9px; background: linear-gradient(145deg, rgba(9, 24, 39, .96), rgba(4, 13, 24, .96)); box-shadow: 0 14px 28px rgba(0, 0, 0, .12); }
.nfl-v21-panel > header { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 40px; padding: 0 13px; }
.nfl-v21-panel > header strong { color: #f0f5fb; font: 700 10px "DM Mono", monospace; letter-spacing: .035em; text-transform: uppercase; }
.nfl-v21-panel > header small { color: #8798aa; font: 500 8px "DM Mono", monospace; }
.nfl-v21-panel > header button,
.nfl-v21-upcoming > div button,
.nfl-v21-featured > button { display: inline-flex; align-items: center; gap: 6px; border: 0; color: var(--nfl-accent); background: transparent; font: 600 8px "Plus Jakarta Sans", sans-serif; cursor: pointer; }
.nfl-v21-panel button svg { width: 14px; height: 14px; }
.nfl-v21-game-strip { margin-bottom: 11px; }
.nfl-v21-game-rail { display: flex; gap: 9px; overflow-x: auto; padding: 0 13px 13px; scroll-snap-type: x proximity; scrollbar-color: rgba(126, 226, 73, .35) transparent; }
.nfl-v21-score-card { flex: 1 0 152px; scroll-snap-align: start; min-width: 0; padding: 9px 10px; border: 1px solid var(--nfl-line); border-radius: 7px; color: inherit; background: rgba(4, 13, 23, .78); font: inherit; text-align: left; cursor: pointer; }
.nfl-v21-score-card:hover { border-color: rgba(126, 226, 73, .48); transform: translateY(-1px); }
.nfl-v21-score-card.live { border-color: rgba(91, 169, 255, .55); box-shadow: inset 0 0 22px rgba(91, 169, 255, .08); }
.nfl-v21-score-card > header { display: flex; justify-content: space-between; margin-bottom: 7px; }
.nfl-v21-score-card > header span { color: #8f9eae; font: 600 7px "DM Mono", monospace; text-transform: uppercase; }
.nfl-v21-score-card.live > header span { color: var(--nfl-accent); }
.nfl-v21-score-card > header small { color: #65788b; font: 500 7px "DM Mono", monospace; }
.nfl-v21-score-card p { display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 7px; margin: 5px 0; }
.nfl-v21-score-card p strong { color: #eef3fa; font: 600 10px "DM Mono", monospace; }
.nfl-v21-score-card p b { color: #fff; font: 700 16px "DM Mono", monospace; }
.nfl-v21-score-card footer { display: flex; align-items: center; gap: 4px; margin-top: 8px; color: var(--nfl-accent); font-size: 7px; }
.nfl-v21-score-card footer svg { width: 12px; }
.nfl-v21-team-mark { display: inline-grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(91, 169, 255, .36); border-radius: 50%; color: #bcd8f5; background: linear-gradient(145deg, rgba(91, 169, 255, .18), rgba(8, 20, 33, .95)); font: 700 7px "DM Mono", monospace; }
.nfl-v21-overview-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 11px; }
.nfl-v21-featured { grid-column: span 6; background: radial-gradient(circle at 78% 18%, rgba(126, 226, 73, .13), transparent 34%), radial-gradient(circle at 18% 70%, rgba(91, 169, 255, .14), transparent 38%), linear-gradient(145deg, rgba(8, 27, 45, .98), rgba(5, 13, 27, .98)); }
.nfl-v21-featured > header { padding-top: 2px; }
.nfl-v21-featured-matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 22px 6px; }
.nfl-v21-featured-matchup > div { display: grid; justify-items: center; gap: 4px; text-align: center; }
.nfl-v21-featured-matchup .nfl-v21-team-mark { width: 58px; height: 58px; border-radius: 16px; font-size: 14px; }
.nfl-v21-featured-matchup > div strong { color: #fff; font: 700 28px "DM Mono", monospace; }
.nfl-v21-featured-matchup > div span:last-child { color: #91a1b2; font-size: 8px; }
.nfl-v21-featured-matchup > p { display: grid; gap: 7px; margin: 0; color: #77889b; text-align: center; }
.nfl-v21-featured-matchup > p small { max-width: 130px; font-size: 8px; line-height: 1.4; }
.nfl-v21-featured-matchup > p b { color: #d8e0e9; font: 600 9px "DM Mono", monospace; text-transform: uppercase; }
.nfl-v21-win,
.nfl-v21-projected { display: grid; gap: 7px; padding: 5px 22px; }
.nfl-v21-win > span,
.nfl-v21-projected > span { color: #b2bfce; font: 600 8px "DM Mono", monospace; text-align: center; text-transform: uppercase; }
.nfl-v21-win p { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin: 0; }
.nfl-v21-win strong { color: var(--nfl-blue); font: 700 19px "DM Mono", monospace; }
.nfl-v21-win strong:last-child { color: var(--nfl-accent); }
.nfl-v21-win i { display: block; overflow: hidden; height: 7px; border-radius: 999px; background: linear-gradient(90deg, var(--nfl-violet), var(--nfl-accent)); }
.nfl-v21-win i b { display: block; height: 100%; border-right: 2px solid #d9e8ff; background: rgba(154, 114, 255, .42); }
.nfl-v21-projected p { display: grid; grid-template-columns: 1fr auto 1fr; align-items: baseline; margin: 0; text-align: center; }
.nfl-v21-projected strong { color: var(--nfl-blue); font: 700 28px "DM Mono", monospace; }
.nfl-v21-projected strong:last-child { color: var(--nfl-accent); }
.nfl-v21-projected small { color: #74869a; font-size: 7px; }
.nfl-v21-featured > button { justify-content: center; width: calc(100% - 90px); min-height: 34px; margin: 8px 45px 16px; border: 1px solid rgba(126, 226, 73, .55); border-radius: 7px; background: rgba(126, 226, 73, .045); font-size: 9px; }
.nfl-v21-ranking-panel { grid-column: span 3; }
.nfl-v21-ranking-list { padding: 0 8px 9px; }
.nfl-v21-ranking-list > div { display: grid; grid-template-columns: 20px 25px minmax(0, 1fr) auto 22px; align-items: center; gap: 7px; min-height: 39px; border-top: 1px solid rgba(128, 170, 205, .13); }
.nfl-v21-ranking-list > div > span { color: #b9c6d4; font: 600 9px "DM Mono", monospace; text-align: center; }
.nfl-v21-ranking-list strong { overflow: hidden; color: #e5ebf2; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.nfl-v21-ranking-list small { color: #d6e0ea; font: 600 8px "DM Mono", monospace; }
.nfl-v21-ranking-list i { color: var(--nfl-accent); font: 500 8px "DM Mono", monospace; font-style: normal; text-align: center; }
.nfl-v21-standings-snapshot { grid-column: span 3; }
.nfl-v21-standings-snapshot > div { margin: 0 9px 9px; padding: 7px 8px; border: 1px solid rgba(128, 170, 205, .15); border-radius: 7px; }
.nfl-v21-standings-snapshot h3 { display: flex; justify-content: space-between; margin: 0 0 4px; color: var(--nfl-blue); font: 700 9px "DM Mono", monospace; }
.nfl-v21-standings-snapshot h3 span { color: #74869a; font-size: 7px; font-weight: 500; }
.nfl-v21-standings-snapshot p { display: grid; grid-template-columns: 14px 25px 1fr auto; align-items: center; gap: 5px; min-height: 29px; margin: 0; }
.nfl-v21-standings-snapshot p b { color: #bac6d3; font: 600 8px "DM Mono", monospace; }
.nfl-v21-standings-snapshot p strong { color: #e5ecf3; font-size: 8px; }
.nfl-v21-standings-snapshot p span { color: #b7c3d0; font: 500 7px "DM Mono", monospace; }
.nfl-v21-leaders { grid-column: span 6; }
.nfl-v21-leaders > div { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin: 0 8px 9px; border: 1px solid rgba(128, 170, 205, .15); border-radius: 7px; }
.nfl-v21-leaders article { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 6px; min-width: 0; padding: 9px; border-left: 1px solid rgba(128, 170, 205, .15); }
.nfl-v21-leaders article:first-child { border-left: 0; }
.nfl-v21-leaders article > span { grid-column: 1 / -1; min-height: 18px; color: #8395a7; font: 500 7px "DM Mono", monospace; text-transform: uppercase; }
.nfl-v21-leaders article > img,
.nfl-v21-leaders article > i { grid-row: 2 / 4; width: 36px; height: 36px; border-radius: 50%; object-fit: cover; background: #0c2133; }
.nfl-v21-leaders article > i { display: grid; place-items: center; color: #8fb4d7; font: 700 7px "DM Mono", monospace; font-style: normal; }
.nfl-v21-leaders article p { display: grid; gap: 2px; min-width: 0; margin: 0; }
.nfl-v21-leaders article p strong { overflow: hidden; color: #e8eef5; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.nfl-v21-leaders article p small { color: #77899d; font-size: 6px; }
.nfl-v21-leaders article > b { color: #fff; font: 700 18px "DM Mono", monospace; }
.nfl-v21-leaders article > small { color: #718397; font: 500 6px "DM Mono", monospace; }
.nfl-v21-upcoming { grid-column: span 6; }
.nfl-v21-upcoming > div { padding: 0 9px 9px; }
.nfl-v21-upcoming > div button { display: grid; width: 100%; grid-template-columns: 112px minmax(0, 1fr) 120px; align-items: center; min-height: 35px; padding: 0 8px; border-top: 1px solid rgba(128, 170, 205, .14); color: inherit; text-align: left; }
.nfl-v21-upcoming time,
.nfl-v21-upcoming small { color: #8293a5; font: 500 7px "DM Mono", monospace; }
.nfl-v21-upcoming > div button > span { display: flex; align-items: center; justify-content: center; gap: 7px; }
.nfl-v21-upcoming > div button > span strong { color: #eaf0f6; font-size: 8px; }
.nfl-v21-upcoming > div button > span i { margin: 0 4px; color: #708296; font-size: 7px; font-style: normal; }
.nfl-v21-upcoming > div button > small { text-align: right; }
.nfl-v21-empty { display: grid; place-items: center; gap: 5px; min-height: 110px; padding: 18px; color: #8da0b3; text-align: center; }
.nfl-v21-empty strong { color: #dfe8f1; font-size: 11px; }
.nfl-v21-empty span { font-size: 8px; }
.nfl-v21-page { min-height: 560px; }
.nfl-v21-page > header { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; min-height: 76px; padding: 0 18px 15px; border-bottom: 1px solid var(--nfl-line); }
.nfl-v21-page > header h2 { margin: 0; color: #fff; font: 400 30px/1 "Bebas Neue", sans-serif; letter-spacing: .035em; }
.nfl-v21-page > header p { margin: 4px 0 0; color: #8092a5; font-size: 8px; }
.nfl-v21-page > header nav { display: flex; gap: 5px; }
.nfl-v21-page > header nav button { min-height: 29px; padding: 0 10px; border: 1px solid var(--nfl-line); border-radius: 6px; color: #91a2b5; background: rgba(6, 16, 28, .9); font: 600 7px "DM Mono", monospace; text-transform: uppercase; cursor: pointer; }
.nfl-v21-page > header nav button.active { border-color: rgba(126, 226, 73, .48); color: var(--nfl-accent); background: rgba(126, 226, 73, .06); }
.nfl-v21-page > header nav button:disabled { opacity: .4; cursor: not-allowed; }
.nfl-v21-score-list .nfl-game-row { background: rgba(5, 15, 26, .6); }
.nfl-v21-score-list .nfl-game-detail { background: linear-gradient(145deg, rgba(7, 30, 48, .98), rgba(5, 12, 23, .98)); }
.nfl-v21-prediction-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; padding: 12px; }
.nfl-v21-prediction-list > button { padding: 12px; border: 1px solid var(--nfl-line); border-radius: 8px; color: inherit; background: rgba(6, 17, 29, .86); font: inherit; text-align: left; cursor: pointer; }
.nfl-v21-prediction-list > button:hover { border-color: rgba(126, 226, 73, .42); }
.nfl-v21-prediction-list > button > header { display: flex; justify-content: space-between; color: #8395a8; font: 500 7px "DM Mono", monospace; }
.nfl-v21-prediction-list > button > div { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin: 15px 0; }
.nfl-v21-prediction-list > button > div p { display: grid; grid-template-columns: 30px 1fr; align-items: center; gap: 7px; margin: 0; }
.nfl-v21-prediction-list > button > div p b { grid-column: 1 / -1; color: var(--nfl-blue); font: 700 17px "DM Mono", monospace; }
.nfl-v21-prediction-list > button > div p:last-child { text-align: right; }
.nfl-v21-prediction-list > button > div p:last-child b { color: var(--nfl-accent); }
.nfl-v21-prediction-list > button > div i { color: #738498; font-size: 8px; font-style: normal; }
.nfl-v21-prediction-list > button > footer { display: grid; grid-template-columns: 1fr auto 16px; align-items: center; gap: 8px; padding-top: 10px; border-top: 1px solid rgba(128, 170, 205, .14); }
.nfl-v21-prediction-list > button > footer span { color: #7f91a4; font-size: 7px; }
.nfl-v21-prediction-list > button > footer strong { color: #e8eff6; font: 600 10px "DM Mono", monospace; }
.nfl-v21-prediction-list svg { width: 15px; color: var(--nfl-accent); }
.nfl-v21-page > .nfl-v21-ranking-panel { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.nfl-v21-page > .nfl-v21-ranking-panel > header { display: none; }
.nfl-v21-page > .nfl-v21-ranking-panel .nfl-v21-ranking-list { padding: 8px 16px 18px; }
.nfl-v21-page > .nfl-v21-ranking-panel .nfl-v21-ranking-list > div { grid-template-columns: 34px 30px minmax(0, 1fr) 70px 30px; min-height: 48px; }
.nfl-v21-page > .nfl-v21-ranking-panel .nfl-v21-ranking-list strong { font-size: 10px; }
.nfl-v21-page > .nfl-v21-ranking-panel .nfl-v21-ranking-list small { font-size: 10px; }
.nfl-v21-standing-table { border-radius: 0; }
.nfl-v21-page > .nfl-section { margin: 12px; }

@media (max-width: 1180px) {
  .nfl-v21-featured { grid-column: span 7; }
  .nfl-v21-ranking-panel { grid-column: span 5; }
  .nfl-v21-standings-snapshot { grid-column: span 5; }
  .nfl-v21-leaders { grid-column: span 7; }
  .nfl-v21-upcoming { grid-column: 1 / -1; }
}

@media (max-width: 759px) {
  .nfl-v21-header { gap: 9px; }
  .nfl-v21-brand { gap: 9px; min-height: 38px; }
  .nfl-v21-brand > span { width: 32px; height: 35px; font-size: 9px; }
  .nfl-v21-brand h1 { font-size: 34px; }
  .nfl-v21-brand p { display: none; }
  .nfl-v21-tabs { gap: 23px; }
  .nfl-v21-tabs button { min-height: 34px; padding-bottom: 11px; font-size: 10px; }
  .nfl-v21-owner-controls { margin: 9px 0; }
  .nfl-v21-owner-controls .nfl-controls { padding: 10px; }
  .nfl-v21-overview-grid { grid-template-columns: 1fr; }
  .nfl-v21-featured,
  .nfl-v21-ranking-panel,
  .nfl-v21-standings-snapshot,
  .nfl-v21-leaders,
  .nfl-v21-upcoming { grid-column: 1; }
  .nfl-v21-featured-matchup { padding-inline: 10px; }
  .nfl-v21-featured-matchup .nfl-v21-team-mark { width: 48px; height: 48px; }
  .nfl-v21-featured-matchup > div strong { font-size: 22px; }
  .nfl-v21-win,
  .nfl-v21-projected { padding-inline: 14px; }
  .nfl-v21-featured > button { width: calc(100% - 28px); margin-inline: 14px; }
  .nfl-v21-leaders > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-v21-leaders article { border-top: 1px solid rgba(128, 170, 205, .15); }
  .nfl-v21-leaders article:nth-child(odd) { border-left: 0; }
  .nfl-v21-leaders article:last-child { grid-column: 1 / -1; }
  .nfl-v21-upcoming > div button { grid-template-columns: 78px minmax(0, 1fr); }
  .nfl-v21-upcoming > div button > small { display: none; }
  .nfl-v21-upcoming .nfl-v21-team-mark { display:inline-grid; width:20px; height:20px; border-radius:6px; }
  .nfl-v21-page { min-height: 420px; }
  .nfl-v21-page > header { display: grid; align-items: start; min-height: 0; padding: 14px; }
  .nfl-v21-page > header nav { overflow-x: auto; max-width: 100%; }
  .nfl-v21-prediction-list { grid-template-columns: 1fr; }
}

.nfl-shell {
  --nfl-accent: #16d46b;
  --nfl-bg: #05090a;
  --nfl-surface: #0d1416;
  --nfl-surface-2: #111a1d;
  --nfl-line: rgba(218, 239, 231, .13);
  --nfl-muted: #8fa09f;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 128px);
  color: #f3faf7;
}

.nfl-workspace { min-width: 0; }

.nfl-hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.nfl-hero h1 {
  margin: 0;
  color: #f7fbfb;
  font: 400 clamp(44px, 8vw, 68px)/.92 "Bebas Neue", sans-serif;
  letter-spacing: .025em;
}

.nfl-hero p { margin: 8px 0 0; color: #9dafad; font-size: 13px; line-height: 1.5; }
.nfl-hero > span { color: #8fa2a8; font: 500 11px "DM Mono", monospace; letter-spacing: .11em; text-transform: uppercase; }

.nfl-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: end;
  margin-bottom: 18px;
}

.nfl-schedule-modes { display: grid; grid-column: 1 / -1; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border: 1px solid var(--nfl-line); border-radius: 10px; }
.nfl-schedule-modes button { min-height: 38px; border: 0; border-right: 1px solid var(--nfl-line); border-radius: 0; background: #091012; color: #829390; font: 800 10px "DM Mono", monospace; text-transform: uppercase; }
.nfl-schedule-modes button:last-child { border-right: 0; }
.nfl-schedule-modes button.active { color: var(--nfl-accent); background: rgba(22, 212, 107, .09); }
.nfl-controls label { display: grid; gap: 7px; }
.nfl-controls label > span { color: #b7c5c3; font-size: 11px; font-weight: 800; }
.nfl-controls input,
.nfl-controls select,
.nfl-controls button {
  min-height: 48px;
  border: 1px solid var(--nfl-line);
  border-radius: 10px;
  background: #091012;
  color: #f5fbf8;
  font: 800 13px "Plus Jakarta Sans", sans-serif;
}
.nfl-controls input { width: 100%; box-sizing: border-box; padding: 0 14px; color-scheme: dark; }
.nfl-controls select { width: 100%; box-sizing: border-box; padding: 0 34px 0 14px; color-scheme: dark; }
.nfl-controls input:focus,
.nfl-controls select:focus { outline: 2px solid rgba(22, 212, 107, .72); outline-offset: 1px; border-color: var(--nfl-accent); }
.nfl-controls button { padding: 0 18px; cursor: pointer; }
.nfl-controls button:hover { border-color: rgba(22, 212, 107, .5); background: rgba(22, 212, 107, .08); }
.nfl-controls button span { color: var(--nfl-accent); font-size: 19px; vertical-align: -1px; }
.nfl-controls .nfl-sync-season { border-color: rgba(22, 212, 107, .34); color: #baf6d1; background: rgba(22, 212, 107, .07); }
.nfl-controls .nfl-sync-season:disabled { opacity: .58; cursor: wait; }
.nfl-controls p { grid-column: 1 / -1; display: flex; align-items: center; gap: 8px; margin: 2px 0 0; color: #a6b5b4; font: 500 10px "DM Mono", monospace; }
.nfl-controls p i { width: 7px; height: 7px; border-radius: 50%; background: var(--nfl-accent); box-shadow: 0 0 0 4px rgba(22, 212, 107, .08); }

.nfl-section { overflow: hidden; margin-bottom: 12px; border: 1px solid var(--nfl-line); border-radius: 12px; background: rgba(8, 14, 16, .88); }
.nfl-section > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 58px; padding: 0 16px; border-bottom: 1px solid var(--nfl-line); }
.nfl-section > header div { display: grid; gap: 2px; }
.nfl-section > header span { color: var(--nfl-accent); font: 500 11px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.nfl-section > header strong { color: #f0f7f4; font-size: 13px; }
.nfl-section > header small { color: #8fa09f; font: 500 10px "DM Mono", monospace; text-transform: uppercase; }

.nfl-game-row { display: grid; width: 100%; grid-template-columns: minmax(0, 1.9fr) repeat(3, minmax(82px, .7fr)) minmax(90px, .65fr); align-items: center; gap: 14px; min-height: 116px; padding: 14px 16px; border: 0; border-bottom: 1px solid var(--nfl-line); border-radius: 0; background: transparent; color: inherit; font: inherit; text-align: left; cursor: pointer; }
.nfl-game-row:last-child { border-bottom: 0; }
.nfl-game-row:hover,
.nfl-game-row.active { background: rgba(22, 212, 107, .045); }
.nfl-game-row:focus-visible { position: relative; z-index: 1; outline: 2px solid rgba(22, 212, 107, .72); outline-offset: -3px; }
.nfl-matchup { display: grid; gap: 4px; }
.nfl-matchup > div { display: grid; grid-template-columns: 48px 28px minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.nfl-matchup > div > .nfl-matchup-abbr { display: grid; place-items: center; min-height: 27px; border: 1px solid rgba(22, 212, 107, .22); border-radius: 7px; color: #b7f6cf; background: rgba(22, 212, 107, .06); font: 500 10px "DM Mono", monospace; }
.nfl-matchup > div > .nfl-v21-team-mark { width:28px; height:28px; border-radius:8px; }
.nfl-matchup > div strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.nfl-matchup > div b { color: #fff; font-size: 18px; }
.nfl-matchup > small { margin-left: 96px; color: #748584; font: 500 9px "DM Mono", monospace; }
.nfl-game-meta { display: grid; gap: 5px; }
.nfl-game-meta span { color: #718381; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }
.nfl-game-meta strong { color: #d9e5e0; font-size: 11px; line-height: 1.45; }
.nfl-game-status { display: grid; justify-items: end; gap: 5px; text-align: right; }
.nfl-game-status span { color: var(--nfl-accent); font-size: 11px; font-weight: 800; }
.nfl-game-status small { color: #788886; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }

.nfl-game-detail { padding: 18px 20px 20px; border-bottom: 1px solid var(--nfl-line); background: linear-gradient(135deg, rgba(22, 212, 107, .07), rgba(5, 10, 11, .72) 52%); }
.nfl-game-detail > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; margin-bottom: 18px; }
.nfl-game-detail > header div { display: grid; gap: 4px; }
.nfl-game-detail > header span { color: var(--nfl-accent); font: 500 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.nfl-game-detail > header strong { color: #f0f7f4; font-size: 13px; }
.nfl-game-detail > header small { color: #819390; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }
.nfl-live-sync-control { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 10px; margin: -8px 0 14px; }
.nfl-live-sync-control button { min-height: 32px; padding: 0 11px; border: 1px solid rgba(22, 212, 107, .34); border-radius: 8px; background: rgba(22, 212, 107, .08); color: #c9f5d9; font: 700 8px "Plus Jakarta Sans", sans-serif; cursor: pointer; }
.nfl-live-sync-control button:disabled { opacity: .58; cursor: wait; }
.nfl-live-sync-control small { flex-basis: 100%; color: #d49b9b; font-size: 8px; text-align: right; }
.nfl-probability-labels { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 8px; }
.nfl-probability-labels p { display: flex; align-items: baseline; gap: 9px; margin: 0; }
.nfl-probability-labels span { color: #a4b5b2; font: 500 10px "DM Mono", monospace; }
.nfl-probability-labels strong { color: #f7fbf9; font-size: 21px; }
.nfl-probability-bar { display: flex; overflow: hidden; height: 9px; border-radius: 999px; background: #1b2527; }
.nfl-probability-bar i { background: #8fa5aa; }
.nfl-probability-bar b { background: var(--nfl-accent); }
.nfl-prediction-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 16px; border: 1px solid var(--nfl-line); border-radius: 9px; }
.nfl-prediction-metrics div { display: grid; gap: 4px; padding: 11px 12px; border-left: 1px solid var(--nfl-line); }
.nfl-prediction-metrics div:first-child { border-left: 0; }
.nfl-prediction-metrics span { color: #788a87; font-size: 8px; text-transform: uppercase; }
.nfl-prediction-metrics strong { color: #dce8e3; font: 500 12px "DM Mono", monospace; }
.nfl-model-note { margin: 12px 0 0; color: #7f918e; font-size: 9px; line-height: 1.55; }
.nfl-live-win { margin: 0 0 18px; padding: 15px; border: 1px solid rgba(22, 212, 107, .34); border-radius: 11px; background: linear-gradient(135deg, rgba(22, 212, 107, .1), rgba(2, 8, 9, .72)); }
.nfl-live-win > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nfl-live-win > header div { display: grid; gap: 4px; }
.nfl-live-win > header span { color: var(--nfl-accent); font: 500 8px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.nfl-live-win > header strong { color: #eef8f3; font-size: 12px; }
.nfl-live-win > header small { padding: 5px 8px; border: 1px solid var(--nfl-line); border-radius: 999px; color: #a5b5b2; font: 700 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-live-win > header small.active { border-color: rgba(22, 212, 107, .4); color: var(--nfl-accent); }
.nfl-live-scoreboard { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; margin-top: 14px; }
.nfl-live-scoreboard p { display: grid; grid-template-columns: auto auto; align-items: baseline; justify-content: center; gap: 6px 12px; margin: 0; }
.nfl-live-scoreboard p span { color: #9badab; font: 500 10px "DM Mono", monospace; }
.nfl-live-scoreboard p strong { color: #f7fbf9; font: 700 30px "DM Mono", monospace; }
.nfl-live-scoreboard p small { grid-column: 1 / -1; color: #cfe9da; font: 500 11px "DM Mono", monospace; text-align: center; }
.nfl-live-scoreboard > i { display: grid; gap: 3px; color: var(--nfl-accent); font: 700 9px "DM Mono", monospace; font-style: normal; text-align: center; }
.nfl-live-scoreboard > i b { color: #90a39f; font-weight: 500; }
.nfl-live-probability { display: flex; overflow: hidden; height: 8px; margin-top: 12px; border-radius: 999px; background: #1b2527; }
.nfl-live-probability i { background: #8fa5aa; }
.nfl-live-probability b { background: var(--nfl-accent); }
.nfl-live-situation { margin: 10px 0 0; color: #c4d7d0; font: 500 9px "DM Mono", monospace; }
.nfl-live-play { margin: 7px 0 0; color: #91a49f; font-size: 9px; line-height: 1.5; }
.nfl-factor-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.nfl-factor-grid div { display: grid; gap: 4px; padding: 9px 10px; border: 1px solid var(--nfl-line); border-radius: 8px; background: rgba(0, 0, 0, .14); }
.nfl-factor-grid span { color: #788a87; font-size: 8px; text-transform: uppercase; }
.nfl-factor-grid strong { color: #c7d3d0; font: 500 11px "DM Mono", monospace; }
.nfl-factor-grid strong.home-edge { color: var(--nfl-accent); }
.nfl-factor-grid strong.away-edge { color: #a9bec5; }
.nfl-model-comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 10px; }
.nfl-model-comparison p { display: flex; justify-content: space-between; gap: 10px; margin: 0; padding: 9px 10px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-model-comparison span { color: #849592; font-size: 9px; }
.nfl-model-comparison strong { color: #e2ece8; font: 500 11px "DM Mono", monospace; }
.nfl-model-comparison small { grid-column: 1 / -1; color: #7e918d; font-size: 8px; line-height: 1.5; }
.nfl-availability-note { margin: 10px 0 0; color: #95a8a4; font-size: 9px; line-height: 1.5; }
.nfl-availability-note strong { margin-right: 5px; color: #d7e3df; }
.nfl-score-projection { margin-top: 14px; padding: 14px; border: 1px solid rgba(22, 212, 107, .2); border-radius: 10px; background: rgba(3, 9, 10, .58); }
.nfl-score-projection > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nfl-score-projection > header div { display: grid; gap: 3px; }
.nfl-score-projection > header span { color: var(--nfl-accent); font: 500 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-score-projection > header strong { color: #eaf3ef; font-size: 12px; }
.nfl-score-projection > header small { color: #859794; font: 500 8px "DM Mono", monospace; }
.nfl-scoreboard { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-top: 14px; }
.nfl-scoreboard p { display: flex; align-items: baseline; justify-content: center; gap: 10px; margin: 0; padding: 12px; border-radius: 8px; background: rgba(22, 212, 107, .045); }
.nfl-scoreboard span { color: #9badab; font: 500 10px "DM Mono", monospace; }
.nfl-scoreboard strong { color: #f6fbf9; font: 700 27px "DM Mono", monospace; }
.nfl-scoreboard i { color: #687b78; font: 500 9px "DM Mono", monospace; font-style: normal; text-transform: uppercase; }
.nfl-score-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 10px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-score-summary div { display: grid; gap: 4px; padding: 10px; border-left: 1px solid var(--nfl-line); }
.nfl-score-summary div:first-child { border-left: 0; }
.nfl-score-summary span { color: #748683; font-size: 8px; text-transform: uppercase; }
.nfl-score-summary strong { color: #dbe8e3; font: 500 11px "DM Mono", monospace; }
.nfl-score-factors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.nfl-score-factors div { display: grid; gap: 3px; padding: 8px 9px; border: 1px solid var(--nfl-line); border-radius: 7px; }
.nfl-score-factors span { color: #788a87; font-size: 7px; text-transform: uppercase; }
.nfl-score-factors strong { color: #b7c5c1; font: 500 9px "DM Mono", monospace; }
.nfl-score-factors strong.positive { color: var(--nfl-accent); }
.nfl-score-factors strong.negative { color: #9eb3b9; }
.nfl-score-projection > p { margin: 10px 0 0; color: #849693; font-size: 8px; line-height: 1.5; }
.nfl-weather-impact { margin-top: 14px; padding: 14px; border: 1px solid rgba(76, 173, 255, .27); border-radius: 10px; background: linear-gradient(135deg, rgba(32, 92, 129, .14), rgba(3, 9, 10, .66)); }
.nfl-weather-impact > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nfl-weather-impact > header div { display: grid; gap: 3px; }
.nfl-weather-impact > header span { color: #72c7ff; font: 500 8px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.nfl-weather-impact > header strong { color: #eaf5fb; font-size: 12px; }
.nfl-weather-impact > header small { padding: 5px 8px; border: 1px solid var(--nfl-line); border-radius: 999px; color: #9caeb3; font: 700 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-weather-impact > header small.active { border-color: rgba(22, 212, 107, .4); color: var(--nfl-accent); }
.nfl-weather-conditions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 12px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-weather-conditions div { display: grid; gap: 3px; padding: 10px; border-left: 1px solid var(--nfl-line); }
.nfl-weather-conditions div:first-child { border-left: 0; }
.nfl-weather-conditions span { color: #74898f; font-size: 8px; text-transform: uppercase; }
.nfl-weather-conditions strong { color: #e1edf1; font: 600 13px "DM Mono", monospace; }
.nfl-weather-conditions small { color: #7e9297; font-size: 8px; }
.nfl-weather-score-shift { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-top: 10px; }
.nfl-weather-score-shift p { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin: 0; padding: 9px 10px; border-radius: 7px; background: rgba(63, 150, 202, .07); }
.nfl-weather-score-shift span { color: #82969b; font-size: 8px; text-transform: uppercase; }
.nfl-weather-score-shift strong { color: #edf6f8; font: 600 15px "DM Mono", monospace; }
.nfl-weather-score-shift i { color: #72c7ff; font: 700 9px "DM Mono", monospace; font-style: normal; }
.nfl-weather-factors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.nfl-weather-factors div { display: grid; gap: 3px; padding: 8px 9px; border: 1px solid var(--nfl-line); border-radius: 7px; }
.nfl-weather-factors span { color: #788b90; font-size: 7px; text-transform: uppercase; }
.nfl-weather-factors strong { color: #c0d0d4; font: 500 9px "DM Mono", monospace; }
.nfl-weather-factors strong.negative { color: #85cfff; }
.nfl-weather-factors strong.positive { color: #f2c877; }
.nfl-weather-impact > p { margin: 10px 0 0; color: #879a9f; font-size: 8px; line-height: 1.5; }
.nfl-weather-impact > small { display: block; margin-top: 7px; color: #6f8489; font: 500 8px "DM Mono", monospace; }
.nfl-stadium-impact { margin-top: 14px; padding: 14px; border: 1px solid rgba(224, 177, 82, .27); border-radius: 10px; background: linear-gradient(135deg, rgba(107, 77, 25, .14), rgba(3, 9, 10, .66)); }
.nfl-stadium-impact > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nfl-stadium-impact > header div { display: grid; gap: 3px; }
.nfl-stadium-impact > header span { color: #e8bc62; font: 500 8px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.nfl-stadium-impact > header strong { color: #f4eddf; font-size: 12px; }
.nfl-stadium-impact > header small { padding: 5px 8px; border: 1px solid var(--nfl-line); border-radius: 999px; color: #a99e89; font: 700 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-stadium-impact > header small.active { border-color: rgba(22, 212, 107, .4); color: var(--nfl-accent); }
.nfl-stadium-conditions { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 12px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-stadium-conditions div { display: grid; gap: 3px; padding: 10px; border-left: 1px solid var(--nfl-line); }
.nfl-stadium-conditions div:first-child { border-left: 0; }
.nfl-stadium-conditions span { color: #8d836e; font-size: 8px; text-transform: uppercase; }
.nfl-stadium-conditions strong { color: #eee6d6; font: 600 12px "DM Mono", monospace; }
.nfl-stadium-conditions small { color: #837c6d; font-size: 8px; }
.nfl-stadium-score-shift { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 10px; }
.nfl-stadium-score-shift p { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 10px; margin: 0; padding: 9px 10px; border-radius: 7px; background: rgba(180, 131, 43, .07); }
.nfl-stadium-score-shift span { color: #908570; font-size: 8px; text-transform: uppercase; }
.nfl-stadium-score-shift strong { color: #f0eadf; font: 600 15px "DM Mono", monospace; }
.nfl-stadium-score-shift small { grid-column: 1 / -1; color: #857b68; font-size: 7px; }
.nfl-stadium-score-shift i { color: #d9ac52; font: 700 10px "DM Mono", monospace; font-style: normal; }
.nfl-stadium-factors { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.nfl-stadium-factors div { display: grid; gap: 3px; padding: 8px 9px; border: 1px solid var(--nfl-line); border-radius: 7px; }
.nfl-stadium-factors span { color: #8d836e; font-size: 7px; text-transform: uppercase; }
.nfl-stadium-factors strong { color: #e9d5a9; font: 500 9px "DM Mono", monospace; }
.nfl-stadium-factors small { color: #7f786a; font-size: 7px; }
.nfl-stadium-impact > p { margin: 10px 0 0; color: #918876; font-size: 8px; line-height: 1.5; }
.nfl-stadium-impact > small { display: block; margin-top: 7px; color: #787265; font: 500 8px "DM Mono", monospace; }
.nfl-context-impact { margin-top: 14px; padding: 14px; border: 1px solid rgba(126, 119, 255, .28); border-radius: 10px; background: linear-gradient(135deg, rgba(65, 57, 137, .16), rgba(3, 9, 10, .66)); }
.nfl-coaching-impact { border-color: rgba(242, 128, 96, .28); background: linear-gradient(135deg, rgba(132, 55, 38, .15), rgba(3, 9, 10, .66)); }
.nfl-context-impact > header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nfl-context-impact > header div { display: grid; gap: 3px; }
.nfl-context-impact > header span { color: #9992ff; font: 500 8px "DM Mono", monospace; letter-spacing: .06em; text-transform: uppercase; }
.nfl-coaching-impact > header span { color: #ff997d; }
.nfl-context-impact > header strong { color: #eeedff; font-size: 12px; }
.nfl-context-impact > header small { padding: 5px 8px; border: 1px solid var(--nfl-line); border-radius: 999px; color: #9a98b2; font: 700 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-context-impact > header small.active { border-color: rgba(22, 212, 107, .4); color: var(--nfl-accent); }
.nfl-context-conditions { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 12px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-context-conditions div { display: grid; gap: 3px; padding: 10px; border-left: 1px solid var(--nfl-line); }
.nfl-context-conditions div:first-child { border-left: 0; }
.nfl-context-conditions span { color: #8985aa; font-size: 8px; text-transform: uppercase; }
.nfl-context-conditions strong { color: #e3e0ff; font: 600 12px "DM Mono", monospace; }
.nfl-context-conditions small { color: #85829c; font-size: 8px; }
.nfl-context-score-shift { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 8px; margin-top: 10px; }
.nfl-context-score-shift p { display: grid; grid-template-columns: 1fr auto; align-items: baseline; gap: 4px 10px; margin: 0; padding: 9px 10px; border-radius: 7px; background: rgba(116, 103, 224, .07); }
.nfl-coaching-impact .nfl-context-score-shift p { background: rgba(224, 102, 70, .07); }
.nfl-context-score-shift span { color: #8c89a7; font-size: 8px; text-transform: uppercase; }
.nfl-context-score-shift strong { color: #efedff; font: 600 15px "DM Mono", monospace; }
.nfl-context-score-shift small { grid-column: 1 / -1; color: #85819d; font-size: 7px; }
.nfl-context-score-shift i { color: #9992ff; font: 700 10px "DM Mono", monospace; font-style: normal; }
.nfl-context-factors { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; margin-top: 10px; }
.nfl-context-factors div { display: grid; gap: 3px; padding: 8px 9px; border: 1px solid var(--nfl-line); border-radius: 7px; }
.nfl-context-factors span { color: #8985a6; font-size: 7px; text-transform: uppercase; }
.nfl-context-factors strong { color: #d8d3ff; font: 500 9px "DM Mono", monospace; }
.nfl-context-factors small { color: #817e96; font-size: 7px; }
.nfl-coach-matchup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin-top: 12px; }
.nfl-coach-matchup div { display: grid; grid-template-columns: 1fr auto; gap: 3px 10px; padding: 10px; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-coach-matchup span { color: #a17d73; font: 600 8px "DM Mono", monospace; }
.nfl-coach-matchup strong { color: #f7e5df; font-size: 11px; }
.nfl-coach-matchup small { color: #957b74; font-size: 8px; }
.nfl-coach-matchup b { grid-row: 1 / 3; grid-column: 2; align-self: center; color: #ffae96; font: 600 11px "DM Mono", monospace; }
.nfl-coach-matchup > i { color: #a37a6e; font: 500 8px "DM Mono", monospace; font-style: normal; text-transform: uppercase; }
.nfl-context-impact > p { margin: 10px 0 0; color: #908da5; font-size: 8px; line-height: 1.5; }
.nfl-context-impact > small { display: block; margin-top: 7px; color: #7d7a91; font: 500 8px "DM Mono", monospace; }
.nfl-travel-model-card { border-color: rgba(126, 119, 255, .22); }
.nfl-coaching-model-card { border-color: rgba(242, 128, 96, .22); }
.nfl-detail-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 100px; }
.nfl-detail-loading .nfl-loader { width: 20px; height: 20px; }
.nfl-detail-loading p,
.nfl-detail-error p { margin: 0; color: #8fa09d; font-size: 10px; }
.nfl-detail-error { display: grid; gap: 6px; }

.nfl-standing-head,
.nfl-standing-row { display: grid; grid-template-columns: 32px minmax(170px, 1fr) repeat(3, 42px) 62px 62px; align-items: center; gap: 8px; padding: 0 16px; }
.nfl-standing-head { min-height: 36px; color: #718381; background: rgba(255,255,255,.025); font: 500 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-standing-row { min-height: 46px; border-top: 1px solid var(--nfl-line); color: #a9b9b5; font: 500 10px "DM Mono", monospace; }
.nfl-standing-row strong { display: flex; align-items: center; min-width: 0; gap: 10px; color: #e7f0ec; font: 700 11px "Plus Jakarta Sans", sans-serif; }
.nfl-standing-row strong i { display: grid; flex: 0 0 38px; place-items: center; min-height: 24px; border: 1px solid rgba(22, 212, 107, .2); border-radius: 6px; color: var(--nfl-accent); font: 500 9px "DM Mono", monospace; font-style: normal; }
.nfl-standing-diff { color: #c4d2ce; }
.nfl-standing-note { margin: 0; padding: 10px 16px 12px; border-top: 1px solid var(--nfl-line); color: #718481; font-size: 8px; line-height: 1.5; }

.nfl-empty { display: grid; place-items: center; min-height: 132px; padding: 20px; text-align: center; }
.nfl-empty strong { color: #eaf2ef; font-size: 14px; }
.nfl-empty p { margin: 6px 0 0; color: #81918f; font-size: 11px; }

.nfl-metric-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.nfl-metric-strip div { display: grid; place-items: center; gap: 4px; min-height: 92px; padding: 10px; border-left: 1px solid var(--nfl-line); text-align: center; }
.nfl-metric-strip div:first-child { border-left: 0; }
.nfl-metric-strip strong { color: var(--nfl-accent); font-size: clamp(17px, 2vw, 25px); line-height: 1; }
.nfl-metric-strip span { color: #899b99; font-size: 9px; line-height: 1.3; text-transform: uppercase; }
.nfl-matchup-model-card { padding: 16px; border-top: 1px solid var(--nfl-line); background: rgba(22, 212, 107, .025); }
.nfl-matchup-model-card > div:first-child { display: flex; align-items: center; gap: 12px; }
.nfl-matchup-model-card > div:first-child > button { min-height: 34px; margin-left: auto; padding: 0 12px; border: 1px solid rgba(22, 212, 107, .34); border-radius: 8px; background: rgba(22, 212, 107, .07); color: #baf6d1; font: 800 9px "Plus Jakarta Sans", sans-serif; cursor: pointer; }
.nfl-matchup-model-card > div:first-child > button:hover { border-color: rgba(22, 212, 107, .58); background: rgba(22, 212, 107, .12); }
.nfl-matchup-model-card > div:first-child > button:disabled { opacity: .58; cursor: wait; }
.nfl-matchup-model-card p { margin: 10px 0 0; color: #839592; font-size: 9px; line-height: 1.5; }
.nfl-matchup-model-card p strong { display: block; color: #e8f2ee; font-size: 12px; }
.nfl-matchup-model-card p small { color: #80918e; font: 500 8px "DM Mono", monospace; }
.nfl-model-state { display: inline-grid; place-items: center; min-width: 58px; min-height: 26px; border: 1px solid var(--nfl-line); border-radius: 999px; font: 700 8px "DM Mono", monospace; text-transform: uppercase; }
.nfl-model-state.active { border-color: rgba(22, 212, 107, .4); color: var(--nfl-accent); background: rgba(22, 212, 107, .08); }
.nfl-model-state.shadow { color: #a5b5b2; background: rgba(255, 255, 255, .035); }
.nfl-matchup-model-card dl { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 14px 0 0; border: 1px solid var(--nfl-line); border-radius: 8px; }
.nfl-matchup-model-card dl div { display: grid; gap: 4px; padding: 10px; border-left: 1px solid var(--nfl-line); }
.nfl-matchup-model-card dl div:first-child { border-left: 0; }
.nfl-matchup-model-card dt { color: #718481; font-size: 8px; text-transform: uppercase; }
.nfl-matchup-model-card dd { margin: 0; color: #dce8e3; font: 500 12px "DM Mono", monospace; }

.nfl-position-tabs { display: grid; grid-template-columns: repeat(11, minmax(44px, 1fr)); overflow-x: auto; border-bottom: 1px solid var(--nfl-line); scrollbar-width: thin; }
.nfl-position-tabs button { min-width: 52px; min-height: 44px; border: 0; border-right: 1px solid var(--nfl-line); border-bottom: 2px solid transparent; background: #091012; color: #81938f; font: 800 10px "DM Mono", monospace; cursor: pointer; }
.nfl-position-tabs button:last-child { border-right: 0; }
.nfl-position-tabs button.active { border-bottom-color: var(--nfl-accent); color: var(--nfl-accent); background: rgba(22, 212, 107, .07); }
.nfl-player-quality { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--nfl-line); }
.nfl-player-quality p { display: grid; gap: 3px; margin: 0; padding: 13px 16px; border-left: 1px solid var(--nfl-line); }
.nfl-player-quality p:first-child { border-left: 0; }
.nfl-player-quality strong { color: #dce8e3; font: 500 15px "DM Mono", monospace; }
.nfl-player-quality span { color: #788a87; font-size: 8px; text-transform: uppercase; }
.nfl-player-definition { margin: 0; padding: 11px 16px; border-bottom: 1px solid var(--nfl-line); color: #829491; font-size: 9px; line-height: 1.55; }
.nfl-player-row { display: grid; grid-template-columns: 34px minmax(200px, 1.4fr) 76px repeat(3, 70px) minmax(110px, .7fr); align-items: center; gap: 10px; min-height: 86px; padding: 6px 16px; border-bottom: 1px solid var(--nfl-line); }
.nfl-player-row:last-child { border-bottom: 0; }
.nfl-player-row:hover { background: rgba(22, 212, 107, .035); }
.nfl-player-rank { color: #687a77; font: 500 9px "DM Mono", monospace; }
.nfl-player-identity { display: flex; align-items: center; min-width: 0; gap: 11px; }
.nfl-player-identity > img,
.nfl-player-identity > i { width: 38px; height: 38px; flex: 0 0 38px; border: 1px solid rgba(22, 212, 107, .18); border-radius: 50%; background: #10191b; object-fit: cover; }
.nfl-player-identity > i { display: grid; place-items: center; color: var(--nfl-accent); font: 500 8px "DM Mono", monospace; font-style: normal; }
.nfl-player-identity p { display: grid; min-width: 0; gap: 3px; margin: 0; }
.nfl-player-identity strong { overflow: hidden; color: #ecf4f1; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.nfl-player-identity small { color: #788a87; font: 500 8px "DM Mono", monospace; }
.nfl-player-score,
.nfl-player-metric,
.nfl-player-confidence { display: grid; gap: 3px; }
.nfl-player-score strong { color: var(--nfl-accent); font: 500 18px "DM Mono", monospace; }
.nfl-player-score span,
.nfl-player-metric span,
.nfl-player-confidence span { color: #738582; font-size: 8px; text-transform: uppercase; }
.nfl-player-metric strong { color: #c3d0cc; font: 500 11px "DM Mono", monospace; }
.nfl-player-confidence { justify-items: end; text-align: right; }
.nfl-player-confidence strong { color: #b9c7c4; font: 500 9px "DM Mono", monospace; text-transform: uppercase; }
.nfl-player-loading { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 150px; color: #8fa09d; font-size: 10px; }
.nfl-player-loading .nfl-loader { width: 20px; height: 20px; }

.nfl-conference-tabs { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--nfl-line); }
.nfl-conference-tabs button { min-height: 46px; border: 0; border-right: 1px solid var(--nfl-line); border-bottom: 2px solid transparent; background: #091012; color: #8c9d9b; font: 800 11px "DM Mono", monospace; cursor: pointer; }
.nfl-conference-tabs button:last-child { border-right: 0; }
.nfl-conference-tabs button.active { border-bottom-color: var(--nfl-accent); color: var(--nfl-accent); background: rgba(22, 212, 107, .045); }
.nfl-team-table-head,
.nfl-team-row { display: grid; grid-template-columns: 70px minmax(0, 1fr) minmax(110px, .6fr); gap: 12px; align-items: center; padding: 0 16px; }
.nfl-team-table-head { min-height: 36px; color: #728482; background: rgba(255,255,255,.025); font: 500 9px "DM Mono", monospace; text-transform: uppercase; }
.nfl-team-row { min-height: 48px; border-top: 1px solid var(--nfl-line); }
.nfl-team-row strong { font-size: 12px; }
.nfl-team-row > span:last-child { color: #8fa19f; font-size: 10px; }
.nfl-team-abbr { color: var(--nfl-accent); font: 500 10px "DM Mono", monospace; }

.nfl-status-rail { display: none; }

.nfl-state-page { display: grid; justify-items: center; align-content: center; min-height: calc(100vh - 190px); padding: 34px; text-align: center; }
.nfl-state-page strong { margin-top: 14px; color: #f4fbf7; font-size: 18px; }
.nfl-state-page p { max-width: 420px; margin: 8px 0 18px; color: #8fa09e; font-size: 12px; line-height: 1.55; }
.nfl-state-page button { min-height: 44px; border: 1px solid rgba(22, 212, 107, .38); border-radius: 9px; background: rgba(22, 212, 107, .09); color: #dff9e9; padding: 0 18px; font-weight: 800; }
.nfl-state-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgba(22, 212, 107, .34); border-radius: 50%; color: var(--accent); font: 500 20px "DM Mono", monospace; }
.nfl-loader { width: 34px; height: 34px; border: 2px solid rgba(22, 212, 107, .18); border-top-color: var(--accent); border-radius: 50%; animation: nfl-spin .8s linear infinite; }
@keyframes nfl-spin { to { transform: rotate(360deg); } }

@media (min-width: 760px) {
  .nfl-controls { grid-template-columns: minmax(170px, 1.2fr) minmax(120px, .55fr) minmax(110px, .45fr) repeat(3, auto); }
  .nfl-schedule-modes { grid-column: 1 / -1; max-width: 360px; }
  .nfl-controls p { grid-column: 1 / -1; justify-self: end; align-self: center; margin-top: 2px; }
}

@media (min-width: 1024px) {
  body.nfl-active .desktop-intel-rail { display: none; }
  body.nfl-active .header { right: 0; }
  body.nfl-active main { margin-right: 0; padding-right: 0; }
  body.nfl-active #page-nfl.active { max-width: none; margin: 0; }
  .nfl-shell { grid-template-columns: minmax(0, 1fr) 238px; }
  .nfl-workspace { padding-right: 24px; }
  .nfl-status-rail { display: block; min-height: calc(100vh - 92px); border-left: 1px solid var(--nfl-line); background: rgba(5, 10, 11, .58); padding: 6px 24px 24px; }
  .nfl-status-rail > header { margin: 0 0 20px; color: #7f9297; font: 500 11px "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
  .nfl-status-rail > div { display: grid; grid-template-columns: 32px minmax(0, 1fr); gap: 10px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--nfl-line); }
  .nfl-status-symbol { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(22, 212, 107, .35); border-radius: 50%; color: var(--nfl-accent); font: 500 9px "DM Mono", monospace; }
  .nfl-status-rail p { display: grid; gap: 4px; margin: 0; }
  .nfl-status-rail p strong { font-size: 11px; }
  .nfl-status-rail p small { color: #839491; font-size: 9px; line-height: 1.4; }
  .nfl-status-rail > section { display: grid; gap: 6px; padding-top: 24px; }
  .nfl-status-rail > section span { color: #718581; font: 500 9px "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
  .nfl-status-rail > section strong { color: #b9c7c4; font-size: 10px; line-height: 1.5; }
}

@media (max-width: 759px) {
  #page-nfl { padding: 18px 14px 84px; }
  .nfl-hero { margin-top: 8px; }
  .nfl-hero > span { display: none; }
  .nfl-game-row { grid-template-columns: minmax(0, 1fr) auto; gap: 12px; min-height: 0; }
  .nfl-matchup { grid-column: 1 / -1; }
  .nfl-game-meta { display: none; }
  .nfl-game-status { grid-column: 2; }
  .nfl-game-detail { padding: 16px; }
  .nfl-prediction-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-prediction-metrics div:nth-child(odd) { border-left: 0; }
  .nfl-prediction-metrics div:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-factor-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-factor-grid div:last-child { grid-column: 1 / -1; }
  .nfl-score-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-weather-conditions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-weather-conditions div:nth-child(odd) { border-left: 0; }
  .nfl-weather-conditions div:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-weather-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-stadium-conditions { grid-template-columns: 1fr; }
  .nfl-stadium-conditions div { border-top: 1px solid var(--nfl-line); border-left: 0; }
  .nfl-stadium-conditions div:first-child { border-top: 0; }
  .nfl-stadium-score-shift { grid-template-columns: 1fr auto 1fr; }
  .nfl-stadium-factors { grid-template-columns: 1fr; }
  .nfl-context-conditions { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-context-conditions div:nth-child(odd) { border-left: 0; }
  .nfl-context-conditions div:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-context-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-coach-matchup { grid-template-columns: 1fr; }
  .nfl-coach-matchup > i { text-align: center; }
  .nfl-score-summary div:nth-child(odd) { border-left: 0; }
  .nfl-score-summary div:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-score-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-matchup-model-card dl { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-matchup-model-card dl div:nth-child(odd) { border-left: 0; }
  .nfl-matchup-model-card dl div:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-standing-head,
  .nfl-standing-row { grid-template-columns: 24px minmax(0, 1fr) repeat(3, 30px); padding: 0 12px; }
  .nfl-standing-head span:nth-last-child(-n+2),
  .nfl-standing-row > span:nth-last-child(-n+2) { display: none; }
  .nfl-metric-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-metric-strip div { min-height: 76px; border-top: 1px solid var(--nfl-line); }
  .nfl-metric-strip div:nth-child(odd) { border-left: 0; }
  .nfl-metric-strip div:last-child { grid-column: 1 / -1; }
  .nfl-team-table-head,
  .nfl-team-row { grid-template-columns: 54px minmax(0, 1fr); }
  .nfl-team-table-head span:last-child,
  .nfl-team-row > span:last-child { display: none; }
  .nfl-player-quality { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nfl-player-quality p:nth-child(odd) { border-left: 0; }
  .nfl-player-quality p:nth-child(n+3) { border-top: 1px solid var(--nfl-line); }
  .nfl-player-row { grid-template-columns: 24px minmax(0, 1fr) 60px; padding: 8px 12px; }
  .nfl-player-metric,
  .nfl-player-confidence { display: none; }
}

/* Cascade guards for identity components introduced before the legacy module rules. */
.nfl-v21-team-mark.nfl-v21-team-mark { border-color:color-mix(in srgb,var(--mark-primary) 45%,transparent); border-radius:11px; background:radial-gradient(circle at 35% 25%,color-mix(in srgb,var(--mark-secondary) 24%,transparent),transparent 55%),var(--mark-bg); color:transparent; }
.nfl-v21-team-mark.nfl-team-mark-large { width:50px; height:50px; border-radius:14px; }
.nfl-v21-team-mark.nfl-team-mark-hero { width:170px; height:170px; border:0; border-radius:40px; background:radial-gradient(circle at 35% 20%,color-mix(in srgb,var(--mark-primary) 19%,transparent),transparent 53%); }
.nfl-player-row,.nfl-team-row,.nfl-standing-row { background:transparent; }
.nfl-standing-row strong .nfl-v21-team-mark { flex-basis:32px; width:32px; height:32px; }
.nfl-player-identity .nfl-player-jersey-stats,.nfl-player-identity .nfl-player-jersey-photo-stats { flex:0 0 66px; }
@media (max-width:820px) { .nfl-v21-team-mark.nfl-team-mark-hero { width:125px; height:125px; } }

/* Public match detail — decision-ready game information without operations metadata. */
.nfl-match-page { --match-away:#3d95ff; --match-home:#78eb45; display:grid; gap:14px; padding:2px 0 26px; color:#edf5ff; }
.nfl-match-page button { font-family:inherit; }
.nfl-match-breadcrumb { display:flex; align-items:center; gap:9px; min-height:32px; color:#7f93aa; font-size:10px; text-transform:capitalize; }
.nfl-match-breadcrumb > span:first-of-type { color:#9fb1c8; }
.nfl-match-breadcrumb i { color:#52657d; font-style:normal; }
.nfl-match-breadcrumb strong { overflow:hidden; color:#dce8f7; font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-back { display:inline-flex; align-items:center; gap:7px; min-height:32px; padding:0 10px; border:1px solid #20374f; border-radius:999px; background:#091522; color:#b8c9db; font-size:10px; font-weight:800; cursor:pointer; }
.nfl-match-back:hover { border-color:#376289; color:#fff; }
.nfl-match-back svg { width:12px; transform:rotate(180deg); }
.nfl-match-state { display:grid; place-items:center; align-content:center; gap:10px; min-height:430px; border:1px solid #213b58; border-radius:16px; background:linear-gradient(135deg,#08182a,#07111f); text-align:center; }
.nfl-match-state strong { font-size:18px; }
.nfl-match-state p { margin:0; color:#8295aa; font-size:11px; }

.nfl-match-hero,.nfl-match-panel { border:1px solid #203d5d; border-radius:14px; background:linear-gradient(145deg,rgba(8,24,43,.98),rgba(6,17,31,.98)); box-shadow:inset 0 1px 0 rgba(255,255,255,.018); }
.nfl-match-hero { display:grid; grid-template-columns:minmax(0,1fr) minmax(210px,.62fr) minmax(0,1fr); align-items:center; min-height:190px; padding:22px 34px; overflow:hidden; background:radial-gradient(circle at 12% 50%,rgba(54,139,255,.13),transparent 34%),radial-gradient(circle at 88% 50%,rgba(120,235,69,.1),transparent 34%),linear-gradient(145deg,#081a2d,#071321); }
.nfl-match-team { display:grid; grid-template-columns:92px minmax(0,1fr); grid-template-rows:auto auto auto; column-gap:18px; align-items:center; }
.nfl-match-team.home { grid-template-columns:minmax(0,1fr) 92px; text-align:right; }
.nfl-match-team > .nfl-v21-team-mark { grid-row:1/4; width:92px; height:92px; border:0; background:transparent; }
.nfl-match-team.home > .nfl-v21-team-mark { grid-column:2; }
.nfl-match-team > .nfl-match-team-city { align-self:end; color:#a4b5c7; font-size:11px; }
.nfl-match-team h2 { margin:2px 0; font-size:clamp(22px,2.3vw,34px); line-height:1; letter-spacing:-.04em; }
.nfl-match-team small { color:#8092a8; font-size:10px; }
.nfl-match-kickoff { display:grid; justify-items:center; gap:5px; padding:0 14px; text-align:center; }
.nfl-match-kickoff > span { color:var(--match-home); font:700 9px "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
.nfl-match-kickoff time { color:#c5d3e3; font-size:13px; }
.nfl-match-kickoff strong { font-size:clamp(22px,2.5vw,34px); line-height:1.1; }
.nfl-match-kickoff small { max-width:220px; color:#91a3b7; font-size:10px; line-height:1.4; }
.nfl-match-kickoff b { margin-top:3px; padding:4px 8px; border:1px solid rgba(120,235,69,.24); border-radius:999px; color:#a7f584; font:700 8px "DM Mono",monospace; text-transform:uppercase; }

.nfl-match-primary-grid,.nfl-match-analysis-grid { display:grid; grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr); gap:14px; }
.nfl-match-panel { overflow:hidden; }
.nfl-match-panel > header { display:flex; align-items:center; justify-content:space-between; min-height:48px; padding:0 18px; border-bottom:1px solid rgba(70,104,138,.32); }
.nfl-match-panel > header strong { font-size:13px; }
.nfl-match-panel > header span { padding:4px 8px; border-radius:999px; background:rgba(120,235,69,.08); color:#9ce878; font-size:8px; font-weight:800; }
.nfl-match-win { padding-bottom:18px; }
.nfl-match-win > div { display:grid; grid-template-columns:1fr 1fr; padding:18px 22px 12px; }
.nfl-match-win p { display:grid; justify-items:center; gap:3px; margin:0; }
.nfl-match-win p:first-child { color:var(--match-away); }
.nfl-match-win p:last-child { color:var(--match-home); }
.nfl-match-win p b { font:700 clamp(28px,4vw,48px) "DM Mono",monospace; }
.nfl-match-win p span { color:#dce8f5; font-size:12px; font-weight:800; }
.nfl-match-win > i { display:block; height:9px; margin:0 22px; overflow:hidden; border-radius:99px; background:var(--match-home); }
.nfl-match-win > i b { display:block; height:100%; border-right:2px solid #cfe2f5; background:linear-gradient(90deg,#2d86ef,#50a4ff); }
.nfl-match-info dl { display:grid; gap:0; margin:0; padding:7px 18px 13px; }
.nfl-match-info dl div { display:flex; justify-content:space-between; gap:16px; padding:7px 0; color:#98aabd; font-size:10px; }
.nfl-match-info dt { color:#8093a8; }
.nfl-match-info dd { max-width:62%; margin:0; color:#dbe6f3; text-align:right; }

.nfl-match-market-row { display:grid; grid-template-columns:minmax(280px,.56fr) minmax(0,1.44fr); gap:14px; }
.nfl-match-score > div { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; min-height:116px; padding:12px 18px; }
.nfl-match-score p { display:grid; grid-template-columns:34px auto; justify-content:center; align-items:center; gap:2px 10px; margin:0; }
.nfl-match-score p > .nfl-v21-team-mark { grid-row:1/3; width:34px; height:34px; }
.nfl-match-score p b { font:700 28px "DM Mono",monospace; }
.nfl-match-score p:first-child b { color:var(--match-away); }
.nfl-match-score p:last-child b { color:var(--match-home); }
.nfl-match-score p span { color:#a9b8c8; font-size:9px; }
.nfl-match-score > div > i { color:#61748a; font-style:normal; }
.nfl-match-markets > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; padding:12px; }
.nfl-match-markets article { display:grid; gap:7px; min-height:76px; padding:12px; border:1px solid #213a55; border-radius:10px; background:rgba(15,35,55,.72); }
.nfl-match-markets article span { color:#7e91a6; font-size:9px; }
.nfl-match-markets article strong { color:#edf5ff; font-size:12px; }
.nfl-match-markets article small { color:#9ce878; font-size:9px; }

.nfl-match-analysis-grid { grid-template-columns:minmax(0,1.35fr) minmax(300px,.9fr); }
.nfl-match-comparison { padding-bottom:10px; }
.nfl-match-comparison-head,.nfl-match-comparison-row { display:grid; grid-template-columns:1fr minmax(120px,.8fr) 1fr; align-items:center; padding:0 18px; text-align:center; }
.nfl-match-comparison-head { min-height:42px; color:#7c90a7; }
.nfl-match-comparison-head strong:first-child,.nfl-match-comparison-row b:first-child { color:var(--match-away); text-align:left; }
.nfl-match-comparison-head strong:last-child,.nfl-match-comparison-row b:last-child { color:var(--match-home); text-align:right; }
.nfl-match-comparison-row { min-height:38px; border-top:1px solid rgba(70,104,138,.2); }
.nfl-match-comparison-row span { color:#8699ae; font-size:9px; }
.nfl-match-comparison-row b { font:600 11px "DM Mono",monospace; }
.nfl-match-outlook { padding-bottom:14px; }
.nfl-match-outlook h3 { margin:16px 18px 8px; color:#a7f584; font-size:12px; }
.nfl-match-outlook ul { display:grid; gap:11px; margin:0; padding:0 18px; list-style:none; }
.nfl-match-outlook li { display:grid; grid-template-columns:18px 1fr; gap:8px; color:#c2cfdd; font-size:10px; line-height:1.45; }
.nfl-match-outlook li i { display:grid; place-items:center; width:17px; height:17px; border-radius:50%; background:rgba(120,235,69,.13); color:#8eef62; font-size:9px; font-style:normal; }
.nfl-match-outlook footer { margin:14px 18px 0; padding:10px 0 0; border-top:1px solid rgba(70,104,138,.25); color:#6f8399; font-size:8px; line-height:1.5; }

.nfl-match-form > div,.nfl-match-injuries > div { display:grid; grid-template-columns:1fr 1fr; }
.nfl-match-form article,.nfl-match-injuries article { padding:16px 18px; }
.nfl-match-form article + article,.nfl-match-injuries article + article { border-left:1px solid rgba(70,104,138,.28); }
.nfl-match-form article > header,.nfl-match-injuries article > header { display:flex; align-items:center; gap:10px; }
.nfl-match-form article > header .nfl-v21-team-mark,.nfl-match-injuries article > header .nfl-v21-team-mark { width:34px; height:34px; }
.nfl-match-form article > header div { display:grid; gap:2px; }
.nfl-match-form article > header strong,.nfl-match-injuries article > header strong { font-size:11px; }
.nfl-match-form article > header span,.nfl-match-injuries article > header span { color:#7f92a7; font-size:8px; }
.nfl-match-injuries article > header span { margin-left:auto; }
.nfl-match-form-results { display:flex; gap:8px; margin-top:14px; }
.nfl-match-form-results > span { display:grid; flex:1; justify-items:center; gap:4px; min-width:0; padding:8px 3px; border:1px solid #263d56; border-radius:8px; background:rgba(12,29,45,.72); }
.nfl-match-form-results > span b { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; color:#fff; font:700 10px "DM Mono",monospace; }
.nfl-match-form-results > span.win b { background:#1e8a50; }
.nfl-match-form-results > span.loss b { background:#a33c4e; }
.nfl-match-form-results > span.tie b { background:#6c7886; }
.nfl-match-form-results > span small { overflow:hidden; max-width:100%; color:#8295aa; font-size:7px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-form article footer { display:flex; justify-content:space-between; margin-top:12px; padding-top:10px; border-top:1px solid rgba(70,104,138,.22); color:#7e91a6; font-size:8px; }
.nfl-match-form article footer strong { color:#dbe7f3; font:600 10px "DM Mono",monospace; }
.nfl-match-injuries article > div { display:grid; margin-top:12px; }
.nfl-match-injuries article > div > p { color:#7f92a7; font-size:9px; }
.nfl-match-injuries article button { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:44px; padding:7px 0; border:0; border-top:1px solid rgba(70,104,138,.2); background:transparent; color:#dce7f3; text-align:left; cursor:pointer; }
.nfl-match-injuries article button span { display:grid; gap:2px; min-width:0; }
.nfl-match-injuries article button strong { overflow:hidden; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-injuries article button small { overflow:hidden; color:#7f92a7; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-injuries article button b { flex:0 0 auto; color:#f2b84b; font:700 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-match-injuries article button b.out { color:#ff6d77; }
.nfl-match-players > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.nfl-match-players button { display:grid; grid-template-columns:58px minmax(0,1fr) auto 16px; align-items:center; gap:12px; min-height:98px; padding:12px 16px; border:0; border-left:1px solid rgba(70,104,138,.28); background:transparent; color:#dce8f5; text-align:left; cursor:pointer; }
.nfl-match-players button:first-child { border-left:0; }
.nfl-match-players button:hover { background:rgba(61,149,255,.055); }
.nfl-match-players .nfl-player-jersey,.nfl-match-players .nfl-player-jersey-photo { width:58px; height:68px; }
.nfl-match-players button > span { display:grid; gap:4px; min-width:0; }
.nfl-match-players button > span strong { overflow:hidden; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-players button > span small { color:#8194aa; font-size:8px; }
.nfl-match-players button > b { color:#9ce878; font:600 10px "DM Mono",monospace; }
.nfl-match-players button > svg { width:13px; color:#61758b; }

@media (max-width:980px) {
  .nfl-match-hero { grid-template-columns:1fr 180px 1fr; padding:20px; }
  .nfl-match-team,.nfl-match-team.home { grid-template-columns:70px minmax(0,1fr); text-align:left; }
  .nfl-match-team.home > .nfl-v21-team-mark { grid-column:1; }
  .nfl-match-team > .nfl-v21-team-mark { width:70px; height:70px; }
  .nfl-match-market-row,.nfl-match-primary-grid,.nfl-match-analysis-grid { grid-template-columns:1fr; }
  .nfl-match-markets > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:700px) {
  .nfl-match-page { gap:10px; }
  .nfl-match-breadcrumb > span,.nfl-match-breadcrumb > i { display:none; }
  .nfl-match-breadcrumb strong { margin-left:auto; }
  .nfl-match-hero { grid-template-columns:1fr 92px 1fr; min-height:178px; padding:18px 10px; }
  .nfl-match-team,.nfl-match-team.home { display:flex; flex-direction:column; gap:3px; text-align:center; }
  .nfl-match-team > .nfl-v21-team-mark { width:64px; height:64px; }
  .nfl-match-team > .nfl-match-team-city { display:none; }
  .nfl-match-team h2 { margin:2px 0; font-size:16px; }
  .nfl-match-team small { font-size:7px; }
  .nfl-match-kickoff { padding:0 4px; }
  .nfl-match-kickoff time { font-size:9px; }
  .nfl-match-kickoff strong { font-size:15px; }
  .nfl-match-kickoff small { font-size:7px; }
  .nfl-match-win p b { font-size:27px; }
  .nfl-match-market-row { grid-template-columns:1fr; }
  .nfl-match-markets > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-match-form > div,.nfl-match-injuries > div { grid-template-columns:1fr; }
  .nfl-match-form article + article,.nfl-match-injuries article + article { border-top:1px solid rgba(70,104,138,.28); border-left:0; }
  .nfl-match-form-results { gap:5px; }
  .nfl-match-players > div { grid-template-columns:1fr; }
  .nfl-match-players button { border-top:1px solid rgba(70,104,138,.28); border-left:0; }
  .nfl-match-players button:first-child { border-top:0; }
}

/* Match detail v36 — progressive disclosure: overview, predictions, advanced analysis. */
.nfl-match-tabs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid var(--match-line);
  border-radius:12px;
  background:#07172a;
}
.nfl-match-tabs button {
  min-height:48px;
  border:0;
  border-left:1px solid rgba(73,110,146,.3);
  background:transparent;
  color:#8ea3ba;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}
.nfl-match-tabs button:first-child { border-left:0; }
.nfl-match-tabs button.active {
  background:rgba(120,235,69,.08);
  box-shadow:inset 0 -3px 0 #78eb45;
  color:#a4f47e;
}
.nfl-match-tab-content { display:grid; gap:12px; }

.nfl-match-summary-card > header button {
  display:flex;
  align-items:center;
  gap:6px;
  border:0;
  background:transparent;
  color:#8fe966;
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}
.nfl-match-summary-card > header button svg { width:14px; height:14px; }
.nfl-match-summary-prob {
  display:grid;
  grid-template-columns:minmax(105px,.28fr) minmax(180px,1fr) minmax(105px,.28fr);
  align-items:center;
  gap:16px;
  padding:19px 22px 11px;
}
.nfl-match-summary-prob p { display:grid; gap:2px; margin:0; }
.nfl-match-summary-prob p:last-child { justify-items:end; text-align:right; }
.nfl-match-summary-prob p span { color:#93a6ba; font:700 10px "DM Mono",monospace; }
.nfl-match-summary-prob p b { color:var(--match-away); font:700 clamp(28px,3.7vw,48px) "DM Mono",monospace; letter-spacing:-.06em; }
.nfl-match-summary-prob p:last-child b { color:var(--match-home); }
.nfl-match-summary-prob > i { display:block; height:10px; overflow:hidden; border-radius:999px; background:linear-gradient(90deg,#65d943,#8af15e); }
.nfl-match-summary-prob > i em { display:block; height:100%; border-right:2px solid #d8e7f7; background:linear-gradient(90deg,#2587ff,#43a2ff); }
.nfl-match-summary-score {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  margin:0 22px;
  padding:14px 0 17px;
  border-top:1px solid rgba(74,111,147,.28);
}
.nfl-match-summary-score p { display:flex; align-items:center; justify-content:flex-start; gap:9px; margin:0; }
.nfl-match-summary-score p:last-child { flex-direction:row-reverse; text-align:right; }
.nfl-match-summary-score .nfl-v21-team-mark { width:37px; height:37px; }
.nfl-match-summary-score p span { color:#a5b5c7; font-size:10px; font-weight:800; }
.nfl-match-summary-score p b { margin-left:auto; color:var(--match-away); font:700 28px "DM Mono",monospace; }
.nfl-match-summary-score p:last-child b { margin-right:auto; margin-left:0; color:var(--match-home); }
.nfl-match-summary-score > small { padding:0 22px; color:#70869d; font:700 8px "DM Mono",monospace; text-align:center; }

.nfl-match-odds > div,
.nfl-match-picks > div,
.nfl-match-recommended > div {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:10px;
  padding:12px;
}
.nfl-match-odds article,
.nfl-match-picks article,
.nfl-match-recommended article {
  min-width:0;
  padding:13px 15px;
  border:1px solid rgba(66,105,143,.38);
  border-radius:9px;
  background:#091c31;
}
.nfl-match-odds article > span,
.nfl-match-picks article > span,
.nfl-match-recommended article > span { color:#7f95ab; font:700 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-match-odds article p { display:flex; justify-content:space-between; gap:12px; margin:10px 0 0; }
.nfl-match-odds article p + p { padding-top:9px; border-top:1px solid rgba(66,105,143,.22); }
.nfl-match-odds article p b { color:#d8e4f1; font-size:10px; }
.nfl-match-odds article p strong { color:#a1ef79; font:700 11px "DM Mono",monospace; }
.nfl-match-odds > footer { padding:0 14px 13px; color:#8296aa; font-size:9px; }

.nfl-match-team-compare { padding-bottom:10px; }
.nfl-match-compare-head,
.nfl-match-compare-row {
  display:grid;
  grid-template-columns:1fr minmax(130px,.8fr) 1fr;
  align-items:center;
  min-height:42px;
  padding:0 18px;
}
.nfl-match-compare-head { min-height:54px; }
.nfl-match-compare-head strong { display:flex; align-items:center; gap:9px; color:#dce7f3; font-size:11px; }
.nfl-match-compare-head strong:last-child { flex-direction:row-reverse; }
.nfl-match-compare-head .nfl-v21-team-mark { width:34px; height:34px; }
.nfl-match-compare-head span,
.nfl-match-compare-row span { color:#71879e; font:700 8px "DM Mono",monospace; text-align:center; text-transform:uppercase; }
.nfl-match-compare-row { min-height:36px; border-top:1px solid rgba(66,105,143,.22); }
.nfl-match-compare-row b { color:#d9e4ef; font:700 11px "DM Mono",monospace; }
.nfl-match-compare-row b:last-child { text-align:right; }

.nfl-match-leaders > div { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); }
.nfl-match-leaders article { min-width:0; padding:13px; border-left:1px solid rgba(66,105,143,.24); }
.nfl-match-leaders article:first-child { border-left:0; }
.nfl-match-leaders h3 { margin:0 0 9px; color:#86a0b9; font:700 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-match-leaders article > div { display:grid; gap:7px; }
.nfl-match-leaders article > div > i { color:#577087; font:700 7px "DM Mono",monospace; text-align:center; font-style:normal; }
.nfl-match-leaders button {
  display:grid;
  grid-template-columns:34px minmax(0,1fr) auto;
  align-items:center;
  gap:7px;
  width:100%;
  min-height:53px;
  padding:6px;
  border:1px solid rgba(66,105,143,.25);
  border-radius:8px;
  background:rgba(10,29,49,.76);
  color:inherit;
  text-align:left;
  cursor:pointer;
}
.nfl-match-leaders .nfl-player-jersey-photo-mini { width:32px; height:39px; }
.nfl-match-leaders button > span { min-width:0; }
.nfl-match-leaders button > span strong { display:block; overflow:hidden; color:#e1eaf4; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-match-leaders button > span small { color:#6f849a; font-size:7px; }
.nfl-match-leaders button > b { color:#98ef6d; font:700 11px "DM Mono",monospace; text-align:right; }
.nfl-match-leaders button > b small { display:block; color:#688096; font-size:6px; }
.nfl-match-leaders article > div > p { margin:0; color:#71869b; font-size:8px; }

.nfl-match-injury-report > div { display:grid; grid-template-columns:1fr 1fr; }
.nfl-match-injury-report article { padding:12px 16px; }
.nfl-match-injury-report article + article { border-left:1px solid rgba(66,105,143,.25); }
.nfl-match-injury-report article > header { display:flex; align-items:center; gap:8px; margin-bottom:7px; }
.nfl-match-injury-report article > header .nfl-v21-team-mark { width:30px; height:30px; }
.nfl-match-injury-report article > header strong { color:#dbe6f2; font-size:10px; }
.nfl-match-injury-report article > header span { margin-left:auto; color:#70869b; font-size:8px; }
.nfl-match-injury-report article button { grid-template-columns:minmax(0,1fr) auto; min-height:38px; }
.nfl-match-injury-report article button span strong { font-size:9px; }
.nfl-match-injury-report article button span small { display:block; color:#758aa0; font-size:7px; }

.nfl-match-info-bottom dl { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); margin:0; }
.nfl-match-info-bottom dl div { display:grid; gap:5px; min-height:72px; padding:15px; border-left:1px solid rgba(66,105,143,.24); }
.nfl-match-info-bottom dl div:first-child { border-left:0; }
.nfl-match-info-bottom dt { color:#71879d; font:700 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-match-info-bottom dd { margin:0; color:#dce6f1; font-size:10px; line-height:1.4; }

.nfl-match-picks article,
.nfl-match-recommended article { display:grid; gap:7px; min-height:112px; }
.nfl-match-picks article > strong,
.nfl-match-recommended article > strong { color:#eef5fc; font-size:14px; }
.nfl-match-picks article p,
.nfl-match-recommended article p { display:flex; align-items:center; justify-content:space-between; gap:10px; margin:0; color:#91a5ba; font:700 11px "DM Mono",monospace; }
.nfl-match-picks article p b,
.nfl-match-recommended article p b { color:#9bf36e; font-size:13px; }
.nfl-match-picks article small,
.nfl-match-recommended article small { color:#71869b; font-size:8px; }
.nfl-match-recommended > div { grid-template-columns:repeat(3,minmax(0,1fr)); }
.nfl-match-market-pending { margin:0; padding:26px 18px; color:#8297ab; font-size:10px; text-align:center; }

@media (max-width:1100px) {
  .nfl-match-leaders > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-match-leaders article:nth-child(odd) { border-left:0; }
  .nfl-match-leaders article:nth-child(n+3) { border-top:1px solid rgba(66,105,143,.24); }
  .nfl-match-info-bottom dl { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .nfl-match-info-bottom dl div:nth-child(4) { border-left:0; border-top:1px solid rgba(66,105,143,.24); }
  .nfl-match-info-bottom dl div:nth-child(5) { border-top:1px solid rgba(66,105,143,.24); }
}

@media (max-width:700px) {
  .nfl-match-tabs { position:sticky; top:0; z-index:4; }
  .nfl-match-tabs button { min-height:44px; padding:0 8px; font-size:9px; }
  .nfl-match-summary-card > header button { font-size:0; }
  .nfl-match-summary-card > header button svg { width:18px; height:18px; }
  .nfl-match-summary-prob { grid-template-columns:84px minmax(80px,1fr) 84px; gap:8px; padding:17px 12px 9px; }
  .nfl-match-summary-prob p b { font-size:25px; }
  .nfl-match-summary-prob > i { height:7px; }
  .nfl-match-summary-score { margin:0 12px; padding:12px 0 14px; }
  .nfl-match-summary-score p { display:grid; grid-template-columns:30px 1fr; gap:3px 6px; }
  .nfl-match-summary-score p:last-child { grid-template-columns:1fr 30px; }
  .nfl-match-summary-score .nfl-v21-team-mark { grid-column:1; grid-row:1/3; width:30px; height:30px; }
  .nfl-match-summary-score p:last-child .nfl-v21-team-mark { grid-column:2; }
  .nfl-match-summary-score p b { grid-column:2; grid-row:1; margin:0; font-size:19px; }
  .nfl-match-summary-score p:last-child b { grid-column:1; margin:0; }
  .nfl-match-summary-score p span { grid-column:2; grid-row:2; font-size:7px; }
  .nfl-match-summary-score p:last-child span { grid-column:1; }
  .nfl-match-summary-score > small { padding:0 8px; font-size:6px; }
  .nfl-match-odds > div,.nfl-match-picks > div,.nfl-match-recommended > div { grid-template-columns:1fr; }
  .nfl-match-odds article { display:grid; grid-template-columns:70px 1fr 1fr; align-items:center; gap:8px; }
  .nfl-match-odds article p { margin:0; }
  .nfl-match-odds article p + p { padding-top:0; border-top:0; }
  .nfl-match-odds article p b { font-size:8px; }
  .nfl-match-compare-head,.nfl-match-compare-row { grid-template-columns:1fr 105px 1fr; padding:0 10px; }
  .nfl-match-leaders > div { grid-template-columns:1fr; }
  .nfl-match-leaders article,.nfl-match-leaders article:nth-child(odd) { border-top:1px solid rgba(66,105,143,.24); border-left:0; }
  .nfl-match-leaders article:first-child { border-top:0; }
  .nfl-match-leaders article > div { grid-template-columns:1fr 22px 1fr; align-items:center; }
  .nfl-match-leaders article > div > i { grid-column:2; }
  .nfl-match-leaders article > div > button:last-child,.nfl-match-leaders article > div > p:last-child { grid-column:3; }
  .nfl-match-injury-report > div { grid-template-columns:1fr; }
  .nfl-match-injury-report article + article { border-top:1px solid rgba(66,105,143,.25); border-left:0; }
  .nfl-match-info-bottom dl { grid-template-columns:1fr 1fr; }
  .nfl-match-info-bottom dl div { min-height:64px; }
  .nfl-match-info-bottom dl div:nth-child(odd) { border-left:0; }
  .nfl-match-info-bottom dl div:nth-child(n+3) { border-top:1px solid rgba(66,105,143,.24); }
}

/* Match analysis v34 — public, decision-ready layout based on the accepted match-detail reference. */
.nfl-match-page {
  --match-panel:#07182b;
  --match-panel-2:#091d33;
  --match-line:#1b3f62;
  --match-muted:#8499b2;
  gap:12px;
}
.nfl-match-page .nfl-match-panel,
.nfl-match-page .nfl-match-hero {
  border-color:var(--match-line);
  border-radius:12px;
  background:linear-gradient(145deg,rgba(8,27,48,.985),rgba(5,17,31,.99));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025),0 10px 34px rgba(0,0,0,.12);
}
.nfl-match-page .nfl-match-panel > header {
  min-height:42px;
  padding:0 16px;
  border-bottom-color:rgba(78,119,157,.28);
}
.nfl-match-page .nfl-match-panel > header strong {
  color:#f0f6ff;
  font-size:12px;
  letter-spacing:-.01em;
}
.nfl-match-page .nfl-match-panel > header span {
  padding:4px 8px;
  border:1px solid rgba(120,235,69,.2);
  background:rgba(120,235,69,.075);
  color:#9cf276;
  font:700 7px "DM Mono",monospace;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.nfl-match-page .nfl-match-hero {
  min-height:168px;
  padding:18px 30px;
  background:radial-gradient(circle at 7% 50%,rgba(38,128,255,.17),transparent 31%),radial-gradient(circle at 93% 50%,rgba(109,239,61,.12),transparent 31%),linear-gradient(145deg,#081a2e,#061322);
}
.nfl-match-page .nfl-match-team > .nfl-v21-team-mark {
  width:82px;
  height:82px;
}
.nfl-match-page .nfl-match-team h2 { font-size:clamp(23px,2.15vw,32px); }
.nfl-match-page .nfl-match-kickoff > b { background:rgba(120,235,69,.06); }

.nfl-match-page .nfl-match-win { padding-bottom:14px; }
.nfl-match-page .nfl-match-win > i {
  order:2;
  height:8px;
  margin:14px 16px 0;
  background:linear-gradient(90deg,var(--match-home),#5ee93f);
}
.nfl-match-page .nfl-match-win > i b { background:linear-gradient(90deg,#2587ff,#38a1ff); }
.nfl-match-page .nfl-match-win > div {
  order:3;
  padding:9px 17px 0;
}
.nfl-match-page .nfl-match-win p { justify-items:start; gap:0; }
.nfl-match-page .nfl-match-win p:last-child { justify-items:end; }
.nfl-match-page .nfl-match-win p b {
  font-size:clamp(28px,3.25vw,42px);
  line-height:1;
  letter-spacing:-.07em;
}
.nfl-match-page .nfl-match-win p span { margin-top:3px; font-size:10px; }

.nfl-match-page .nfl-match-market-row { grid-template-columns:minmax(250px,.74fr) minmax(0,1.26fr); }
.nfl-match-page .nfl-match-score > div { min-height:132px; }
.nfl-match-page .nfl-match-score p b { font-size:30px; }
.nfl-match-page .nfl-match-score p > .nfl-v21-team-mark { width:42px; height:42px; }
.nfl-match-market-compare .nfl-market-table { padding:7px 14px 3px; }
.nfl-match-market-compare .nfl-market-table > div {
  display:grid;
  grid-template-columns:minmax(130px,1.35fr) repeat(3,minmax(62px,.65fr));
  align-items:center;
  min-height:32px;
  border-top:1px solid rgba(70,104,138,.22);
}
.nfl-match-market-compare .nfl-market-table > div.head { min-height:25px; border-top:0; }
.nfl-match-market-compare .nfl-market-table span { color:#a3b4c7; font-size:9px; }
.nfl-match-market-compare .nfl-market-table b {
  color:#d7e2ef;
  font:600 9px "DM Mono",monospace;
  text-align:center;
}
.nfl-match-market-compare .nfl-market-table > div b:last-child,
.nfl-match-market-compare .nfl-market-table > div:not(.head) b:first-of-type { color:#8ff45d; }
.nfl-match-market-compare .nfl-market-table .head b { color:#768ba2; font-size:7px; }
.nfl-match-market-compare footer {
  margin:4px 14px 12px;
  padding:7px 10px;
  border:1px solid rgba(120,235,69,.18);
  border-radius:7px;
  background:linear-gradient(90deg,rgba(120,235,69,.07),rgba(120,235,69,.03));
  color:#a5f281;
  font-size:8px;
  text-align:center;
}

.nfl-match-page .nfl-match-analysis-grid { grid-template-columns:minmax(0,1fr) minmax(0,1.05fr); }
.nfl-match-matchups > div { padding:6px 14px 4px; }
.nfl-match-matchups article {
  display:grid;
  grid-template-columns:minmax(0,1.6fr) 54px 54px 42px;
  align-items:center;
  min-height:39px;
  border-top:1px solid rgba(70,104,138,.2);
}
.nfl-match-matchups article:first-child { border-top:0; }
.nfl-match-matchups article > span { display:grid; gap:2px; }
.nfl-match-matchups article strong { color:#d7e3f0; font-size:9px; }
.nfl-match-matchups article small { color:#71869d; font-size:7px; }
.nfl-match-matchups article > b {
  color:var(--match-away);
  font:600 9px "DM Mono",monospace;
  text-align:center;
}
.nfl-match-matchups article > b.home { color:var(--match-home); }
.nfl-match-matchups article > em {
  padding:3px 5px;
  border:1px solid rgba(120,235,69,.22);
  border-radius:999px;
  color:#a2ef80;
  font:700 7px "DM Mono",monospace;
  text-align:center;
  font-style:normal;
}
.nfl-match-matchups footer {
  margin:0 14px 11px;
  color:#80dd5b;
  font-size:7px;
}
.nfl-efficiency-head,
.nfl-efficiency-row {
  display:grid;
  grid-template-columns:62px minmax(130px,1fr) 62px;
  align-items:center;
  padding:0 16px;
}
.nfl-efficiency-head { min-height:29px; }
.nfl-efficiency-head strong { color:var(--match-away); font:700 8px "DM Mono",monospace; }
.nfl-efficiency-head strong:last-child { color:var(--match-home); text-align:right; }
.nfl-efficiency-row { min-height:34px; border-top:1px solid rgba(70,104,138,.18); }
.nfl-efficiency-row > b { color:#b9c9da; font:600 8px "DM Mono",monospace; }
.nfl-efficiency-row > b:last-child { text-align:right; }
.nfl-efficiency-row > span { display:grid; grid-template-columns:minmax(82px,.65fr) 1fr; align-items:center; gap:8px; }
.nfl-efficiency-row small { color:#8fa2b7; font-size:7px; text-align:center; }
.nfl-efficiency-row i { display:block; height:4px; overflow:hidden; border-radius:99px; background:linear-gradient(90deg,#3c91ed 50%,#23384e 50%); }
.nfl-efficiency-row i em { display:block; height:100%; border-right:2px solid #8ff45d; background:linear-gradient(90deg,transparent 50%,#79e649 50%); }

.nfl-match-page .nfl-match-injuries > .nfl-availability-layout { display:grid; grid-template-columns:minmax(0,1fr) 225px; }
.nfl-match-page .nfl-match-injuries .nfl-availability-layout > div { display:grid; grid-template-columns:1fr 1fr; }
.nfl-match-page .nfl-match-injuries .nfl-availability-layout article { padding:12px 16px; }
.nfl-match-page .nfl-match-injuries .nfl-availability-layout article + article { border-left:1px solid rgba(70,104,138,.28); }
.nfl-match-page .nfl-match-injuries article button { grid-template-columns:minmax(0,1fr) auto auto; }
.nfl-match-page .nfl-match-injuries article button em {
  color:#8298ae;
  font-size:7px;
  font-style:normal;
  white-space:nowrap;
}
.nfl-match-page .nfl-match-injuries article button b { min-width:54px; text-align:right; }
.nfl-availability-layout > aside {
  display:grid;
  place-items:center;
  align-content:center;
  gap:6px;
  margin:12px;
  padding:14px;
  border:1px solid rgba(120,235,69,.2);
  border-radius:10px;
  background:linear-gradient(145deg,rgba(120,235,69,.055),rgba(8,23,39,.8));
  text-align:center;
}
.nfl-availability-layout > aside span { color:#8498ae; font-size:8px; }
.nfl-availability-layout > aside strong { color:#8ef15e; font:700 27px "DM Mono",monospace; }
.nfl-availability-layout > aside b { color:#d8e6f2; font-size:8px; }
.nfl-availability-layout > aside small { max-width:170px; color:#6f8399; font-size:7px; line-height:1.4; }

.nfl-match-page .nfl-match-players > div { grid-template-columns:repeat(3,minmax(0,1fr)); }
.nfl-match-page .nfl-match-players button {
  grid-template-columns:54px minmax(0,1fr) auto 12px;
  grid-template-rows:auto auto;
  min-height:108px;
  gap:4px 10px;
  padding:12px 14px;
}
.nfl-match-page .nfl-match-player-art { grid-row:1/3; display:grid; place-items:center; }
.nfl-match-page .nfl-match-player-art .nfl-player-jersey-photo-stats { width:50px; height:62px; }
.nfl-match-page .nfl-match-players button > span:nth-child(2) { align-self:end; }
.nfl-match-page .nfl-match-players button > span:nth-child(2) em { color:#7590aa; font-size:7px; font-style:normal; }
.nfl-match-page .nfl-match-players button > b { align-self:end; color:#9cf16e; font-size:10px; }
.nfl-match-page .nfl-match-players button > i {
  grid-column:3;
  align-self:start;
  color:#7691aa;
  font-size:7px;
  font-style:normal;
  text-align:right;
}
.nfl-match-page .nfl-match-players button > svg { grid-column:4; grid-row:1/3; }

.nfl-match-page .nfl-match-outlook { padding-bottom:0; }
.nfl-match-page .nfl-match-outlook > div {
  display:grid;
  grid-template-columns:190px minmax(0,1fr);
  align-items:center;
  min-height:138px;
  padding:12px 18px;
}
.nfl-match-page .nfl-match-outlook > div > aside {
  display:grid;
  place-items:center;
  align-content:center;
  width:108px;
  height:108px;
  justify-self:center;
  border:5px solid rgba(120,235,69,.46);
  border-radius:50%;
  box-shadow:inset 0 0 0 4px rgba(120,235,69,.08),0 0 25px rgba(120,235,69,.06);
}
.nfl-match-page .nfl-match-outlook > div > aside small { color:#8ddd69; font-size:7px; }
.nfl-match-page .nfl-match-outlook > div > aside strong { color:#8ff25e; font:700 28px "DM Mono",monospace; }
.nfl-match-page .nfl-match-outlook > div > aside span { color:#8398ad; font-size:7px; text-transform:uppercase; }
.nfl-match-page .nfl-match-outlook > div > section { border-left:1px solid rgba(70,104,138,.25); }
.nfl-match-page .nfl-match-outlook h3 { margin:2px 18px 10px; }
.nfl-match-page .nfl-match-outlook ul { gap:9px; }
.nfl-match-page .nfl-match-outlook footer { margin:0; padding:10px 18px; border-top:1px solid rgba(70,104,138,.25); }

@media (max-width:980px) {
  .nfl-match-page .nfl-match-market-row,
  .nfl-match-page .nfl-match-analysis-grid { grid-template-columns:1fr; }
  .nfl-match-page .nfl-match-injuries > .nfl-availability-layout { grid-template-columns:1fr; }
  .nfl-availability-layout > aside { min-height:120px; }
}

@media (max-width:700px) {
  .nfl-match-page { gap:9px; }
  .nfl-match-page .nfl-match-hero { min-height:152px; padding:14px 8px; }
  .nfl-match-page .nfl-match-team > .nfl-v21-team-mark { width:58px; height:58px; }
  .nfl-match-page .nfl-match-team h2 { font-size:14px; }
  .nfl-match-page .nfl-match-kickoff strong { font-size:14px; }
  .nfl-match-page .nfl-match-win > i { margin-top:12px; }
  .nfl-match-page .nfl-match-win p b { font-size:26px; }
  .nfl-match-market-compare .nfl-market-table > div { grid-template-columns:minmax(105px,1.25fr) repeat(3,minmax(48px,.6fr)); }
  .nfl-match-matchups article { grid-template-columns:minmax(0,1fr) 43px 43px 38px; }
  .nfl-efficiency-head,.nfl-efficiency-row { grid-template-columns:48px minmax(130px,1fr) 48px; padding:0 10px; }
  .nfl-efficiency-row > span { grid-template-columns:80px 1fr; }
  .nfl-match-page .nfl-match-injuries .nfl-availability-layout > div { grid-template-columns:1fr; }
  .nfl-match-page .nfl-match-injuries .nfl-availability-layout article + article { border-top:1px solid rgba(70,104,138,.28); border-left:0; }
  .nfl-match-page .nfl-match-injuries article button em { display:none; }
  .nfl-match-page .nfl-match-players > div { grid-template-columns:1fr; }
  .nfl-match-page .nfl-match-outlook > div { grid-template-columns:1fr; gap:14px; padding:16px; }
  .nfl-match-page .nfl-match-outlook > div > aside { width:92px; height:92px; }
  .nfl-match-page .nfl-match-outlook > div > section { border-top:1px solid rgba(70,104,138,.25); border-left:0; padding-top:12px; }
}

/* Public schedule, score and pick surfaces */
.nfl-v21-owner-controls { display:none!important; }
.nfl-score-page,.nfl-predictions-page,.nfl-public-stats { gap:18px; }
.nfl-score-page > header,.nfl-predictions-page > header {
  align-items:end;
  padding-bottom:0;
  border-bottom:0;
}
.nfl-score-page > header h2,.nfl-predictions-page > header h2,.nfl-public-stats > header h2 {
  font:800 clamp(35px,4vw,58px)/.95 "Barlow Condensed","Arial Narrow",sans-serif;
  letter-spacing:.025em;
  text-transform:uppercase;
}
.nfl-score-page > header p,.nfl-predictions-page > header p { margin-top:9px; color:#a8b7c9; font:650 13px "DM Mono",monospace; letter-spacing:.05em; text-transform:uppercase; }
.nfl-score-page > header p i,.nfl-predictions-page > header p i { margin:0 7px; color:#83f053; font-style:normal; }
.nfl-public-schedule { display:flex; gap:8px; align-items:end; }
.nfl-public-schedule label { display:grid; gap:5px; }
.nfl-public-schedule label span { color:#6f849a; font:700 8px "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
.nfl-public-schedule select {
  min-height:42px;
  padding:0 34px 0 13px;
  border:1px solid rgba(83,118,155,.5);
  border-radius:9px;
  background:#071526;
  color:#e6edf6;
  font:700 11px "DM Mono",monospace;
}
.nfl-score-filters { display:grid; grid-template-columns:repeat(4,minmax(90px,145px)); width:max-content; overflow:hidden; border:1px solid rgba(72,104,139,.55); border-radius:9px; background:#071321; }
.nfl-score-filters button { min-height:48px; border:0; border-right:1px solid rgba(72,104,139,.4); background:transparent; color:#a9b5c5; font:700 11px "DM Mono",monospace; letter-spacing:.05em; text-transform:uppercase; }
.nfl-score-filters button:last-child { border-right:0; }
.nfl-score-filters button.active { box-shadow:inset 0 0 0 1px #7ff149; background:rgba(118,238,70,.07); color:#8df459; }
.nfl-market-loading { display:flex; align-items:center; gap:9px; margin:0; color:#8da0b4; font-size:11px; }
.nfl-market-loading .nfl-loader { width:18px; height:18px; }
.nfl-score-card-list { display:grid; gap:14px; }
.nfl-score-game-card {
  display:grid;
  grid-template-columns:minmax(320px,.95fr) minmax(390px,1.15fr) 150px;
  min-height:178px;
  overflow:hidden;
  border:1px solid rgba(52,91,129,.72);
  border-radius:14px;
  background:linear-gradient(125deg,rgba(5,20,35,.98),rgba(9,31,51,.95));
  box-shadow:0 18px 55px rgba(0,0,0,.14);
  cursor:pointer;
}
.nfl-score-game-card:hover,.nfl-score-game-card:focus-visible { border-color:rgba(126,240,75,.62); outline:0; transform:translateY(-1px); }
.nfl-score-matchup { display:grid; align-content:center; gap:10px; padding:20px 26px; border-right:1px solid rgba(62,96,131,.38); }
.nfl-score-matchup > i { margin-left:76px; color:#718397; font:500 11px "DM Mono",monospace; font-style:normal; }
.nfl-score-team { display:grid; grid-template-columns:56px minmax(0,1fr) auto; align-items:center; gap:14px; }
.nfl-score-team > .nfl-v21-team-mark { width:56px; height:56px; border-radius:10px; }
.nfl-score-team > div { display:grid; gap:4px; }
.nfl-score-team > div strong { color:#eef4fb; font-size:16px; }
.nfl-score-team > div span { color:#8b9caf; font:700 10px "DM Mono",monospace; }
.nfl-score-team > b { color:#eef6ff; font:800 28px "DM Mono",monospace; }
.nfl-score-details { display:grid; align-content:center; gap:18px; padding:22px 26px; }
.nfl-score-details > header { display:flex; align-items:center; gap:11px; }
.nfl-score-details > header > span { color:#84ef53; font-size:21px; }
.nfl-score-details > header p { display:grid; gap:5px; margin:0; }
.nfl-score-details > header small { color:#8b9cad; font:700 10px "DM Mono",monospace; text-transform:uppercase; }
.nfl-score-details > header strong { color:#f0f5fb; font:800 20px "DM Mono",monospace; }
.nfl-score-details > header em { margin-left:auto; padding:5px 8px; border:1px solid rgba(126,240,75,.25); border-radius:999px; color:#8cea66; font:700 8px "DM Mono",monospace; font-style:normal; text-transform:uppercase; }
.nfl-score-odds { display:grid; gap:8px; }
.nfl-score-odds > span,.nfl-score-game-card > aside > span { color:#7c8fa4; font:700 9px "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }
.nfl-score-odds > div { display:grid; grid-template-columns:repeat(2,minmax(100px,1fr)); gap:7px; }
.nfl-score-odds b { padding:9px 11px; border:1px solid rgba(75,103,134,.34); border-radius:7px; background:rgba(133,154,181,.11); color:#d8e3ed; font:650 10px "DM Mono",monospace; }
.nfl-score-game-card > aside { display:grid; place-content:center; gap:10px; padding:18px; border-left:1px solid rgba(62,96,131,.38); text-align:center; }
.nfl-score-game-card > aside strong { padding:10px 14px; border:1px solid rgba(77,106,137,.48); border-radius:7px; color:#dce5ef; font:700 11px "DM Mono",monospace; }
.nfl-score-game-card > aside small { display:flex; align-items:center; justify-content:center; gap:5px; color:#81ef50; font-size:9px; }
.nfl-score-game-card > aside small svg { width:13px; }

.nfl-ai-assistant {
  overflow:hidden;
  border:1px solid rgba(126,240,75,.45);
  border-radius:15px;
  background:radial-gradient(circle at 90% 0,rgba(68,126,244,.16),transparent 35%),linear-gradient(145deg,#071829,#091526 60%,#081c20);
  box-shadow:0 18px 60px rgba(0,0,0,.18),inset 0 0 30px rgba(126,240,75,.025);
}
.nfl-ai-assistant > header { display:flex; align-items:center; justify-content:space-between; min-height:76px; padding:16px 20px; border-bottom:1px solid rgba(70,104,138,.4); }
.nfl-ai-assistant > header > div { display:flex; align-items:center; gap:12px; }
.nfl-ai-assistant > header > div > span { display:grid; place-items:center; width:40px; height:40px; border-radius:11px; background:linear-gradient(145deg,#7df04b,#25bd6d); color:#041008; font-size:18px; }
.nfl-ai-assistant > header p { display:grid; gap:3px; margin:0; }
.nfl-ai-assistant > header strong { color:#eff7fb; font-size:18px; }
.nfl-ai-assistant > header small { color:#8195aa; font-size:10px; }
.nfl-ai-assistant > header em { padding:6px 9px; border:1px solid rgba(126,240,75,.28); border-radius:999px; color:#8df25e; font:700 8px "DM Mono",monospace; font-style:normal; text-transform:uppercase; }
.nfl-ai-assistant > div,.nfl-match-picks > div,.nfl-match-recommended > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; padding:15px; }
.nfl-ai-pick-option { position:relative; display:grid; gap:7px; min-width:0; padding:15px; border:1px solid rgba(63,97,132,.58); border-radius:11px; background:rgba(4,17,31,.84); color:#e7eef6; text-align:left; }
.nfl-ai-pick-option > i { position:absolute; top:10px; right:10px; display:none; place-items:center; width:18px; height:18px; border-radius:50%; background:#80ef4f; color:#061208; font:800 10px sans-serif; font-style:normal; }
.nfl-ai-pick-option:hover { border-color:rgba(126,240,75,.48); }
.nfl-ai-pick-option.selected { border-color:#83f04f; background:linear-gradient(145deg,rgba(126,240,75,.13),rgba(4,17,31,.92)); box-shadow:inset 0 0 0 1px rgba(126,240,75,.13); }
.nfl-ai-pick-option.selected > i { display:grid; }
.nfl-ai-pick-option > span { color:#8296aa; font:700 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-ai-pick-option > strong { overflow:hidden; color:#eef5fb; font-size:14px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-ai-pick-option > p { display:flex; align-items:center; justify-content:space-between; margin:0; color:#8ef25d; font:750 15px "DM Mono",monospace; }
.nfl-ai-pick-option > p b { color:#e0e9f3; font-size:11px; }
.nfl-ai-pick-option > small { display:flex; align-items:center; gap:5px; min-height:26px; color:#7990a7; font-size:8px; line-height:1.35; }
.nfl-ai-pick-option > small .nfl-v21-team-mark { width:20px; height:20px; }
.nfl-ai-assistant > footer { display:flex; align-items:center; justify-content:space-between; gap:15px; padding:12px 15px; border-top:1px solid rgba(70,104,138,.38); }
.nfl-ai-assistant > footer span { color:#8296aa; font-size:10px; }
.nfl-ai-assistant > footer button,.nfl-ai-add-bar button { display:flex; align-items:center; justify-content:center; gap:8px; min-height:42px; padding:0 18px; border:1px solid #80ee4f; border-radius:9px; background:linear-gradient(135deg,rgba(126,240,75,.16),rgba(8,33,35,.92)); color:#9af173; font-weight:750; }
.nfl-ai-assistant > footer button:disabled,.nfl-ai-add-bar button:disabled { opacity:.45; }
.nfl-ai-assistant > footer button svg,.nfl-ai-add-bar button svg { width:14px; }
.nfl-all-predictions { border:1px solid rgba(52,87,123,.63); border-radius:14px; background:#071424; }
.nfl-all-predictions > header { display:flex; justify-content:space-between; padding:17px 20px; border-bottom:1px solid rgba(61,94,129,.42); }
.nfl-all-predictions > header strong { color:#e6eef6; font-size:15px; }
.nfl-all-predictions > header span { color:#8295a9; font:700 9px "DM Mono",monospace; }
.nfl-all-predictions > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.nfl-all-predictions article { border-right:1px solid rgba(61,94,129,.35); border-bottom:1px solid rgba(61,94,129,.35); }
.nfl-all-predictions article:nth-child(2n) { border-right:0; }
.nfl-all-predictions article > button { display:grid; gap:14px; width:100%; min-height:195px; padding:17px; border:0; background:transparent; color:#dfe8f1; text-align:left; }
.nfl-all-predictions article > button:hover { background:rgba(126,240,75,.035); }
.nfl-all-predictions article header,.nfl-all-predictions article footer { display:flex; justify-content:space-between; align-items:center; }
.nfl-all-predictions article time,.nfl-all-predictions article header span { color:#8396aa; font:650 8px "DM Mono",monospace; }
.nfl-all-predictions article header svg { width:13px; }
.nfl-all-predictions article button > div { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:11px; }
.nfl-all-predictions article button > div p { display:grid; grid-template-columns:38px minmax(0,1fr); align-items:center; gap:8px; margin:0; }
.nfl-all-predictions article button > div p:last-child { text-align:right; }
.nfl-all-predictions article button > div p .nfl-v21-team-mark { width:38px; height:38px; }
.nfl-all-predictions article button > div p b { grid-column:1/3; color:#86ef55; font:800 20px "DM Mono",monospace; }
.nfl-all-predictions article button > div > i { color:#71869b; font:600 9px "DM Mono",monospace; font-style:normal; }
.nfl-all-predictions article footer span { color:#7f93a8; font-size:8px; text-transform:uppercase; }
.nfl-all-predictions article footer strong { color:#e8eff7; font:750 14px "DM Mono",monospace; }
.nfl-all-predictions article footer em { color:#8cf15d; font:650 8px "DM Mono",monospace; font-style:normal; }
.nfl-ai-add-bar { position:sticky; bottom:8px; z-index:8; display:flex; align-items:center; justify-content:space-between; gap:15px; margin-top:14px; padding:13px 16px; border:1px solid rgba(126,240,75,.45); border-radius:12px; background:rgba(4,17,28,.94); box-shadow:0 16px 40px rgba(0,0,0,.34); backdrop-filter:blur(16px); }
.nfl-ai-add-bar p { display:grid; gap:3px; margin:0; }
.nfl-ai-add-bar strong { color:#eaf2f8; font-size:12px; }
.nfl-ai-add-bar span { color:#7d91a6; font-size:9px; }
.nfl-ai-slip { display:grid; gap:0; overflow:hidden; border:1px solid rgba(130,241,74,.34); border-radius:14px; background:linear-gradient(180deg,rgba(14,25,31,.98),rgba(7,14,18,.99)); box-shadow:0 16px 42px rgba(0,0,0,.3),inset 0 1px rgba(255,255,255,.025); }
.nfl-ai-slip > header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:16px 18px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-ai-slip > header > div { display:flex; align-items:center; gap:11px; }
.nfl-ai-slip > header > div > span { display:grid; place-items:center; width:34px; height:34px; border:1px solid rgba(130,241,74,.4); border-radius:9px; background:rgba(130,241,74,.07); color:#82f14a; }
.nfl-ai-slip > header p { display:grid; gap:3px; margin:0; }
.nfl-ai-slip > header strong { color:#f2f4f3; font-size:16px; }
.nfl-ai-slip > header small,.nfl-ai-slip > small { color:#737f86; font-size:9px; }
.nfl-ai-slip > header button,.nfl-ai-slip-legs article button { border:0; background:transparent; color:#737f86; font-size:22px; }
.nfl-ai-slip-legs { display:grid; gap:0; }
.nfl-ai-slip-legs article { display:grid; grid-template-columns:110px minmax(0,1fr) auto 28px; align-items:center; gap:12px; min-height:54px; padding:9px 16px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-ai-slip-legs span { color:#737f86; font:600 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-ai-slip-legs strong { overflow:hidden; color:#f2f4f3; font-size:12px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-ai-slip-legs b { color:#a5afb5; font:700 12px "DM Mono",monospace; }
.nfl-ai-slip-metrics { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.nfl-ai-slip-metrics p { display:grid; gap:6px; margin:0; padding:16px; border-right:1px solid rgba(150,175,185,.12); }
.nfl-ai-slip-metrics p:last-child { border-right:0; }
.nfl-ai-slip-metrics span,.nfl-ai-slip > footer label,.nfl-ai-slip > footer p span { color:#737f86; font:600 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-ai-slip-metrics strong { color:#f2f4f3; font:700 20px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-ai-slip-metrics .positive strong { color:#82f14a; }
.nfl-ai-slip-metrics .negative strong { color:#ff626d; }
.nfl-ai-slip > footer { display:flex; align-items:end; justify-content:space-between; gap:16px; padding:14px 16px; border-top:1px solid rgba(150,175,185,.12); }
.nfl-ai-slip > footer label { display:grid; grid-template-columns:auto 24px 92px; align-items:center; gap:8px; }
.nfl-ai-slip > footer input { width:92px; height:38px; border:1px solid rgba(120,155,175,.22); border-radius:9px; background:#0e1b22; color:#f2f4f3; padding:0 10px; font:700 14px "DM Mono",monospace; }
.nfl-ai-slip > footer p { display:grid; gap:3px; margin:0; text-align:right; }
.nfl-ai-slip > footer p strong { color:#f2f4f3; font:700 18px "DM Mono",monospace; }
.nfl-ai-slip > small { display:block; padding:0 16px 15px; line-height:1.45; }
.nfl-roster-tabs { display:flex; gap:5px; overflow-x:auto; padding:12px 16px; border-bottom:1px solid rgba(61,93,126,.35); scrollbar-width:none; }
.nfl-roster-tabs::-webkit-scrollbar { display:none; }
.nfl-roster-tabs button { flex:0 0 auto; min-width:54px; min-height:34px; padding:0 11px; border:1px solid rgba(67,99,132,.48); border-radius:7px; background:#071526; color:#8fa1b4; font:700 9px "DM Mono",monospace; }
.nfl-roster-tabs button.active { border-color:#82ef4f; background:rgba(126,240,75,.09); color:#91ef69; }
.nfl-public-stats .nfl-player-form-section > header,.nfl-public-stats .nfl-player-quality,.nfl-public-stats .nfl-player-definition { display:none!important; }

@media (max-width:980px) {
  .nfl-score-game-card { grid-template-columns:minmax(280px,.85fr) minmax(330px,1.15fr); }
  .nfl-score-game-card > aside { grid-column:1/3; display:flex; align-items:center; justify-content:flex-end; min-height:52px; padding:8px 18px; border-top:1px solid rgba(62,96,131,.38); border-left:0; }
  .nfl-score-game-card > aside > span { margin-right:auto; }
  .nfl-ai-assistant > div,.nfl-match-picks > div,.nfl-match-recommended > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:700px) {
  .nfl-score-page,.nfl-predictions-page,.nfl-public-stats { gap:12px; }
  .nfl-score-page > header,.nfl-predictions-page > header { display:grid; gap:14px; align-items:start; }
  .nfl-score-page > header h2,.nfl-predictions-page > header h2,.nfl-public-stats > header h2 { font-size:38px; }
  .nfl-public-schedule { display:grid; grid-template-columns:1fr 1.25fr 1fr; width:100%; }
  .nfl-public-schedule label span { display:none; }
  .nfl-public-schedule select { width:100%; min-height:40px; padding-left:8px; font-size:9px; }
  .nfl-score-filters { grid-template-columns:repeat(4,1fr); width:100%; }
  .nfl-score-filters button { min-width:0; min-height:44px; font-size:9px; }
  .nfl-score-game-card { grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr); min-height:244px; }
  .nfl-score-matchup { grid-column:1; grid-row:1/3; gap:9px; padding:14px 12px; border-right:1px solid rgba(62,96,131,.38); border-bottom:0; }
  .nfl-score-matchup > i { margin-left:43px; font-size:8px; }
  .nfl-score-team { grid-template-columns:38px minmax(0,1fr); gap:8px; }
  .nfl-score-team > .nfl-v21-team-mark { width:38px; height:38px; }
  .nfl-score-team > div strong { font-size:11px; line-height:1.15; }
  .nfl-score-team > div span { font-size:8px; }
  .nfl-score-team > b { grid-column:2; font-size:19px; }
  .nfl-score-details { grid-column:2; grid-row:1; gap:11px; padding:14px 12px 8px; }
  .nfl-score-details > header { gap:7px; }
  .nfl-score-details > header > span { font-size:15px; }
  .nfl-score-details > header small { font-size:7px; }
  .nfl-score-details > header strong { font-size:13px; }
  .nfl-score-details > header em { display:none; }
  .nfl-score-odds > span { font-size:7px; }
  .nfl-score-odds > div { grid-template-columns:repeat(2,minmax(0,1fr)); gap:5px; }
  .nfl-score-odds b { padding:7px 6px; font-size:7px; }
  .nfl-score-game-card > aside { grid-column:2; grid-row:2; min-height:44px; padding:7px 12px; border-top:1px solid rgba(62,96,131,.38); border-left:0; }
  .nfl-score-game-card > aside > span { font-size:7px; }
  .nfl-score-game-card > aside strong { padding:7px 9px; font-size:8px; }
  .nfl-score-game-card > aside small { display:none; }
  .nfl-ai-assistant > header { min-height:68px; padding:13px; }
  .nfl-ai-assistant > header strong { font-size:15px; }
  .nfl-ai-assistant > header small { font-size:8px; }
  .nfl-ai-assistant > div,.nfl-match-picks > div,.nfl-match-recommended > div { grid-template-columns:1fr; padding:10px; }
  .nfl-ai-pick-option { min-height:110px; }
  .nfl-ai-assistant > footer { align-items:stretch; flex-direction:column; }
  .nfl-ai-assistant > footer button { width:100%; }
  .nfl-all-predictions > div { grid-template-columns:1fr; }
  .nfl-all-predictions article { border-right:0; }
  .nfl-all-predictions article > button { min-height:180px; }
  .nfl-all-predictions article footer { display:grid; grid-template-columns:1fr auto; gap:5px; }
  .nfl-all-predictions article footer em { grid-column:1/3; }
  .nfl-ai-add-bar { bottom:74px; align-items:stretch; flex-direction:column; }
  .nfl-ai-add-bar button { width:100%; }
  .nfl-ai-slip-legs article { grid-template-columns:70px minmax(0,1fr) auto 24px; gap:8px; padding-inline:12px; }
  .nfl-ai-slip-metrics { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-ai-slip-metrics p:nth-child(2) { border-right:0; }
  .nfl-ai-slip-metrics p:nth-child(-n+2) { border-bottom:1px solid rgba(150,175,185,.12); }
  .nfl-ai-slip > footer { align-items:stretch; flex-direction:column; }
  .nfl-ai-slip > footer p { text-align:left; }
  .nfl-public-stats .nfl-player-row { grid-template-columns:26px minmax(145px,1fr) repeat(3,58px); }
  .nfl-public-stats .nfl-player-confidence { display:none; }
}

/* NFL premium dark sports intelligence v40
   Visual-only theme layer. Data, document order, grids and interactions stay unchanged. */
.nfl-shell.nfl-v21-shell {
  --nfl-bg-main:#05090a;
  --nfl-bg-section:#071015;
  --nfl-surface:#091218;
  --nfl-surface-2:#0b161d;
  --nfl-surface-3:#0e1b22;
  --nfl-surface-hover:#111f27;
  --nfl-accent:#82f14a;
  --nfl-blue:#a5afb5;
  --nfl-violet:#737f86;
  --nfl-bg:#05090a;
  --nfl-line:rgba(120,155,175,.22);
  --nfl-line-strong:rgba(120,165,190,.35);
  --nfl-divider:rgba(150,175,185,.12);
  --nfl-muted:#737f86;
  color:#f2f4f3;
  font-family:"Plus Jakarta Sans",Inter,system-ui,sans-serif;
  font-variant-numeric:tabular-nums;
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px),
    linear-gradient(180deg,#05090a,#071015 58%,#05090a);
}

.nfl-v21-header {
  border-bottom-color:var(--nfl-divider);
  background:linear-gradient(180deg,rgba(5,9,10,.98),rgba(5,9,10,.9));
}
.nfl-v21-brand > span {
  border-color:var(--nfl-line-strong);
  background:linear-gradient(180deg,#0e1b22,#091218);
  color:#f2f4f3;
  box-shadow:inset 0 1px rgba(255,255,255,.025);
}
.nfl-v21-brand h1,
.nfl-score-page > header h2,
.nfl-predictions-page > header h2,
.nfl-public-stats > header h2,
.nfl-v21-page > header h2,
.nfl-player-hero h2,
.nfl-team-hero h2,
.nfl-match-kickoff strong,
.nfl-score-details > header strong,
.nfl-match-summary-prob p b,
.nfl-match-summary-score p b,
.nfl-match-win p b,
.nfl-match-score p b,
.nfl-player-season-strip strong,
.nfl-team-season-strip strong,
.nfl-profile-stat-grid strong,
.nfl-prop-summary strong,
.nfl-prop-model strong,
.nfl-team-hero dd {
  font-family:"Bebas Neue","Barlow Condensed","Roboto Condensed",sans-serif;
  font-variant-numeric:tabular-nums;
}
.nfl-v21-brand h1,
.nfl-score-page > header h2,
.nfl-predictions-page > header h2,
.nfl-public-stats > header h2,
.nfl-v21-page > header h2,
.nfl-player-hero h2,
.nfl-team-hero h2 { color:#f2f4f3; }
.nfl-v21-brand p,
.nfl-score-page > header p,
.nfl-predictions-page > header p,
.nfl-v21-page > header p,
.nfl-profile-top > div small,
.nfl-profile-top > strong { color:#737f86; }
.nfl-player-hero > div:last-child > p {
  margin-bottom:2px;
  color:#a5afb5;
  letter-spacing:-.015em;
}
.nfl-player-hero h2 {
  letter-spacing:-.025em;
  word-spacing:.12em;
}

.nfl-v21-tabs button,
.nfl-profile-tabs button,
.nfl-match-tabs button { color:#929ca2; background:transparent; }
.nfl-v21-tabs button:hover,
.nfl-profile-tabs button:hover,
.nfl-match-tabs button:hover { color:#f2f4f3; }
.nfl-v21-tabs button.active,
.nfl-profile-tabs button.active,
.nfl-match-tabs button.active {
  color:#82f14a;
  background:rgba(130,241,74,.025);
  box-shadow:inset 0 -2px 0 #82f14a;
}
.nfl-v21-tabs button.active::after {
  background:#82f14a;
  box-shadow:0 0 8px rgba(130,241,74,.18);
}
.nfl-profile-tabs button.active { border-bottom-color:#82f14a; }

.nfl-v21-panel,
.nfl-v21-page,
.nfl-profile-panel,
.nfl-player-hero,
.nfl-team-hero,
.nfl-match-page .nfl-match-panel,
.nfl-match-page .nfl-match-hero,
.nfl-score-game-card,
.nfl-ai-assistant,
.nfl-all-predictions {
  border-color:var(--nfl-line);
  border-radius:14px;
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.011) 0 1px,transparent 1px 5px),
    linear-gradient(180deg,rgba(14,25,31,.96),rgba(7,14,18,.98));
  box-shadow:0 8px 28px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.025);
}
.nfl-v21-panel > header,
.nfl-profile-panel > header,
.nfl-match-panel > header,
.nfl-all-predictions > header,
.nfl-ai-assistant > header,
.nfl-ai-assistant > footer { border-color:var(--nfl-divider); }
.nfl-v21-panel > header strong,
.nfl-profile-panel > header strong,
.nfl-match-panel > header strong,
.nfl-all-predictions > header strong,
.nfl-ai-assistant > header strong { color:#f2f4f3; }

.nfl-v21-score-card,
.nfl-v21-prediction-list > button,
.nfl-match-odds article,
.nfl-match-picks article,
.nfl-match-recommended article,
.nfl-ai-pick-option,
.nfl-prop-summary div,
.nfl-match-leaders button,
.nfl-match-markets article,
.nfl-match-form-results > span {
  border-color:var(--nfl-line);
  background:linear-gradient(180deg,rgba(14,27,34,.88),rgba(9,18,24,.94));
  box-shadow:none;
}
.nfl-v21-score-card:hover,
.nfl-v21-prediction-list > button:hover,
.nfl-score-game-card:hover,
.nfl-score-game-card:focus-visible,
.nfl-player-row:hover,
.nfl-team-row:hover,
.nfl-standing-row:hover,
.nfl-match-players button:hover,
.nfl-profile-table > button:hover { border-color:var(--nfl-line-strong); background:#111f27; }
.nfl-v21-score-card.live {
  border-color:rgba(130,241,74,.45);
  box-shadow:inset 0 -2px #82f14a;
}

.nfl-v21-featured,
.nfl-player-hero,
.nfl-team-hero,
.nfl-match-page .nfl-match-hero {
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.012) 0 1px,transparent 1px 5px),
    linear-gradient(180deg,rgba(14,25,31,.98),rgba(7,14,18,.99));
}
.nfl-player-hero::after { display:none; }
.nfl-player-hero-artwork::before,
.nfl-team-hero-artwork::before {
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.014) 0 1px,transparent 1px 5px),
    linear-gradient(135deg,rgba(14,27,34,.98),rgba(5,9,10,.99));
}
.nfl-player-card-art {
  border-color:var(--nfl-line-strong);
  background:linear-gradient(145deg,#0e1b22,#071015);
}
.nfl-player-card-art > .nfl-player-card-team,
.nfl-player-hero dl div,
.nfl-team-hero dl div {
  border-color:var(--nfl-line);
  background:rgba(9,18,24,.9);
}
.nfl-v21-team-mark.nfl-team-mark-photo,
.nfl-v21-team-mark.nfl-team-mark-hero.nfl-team-mark-photo,
.nfl-v21-team-mark {
  border-color:var(--nfl-line-strong);
  background:#091218;
  box-shadow:inset 0 1px rgba(255,255,255,.025);
}

.nfl-profile-tabs,
.nfl-match-tabs,
.nfl-score-filters,
.nfl-public-schedule,
.nfl-player-season-strip,
.nfl-team-season-strip,
.nfl-roster-tabs {
  border-color:var(--nfl-line);
  background:#091218;
}
.nfl-score-filters button,
.nfl-public-schedule select,
.nfl-prop-metrics button,
.nfl-prop-controls button,
.nfl-team-performance nav button,
.nfl-roster-tabs button,
.nfl-v21-page > header nav button {
  border-color:var(--nfl-line);
  background:#0e1b22;
  color:#a5afb5;
  box-shadow:none;
}
.nfl-score-filters button.active,
.nfl-prop-metrics button.active,
.nfl-prop-controls button.active,
.nfl-team-performance nav button.active,
.nfl-roster-tabs button.active,
.nfl-v21-page > header nav button.active {
  border-color:rgba(130,241,74,.45);
  background:rgba(130,241,74,.055);
  color:#82f14a;
  box-shadow:inset 0 -2px #82f14a;
}

.nfl-score-game-card { background-color:#091218; }
.nfl-score-matchup,
.nfl-score-game-card > aside,
.nfl-score-details,
.nfl-match-compare-row,
.nfl-match-comparison-row,
.nfl-efficiency-row,
.nfl-profile-table > div,
.nfl-profile-table > button,
.nfl-standing-row,
.nfl-player-row,
.nfl-team-row { border-color:var(--nfl-divider); }
.nfl-score-team > div strong,
.nfl-score-details > header strong,
.nfl-score-team > b,
.nfl-match-team h2,
.nfl-match-team-compare strong,
.nfl-match-leaders button > span strong,
.nfl-player-row strong,
.nfl-team-row strong,
.nfl-standing-row strong { color:#f2f4f3; }
.nfl-score-team > div span,
.nfl-score-details > header small,
.nfl-score-odds > span,
.nfl-score-game-card > aside > span,
.nfl-match-team small,
.nfl-match-team-city,
.nfl-match-info dt,
.nfl-match-info-bottom dt,
.nfl-profile-panel > header span,
.nfl-profile-panel > header i { color:#737f86; }
.nfl-score-odds b,
.nfl-score-game-card > aside strong,
.nfl-match-odds article p strong,
.nfl-match-picks article p,
.nfl-match-recommended article p { color:#e8ebea; }

.nfl-match-page { --match-away:#a5afb5; --match-home:#82f14a; --match-panel:#091218; --match-panel-2:#0b161d; --match-line:rgba(120,155,175,.22); --match-muted:#737f86; }
.nfl-match-summary-prob > i,
.nfl-match-win > i,
.nfl-v21-win i { background:linear-gradient(90deg,#4f5b61,#82f14a); }
.nfl-match-summary-prob > i em,
.nfl-match-win > i b,
.nfl-v21-win i b { background:#a5afb5; border-color:#f2f4f3; }
.nfl-match-summary-prob p b:first-child,
.nfl-match-win p:first-child,
.nfl-match-score p:first-child b,
.nfl-v21-win strong:first-child,
.nfl-v21-projected strong:first-child { color:#f2f4f3; }
.nfl-match-summary-prob p:last-child b,
.nfl-match-win p:last-child,
.nfl-match-score p:last-child b,
.nfl-v21-win strong:last-child,
.nfl-v21-projected strong:last-child { color:#82f14a; }

.nfl-ai-assistant { border-color:var(--nfl-line-strong); }
.nfl-ai-assistant > header > div > span {
  border:1px solid rgba(130,241,74,.45);
  background:rgba(130,241,74,.07);
  color:#82f14a;
}
.nfl-ai-pick-option.selected {
  border-color:rgba(130,241,74,.45);
  background:rgba(130,241,74,.055);
  box-shadow:inset 0 -2px #82f14a;
}
.nfl-ai-assistant > footer button,
.nfl-ai-add-bar button {
  border-color:rgba(130,241,74,.45);
  background:#0e1b22;
  color:#82f14a;
  box-shadow:none;
}
.nfl-ai-add-bar { border-color:var(--nfl-line-strong); background:rgba(7,12,15,.96); }

.nfl-prop-line button { border-color:var(--nfl-line); background:#0e1b22; color:#a5afb5; }
.nfl-prop-line input { accent-color:#82f14a; }
.nfl-prop-chart text,
.nfl-team-trend text { fill:#737f86; }
.nfl-prop-chart text.value,
.nfl-prop-chart text.legend.ou { fill:#f2f4f3; }
.nfl-prop-chart text.result.win,
.nfl-prop-chart text.legend.avg,
.nfl-team-trend text.win { fill:#82f14a; }
.nfl-prop-chart text.result.loss,
.nfl-team-trend text.loss { fill:#ff626d; }
.nfl-prop-chart line.average,
.nfl-team-trend line.average { stroke:#82f14a; }
.nfl-prop-chart line.line { stroke:#f2f4f3; }

.nfl-profile-stat-grid strong,
.nfl-prop-summary strong,
.nfl-prop-model strong,
.nfl-team-hero dd,
.nfl-v21-ranking-list > button > i,
.nfl-leader-form b,
.nfl-match-leaders button > b,
.nfl-score-details > header > span,
.nfl-score-game-card > aside small,
.nfl-match-outlook h3,
.nfl-match-picks article p b,
.nfl-match-recommended article p b { color:#82f14a; }
.nfl-prop-model strong.negative,
.nfl-profile-table .loss,
.nfl-team-games .loss,
.nfl-team-recent .loss,
.nfl-match-injuries article button b.out { color:#ff626d; }

@media (max-width:700px) {
  .nfl-score-page > header h2,
  .nfl-predictions-page > header h2,
  .nfl-public-stats > header h2 { font-size:50px; line-height:.95; letter-spacing:-.01em; }
  .nfl-score-details > header strong,
  .nfl-match-kickoff strong { font-size:32px; line-height:1; }
  .nfl-match-summary-prob p b,
  .nfl-match-win p b { font-size:34px; }
  .nfl-player-hero h2 { font-size:clamp(40px,11vw,48px); line-height:.92; letter-spacing:-.025em; }
  .nfl-team-hero h2 { font-size:clamp(36px,10vw,46px); }
}

/* Keep the shared xGolo chrome visually consistent while the NFL module is active. */
body:has(.page.active .nfl-v21-shell) {
  --accent:#82f14a;
  --accent2:#a5afb5;
  --bg:#05090a;
  --surface:#091218;
  --surface2:#0b161d;
  --text:#f2f4f3;
  --muted:#737f86;
  --border:rgba(120,155,175,.22);
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.009) 0 1px,transparent 1px 5px),
    #05090a;
}
body:has(.page.active .nfl-v21-shell) .header,
body:has(.page.active .nfl-v21-shell) .desktop-sidebar,
body:has(.page.active .nfl-v21-shell) .desktop-intel-rail {
  border-color:rgba(150,175,185,.12);
  background:rgba(5,9,10,.97);
  box-shadow:none;
}
body:has(.page.active .nfl-v21-shell) .desktop-sidebar section,
body:has(.page.active .nfl-v21-shell) .desktop-intel-rail section {
  border-color:rgba(120,155,175,.18);
  background:linear-gradient(180deg,rgba(14,25,31,.78),rgba(7,14,18,.86));
}
body:has(.page.active .nfl-v21-shell) .desktop-sidebar section > span,
body:has(.page.active .nfl-v21-shell) .desktop-intel-rail section > span,
body:has(.page.active .nfl-v21-shell) .desktop-sidebar-brand {
  color:#82f14a;
}
body:has(.page.active .nfl-v21-shell) .desktop-sidebar button:hover,
body:has(.page.active .nfl-v21-shell) .desktop-sidebar button.active,
body:has(.page.active .nfl-v21-shell) .desktop-intel-rail button:hover {
  color:#f2f4f3;
  background:rgba(130,241,74,.07);
}
body:has(.page.active .nfl-v21-shell) .premium-pill {
  color:#82f14a;
  border-color:rgba(130,241,74,.32);
  background:rgba(130,241,74,.06);
}
body:has(.page.active .nfl-v21-shell) .bottom-nav {
  border-color:rgba(150,175,185,.12);
  background:rgba(7,12,15,.96);
  box-shadow:0 -14px 32px rgba(0,0,0,.34),inset 0 1px rgba(255,255,255,.025);
}
body:has(.page.active .nfl-v21-shell) .nav-btn {
  color:#7d888d;
  text-shadow:none;
}
body:has(.page.active .nfl-v21-shell) .nav-btn.active {
  color:#82f14a;
  text-shadow:none;
}
body:has(.page.active .nfl-v21-shell) .nav-btn.active .nav-icon,
body:has(.page.active .nfl-v21-shell) .nav-btn.active .nav-icon svg {
  filter:none;
}
body:has(.page.active .nfl-v21-shell) .nav-btn.active::after {
  bottom:-3px;
  width:26px;
  height:2px;
  background:#82f14a;
  box-shadow:0 0 8px rgba(130,241,74,.18);
}

/* NFL Historical Market Engine v51 */
.nfl-market-filters > header i { color:#82f14a; }
.nfl-market-filters > div { display:flex; flex-wrap:wrap; gap:10px; padding:14px 18px 18px; }
.nfl-market-filters label { display:grid; gap:6px; min-width:120px; flex:1 1 130px; }
.nfl-market-filters label span { color:#737f86; font-size:9px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; }
.nfl-market-filters select,.nfl-market-filters input,.nfl-market-filters > div > button {
  min-height:38px; padding:0 11px; border:1px solid rgba(120,155,175,.25); border-radius:9px;
  background:#0e1b22; color:#f2f4f3; font:600 11px inherit; outline:none;
}
.nfl-market-filters select:focus,.nfl-market-filters input:focus { border-color:rgba(130,241,74,.58); }
.nfl-market-filters > div > button { align-self:end; flex:0 0 92px; color:#82f14a; border-color:rgba(130,241,74,.45); cursor:pointer; }
.nfl-market-summary-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; }
.nfl-market-summary-grid article {
  display:grid; gap:5px; min-height:102px; padding:15px; border:1px solid rgba(120,155,175,.22); border-radius:12px;
  background:linear-gradient(180deg,rgba(14,25,31,.96),rgba(7,14,18,.98)); box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
}
.nfl-market-summary-grid span,.nfl-market-summary-grid small { color:#737f86; font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.nfl-market-summary-grid strong { color:#f2f4f3; font:700 25px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-market-mpr > header > b { color:#82f14a; font:700 27px "DM Mono",monospace; }
.nfl-market-mpr > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); }
.nfl-market-mpr article { display:grid; gap:5px; padding:17px; border-left:1px solid rgba(150,175,185,.12); }
.nfl-market-mpr article:first-child { border-left:0; }
.nfl-market-mpr article span,.nfl-market-mpr article small { color:#737f86; font-size:9px; }
.nfl-market-mpr article strong { color:#f2f4f3; font:700 22px "DM Mono",monospace; }
.nfl-market-history-table,.nfl-market-log-table { overflow-x:auto; }
.nfl-market-history-table > div,.nfl-market-log-table > div,.nfl-market-log-table > button {
  display:grid; align-items:center; gap:10px; min-width:720px; min-height:48px; padding:8px 18px;
  border:0; border-bottom:1px solid rgba(150,175,185,.12); background:transparent; color:#a5afb5; text-align:left;
}
.nfl-market-history-table > div { grid-template-columns:minmax(130px,1.4fr) repeat(5,minmax(80px,1fr)); }
.nfl-market-history-table > div:first-child,.nfl-market-log-table > div { min-height:34px; color:#737f86; font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.nfl-market-history-table strong,.nfl-market-history-table b { color:#f2f4f3; font-variant-numeric:tabular-nums; }
.nfl-market-log-table > div,.nfl-market-log-table > button { grid-template-columns:105px minmax(100px,1fr) 65px 75px 90px 90px 80px; }
.nfl-market-log-table > button { width:100%; cursor:pointer; font-family:inherit; }
.nfl-market-log-table > button:hover { background:#111f27; }
.nfl-market-log-table b.cover { color:#82f14a; }.nfl-market-log-table b.miss { color:#ff626d; }.nfl-market-log-table b.push { color:#a5afb5; }
.nfl-market-log-table em { color:#f2f4f3; font-style:normal; font-variant-numeric:tabular-nums; }
.nfl-match-historical-market > header { align-items:center; }
.nfl-match-historical-market > header > div { display:grid; gap:2px; }
.nfl-match-page .nfl-match-historical-market > header > div span {
  padding:0; border:0; border-radius:0; background:transparent; color:#737f86;
  font-family:inherit; font-size:9px; font-weight:500; letter-spacing:0; text-transform:none;
}
.nfl-match-historical-market > header button { display:flex; align-items:center; gap:6px; padding:7px 0; border:0; background:transparent; color:#82f14a; font-size:10px; font-weight:700; cursor:pointer; }
.nfl-match-historical-market > header button svg { width:15px; }
.nfl-spread-history-comparison { display:grid; grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr); align-items:stretch; gap:14px; padding:18px; }
.nfl-spread-history-comparison > i { align-self:center; color:#4f5b61; font:700 9px "DM Mono",monospace; text-align:center; }
.nfl-match-historical-market article { display:grid; gap:15px; min-width:0; }
.nfl-spread-history-team { display:flex; align-items:center; gap:9px; min-width:0; }
.nfl-spread-history-team .nfl-v21-team-mark { flex:0 0 34px; width:34px; height:34px; }
.nfl-spread-history-team > span { display:grid; gap:2px; min-width:0; }
.nfl-spread-history-team strong { color:#f2f4f3; font-size:12px; font-weight:700; white-space:nowrap; }
.nfl-spread-history-team small { color:#737f86; font-size:9px; font-weight:500; white-space:nowrap; }
.nfl-match-historical-market article.home .nfl-spread-history-team { justify-content:flex-end; text-align:right; }
.nfl-spread-history-metrics { display:grid; grid-template-columns:minmax(0,1fr); align-items:end; gap:3px; }
.nfl-spread-history-metrics > b { display:flex; align-items:baseline; gap:5px; color:#f2f4f3; font:700 30px "Bebas Neue","Barlow Condensed","Roboto Condensed",sans-serif; font-variant-numeric:tabular-nums; line-height:.95; }
.nfl-spread-history-metrics > b small { color:#a5afb5; font:600 10px inherit; }
.nfl-spread-history-metrics > span { grid-column:1; color:#a5afb5; font:600 10px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-spread-history-metrics > em { grid-column:1; display:flex; align-items:baseline; justify-content:flex-start; gap:5px; margin-top:6px; color:#a5afb5; font:700 16px "DM Mono",monospace; font-style:normal; font-variant-numeric:tabular-nums; white-space:nowrap; }
.nfl-spread-history-metrics > em small { color:#737f86; font:500 8px inherit; }
.nfl-spread-history-metrics > em.positive { color:#82f14a; }
.nfl-spread-history-metrics > em.negative { color:#a5afb5; }
.nfl-spread-history-metrics > i { grid-column:1; color:#737f86; font-size:8px; font-style:normal; text-align:left; }
.nfl-match-historical-market article.home .nfl-spread-history-metrics > b { justify-self:end; }
.nfl-match-historical-market article.home .nfl-spread-history-metrics > span { text-align:right; }
.nfl-match-historical-market article.home .nfl-spread-history-metrics > em { justify-content:flex-end; }
.nfl-match-historical-market article.home .nfl-spread-history-metrics > i { text-align:right; }
.nfl-match-mpr > header > b { color:#82f14a; font-size:10px; letter-spacing:.06em; text-transform:uppercase; }
.nfl-match-mpr > div { display:grid; grid-template-columns:1fr auto 1fr; gap:16px; align-items:center; padding:18px; }
.nfl-match-mpr > div > i { color:#4f5b61; font:700 10px "DM Mono",monospace; }
.nfl-match-mpr article { display:grid; grid-template-columns:1fr auto; gap:5px 14px; align-items:center; }
.nfl-match-mpr article strong,.nfl-match-mpr article b { color:#f2f4f3; font:700 21px "DM Mono",monospace; }
.nfl-match-mpr article small { color:#737f86; font-size:9px; text-transform:uppercase; }

@media (max-width:760px) {
  .nfl-market-summary-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-market-mpr > div { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-market-mpr article:nth-child(3) { border-left:0; border-top:1px solid rgba(150,175,185,.12); }
  .nfl-market-mpr article:nth-child(4) { border-top:1px solid rgba(150,175,185,.12); }
  .nfl-match-historical-market > header { min-height:52px; padding:8px 12px; }
  .nfl-match-historical-market > header button { flex:0 0 auto; font-size:9px; }
  .nfl-spread-history-comparison { grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr); gap:5px; padding:14px 12px 16px; }
  .nfl-match-historical-market article { gap:12px; }
  .nfl-spread-history-team { gap:6px; }
  .nfl-spread-history-team .nfl-v21-team-mark { flex-basis:27px; width:27px; height:27px; }
  .nfl-spread-history-team strong { font-size:10px; }
  .nfl-spread-history-team small { font-size:7.5px; }
  .nfl-spread-history-metrics { grid-template-columns:1fr; gap:3px; }
  .nfl-spread-history-metrics > b,
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > b { grid-column:1; justify-self:start; font-size:27px; }
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > b { justify-self:end; }
  .nfl-spread-history-metrics > b small { font-size:9px; }
  .nfl-spread-history-metrics > span,
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > span { grid-column:1; font-size:8px; white-space:nowrap; }
  .nfl-spread-history-metrics > em,
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > em { grid-column:1; grid-row:auto; justify-content:flex-start; margin-top:6px; font-size:13px; }
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > em { justify-content:flex-end; }
  .nfl-spread-history-metrics > i,
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > i { grid-column:1; font-size:7px; text-align:left; }
  .nfl-match-historical-market article.home .nfl-spread-history-metrics > i { text-align:right; }
  .nfl-match-mpr > div { grid-template-columns:1fr; }
  .nfl-match-mpr > div > i { text-align:center; }
}

/* NFL Spread History Deep Dive v54 */
.nfl-market-definition {
  position:relative; display:inline-grid; place-items:center; width:17px; height:17px; margin-left:auto;
  border:1px solid rgba(120,155,175,.35); border-radius:50%; color:#a5afb5; font:700 10px "DM Mono",monospace;
  cursor:help; outline:none;
}
.nfl-market-definition::after {
  content:attr(data-tooltip); position:absolute; z-index:20; top:25px; right:0; width:min(260px,70vw); padding:10px 12px;
  border:1px solid rgba(120,155,175,.28); border-radius:9px; background:#071015; color:#a5afb5;
  box-shadow:0 10px 30px rgba(0,0,0,.45); font:500 10px/1.45 "Plus Jakarta Sans",sans-serif;
  opacity:0; pointer-events:none; transform:translateY(-4px); transition:opacity .16s ease,transform .16s ease;
}
.nfl-market-definition:hover::after,.nfl-market-definition:focus::after { opacity:1; transform:translateY(0); }
.nfl-market-deep-filters > header > div,.nfl-market-deep-summary > header > div,.nfl-market-deep-situation > header > div,
.nfl-market-deep-splits > header > div,.nfl-market-deep-lines > header > div,.nfl-market-deep-mpr > header > div,
.nfl-market-deep-log > header > div { display:grid; gap:2px; }
.nfl-market-deep-filters > header > div span,.nfl-market-deep-summary > header > div span,.nfl-market-deep-situation > header > div span,
.nfl-market-deep-splits > header > div span,.nfl-market-deep-lines > header > div span,.nfl-market-deep-mpr > header > div span,
.nfl-market-deep-log > header > div span { color:#737f86; font-size:9px; font-weight:500; }
.nfl-market-deep-filters > header > i { color:#82f14a; font-size:9px; font-style:normal; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.nfl-market-deep-filters > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; padding:16px 18px 18px; }
.nfl-market-deep-filters label,.nfl-market-deep-filters fieldset { display:grid; gap:6px; min-width:0; margin:0; padding:0; border:0; }
.nfl-market-deep-filters label > span,.nfl-market-deep-filters legend { color:#737f86; font-size:9px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; }
.nfl-market-deep-filters select { width:100%; min-height:39px; padding:0 11px; border:1px solid rgba(120,155,175,.25); border-radius:9px; background:#0e1b22; color:#f2f4f3; font:600 11px inherit; outline:none; }
.nfl-market-deep-filters select:focus { border-color:rgba(130,241,74,.55); }
.nfl-market-deep-filters fieldset { grid-template-columns:1fr 1fr; }
.nfl-market-deep-filters fieldset legend { grid-column:1/-1; }
.nfl-market-deep-filters fieldset button,.nfl-market-deep-log nav button {
  min-height:39px; padding:0 10px; border:1px solid rgba(120,155,175,.25); background:#0e1b22; color:#a5afb5;
  font:600 10px inherit; cursor:pointer;
}
.nfl-market-deep-filters fieldset button:first-of-type { border-radius:9px 0 0 9px; }
.nfl-market-deep-filters fieldset button:last-of-type { margin-left:-1px; border-radius:0 9px 9px 0; }
.nfl-market-deep-filters fieldset button.active,.nfl-market-deep-log nav button.active { color:#82f14a; border-color:rgba(130,241,74,.5); background:rgba(130,241,74,.07); }
.nfl-market-deep-loading { min-height:210px; }
.nfl-market-deep-summary > header,.nfl-market-deep-situation > header,.nfl-market-deep-splits > header,.nfl-market-deep-lines > header,.nfl-market-deep-mpr > header { gap:12px; }
.nfl-market-deep-summary > div { display:grid; grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr); gap:16px; align-items:stretch; padding:18px; }
.nfl-market-deep-summary > div > i { align-self:center; color:#4f5b61; font:700 9px "DM Mono",monospace; text-align:center; }
.nfl-market-deep-summary article { display:grid; gap:15px; min-width:0; }
.nfl-market-deep-summary article > header { display:flex; align-items:center; gap:10px; padding:0; border:0; }
.nfl-market-deep-summary article.home > header { flex-direction:row-reverse; text-align:right; }
.nfl-market-deep-summary article > header .nfl-v21-team-mark { flex:0 0 40px; width:40px; height:40px; }
.nfl-market-deep-summary article > header div { display:grid; gap:2px; min-width:0; }
.nfl-market-deep-summary article > header strong { color:#f2f4f3; font-size:14px; }
.nfl-market-deep-summary article > header span { color:#737f86; font-size:9px; }
.nfl-market-deep-summary article > div { display:grid; gap:5px; }
.nfl-market-deep-summary article.home > div { text-align:right; }
.nfl-market-deep-summary article > div > b { color:#f2f4f3; font:700 38px/1 "Bebas Neue","Barlow Condensed",sans-serif; font-variant-numeric:tabular-nums; }
.nfl-market-deep-summary article > div > b small { margin-left:5px; color:#a5afb5; font:600 10px "Plus Jakarta Sans",sans-serif; }
.nfl-market-deep-summary article > div > span { color:#a5afb5; font:600 10px "DM Mono",monospace; }
.nfl-market-deep-summary article > div > em { color:#a5afb5; font:700 18px "DM Mono",monospace; font-style:normal; }
.nfl-market-deep-summary article > div > em small { margin-left:5px; color:#737f86; font:500 8px inherit; }
.nfl-market-deep-summary article > div > em.positive { color:#82f14a; }.nfl-market-deep-summary article > div > em.negative { color:#a5afb5; }
.nfl-market-deep-summary article > div > i,.nfl-market-deep-ats-cell small { justify-self:start; padding:4px 7px; border:1px solid rgba(120,155,175,.22); border-radius:999px; color:#737f86; font-size:8px; font-style:normal; font-weight:700; }
.nfl-market-deep-summary article.home > div > i { justify-self:end; }
.nfl-market-deep-summary i.strong,.nfl-market-deep-ats-cell small.strong { color:#82f14a; border-color:rgba(130,241,74,.32); background:rgba(130,241,74,.05); }
.nfl-market-deep-summary i.moderate,.nfl-market-deep-ats-cell small.moderate { color:#a5afb5; }
.nfl-market-deep-summary i.low,.nfl-market-deep-ats-cell small.low { color:#8a9499; border-style:dashed; }
.nfl-market-deep-situation > div,.nfl-market-deep-mpr > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; padding:18px; }
.nfl-market-deep-situation article,.nfl-market-deep-mpr article { overflow:hidden; border:1px solid rgba(120,155,175,.2); border-radius:12px; background:rgba(9,18,24,.72); }
.nfl-market-deep-situation article > header,.nfl-market-deep-mpr article > header { display:flex; align-items:center; gap:9px; padding:13px 14px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-market-deep-situation article > header .nfl-v21-team-mark,.nfl-market-deep-mpr article > header .nfl-v21-team-mark { width:34px; height:34px; }
.nfl-market-deep-situation article > header div,.nfl-market-deep-mpr article > header div { display:grid; gap:2px; min-width:0; }
.nfl-market-deep-situation article > header strong,.nfl-market-deep-mpr article > header strong { color:#f2f4f3; font-size:12px; }
.nfl-market-deep-situation article > header span,.nfl-market-deep-mpr article > header span { color:#737f86; font-size:8px; }
.nfl-market-deep-situation article > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); }
.nfl-market-deep-situation article > div > div { display:grid; gap:4px; padding:13px; border-right:1px solid rgba(150,175,185,.1); border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-market-deep-situation article > div > div:nth-child(3n) { border-right:0; }
.nfl-market-deep-situation article > div > div:nth-last-child(-n+3) { border-bottom:0; }
.nfl-market-deep-situation article > div span,.nfl-market-deep-mpr article > div span { color:#737f86; font-size:8px; }
.nfl-market-deep-situation article > div strong,.nfl-market-deep-mpr article > div strong { color:#f2f4f3; font:700 15px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-market-deep-table > div { display:grid; grid-template-columns:minmax(140px,1.2fr) repeat(2,minmax(150px,1fr)); align-items:center; min-height:60px; padding:8px 18px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-market-deep-table > div:last-child { border-bottom:0; }
.nfl-market-deep-table > div > span { color:#a5afb5; font-size:10px; font-weight:600; }
.nfl-market-deep-table > div.head { min-height:36px; color:#737f86; font-size:9px; letter-spacing:.06em; text-transform:uppercase; }
.nfl-market-deep-table > div.head strong { color:#a5afb5; text-align:center; }
.nfl-market-deep-ats-cell { display:grid; justify-items:center; gap:2px; min-width:0; }
.nfl-market-deep-ats-cell strong { color:#f2f4f3; font:700 21px "Bebas Neue","Barlow Condensed",sans-serif; font-variant-numeric:tabular-nums; }
.nfl-market-deep-ats-cell span { color:#a5afb5 !important; font:600 8px "DM Mono",monospace; white-space:nowrap; }
.nfl-market-deep-ats-cell small { justify-self:center; margin-top:3px; }
.nfl-market-deep-lines > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; padding:18px; }
.nfl-market-deep-lines > div > section { padding:14px; border:1px solid rgba(120,155,175,.2); border-radius:12px; background:rgba(9,18,24,.72); }
.nfl-market-deep-lines h3 { margin:0; color:#f2f4f3; font-size:13px; }
.nfl-market-deep-lines section > p { margin:4px 0 13px; color:#737f86; font-size:9px; }
.nfl-market-deep-lines section > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; }
.nfl-market-deep-lines article { overflow:hidden; border:1px solid rgba(120,155,175,.18); border-radius:10px; }
.nfl-market-deep-lines article > header { display:flex; align-items:center; gap:7px; min-height:auto; padding:9px 10px; border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-market-deep-lines article > header .nfl-v21-team-mark { width:25px; height:25px; }
.nfl-market-deep-lines article > header strong { color:#f2f4f3; font-size:10px; }
.nfl-market-deep-lines dl { display:grid; grid-template-columns:repeat(2,1fr); margin:0; }
.nfl-market-deep-lines dl div { display:grid; gap:3px; padding:9px; border-right:1px solid rgba(150,175,185,.1); border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-market-deep-lines dl div:nth-child(2n) { border-right:0; }.nfl-market-deep-lines dl div:nth-last-child(-n+2) { border-bottom:0; }
.nfl-market-deep-lines dt { color:#737f86; font-size:7px; text-transform:uppercase; }.nfl-market-deep-lines dd { margin:0; color:#f2f4f3; font:700 13px "DM Mono",monospace; }
.nfl-market-deep-lines dd.positive { color:#82f14a; }
.nfl-market-deep-mpr article > header b { margin-left:auto; padding:5px 8px; border-radius:999px; font-size:8px; letter-spacing:.04em; text-transform:uppercase; }
.nfl-market-deep-mpr .positive { color:#82f14a; background:rgba(130,241,74,.07); }.nfl-market-deep-mpr .negative { color:#a5afb5; background:rgba(255,98,109,.05); }.nfl-market-deep-mpr .neutral { color:#a5afb5; background:rgba(120,155,175,.07); }
.nfl-market-deep-mpr article > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.nfl-market-deep-mpr article > div > div { display:grid; gap:4px; padding:12px 14px; border-right:1px solid rgba(150,175,185,.1); border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-market-deep-mpr article > div > div:nth-child(2n) { border-right:0; }
.nfl-market-deep-mpr article > footer { display:grid; gap:4px; padding:12px 14px; border:0; background:rgba(130,241,74,.025); }
.nfl-market-deep-mpr article > footer strong { color:#f2f4f3; font-size:10px; }.nfl-market-deep-mpr article > footer p { margin:0; color:#737f86; font-size:9px; }
.nfl-market-deep-trend > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.nfl-market-deep-trend > div > button { display:grid; grid-template-columns:32px minmax(0,1fr) auto auto; align-items:center; gap:9px; min-height:64px; padding:10px 16px; border:0; border-bottom:1px solid rgba(150,175,185,.12); background:transparent; color:#a5afb5; text-align:left; cursor:pointer; }
.nfl-market-deep-trend > div > button:nth-child(odd) { border-right:1px solid rgba(150,175,185,.12); }
.nfl-market-deep-trend .nfl-v21-team-mark { width:30px; height:30px; }
.nfl-market-deep-trend button > span { display:grid; gap:2px; min-width:0; }.nfl-market-deep-trend button > span strong { color:#f2f4f3; font-size:10px; }.nfl-market-deep-trend button > span small { color:#737f86; font-size:8px; }
.nfl-market-deep-trend button > b { font:700 9px "DM Mono",monospace; }.nfl-market-deep-trend button > b.cover { color:#82f14a; }.nfl-market-deep-trend button > b.miss { color:#a5afb5; }.nfl-market-deep-trend button > b.push { color:#737f86; }
.nfl-market-deep-trend button > em { display:grid; gap:2px; color:#f2f4f3; font:700 12px "DM Mono",monospace; font-style:normal; text-align:right; }.nfl-market-deep-trend button > em small { color:#737f86; font:500 7px inherit; }
.nfl-market-deep-log > header { align-items:center; }
.nfl-market-deep-log nav { display:flex; gap:0; }
.nfl-market-deep-log nav button { min-height:31px; margin-left:-1px; padding:0 10px; }
.nfl-market-deep-log nav button:first-child { margin-left:0; border-radius:8px 0 0 8px; }.nfl-market-deep-log nav button:last-child { border-radius:0 8px 8px 0; }
.nfl-market-deep-log-table { overflow-x:auto; }
.nfl-market-deep-log-table > div.head,.nfl-market-deep-log-table > button { display:grid; grid-template-columns:82px 50px minmax(90px,1fr) 50px 68px 80px 42px 72px 64px 78px; align-items:center; gap:9px; min-width:820px; padding:9px 16px; }
.nfl-market-deep-log-table > div.head { min-height:34px; color:#737f86; font-size:8px; letter-spacing:.05em; text-transform:uppercase; }
.nfl-market-deep-log-table > button { width:100%; min-height:48px; border:0; border-top:1px solid rgba(150,175,185,.12); background:transparent; color:#a5afb5; font:600 9px "DM Mono",monospace; text-align:left; cursor:pointer; }
.nfl-market-deep-log-table > button:hover { background:#111f27; }
.nfl-market-deep-log-table > button span small { display:none; }.nfl-market-deep-log-table > button .team { color:#f2f4f3; }.nfl-market-deep-log-table > button .cover,.nfl-market-deep-log-table > button .positive { color:#82f14a; }.nfl-market-deep-log-table > button .miss { color:#a5afb5; }.nfl-market-deep-log-table > button .push { color:#737f86; }

@media (max-width:760px) {
  .nfl-market-deep-filters > div { grid-template-columns:repeat(2,minmax(0,1fr)); gap:9px; padding:13px 12px 14px; }
  .nfl-market-deep-filters fieldset { grid-column:1/-1; grid-row:2; }
  .nfl-market-deep-filters label > span,.nfl-market-deep-filters legend { font-size:8px; }
  .nfl-market-deep-summary > div { grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr); gap:5px; padding:14px 12px 16px; }
  .nfl-market-deep-summary article { gap:11px; }
  .nfl-market-deep-summary article > header { gap:6px; }.nfl-market-deep-summary article > header .nfl-v21-team-mark { flex-basis:28px; width:28px; height:28px; }
  .nfl-market-deep-summary article > header strong { font-size:10px; }.nfl-market-deep-summary article > header span { font-size:7px; line-height:1.25; }
  .nfl-market-deep-summary article > div > b { font-size:31px; }.nfl-market-deep-summary article > div > span { font-size:7.5px; white-space:nowrap; }.nfl-market-deep-summary article > div > em { font-size:13px; }.nfl-market-deep-summary article > div > em small { display:block; margin:2px 0 0; }
  .nfl-market-deep-summary article > div > i { padding:3px 5px; font-size:6.5px; }
  .nfl-market-definition::after { position:fixed; top:auto; right:16px; bottom:92px; left:16px; width:auto; }
  .nfl-market-deep-situation > div,.nfl-market-deep-mpr > div { grid-template-columns:1fr; gap:10px; padding:12px; }
  .nfl-market-deep-situation article > div > div { padding:10px 8px; }.nfl-market-deep-situation article > div span { font-size:7px; }.nfl-market-deep-situation article > div strong { font-size:12px; }
  .nfl-market-deep-table > div { grid-template-columns:minmax(92px,.9fr) repeat(2,minmax(0,1fr)); min-height:58px; padding:7px 10px; gap:5px; }
  .nfl-market-deep-table > div > span { font-size:8px; }.nfl-market-deep-ats-cell strong { font-size:18px; }.nfl-market-deep-ats-cell span { font-size:6.5px !important; }.nfl-market-deep-ats-cell small { padding:2px 4px; font-size:6px; white-space:nowrap; }
  .nfl-market-deep-lines > div { grid-template-columns:1fr; gap:10px; padding:12px; }.nfl-market-deep-lines > div > section { padding:11px; }
  .nfl-market-deep-lines section > div { gap:7px; }.nfl-market-deep-lines dl div { padding:8px 6px; }.nfl-market-deep-lines dd { font-size:11px; }
  .nfl-market-deep-mpr article > div > div { padding:10px 11px; }.nfl-market-deep-mpr article > div strong { font-size:13px; }
  .nfl-market-deep-trend > div { grid-template-columns:1fr; }.nfl-market-deep-trend > div > button:nth-child(odd) { border-right:0; }
  .nfl-market-deep-trend > div > button { grid-template-columns:30px minmax(0,1fr) auto auto; padding:9px 12px; }
  .nfl-market-deep-log > header { display:grid; gap:10px; }.nfl-market-deep-log nav { width:100%; overflow-x:auto; }.nfl-market-deep-log nav button { flex:1 0 auto; font-size:8px; }
  .nfl-market-deep-log-table { overflow:visible; padding:10px; }
  .nfl-market-deep-log-table > div.head { display:none; }
  .nfl-market-deep-log-table > button { grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px 12px; min-width:0; margin-bottom:9px; padding:11px; border:1px solid rgba(120,155,175,.18); border-radius:10px; background:rgba(9,18,24,.72); }
  .nfl-market-deep-log-table > button span { display:grid; grid-template-columns:66px minmax(0,1fr); gap:6px; align-items:baseline; min-width:0; }
  .nfl-market-deep-log-table > button span small { display:block; color:#737f86; font:500 7px "Plus Jakarta Sans",sans-serif; text-transform:uppercase; }
}

@media (max-width:410px) {
  .nfl-market-deep-summary article > header .nfl-v21-team-mark { display:none; }
  .nfl-market-deep-summary article > div > span { white-space:normal; }
  .nfl-market-deep-log-table > button { grid-template-columns:1fr; }
}

/* Scores v60 — compact, symmetric team-first cards */
.nfl-score-page {
  gap:12px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.nfl-score-page > header { align-items:end; gap:18px; }
.nfl-score-page > header h2 { font-size:52px; letter-spacing:.015em; }
.nfl-score-page .nfl-public-schedule {
  display:grid;
  grid-template-columns:78px 118px 96px 34px;
  gap:8px;
  width:max-content;
  padding:0;
  border:0;
  background:transparent;
}
.nfl-score-page .nfl-public-schedule label { min-width:0; }
.nfl-score-page .nfl-public-schedule label > span { display:none; }
.nfl-score-page .nfl-public-schedule select {
  -webkit-appearance:none;
  appearance:none;
  width:100%;
  min-width:0;
  min-height:34px;
  height:34px;
  padding:0 24px 0 10px;
  border:1px solid rgba(120,155,175,.22);
  border-radius:10px;
  background-color:#0c161c;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='m1 1 4 4 4-4' fill='none' stroke='%23a5afb5' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 7px center;
  color:#e7eae9;
  font:650 10px "DM Mono",monospace;
}
.nfl-score-calendar {
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  border:1px solid rgba(120,155,175,.22);
  border-radius:10px;
  background:#0c161c;
  color:#a5afb5;
}
.nfl-score-calendar svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }
.nfl-score-page .nfl-score-filters {
  grid-template-columns:repeat(4,minmax(0,1fr));
  width:100%;
  min-height:38px;
  border:1px solid rgba(120,155,175,.22);
  border-radius:10px;
  background:#091218;
}
.nfl-score-page .nfl-score-filters button {
  position:relative;
  min-width:0;
  min-height:36px;
  border:0;
  border-right:1px solid rgba(150,175,185,.12);
  background:transparent;
  color:#8f999e;
  font:650 11px "DM Mono",monospace;
  letter-spacing:.055em;
}
.nfl-score-page .nfl-score-filters button:last-child { border-right:0; }
.nfl-score-page .nfl-score-filters button.active {
  border-color:transparent;
  background:rgba(130,241,74,.035);
  color:#82f14a;
  box-shadow:inset 0 -2px #82f14a;
}
.nfl-score-card-list { grid-template-columns:repeat(auto-fit,minmax(350px,1fr)); gap:8px; }
.nfl-score-date-divider {
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  gap:12px;
  width:100%;
  height:32px;
  margin:10px 0 7px;
  color:#82f14a;
}
.nfl-score-date-divider::before,
.nfl-score-date-divider::after {
  content:"";
  flex:1;
  height:1px;
  background:rgba(120,155,175,.22);
}
.nfl-score-date-divider span {
  color:inherit;
  font:600 11px "DM Mono",monospace;
  letter-spacing:.07em;
  text-transform:uppercase;
  white-space:nowrap;
}
.nfl-score-game-card {
  position:relative;
  display:grid;
  grid-template-columns:minmax(100px,1fr) minmax(120px,1.08fr) minmax(100px,1fr);
  align-items:center;
  min-height:132px;
  padding:18px 12px 9px;
  overflow:hidden;
  border:1px solid rgba(120,155,175,.22);
  border-radius:12px;
  background:
    repeating-linear-gradient(135deg,rgba(255,255,255,.011) 0 1px,transparent 1px 5px),
    linear-gradient(180deg,rgba(14,25,31,.96),rgba(7,14,18,.98));
  box-shadow:0 8px 28px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.025);
}
.nfl-score-game-card:hover,.nfl-score-game-card:focus-visible { border-color:rgba(120,165,190,.38); background:#111f27; transform:none; }
.nfl-score-alert {
  position:absolute;
  top:5px;
  right:5px;
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  color:#737f86;
}
.nfl-score-alert svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.6; }
.nfl-score-away,.nfl-score-home { min-width:0; }
.nfl-score-team { display:grid; grid-template-columns:1fr; justify-items:center; gap:3px; text-align:center; }
.nfl-score-team > .nfl-v21-team-mark,
.nfl-score-team > .nfl-v21-team-mark.nfl-team-mark-hero.nfl-team-mark-photo {
  width:48px;
  height:48px;
  border:0;
  border-radius:10px;
  background:transparent;
  box-shadow:none;
}
.nfl-score-team > .nfl-v21-team-mark img { width:100%; height:100%; object-fit:cover; object-position:var(--nfl-logo-position,center 42%); }
.nfl-score-team > div { display:grid; justify-items:center; gap:2px; min-width:0; width:100%; }
.nfl-score-team > div strong {
  display:-webkit-box;
  overflow:hidden;
  max-width:100%;
  color:#f2f4f3;
  font:700 20px/.92 "Bebas Neue","Barlow Condensed",sans-serif;
  letter-spacing:.02em;
  text-transform:uppercase;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
.nfl-score-team > div span { color:#737f86; font:650 10px "DM Mono",monospace; }
.nfl-score-team > div b { color:#f2f4f3; font:700 18px/1 "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-score-details { display:grid; justify-items:center; align-content:center; gap:3px; min-width:0; padding:0 3px; text-align:center; }
.nfl-score-details time { display:grid; justify-items:center; gap:0; }
.nfl-score-details time small { color:#737f86; font:650 9px "DM Mono",monospace; letter-spacing:.055em; }
.nfl-score-details time strong { color:#f2f4f3; font:700 31px/.95 "Bebas Neue","Barlow Condensed",sans-serif; font-variant-numeric:tabular-nums; white-space:nowrap; }
.nfl-score-details time strong em { margin-left:4px; color:#82f14a; font:700 11px "DM Mono",monospace; font-style:normal; }
.nfl-score-channel { color:#737f86; font:650 9px "DM Mono",monospace; }
.nfl-score-odds {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:center;
  gap:0;
  width:100%;
  max-width:156px;
  min-height:22px;
  margin-top:2px;
  padding:0 5px;
  border:1px solid rgba(120,155,175,.14);
  border-radius:11px;
  background:#0e1b22;
}
.nfl-score-odds b {
  overflow:hidden;
  padding:0 2px;
  border:0;
  border-right:1px solid rgba(150,175,185,.09);
  border-radius:0;
  background:transparent;
  color:#a5afb5;
  font:650 8px "DM Mono",monospace;
  font-variant-numeric:tabular-nums;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nfl-score-odds b:last-child { border-right:0; }
.nfl-score-game-card > .sr-only { position:absolute; width:1px; height:1px; padding:0; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }

@media (min-width:980px) {
  .nfl-score-card-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width:700px) {
  .nfl-v21-tabs {
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:0;
    width:100%;
    min-height:44px;
    overflow:visible;
  }
  .nfl-v21-tabs button { min-width:0; min-height:44px; padding:0 0 12px; font-size:9px; }
  .nfl-score-page { width:calc(100% + 8px); margin-left:-4px; padding:0; }
  .nfl-score-page > header { display:grid; gap:12px; }
  .nfl-score-page > header h2 { font-size:50px; }
  .nfl-score-page > header p { display:none; }
  .nfl-score-page .nfl-public-schedule {
    grid-template-columns:66px 92px 78px 32px;
    gap:8px;
    width:max-content;
    transform:translateY(-5px);
  }
  .nfl-score-page .nfl-public-schedule select { min-height:32px; height:32px; padding:0 20px 0 8px; border-radius:9px; font-size:9px; }
  .nfl-score-calendar { width:32px; height:32px; border-radius:9px; }
  .nfl-score-page .nfl-score-filters { min-height:36px; }
  .nfl-score-page .nfl-score-filters button { min-height:34px; font-size:10px; }
  .nfl-score-card-list { grid-template-columns:1fr; gap:6px; }
  .nfl-score-game-card {
    grid-template-columns:minmax(82px,.9fr) minmax(146px,1.5fr) minmax(82px,.9fr);
    min-height:122px;
    height:122px;
    padding:19px 8px 7px;
  }
  .nfl-score-team { gap:2px; }
  .nfl-score-team > .nfl-v21-team-mark,
  .nfl-score-team > .nfl-v21-team-mark.nfl-team-mark-hero.nfl-team-mark-photo { width:46px; height:46px; }
  .nfl-score-team > div strong { font-size:19px; }
  .nfl-score-details time strong { font-size:29px; }
  .nfl-score-odds { max-width:148px; }
}

@media (max-width:390px) {
  .nfl-score-page > header h2 { font-size:48px; }
  .nfl-score-game-card { grid-template-columns:minmax(80px,.9fr) minmax(144px,1.5fr) minmax(80px,.9fr); padding-right:6px; padding-left:6px; }
  .nfl-score-team > div strong { font-size:18px; }
  .nfl-score-details time strong { font-size:28px; }
  .nfl-score-odds { max-width:146px; }
}

/* Match prediction v61 — compact NFL decision surface; tabs and routes stay unchanged. */
.nfl-prediction-redesign {
  display:grid;
  gap:12px;
  width:min(100%,1160px);
  margin-inline:auto;
  color:#f3f7f8;
  font-variant-numeric:tabular-nums;
}
.nfl-prediction-summary,
.nfl-prediction-market,
.nfl-prediction-outlook,
.nfl-prediction-recommended,
.nfl-prediction-detail-panel {
  overflow:hidden;
  border:1px solid rgba(130,170,185,.20);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(11,24,31,.98),rgba(6,16,21,.99));
  box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
}
.nfl-prediction-summary > header,
.nfl-prediction-market > header,
.nfl-prediction-outlook > header,
.nfl-prediction-recommended > header,
.nfl-prediction-detail-panel > header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  padding:0 16px;
  border-bottom:1px solid rgba(150,175,185,.12);
}
.nfl-prediction-summary > header strong,
.nfl-prediction-market > header strong,
.nfl-prediction-outlook > header strong,
.nfl-prediction-recommended > header strong,
.nfl-prediction-detail-panel > header strong {
  color:#f2f4f3;
  font:700 14px "Plus Jakarta Sans",sans-serif;
  letter-spacing:.01em;
  text-transform:uppercase;
}
.nfl-prediction-summary > header span,
.nfl-prediction-market > header span,
.nfl-prediction-outlook > header span,
.nfl-prediction-recommended > header span,
.nfl-prediction-detail-panel > header span {
  color:#82f14a;
  font:650 9px "DM Mono",monospace;
  text-transform:uppercase;
}
.nfl-prediction-win,
.nfl-prediction-points { padding:14px 18px 10px; }
.nfl-prediction-points { padding-top:10px; border-top:1px solid rgba(150,175,185,.10); }
.nfl-prediction-win > small,
.nfl-prediction-points > small { display:block; margin-bottom:8px; color:#737f86; font:650 9px "DM Mono",monospace; letter-spacing:.06em; text-transform:uppercase; }
.nfl-prediction-win > div,
.nfl-prediction-points > div { display:grid; grid-template-columns:minmax(118px,.28fr) minmax(190px,1fr) minmax(118px,.28fr); align-items:center; gap:15px; }
.nfl-prediction-win p { display:grid; grid-template-columns:34px 1fr; align-items:center; gap:2px 8px; margin:0; }
.nfl-prediction-win p:last-child { grid-template-columns:1fr 34px; text-align:right; }
.nfl-prediction-win p .nfl-v21-team-mark { grid-row:1/3; width:34px; height:34px; }
.nfl-prediction-win p:last-child .nfl-v21-team-mark { grid-column:2; }
.nfl-prediction-win p b { color:#a5afb5; font:700 clamp(25px,3vw,38px)/1 "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-prediction-win p:last-child b { grid-column:1; }
.nfl-prediction-win p.favored b { color:#82f14a; }
.nfl-prediction-win p > span { color:#737f86; font:650 9px "DM Mono",monospace; }
.nfl-prediction-win p:last-child > span { grid-column:1; }
.nfl-prediction-win > div > i,
.nfl-prediction-points > div > i { display:block; height:9px; overflow:hidden; border-radius:99px; background:#82f14a; }
.nfl-prediction-win > div > i em { display:block; height:100%; border-right:2px solid #dfe8e4; background:#9aa6ab; }
.nfl-prediction-points p { display:grid; gap:1px; margin:0; }
.nfl-prediction-points p:last-child { justify-items:end; text-align:right; }
.nfl-prediction-points p b { color:#a5afb5; font:700 24px/1 "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-prediction-points p.favored b { color:#82f14a; }
.nfl-prediction-points p span { color:#737f86; font:650 8px "DM Mono",monospace; }
.nfl-prediction-points > div > i { height:7px; background:#82f14a; }
.nfl-prediction-points > div > i em { display:block; height:100%; border-right:1px solid #cad3d0; background:#58636a; }
.nfl-prediction-summary > footer { display:flex; justify-content:center; padding:0 18px 14px; }
.nfl-prediction-summary > footer span { padding:6px 11px; border:1px solid rgba(130,241,74,.30); border-radius:999px; background:rgba(130,241,74,.06); color:#737f86; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-summary > footer b { color:#82f14a; }

.nfl-prediction-hero-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:10px; }
.nfl-prediction-hero-grid > article { --prediction-accent:#82f14a; display:grid; grid-template-rows:auto minmax(112px,1fr) auto 34px; min-width:0; min-height:272px; padding:15px 12px 11px; border:1px solid color-mix(in srgb,var(--prediction-accent) 50%,transparent); border-radius:18px; background:linear-gradient(180deg,rgba(11,24,31,.98),rgba(6,16,21,.99)); box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025); }
.nfl-prediction-hero-grid > article.total { --prediction-accent:#f2c94c; }
.nfl-prediction-hero-grid > article.score { --prediction-accent:#59a8f5; }
.nfl-prediction-hero-grid > article.selected { background:linear-gradient(180deg,rgba(23,62,29,.35),rgba(6,16,21,.99)); box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--prediction-accent) 28%,transparent); }
.nfl-prediction-card-heading { display:grid; justify-items:center; gap:4px; text-align:center; }
.nfl-prediction-card-heading strong { color:var(--prediction-accent); font:750 12px "DM Mono",monospace; letter-spacing:.04em; text-transform:uppercase; }
.nfl-prediction-card-heading span { color:#98a5ab; font-size:10px; }
.nfl-prediction-card-pick { display:grid; place-content:center; justify-items:center; gap:6px; min-width:0; width:100%; padding:10px 2px; border:0; background:transparent; color:#f3f7f8; text-align:center; cursor:pointer; }
button.nfl-prediction-card-pick:disabled { cursor:default; opacity:.78; }
.nfl-prediction-card-pick .nfl-v21-team-mark { width:48px; height:48px; border:0; background:transparent; box-shadow:none; }
.nfl-prediction-card-pick > i { display:grid; place-items:center; width:46px; height:46px; color:var(--prediction-accent); font:700 34px/1 "Bebas Neue",sans-serif; font-style:normal; }
.nfl-prediction-card-pick > span { overflow:hidden; width:100%; color:#d9dedd; font-size:clamp(12px,1.4vw,18px); font-weight:700; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-card-pick > b { color:var(--prediction-accent); font:750 clamp(26px,3.4vw,42px)/1 "Bebas Neue","Barlow Condensed",sans-serif; letter-spacing:-.02em; white-space:nowrap; }
.nfl-prediction-card-confidence { display:grid; justify-items:center; gap:4px; padding-top:11px; border-top:1px solid rgba(150,175,185,.12); text-align:center; }
.nfl-prediction-card-confidence span { color:#737f86; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-card-confidence b { max-width:100%; overflow:hidden; color:var(--prediction-accent); font:700 clamp(18px,2.5vw,30px)/1 "Bebas Neue","Barlow Condensed",sans-serif; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-expand { align-self:end; justify-self:center; display:grid; place-items:center; width:30px; height:30px; border:1px solid color-mix(in srgb,var(--prediction-accent) 42%,transparent); border-radius:50%; background:transparent; color:var(--prediction-accent); font:700 18px/1 sans-serif; cursor:pointer; transition:transform .18s ease,background .18s ease; }
.nfl-prediction-expand[aria-expanded="true"] { transform:rotate(180deg); background:color-mix(in srgb,var(--prediction-accent) 9%,transparent); }

.nfl-prediction-detail-panel { border-color:rgba(130,241,74,.26); }
.nfl-prediction-detail-panel.total { border-color:rgba(242,201,76,.28); }
.nfl-prediction-detail-panel.score { border-color:rgba(89,168,245,.28); }
.nfl-prediction-detail-panel dl { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; }
.nfl-prediction-detail-panel dl > div { display:grid; gap:6px; min-height:72px; padding:14px 16px; border-right:1px solid rgba(150,175,185,.12); border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-prediction-detail-panel dl > div:nth-child(3n) { border-right:0; }
.nfl-prediction-detail-panel dt { color:#737f86; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-detail-panel dd { margin:0; color:#f2f4f3; font:700 15px "DM Mono",monospace; }
.nfl-prediction-detail-note { margin:0; padding:13px 16px; color:#98a5ab; font-size:10px; line-height:1.5; }
.nfl-prediction-ats-context { padding:14px 16px; }
.nfl-prediction-ats-context h3 { margin:0 0 8px; color:#f2f4f3; font-size:11px; text-transform:uppercase; }
.nfl-prediction-ats-context p { display:grid; grid-template-columns:1fr auto auto; gap:15px; margin:0; padding:8px 0; border-top:1px solid rgba(150,175,185,.10); color:#98a5ab; font-size:9px; }
.nfl-prediction-ats-context p b { color:#f2f4f3; font-family:"DM Mono",monospace; }
.nfl-prediction-ats-context p em { color:#a5afb5; font-family:"DM Mono",monospace; font-style:normal; }
.nfl-prediction-ats-context p.empty { display:block; }
.nfl-prediction-ats-context button { display:flex; align-items:center; gap:7px; margin-top:10px; padding:7px 0; border:0; background:transparent; color:#82f14a; font-size:9px; font-weight:700; }
.nfl-prediction-ats-context button svg { width:13px; }

.nfl-prediction-market > div { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); padding:12px; }
.nfl-prediction-market article { min-width:0; padding:5px 14px; border-left:1px solid rgba(150,175,185,.12); }
.nfl-prediction-market article:first-child { border-left:0; }
.nfl-prediction-market article > small { display:block; margin-bottom:8px; color:#737f86; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-market article p { display:flex; justify-content:space-between; gap:10px; margin:6px 0 0; color:#a5afb5; font:650 10px "DM Mono",monospace; }
.nfl-prediction-market article p b { color:#f2f4f3; }
.nfl-prediction-market > footer { padding:0 14px 13px; color:#737f86; font-size:9px; }

.nfl-prediction-outlook > div { display:grid; grid-template-columns:150px minmax(0,1fr); align-items:center; gap:20px; padding:16px; }
.nfl-prediction-outlook aside { display:grid; place-items:center; align-content:center; width:112px; height:112px; justify-self:center; border:4px solid #82f14a; border-radius:50%; text-align:center; }
.nfl-prediction-outlook aside small,.nfl-prediction-outlook aside span { color:#82f14a; font:650 7px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-outlook aside strong { color:#82f14a; font:750 25px "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-prediction-outlook section h3 { margin:0 0 10px; color:#82f14a; font-size:14px; }
.nfl-prediction-outlook ul { display:grid; gap:7px; margin:0; padding:0; list-style:none; }
.nfl-prediction-outlook li { display:flex; gap:8px; color:#a5afb5; font-size:10px; line-height:1.45; }
.nfl-prediction-outlook li i { display:grid; flex:0 0 16px; place-items:center; width:16px; height:16px; border-radius:50%; background:rgba(130,241,74,.13); color:#82f14a; font-size:8px; font-style:normal; }
.nfl-prediction-recommended > div { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:8px; padding:12px; }
.nfl-prediction-recommended .nfl-ai-pick-option { min-height:98px; padding:12px; border-color:rgba(130,170,185,.20); background:#09181f; }
.nfl-prediction-no-pick { margin:0; padding:24px 16px; color:#737f86; font-size:10px; text-align:center; }
.nfl-prediction-slip-cta { position:static; bottom:auto; margin-top:0; border-color:rgba(130,170,185,.24); border-radius:12px; background:#07141a; box-shadow:none; backdrop-filter:none; }
.nfl-prediction-disclaimer { display:block; padding:0 2px; color:#66747b; font-size:8px; line-height:1.45; }

/* Live player O/U — compact in-game decision cards backed by the latest play snapshot. */
.nfl-live-props {
  overflow:hidden;
  border:1px solid rgba(130,170,185,.24);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(11,24,31,.98),rgba(6,16,21,.99));
  box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
}
.nfl-live-props > header { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:52px; padding:0 16px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-live-props > header > div { display:grid; gap:3px; }
.nfl-live-props > header strong { color:#f2f4f3; font-size:14px; text-transform:uppercase; }
.nfl-live-props > header span { color:#737f86; font-size:9px; }
.nfl-live-props > header > b { padding:6px 9px; border:1px solid rgba(130,241,74,.30); border-radius:999px; color:#82f14a; font:650 9px "DM Mono",monospace; white-space:nowrap; }
.nfl-live-props > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:12px; }
.nfl-live-prop-card { display:grid; gap:11px; min-width:0; padding:14px; border:1px solid rgba(130,170,185,.18); border-radius:12px; background:#09181f; }
.nfl-live-prop-card.over,.nfl-live-prop-card.under { border-color:rgba(130,241,74,.28); }
.nfl-live-prop-card > header { display:flex; align-items:start; justify-content:space-between; gap:12px; }
.nfl-live-prop-card > header > div { display:grid; gap:3px; min-width:0; }
.nfl-live-prop-card > header strong { overflow:hidden; color:#f2f4f3; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-live-prop-card > header span { display:flex; align-items:center; gap:5px; color:#737f86; font-size:8px; }
.nfl-live-prop-card > header span a { color:#a5afb5; }
.nfl-live-prop-card > header span i { font-style:normal; }
.nfl-live-prop-card > header > small { color:#98a5ab; font:650 8px "DM Mono",monospace; text-align:right; text-transform:uppercase; }
.nfl-live-prop-pick { display:grid; gap:6px; }
.nfl-live-prop-pick p,.nfl-live-prop-pick small { display:flex; align-items:end; justify-content:space-between; gap:10px; margin:0; }
.nfl-live-prop-pick p span { color:#f2f4f3; font:700 18px "Bebas Neue","Barlow Condensed",sans-serif; letter-spacing:.02em; }
.nfl-live-prop-card.over .nfl-live-prop-pick p span,.nfl-live-prop-card.under .nfl-live-prop-pick p span { color:#82f14a; }
.nfl-live-prop-pick p b { color:#f2f4f3; font:700 20px "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-live-prop-pick > i { display:block; height:6px; overflow:hidden; border-radius:99px; background:#525e63; }
.nfl-live-prop-pick > i em { display:block; height:100%; border-right:1px solid #e1e7e4; background:#82f14a; }
.nfl-live-prop-pick small { color:#737f86; font:600 8px "DM Mono",monospace; }
.nfl-live-prop-card dl { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; border:1px solid rgba(150,175,185,.11); border-radius:9px; }
.nfl-live-prop-card dl > div { display:grid; gap:4px; min-width:0; padding:9px; border-left:1px solid rgba(150,175,185,.11); }
.nfl-live-prop-card dl > div:first-child { border-left:0; }
.nfl-live-prop-card dt { color:#66747b; font:650 7px "DM Mono",monospace; text-transform:uppercase; }
.nfl-live-prop-card dd { margin:0; color:#f2f4f3; font:700 16px "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-live-prop-card > footer { display:flex; align-items:center; gap:8px; min-width:0; }
.nfl-live-prop-card > footer span { color:#737f86; font-size:8px; }
.nfl-live-prop-card > footer span:first-child { margin-right:auto; }
.nfl-live-prop-card > footer button { min-height:28px; padding:0 9px; border:1px solid rgba(130,241,74,.4); border-radius:8px; background:rgba(130,241,74,.06); color:#82f14a; font-size:8px; font-weight:700; white-space:nowrap; }
.nfl-live-prop-card > footer button.selected { background:rgba(130,241,74,.16); }
.nfl-live-props > footer { padding:0 14px 12px; color:#66747b; font-size:8px; line-height:1.5; }

@media (max-width:700px) {
  .nfl-prediction-redesign { gap:10px; }
  .nfl-prediction-summary > header,
  .nfl-prediction-market > header,
  .nfl-prediction-outlook > header,
  .nfl-prediction-recommended > header,
  .nfl-prediction-detail-panel > header { min-height:42px; padding:0 12px; }
  .nfl-prediction-summary > header strong,
  .nfl-prediction-market > header strong,
  .nfl-prediction-outlook > header strong,
  .nfl-prediction-recommended > header strong,
  .nfl-prediction-detail-panel > header strong { font-size:11px; }
  .nfl-prediction-summary > header span,
  .nfl-prediction-market > header span,
  .nfl-prediction-outlook > header span,
  .nfl-prediction-recommended > header span,
  .nfl-prediction-detail-panel > header span { font-size:7px; }
  .nfl-prediction-win,.nfl-prediction-points { padding-right:12px; padding-left:12px; }
  .nfl-prediction-win > div,.nfl-prediction-points > div { grid-template-columns:76px minmax(60px,1fr) 76px; gap:7px; }
  .nfl-prediction-win p { grid-template-columns:25px 1fr; gap:1px 4px; }
  .nfl-prediction-win p:last-child { grid-template-columns:1fr 25px; }
  .nfl-prediction-win p .nfl-v21-team-mark { width:25px; height:25px; }
  .nfl-prediction-win p b { font-size:24px; }
  .nfl-prediction-win p > span { font-size:7px; }
  .nfl-prediction-points p b { font-size:21px; }
  .nfl-prediction-hero-grid { gap:7px; }
  .nfl-prediction-hero-grid > article { grid-template-rows:auto minmax(98px,1fr) auto 32px; min-height:250px; padding:12px 7px 9px; border-radius:14px; }
  .nfl-prediction-card-heading strong { font-size:9px; }
  .nfl-prediction-card-heading span { min-height:24px; font-size:8px; line-height:1.35; }
  .nfl-prediction-card-pick { gap:4px; padding:7px 0; }
  .nfl-prediction-card-pick .nfl-v21-team-mark { width:39px; height:39px; }
  .nfl-prediction-card-pick > i { width:39px; height:39px; font-size:29px; }
  .nfl-prediction-card-pick > span { font-size:11px; }
  .nfl-prediction-card-pick > b { font-size:28px; }
  .nfl-prediction-card-confidence { padding-top:9px; }
  .nfl-prediction-card-confidence span { min-height:19px; font-size:6px; line-height:1.35; }
  .nfl-prediction-card-confidence b { font-size:20px; }
  .nfl-prediction-expand { width:28px; height:28px; }
  .nfl-prediction-detail-panel dl { grid-template-columns:1fr 1fr; }
  .nfl-prediction-detail-panel dl > div:nth-child(3n) { border-right:1px solid rgba(150,175,185,.12); }
  .nfl-prediction-detail-panel dl > div:nth-child(2n) { border-right:0; }
  .nfl-prediction-market > div { padding:10px 5px; }
  .nfl-prediction-market article { padding:3px 8px; }
  .nfl-prediction-market article p { gap:5px; font-size:8px; }
  .nfl-prediction-outlook > div { grid-template-columns:82px minmax(0,1fr); gap:12px; padding:13px 12px; }
  .nfl-prediction-outlook aside { width:74px; height:74px; border-width:3px; }
  .nfl-prediction-outlook aside strong { font-size:19px; }
  .nfl-prediction-outlook section h3 { font-size:11px; }
  .nfl-prediction-outlook li { font-size:8px; }
  .nfl-prediction-recommended > div { grid-template-columns:1fr 1fr; padding:10px; }
  .nfl-prediction-slip-cta { flex-direction:row; align-items:center; bottom:auto; }
  .nfl-prediction-slip-cta button { width:auto; min-width:150px; }
  .nfl-live-props > header { min-height:48px; padding:0 12px; }
  .nfl-live-props > header strong { font-size:11px; }
  .nfl-live-props > header span { font-size:7px; }
  .nfl-live-props > div { grid-template-columns:1fr; gap:8px; padding:9px; }
  .nfl-live-prop-card { gap:9px; padding:11px; }
  .nfl-live-prop-card > header strong { font-size:12px; }
  .nfl-live-prop-pick p span { font-size:17px; }
  .nfl-live-prop-card > footer { flex-wrap:wrap; }
}

@media (max-width:390px) {
  .nfl-prediction-win > div,.nfl-prediction-points > div { grid-template-columns:72px minmax(54px,1fr) 72px; }
  .nfl-prediction-hero-grid { gap:6px; }
  .nfl-prediction-hero-grid > article { min-height:242px; padding-right:6px; padding-left:6px; }
  .nfl-prediction-card-pick > b { font-size:26px; }
  .nfl-prediction-card-confidence b { font-size:18px; }
  .nfl-prediction-slip-cta { align-items:stretch; flex-direction:column; }
  .nfl-prediction-slip-cta button { width:100%; }
}

/* NFL Predictions workspace v67 — AI-first hierarchy, existing model/data pipeline. */
.nfl-prediction-workspace {
  --prediction-bg:#061014;
  --prediction-surface:#09171c;
  --prediction-surface-raised:#0b1b20;
  --prediction-border:rgba(255,255,255,.08);
  --prediction-green:#27e05f;
  --prediction-green-bright:#32e466;
  --prediction-blue:#58a6ff;
  --prediction-purple:#c05cff;
  --prediction-amber:#f4b51c;
  display:grid;
  gap:18px;
  width:100%;
  max-width:1440px;
  min-height:0;
  margin:0 auto;
  overflow:visible;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
}
.nfl-prediction-workspace > header {
  display:grid;
  gap:17px;
  min-height:0;
  padding:0;
  border:0;
}
.nfl-prediction-workspace > header h2 {
  margin:0;
  color:#f2f5f3;
  font:700 clamp(31px,3.5vw,48px)/.95 "Bebas Neue","Barlow Condensed",sans-serif;
  letter-spacing:.02em;
  text-transform:uppercase;
}
.nfl-prediction-controls { display:flex; align-items:end; justify-content:space-between; gap:16px; }
.nfl-prediction-controls .nfl-public-schedule { flex:1; gap:16px; }
.nfl-prediction-controls .nfl-public-schedule label { width:min(210px,22vw); }
.nfl-prediction-controls .nfl-public-schedule select {
  width:100%;
  min-height:50px;
  border-color:var(--prediction-border);
  border-radius:10px;
  background:#0b181d;
  color:#f2f5f3;
  font:650 12px "Plus Jakarta Sans",sans-serif;
}
.nfl-prediction-filter-jump {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  min-width:132px;
  min-height:50px;
  padding:0 18px;
  border:1px solid var(--prediction-border);
  border-radius:10px;
  background:#0b181d;
  color:#9aa7a3;
  font:650 12px "Plus Jakarta Sans",sans-serif;
  cursor:pointer;
}
.nfl-prediction-filter-jump:hover,.nfl-prediction-filter-jump:focus-visible { border-color:rgba(39,224,95,.45); color:#f2f5f3; outline:0; }
.nfl-prediction-filter-jump svg { width:17px; fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; }

.nfl-prediction-assistant-hero {
  overflow:hidden;
  border:1px solid rgba(39,220,95,.45);
  border-radius:14px;
  background:var(--prediction-surface);
  box-shadow:0 12px 36px rgba(0,0,0,.22),0 0 24px rgba(39,224,95,.035);
}
.nfl-prediction-assistant-hero > header { display:flex; align-items:center; justify-content:space-between; gap:18px; padding:16px 18px 8px; }
.nfl-prediction-assistant-hero > header > div { display:flex; align-items:center; gap:12px; }
.nfl-prediction-assistant-hero > header > div > span { display:grid; flex:0 0 46px; place-items:center; width:46px; height:46px; border:1px solid rgba(39,224,95,.45); border-radius:50%; color:var(--prediction-green); background:rgba(39,224,95,.045); }
.nfl-prediction-assistant-hero > header > div > span svg { width:25px; fill:none; stroke:currentColor; stroke-width:1.4; }
.nfl-prediction-assistant-hero > header p { display:grid; gap:4px; margin:0; }
.nfl-prediction-assistant-hero > header strong { color:#f2f5f3; font-size:19px; }
.nfl-prediction-assistant-hero > header strong em { display:inline-block; margin-left:8px; padding:4px 7px; border:1px solid rgba(39,224,95,.28); border-radius:999px; color:var(--prediction-green); background:rgba(39,224,95,.06); font:700 8px "DM Mono",monospace; font-style:normal; text-transform:uppercase; vertical-align:middle; }
.nfl-prediction-assistant-hero > header small { color:#9aa7a3; font-size:10px; }
.nfl-prediction-assistant-hero details { position:relative; color:#9aa7a3; font-size:10px; }
.nfl-prediction-assistant-hero summary { display:flex; align-items:center; gap:6px; cursor:pointer; list-style:none; }
.nfl-prediction-assistant-hero summary::-webkit-details-marker { display:none; }
.nfl-prediction-assistant-hero details > p { position:absolute; z-index:4; top:22px; right:0; width:270px; margin:0; padding:11px 13px; border:1px solid var(--prediction-border); border-radius:9px; background:#0b181d; color:#9aa7a3; line-height:1.5; box-shadow:0 12px 28px rgba(0,0,0,.4); }
.nfl-prediction-manual-form { display:grid; grid-template-columns:minmax(360px,1fr) 300px 190px; align-items:stretch; gap:14px; padding:4px 18px 18px; }
.nfl-prediction-manual-form label > span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
.nfl-prediction-pick-input { display:grid; min-width:0; min-height:100px; overflow:hidden; border:1px solid rgba(39,224,95,.38); border-radius:10px; background:#0b181d; }
.nfl-prediction-pick-input textarea { width:100%; min-height:66px; resize:none; padding:14px 15px 6px; border:0; outline:0; background:transparent; color:#f2f5f3; font:500 13px/1.45 "Plus Jakarta Sans",sans-serif; }
.nfl-prediction-pick-input textarea::placeholder { color:#64716e; }
.nfl-prediction-pick-input > small { display:flex; align-items:center; gap:6px; min-width:0; overflow-x:auto; padding:5px 12px 10px; color:#64716e; font-size:8px; white-space:nowrap; scrollbar-width:none; }
.nfl-prediction-pick-input > small::-webkit-scrollbar { display:none; }
.nfl-prediction-pick-input > small button { flex:0 0 auto; min-height:22px; padding:0 8px; border:1px solid var(--prediction-border); border-radius:999px; background:#0d1d22; color:#9aa7a3; font:650 8px "DM Mono",monospace; }
.nfl-prediction-pick-input > small button:hover { border-color:rgba(39,224,95,.4); color:var(--prediction-green); }
.nfl-prediction-manual-fields { display:grid; grid-template-columns:1fr; gap:12px; }
.nfl-prediction-manual-fields > label { position:relative; display:grid; min-height:44px; border:1px solid var(--prediction-border); border-radius:9px; background:#0b181d; }
.nfl-prediction-manual-fields > label::before { position:absolute; top:-7px; left:12px; padding:0 4px; background:var(--prediction-surface); color:#64716e; font:650 8px "DM Mono",monospace; content:"Odds"; }
.nfl-prediction-manual-fields > label:last-child::before { content:"Stake"; }
.nfl-prediction-manual-fields > label > div { display:grid; grid-template-columns:42px 1fr 42px; align-items:center; height:100%; }
.nfl-prediction-manual-fields > label > div.stake { grid-template-columns:38px 1fr; }
.nfl-prediction-manual-fields button { height:100%; border:0; background:transparent; color:#9aa7a3; font-size:20px; cursor:pointer; }
.nfl-prediction-manual-fields b { color:#9aa7a3; text-align:right; }
.nfl-prediction-manual-fields input { width:100%; min-width:0; border:0; outline:0; background:transparent; color:#f2f5f3; font:700 13px "DM Mono",monospace; text-align:center; }
.nfl-prediction-manual-fields .stake input { padding-left:8px; text-align:left; }
.nfl-prediction-analyze { display:flex; align-items:center; justify-content:center; gap:10px; min-height:100px; border:0; border-radius:10px; background:var(--prediction-green-bright); color:#031008; font:800 16px "Plus Jakarta Sans",sans-serif; cursor:pointer; transition:background .16s ease,transform .16s ease; }
.nfl-prediction-analyze:hover { background:#43ed72; }
.nfl-prediction-analyze:active { transform:translateY(1px); }
.nfl-prediction-analyze svg { width:20px; fill:currentColor; stroke:currentColor; }
.nfl-prediction-manual-result { display:grid; grid-template-columns:minmax(180px,.55fr) minmax(420px,1.4fr) auto; align-items:center; gap:18px; margin:0 18px 18px; padding:15px 16px; border-top:1px solid var(--prediction-border); background:#0b1b20; }
.nfl-prediction-manual-result > header { display:grid; gap:4px; }
.nfl-prediction-manual-result > header span,.nfl-prediction-manual-result dt { color:#64716e; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-prediction-manual-result > header strong { color:#f2f5f3; font-size:14px; }
.nfl-prediction-manual-result dl { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); margin:0; }
.nfl-prediction-manual-result dl > div { display:grid; gap:5px; padding:0 12px; border-left:1px solid var(--prediction-border); }
.nfl-prediction-manual-result dd { margin:0; color:#f2f5f3; font:750 15px "DM Mono",monospace; }
.nfl-prediction-manual-result dd.positive { color:var(--prediction-green); }
.nfl-prediction-manual-result dd.negative { color:#a5afb5; }
.nfl-prediction-manual-result > p { grid-column:1/3; margin:0; color:#9aa7a3; font-size:10px; line-height:1.55; }
.nfl-prediction-manual-result > button { grid-column:3; grid-row:1/3; display:flex; align-items:center; gap:7px; padding:0; border:0; background:transparent; color:var(--prediction-green); font-size:10px; font-weight:750; }
.nfl-prediction-manual-result > button svg { width:14px; }
.nfl-prediction-manual-result.empty { display:block; color:#9aa7a3; }
.nfl-prediction-manual-result.empty strong { color:#f2f5f3; }
.nfl-prediction-manual-result.empty p { margin:5px 0 0; }

.nfl-prediction-recommendations { display:grid; gap:10px; min-width:0; }
.nfl-prediction-recommendations > header,.nfl-prediction-games > header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:0 2px; }
.nfl-prediction-recommendations > header strong,.nfl-prediction-games > header strong { display:flex; align-items:center; gap:7px; color:#f2f5f3; font:750 13px "DM Mono",monospace; letter-spacing:.02em; text-transform:uppercase; }
.nfl-prediction-recommendations > header strong svg { width:16px; fill:none; stroke:var(--prediction-green); stroke-width:1.5; }
.nfl-prediction-recommendations > header button { display:flex; align-items:center; gap:7px; border:0; background:transparent; color:var(--prediction-green); font-size:10px; }
.nfl-prediction-recommendations > header button svg { width:13px; }
.nfl-prediction-recommendations > div { display:flex; gap:10px; overflow-x:auto; padding:1px 1px 7px; scroll-snap-type:x proximity; scrollbar-color:rgba(39,224,95,.55) transparent; }
.nfl-prediction-recommendation { --pick-accent:var(--prediction-green); flex:1 0 250px; min-width:0; max-width:310px; scroll-snap-align:start; padding:14px; overflow:hidden; border:1px solid var(--prediction-border); border-radius:11px; background:var(--prediction-surface); color:#f2f5f3; text-align:left; cursor:pointer; transition:border-color .16s ease,background .16s ease; }
.nfl-prediction-recommendation.spread { --pick-accent:var(--prediction-blue); }
.nfl-prediction-recommendation.total { --pick-accent:var(--prediction-purple); }
.nfl-prediction-recommendation:hover,.nfl-prediction-recommendation.selected { border-color:color-mix(in srgb,var(--pick-accent) 55%,transparent); background:var(--prediction-surface-raised); }
.nfl-prediction-recommendation > header { display:flex; justify-content:space-between; gap:9px; min-height:35px; }
.nfl-prediction-recommendation > header span { display:grid; gap:2px; color:#9aa7a3; font-size:9px; line-height:1.25; }
.nfl-prediction-recommendation > header small { color:#64716e; font-size:8px; }
.nfl-prediction-recommendation > header em { align-self:start; padding:3px 6px; border:1px solid color-mix(in srgb,var(--pick-accent) 50%,transparent); border-radius:5px; color:var(--pick-accent); font:700 7px "DM Mono",monospace; font-style:normal; text-transform:uppercase; }
.nfl-prediction-recommendation > strong { display:block; margin-top:5px; overflow:hidden; color:#f2f5f3; font-size:16px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-recommendation > p { margin:6px 0 11px; color:#64716e; font:650 8px "DM Mono",monospace; }
.nfl-prediction-recommendation > p i { color:var(--pick-accent); font-style:normal; }
.nfl-prediction-recommendation dl { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; padding:10px 0; border-top:1px solid var(--prediction-border); border-bottom:1px solid var(--prediction-border); }
.nfl-prediction-recommendation dl > div { display:grid; gap:4px; padding-left:8px; border-left:1px solid var(--prediction-border); }
.nfl-prediction-recommendation dl > div:first-child { padding-left:0; border-left:0; }
.nfl-prediction-recommendation dt { color:#64716e; font-size:7px; }
.nfl-prediction-recommendation dd { margin:0; color:#f2f5f3; font:750 12px "DM Mono",monospace; }
.nfl-prediction-recommendation dd:first-letter { color:inherit; }
.nfl-prediction-recommendation dl > div:first-child dd,.nfl-prediction-recommendation dd.risk-low { color:var(--prediction-green); }
.nfl-prediction-recommendation dd.risk-medium { color:var(--prediction-amber); }
.nfl-prediction-recommendation > footer { padding-top:9px; overflow:hidden; color:#64716e; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-recommendation > footer b { color:var(--pick-accent); font-family:"DM Mono",monospace; }

.nfl-prediction-games { display:grid; gap:11px; padding:14px; border:1px solid var(--prediction-border); border-radius:13px; background:#071216; }
.nfl-prediction-games > header em { padding:5px 8px; border:1px solid var(--prediction-border); border-radius:7px; color:#64716e; font:650 8px "DM Mono",monospace; font-style:normal; }
.nfl-prediction-games > nav { display:flex; gap:8px; }
.nfl-prediction-games > nav button { min-height:32px; padding:0 18px; border:1px solid var(--prediction-border); border-radius:7px; background:#09171c; color:#9aa7a3; font:650 9px "DM Mono",monospace; cursor:pointer; }
.nfl-prediction-games > nav button.active { border-color:rgba(39,224,95,.45); background:rgba(39,224,95,.10); color:#f2f5f3; }
.nfl-prediction-games > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.nfl-prediction-game-card { min-width:0; overflow:hidden; border:1px solid var(--prediction-border); border-radius:11px; background:var(--prediction-surface); transition:border-color .16s ease,background .16s ease; }
.nfl-prediction-game-card:hover { border-color:rgba(39,224,95,.34); background:var(--prediction-surface-raised); }
.nfl-prediction-game-card > button { display:grid; gap:13px; width:100%; min-height:176px; padding:14px; border:0; background:transparent; color:#f2f5f3; text-align:left; cursor:pointer; }
.nfl-prediction-game-card header,.nfl-prediction-game-card footer { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.nfl-prediction-game-card time,.nfl-prediction-game-card header span { color:#9aa7a3; font:600 8px "DM Mono",monospace; }
.nfl-prediction-game-card time i { color:#64716e; font-style:normal; }
.nfl-prediction-game-card header span { display:flex; align-items:center; gap:5px; }
.nfl-prediction-game-card:hover header span { color:var(--prediction-green); }
.nfl-prediction-game-card header svg { width:12px; }
.nfl-prediction-game-matchup { display:grid; grid-template-columns:1fr 22px 1fr; align-items:center; gap:8px; }
.nfl-prediction-game-matchup > p { display:grid; grid-template-columns:46px minmax(0,1fr); align-items:center; gap:9px; margin:0; }
.nfl-prediction-game-matchup > p:last-child { grid-template-columns:minmax(0,1fr) 46px; text-align:right; }
.nfl-prediction-game-matchup > p:last-child > .nfl-v21-team-mark { grid-column:2; grid-row:1; }
.nfl-prediction-game-matchup > p:last-child > span { grid-column:1; grid-row:1; }
.nfl-prediction-game-matchup .nfl-v21-team-mark { width:46px; height:46px; border-radius:13px; }
.nfl-prediction-game-matchup > p > span { display:grid; gap:3px; min-width:0; }
.nfl-prediction-game-matchup strong { overflow:hidden; color:#f2f5f3; font-size:12px; line-height:1.2; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-game-matchup b { color:var(--prediction-green); font:750 19px "DM Mono",monospace; }
.nfl-prediction-game-matchup > i { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:rgba(255,255,255,.04); color:#64716e; font:650 8px "DM Mono",monospace; font-style:normal; }
.nfl-prediction-game-card footer { padding-top:10px; border-top:1px solid var(--prediction-border); }
.nfl-prediction-game-card footer > span { display:flex; gap:6px; color:#64716e; font-size:8px; }
.nfl-prediction-game-card footer strong { color:#f2f5f3; font-family:"DM Mono",monospace; }
.nfl-prediction-game-card footer b { color:var(--prediction-green); font-family:"DM Mono",monospace; }

/* NFL-only parlay recommendations reuse the approved Picks workflow without
   sharing selectors or state with football/fantasy modules. */
.nfl-parlay-section { display:grid; gap:11px; padding:14px; border:1px solid var(--prediction-border); border-radius:13px; background:#071216; }
.nfl-parlay-section > header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.nfl-parlay-section > header strong { color:#f2f5f3; font:750 13px "DM Mono",monospace; text-transform:uppercase; }
.nfl-parlay-section > header small { color:#64716e; font:650 8px "DM Mono",monospace; }
.nfl-parlay-section > nav { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.nfl-parlay-section > nav > div { display:flex; gap:5px; padding:3px; border:1px solid var(--prediction-border); border-radius:8px; background:#061014; }
.nfl-parlay-section > nav button { min-height:29px; padding:0 13px; border:0; border-radius:6px; background:transparent; color:#7f8c89; font:650 8px "DM Mono",monospace; cursor:pointer; }
.nfl-parlay-section > nav button.active { background:rgba(39,224,95,.11); color:var(--prediction-green); }
.nfl-parlay-section > div { display:grid; gap:8px; }
.nfl-parlay-card { overflow:hidden; border:1px solid var(--prediction-border); border-radius:11px; background:var(--prediction-surface); }
.nfl-parlay-card > header { display:grid; grid-template-columns:1fr auto 28px; align-items:center; gap:10px; min-height:42px; padding:0 12px; border-bottom:1px solid var(--prediction-border); }
.nfl-parlay-card > header strong { color:var(--prediction-green); font:750 9px "DM Mono",monospace; }
.nfl-parlay-card.profile-value > header strong { color:var(--prediction-blue); }
.nfl-parlay-card.profile-safe > header strong { color:var(--prediction-green); }
.nfl-parlay-card > header span { color:#7f8c89; font:650 8px "DM Mono",monospace; }
.nfl-parlay-card > header button { display:grid; place-items:center; width:28px; height:28px; border:0; background:transparent; color:#52615e; cursor:pointer; }
.nfl-parlay-card > header button.active { color:var(--prediction-amber); }
.nfl-parlay-card-layout { display:grid; grid-template-columns:minmax(0,1fr) 390px; }
.nfl-parlay-legs { display:grid; }
.nfl-parlay-legs > div { display:grid; grid-template-columns:34px minmax(0,1fr) minmax(150px,.72fr); align-items:center; gap:10px; min-height:64px; padding:8px 12px; border-bottom:1px solid var(--prediction-border); }
.nfl-parlay-legs > div:last-child { border-bottom:0; }
.nfl-parlay-legs > div > span { display:grid; place-items:center; width:30px; height:30px; border:1px solid rgba(39,224,95,.2); border-radius:8px; color:var(--prediction-green); font:750 8px "DM Mono",monospace; }
.nfl-parlay-legs p { display:grid; gap:3px; min-width:0; margin:0; }
.nfl-parlay-legs p:last-child { justify-items:end; text-align:right; }
.nfl-parlay-legs p strong { overflow:hidden; color:#eef3f1; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-parlay-legs p small { color:#64716e; font:600 7px "DM Mono",monospace; }
.nfl-parlay-card-layout > dl { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); align-content:stretch; margin:0; border-left:1px solid var(--prediction-border); }
.nfl-parlay-card-layout > dl > div { display:grid; align-content:center; justify-items:center; gap:5px; padding:10px 7px; border-left:1px solid var(--prediction-border); }
.nfl-parlay-card-layout > dl > div:first-child { border-left:0; }
.nfl-parlay-card dt { color:#64716e; font:650 6px "DM Mono",monospace; text-transform:uppercase; }
.nfl-parlay-card dd { margin:0; color:#e9efec; font:750 14px "DM Mono",monospace; }
.nfl-parlay-card-layout > dl > div:first-child dd { color:var(--prediction-green); }
.nfl-parlay-card > footer { display:flex; align-items:center; gap:17px; min-height:39px; padding:0 12px; border-top:1px solid var(--prediction-border); color:#7f8c89; font:600 7px "DM Mono",monospace; }
.nfl-parlay-card > footer button { margin-left:auto; border:0; background:transparent; color:var(--prediction-green); font:650 8px "DM Mono",monospace; cursor:pointer; }
.nfl-parlay-analysis { display:grid; grid-template-columns:1.2fr .8fr; gap:12px; padding:13px; border-top:1px solid rgba(39,224,95,.18); background:#061014; }
.nfl-parlay-analysis > div { display:grid; gap:7px; }
.nfl-parlay-analysis p { display:grid; grid-template-columns:42px minmax(0,1fr); gap:3px 8px; margin:0; }
.nfl-parlay-analysis p small { grid-row:1/3; color:#64716e; font:650 7px "DM Mono",monospace; }
.nfl-parlay-analysis p strong { color:#eef3f1; font-size:10px; }
.nfl-parlay-analysis p span { color:#7f8c89; font-size:8px; }
.nfl-parlay-analysis aside { display:grid; align-content:start; gap:6px; }
.nfl-parlay-analysis aside strong { color:#eef3f1; font-size:10px; }
.nfl-parlay-analysis aside span { color:#8d9a96; font-size:8px; }
.nfl-parlay-analysis > small { grid-column:1/3; color:#596663; font-size:7px; }
.nfl-parlay-empty { display:grid; justify-items:center; gap:5px; margin:0; padding:25px; border:1px dashed var(--prediction-border); border-radius:10px; color:#8d9a96; text-align:center; }
.nfl-parlay-empty strong { color:#e8edeb; font-size:11px; }
.nfl-parlay-empty span { font-size:8px; }
.nfl-parlay-view-all { justify-self:center; border:0; background:transparent; color:var(--prediction-green); font:650 8px "DM Mono",monospace; cursor:pointer; }

.nfl-prediction-prop-card { min-width:0; overflow:hidden; border:1px solid var(--prediction-border); border-radius:11px; background:var(--prediction-surface); transition:border-color .16s ease,background .16s ease; }
.nfl-prediction-prop-card:hover { border-color:rgba(39,224,95,.34); background:var(--prediction-surface-raised); }
.nfl-prediction-prop-card > button { display:grid; gap:13px; width:100%; min-height:176px; padding:14px; border:0; background:transparent; color:#f2f5f3; text-align:left; cursor:pointer; }
.nfl-prediction-prop-card header,.nfl-prediction-prop-card footer { display:flex; align-items:center; justify-content:space-between; gap:10px; }
.nfl-prediction-prop-card header time,.nfl-prediction-prop-card header span { color:#9aa7a3; font:600 8px "DM Mono",monospace; }
.nfl-prediction-prop-card header span { display:flex; align-items:center; gap:5px; }
.nfl-prediction-prop-card header svg { width:12px; }
.nfl-prediction-prop-card > button > div { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:16px; }
.nfl-prediction-prop-card > button > div > p { display:flex; align-items:center; gap:10px; min-width:0; margin:0; }
.nfl-prediction-prop-card .nfl-v21-team-mark { flex:0 0 44px; width:44px; height:44px; border-radius:12px; }
.nfl-prediction-prop-card p > span { display:grid; gap:2px; min-width:0; }
.nfl-prediction-prop-card p small,.nfl-prediction-prop-card p em,.nfl-prediction-prop-card aside small { color:#64716e; font:650 7px "DM Mono",monospace; font-style:normal; text-transform:uppercase; }
.nfl-prediction-prop-card p strong { overflow:hidden; color:#f2f5f3; font-size:13px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-prediction-prop-card aside { display:grid; justify-items:end; gap:2px; text-align:right; }
.nfl-prediction-prop-card aside strong { color:var(--prediction-green); font:750 16px "DM Mono",monospace; }
.nfl-prediction-prop-card aside b { color:#9aa7a3; font:700 9px "DM Mono",monospace; }
.nfl-prediction-prop-card footer { padding-top:10px; border-top:1px solid var(--prediction-border); }
.nfl-prediction-prop-card footer > span { display:flex; gap:6px; color:#64716e; font-size:8px; }
.nfl-prediction-prop-card footer strong { color:#f2f5f3; font-family:"DM Mono",monospace; }
.nfl-prediction-prop-card footer b { color:var(--prediction-green); font-family:"DM Mono",monospace; }

@media (max-width:900px) {
  .nfl-prediction-manual-form { grid-template-columns:minmax(280px,1fr) 240px 150px; }
  .nfl-prediction-manual-result { grid-template-columns:1fr; }
  .nfl-prediction-manual-result > p,.nfl-prediction-manual-result > button { grid-column:auto; grid-row:auto; }
  .nfl-prediction-manual-result > button { justify-self:start; }
}

@media (max-width:700px) {
  .nfl-prediction-workspace { gap:14px; padding:0 12px; }
  .nfl-prediction-workspace > header { gap:12px; }
  .nfl-prediction-workspace > header h2 { font-size:28px; }
  .nfl-prediction-controls { align-items:end; gap:8px; overflow:hidden; }
  .nfl-prediction-controls .nfl-public-schedule { display:grid; grid-template-columns:68px 1fr 1fr; gap:7px; min-width:0; overflow:visible; }
  .nfl-prediction-controls .nfl-public-schedule label { width:auto; min-width:0; }
  .nfl-prediction-controls .nfl-public-schedule label span { font-size:6px; }
  .nfl-prediction-controls .nfl-public-schedule select { min-height:38px; padding:0 14px 0 8px; font-size:8px; }
  .nfl-prediction-filter-jump { flex:0 0 42px; min-width:42px; min-height:38px; padding:0; }
  .nfl-prediction-filter-jump span { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); }
  .nfl-prediction-assistant-hero > header { align-items:flex-start; padding:14px 13px 9px; }
  .nfl-prediction-assistant-hero > header > div { gap:9px; }
  .nfl-prediction-assistant-hero > header > div > span { flex-basis:38px; width:38px; height:38px; }
  .nfl-prediction-assistant-hero > header > div > span svg { width:21px; }
  .nfl-prediction-assistant-hero > header strong { font-size:15px; }
  .nfl-prediction-assistant-hero > header small { font-size:8px; }
  .nfl-prediction-assistant-hero > header strong em { margin-left:4px; font-size:6px; }
  .nfl-prediction-assistant-hero summary { font-size:8px; }
  .nfl-prediction-assistant-hero details > p { width:220px; font-size:8px; }
  .nfl-prediction-manual-form { grid-template-columns:1fr 1fr; gap:9px; padding:4px 12px 12px; }
  .nfl-prediction-pick-input { grid-column:1/3; min-height:94px; }
  .nfl-prediction-manual-fields { grid-template-columns:1fr 1fr; grid-column:1/3; gap:8px; }
  .nfl-prediction-manual-fields > label { min-height:42px; }
  .nfl-prediction-analyze { grid-column:1/3; min-height:48px; font-size:13px; }
  .nfl-prediction-manual-result { gap:11px; margin:0 12px 12px; padding:13px 0 2px; background:transparent; }
  .nfl-prediction-manual-result dl { grid-template-columns:repeat(4,minmax(0,1fr)); }
  .nfl-prediction-manual-result dl > div { padding:0 7px; }
  .nfl-prediction-manual-result dt { font-size:6px; }
  .nfl-prediction-manual-result dd { font-size:11px; }
  .nfl-prediction-manual-result > p { font-size:8px; }
  .nfl-prediction-recommendations > header strong,.nfl-prediction-games > header strong { font-size:10px; }
  .nfl-prediction-recommendation { flex-basis:230px; padding:12px; }
  .nfl-parlay-section { padding:10px; }
  .nfl-parlay-section > header strong { font-size:10px; }
  .nfl-parlay-section > nav { align-items:stretch; }
  .nfl-parlay-section > nav > div { flex:1; }
  .nfl-parlay-section > nav button { flex:1; min-width:0; padding:0 7px; font-size:7px; }
  .nfl-parlay-card > header { grid-template-columns:minmax(0,1fr) auto 26px; gap:6px; padding:0 9px; }
  .nfl-parlay-card > header span { font-size:6px; }
  .nfl-parlay-card-layout { grid-template-columns:1fr; }
  .nfl-parlay-legs > div { grid-template-columns:30px minmax(0,1fr) minmax(110px,.72fr); min-height:58px; padding:7px 9px; }
  .nfl-parlay-legs p strong { font-size:9px; }
  .nfl-parlay-card-layout > dl { min-height:62px; border-top:1px solid var(--prediction-border); border-left:0; }
  .nfl-parlay-card dd { font-size:12px; }
  .nfl-parlay-card > footer { gap:8px; padding:0 9px; }
  .nfl-parlay-card > footer span { font-size:6px; }
  .nfl-parlay-card > footer button { font-size:7px; }
  .nfl-parlay-analysis { grid-template-columns:1fr; padding:10px; }
  .nfl-parlay-analysis > small { grid-column:auto; }
  .nfl-prediction-games { padding:10px; }
  .nfl-prediction-games > nav { display:grid; grid-template-columns:repeat(4,1fr); gap:5px; }
  .nfl-prediction-games > nav.has-player-props { grid-template-columns:repeat(5,1fr); }
  .nfl-prediction-games > nav button { min-width:0; padding:0 4px; font-size:7px; }
  .nfl-prediction-games > div { grid-template-columns:1fr; }
  .nfl-prediction-game-card > button { min-height:170px; padding:13px; }
  .nfl-prediction-prop-card > button { min-height:162px; padding:13px; }
  .nfl-prediction-prop-card header time,.nfl-prediction-prop-card header span { font-size:7px; }
  .nfl-prediction-game-matchup { gap:5px; }
  .nfl-prediction-game-matchup > p { grid-template-columns:42px minmax(0,1fr); gap:7px; }
  .nfl-prediction-game-matchup > p:last-child { grid-template-columns:minmax(0,1fr) 42px; }
  .nfl-prediction-game-matchup .nfl-v21-team-mark { width:42px; height:42px; }
  .nfl-prediction-game-matchup strong { font-size:11px; white-space:normal; }
  .nfl-prediction-game-matchup b { font-size:18px; }
  .nfl-prediction-game-card footer { align-items:flex-start; }
  .nfl-prediction-game-card footer > span { display:grid; gap:3px; }
  .nfl-prediction-game-card footer > span:last-child { justify-items:end; text-align:right; }
}

@media (max-width:390px) {
  .nfl-prediction-workspace { padding-right:10px; padding-left:10px; }
  .nfl-prediction-assistant-hero > header strong { font-size:14px; }
  .nfl-prediction-assistant-hero summary { max-width:52px; text-align:right; }
  .nfl-prediction-manual-fields > label > div { grid-template-columns:34px 1fr 34px; }
  .nfl-prediction-manual-fields > label > div.stake { grid-template-columns:28px 1fr; }
  .nfl-prediction-game-card time,.nfl-prediction-game-card header span { font-size:7px; }
}

/* NFL live mode v77 — scoreboard, live situation, official stats and qualified in-game markets. */
.nfl-score-game-card.is-live {
  border-color:rgba(130,241,74,.42);
  box-shadow:0 8px 28px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.025);
}
.nfl-score-live-center {
  display:grid;
  justify-items:center;
  align-content:center;
  gap:3px;
  min-width:0;
  color:#f2f4f3;
  font-variant-numeric:tabular-nums;
}
.nfl-score-live-center small {
  display:flex;
  align-items:center;
  gap:5px;
  color:#82f14a;
  font:700 9px "DM Mono",monospace;
  letter-spacing:.07em;
}
.nfl-score-live-center small i,
.nfl-match-kickoff.is-live > span i,
.nfl-live-scoreboard-panel > header i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#82f14a;
  box-shadow:0 0 0 3px rgba(130,241,74,.10);
}
.nfl-score-live-center strong {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:#f2f4f3;
  font:700 34px/.92 "Bebas Neue","Barlow Condensed",sans-serif;
}
.nfl-score-live-center strong em { color:#66747b; font:500 17px "DM Mono",monospace; font-style:normal; }
.nfl-score-live-center span { color:#a5afb5; font:650 9px "DM Mono",monospace; text-transform:uppercase; }
.nfl-score-live-center.final small,.nfl-score-live-center.final span { color:#737f86; }
.nfl-match-kickoff.is-live > span { display:flex; align-items:center; gap:6px; }
.nfl-match-kickoff.is-live strong { display:flex; align-items:center; gap:9px; font-variant-numeric:tabular-nums; }
.nfl-match-kickoff.is-live strong em { color:#66747b; font-style:normal; }
.nfl-match-tabs.is-live button.active { color:#82f14a; box-shadow:inset 0 -2px #82f14a; }
.nfl-match-live-mode .nfl-match-tab-content {
  display:grid;
  gap:12px;
  width:min(100%,1160px);
  margin-inline:auto;
}
.nfl-live-scoreboard-panel,
.nfl-live-situation-grid > article,
.nfl-live-play-feed,
.nfl-live-team-stats,
.nfl-live-player-stats,
.nfl-live-bets {
  overflow:hidden;
  border:1px solid rgba(130,170,185,.20);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(11,24,31,.98),rgba(6,16,21,.99));
  box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
}
.nfl-live-scoreboard-panel > header,
.nfl-live-play-feed > header,
.nfl-live-team-stats > header,
.nfl-live-player-stats > header,
.nfl-live-bets > header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:52px;
  padding:0 16px;
  border-bottom:1px solid rgba(150,175,185,.12);
}
.nfl-live-scoreboard-panel > header > div,
.nfl-live-team-stats > header > div,
.nfl-live-bets > header > div { display:flex; align-items:center; gap:8px; }
.nfl-live-scoreboard-panel > header strong,
.nfl-live-play-feed > header strong,
.nfl-live-team-stats > header strong,
.nfl-live-player-stats > header strong,
.nfl-live-bets > header strong { color:#f2f4f3; font-size:14px; }
.nfl-live-scoreboard-panel > header span,
.nfl-live-play-feed > header span,
.nfl-live-team-stats > header span,
.nfl-live-player-stats > header span,
.nfl-live-bets > header span { color:#737f86; font-size:9px; }
.nfl-live-scoreboard-panel > header small,
.nfl-live-team-stats > header small,
.nfl-live-bets > header small {
  color:#82f14a;
  font:650 8px "DM Mono",monospace;
  text-align:right;
  text-transform:uppercase;
}
.nfl-live-scoreline {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:18px;
  padding:17px 16px 13px;
}
.nfl-live-scoreline > article {
  display:grid;
  grid-template-columns:48px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-width:0;
}
.nfl-live-scoreline > article:last-child { grid-template-columns:auto minmax(0,1fr) 48px; text-align:right; }
.nfl-live-scoreline > article:last-child .nfl-v21-team-mark { grid-column:3; grid-row:1; }
.nfl-live-scoreline > article:last-child > a,
.nfl-live-scoreline > article:last-child > strong { grid-column:2; grid-row:1; }
.nfl-live-scoreline > article:last-child > b { grid-column:1; grid-row:1; }
.nfl-live-scoreline .nfl-v21-team-mark { width:48px; height:48px; }
.nfl-live-scoreline article > a,.nfl-live-scoreline article > strong { overflow:hidden; color:#f2f4f3; font-size:15px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-live-scoreline article > b { color:#f2f4f3; font:700 42px/.9 "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-live-scoreline > span { color:#82f14a; font:650 9px "DM Mono",monospace; white-space:nowrap; }
.nfl-live-win-probability { display:grid; gap:8px; padding:0 16px 15px; }
.nfl-live-win-probability > small { color:#737f86; font:650 8px "DM Mono",monospace; letter-spacing:.06em; text-transform:uppercase; }
.nfl-live-win-probability > p { margin:0; color:#98a5ab; font-size:10px; }
.nfl-live-win-probability > p.nfl-live-state-context { color:#a5afb5; font:500 9px/1.5 "DM Mono",monospace; letter-spacing:.01em; }
.nfl-live-win-probability > div { display:grid; grid-template-columns:76px minmax(60px,1fr) 76px; align-items:center; gap:10px; }
.nfl-live-win-probability b { color:#f2f4f3; font:700 12px "DM Mono",monospace; }
.nfl-live-win-probability b:last-child { color:#82f14a; text-align:right; }
.nfl-live-win-probability i { display:block; height:7px; overflow:hidden; border-radius:99px; background:#82f14a; }
.nfl-live-win-probability i em { display:block; height:100%; background:#7e8a8f; }
.nfl-live-scoreboard-panel > footer { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:10px; padding:11px 16px; border-top:1px solid rgba(150,175,185,.12); }
.nfl-live-scoreboard-panel > footer span,.nfl-live-scoreboard-panel > footer small { color:#737f86; font-size:9px; }
.nfl-live-scoreboard-panel > footer small { text-align:right; }
.nfl-live-scoreboard-panel > footer strong { color:#82f14a; font:700 23px "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-live-situation-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.nfl-live-situation-grid > article > header { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:46px; padding:0 14px; border-bottom:1px solid rgba(150,175,185,.12); }
.nfl-live-situation-grid > article > header strong { color:#f2f4f3; font-size:12px; }
.nfl-live-situation-grid > article > header span { color:#737f86; font-size:8px; }
.nfl-live-situation-grid dl { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); margin:0; }
.nfl-live-situation-grid dl > div { display:grid; justify-items:center; gap:5px; padding:13px 8px; border-left:1px solid rgba(150,175,185,.12); }
.nfl-live-situation-grid dl > div:first-child { border-left:0; }
.nfl-live-situation-grid dt { color:#737f86; font-size:8px; }
.nfl-live-situation-grid dd { margin:0; color:#f2f4f3; font:700 18px "DM Mono",monospace; }
.nfl-live-play-feed > div { display:grid; }
.nfl-live-play-feed article { display:grid; grid-template-columns:92px minmax(0,1fr) 46px; align-items:center; gap:12px; min-height:46px; padding:7px 14px; border-top:1px solid rgba(150,175,185,.10); }
.nfl-live-play-feed article:first-child { border-top:0; }
.nfl-live-play-feed article.scoring { background:rgba(130,241,74,.035); }
.nfl-live-play-feed time,.nfl-live-play-feed article > span { color:#737f86; font:650 8px "DM Mono",monospace; }
.nfl-live-play-feed article > span { text-align:right; }
.nfl-live-play-feed p { margin:0; color:#a5afb5; font-size:9px; line-height:1.45; }
.nfl-live-empty { margin:0; padding:22px 16px; color:#737f86; font-size:10px; line-height:1.5; text-align:center; }
.nfl-live-team-stats-head,.nfl-live-team-stats > div:not(.nfl-live-team-stats-head) { display:grid; grid-template-columns:1fr 1.2fr 1fr; align-items:center; min-height:44px; padding:0 16px; border-top:1px solid rgba(150,175,185,.10); text-align:center; }
.nfl-live-team-stats-head { border-top:0; background:rgba(255,255,255,.012); }
.nfl-live-team-stats-head strong { display:flex; align-items:center; gap:7px; color:#f2f4f3; font-size:11px; }
.nfl-live-team-stats-head strong:last-child { justify-content:flex-end; }
.nfl-live-team-stats-head .nfl-v21-team-mark { width:28px; height:28px; }
.nfl-live-team-stats-head span,.nfl-live-team-stats > div > span { color:#66747b; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-live-team-stats > div > b { color:#f2f4f3; font:700 15px "DM Mono",monospace; }
.nfl-live-player-stats > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.nfl-live-player-stats button { display:grid; grid-template-columns:42px minmax(0,1fr) auto; align-items:center; gap:10px; min-height:66px; padding:9px 14px; border:0; border-top:1px solid rgba(150,175,185,.10); background:transparent; color:inherit; text-align:left; cursor:pointer; }
.nfl-live-player-stats button:nth-child(even) { border-left:1px solid rgba(150,175,185,.10); }
.nfl-live-player-stats button:hover { background:rgba(255,255,255,.02); }
.nfl-live-player-stats button > span { display:grid; gap:3px; min-width:0; }
.nfl-live-player-stats button > span strong { overflow:hidden; color:#f2f4f3; font-size:11px; text-overflow:ellipsis; white-space:nowrap; }
.nfl-live-player-stats button small { color:#737f86; font:650 7px "DM Mono",monospace; text-transform:uppercase; }
.nfl-live-player-stats button > b { display:grid; justify-items:end; gap:2px; color:#82f14a; font:700 20px "Bebas Neue","Barlow Condensed",sans-serif; }
.nfl-live-bet-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:12px; }
.nfl-live-bet-grid > article { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:10px 14px; min-width:0; padding:14px; border:1px solid rgba(130,241,74,.24); border-radius:12px; background:#09181f; }
.nfl-live-bet-grid > article.total { border-color:rgba(242,201,76,.26); }
.nfl-live-bet-grid > article.forecast {
  border-color:rgba(130,170,185,.24);
  background:linear-gradient(180deg,rgba(10,27,33,.98),rgba(7,20,25,.99));
}
.nfl-live-bet-grid > article.forecast.cover { border-color:rgba(130,241,74,.22); }
.nfl-live-bet-grid > article.forecast.total { border-color:rgba(242,201,76,.22); }
.nfl-live-bet-grid > article.unavailable { border-color:rgba(130,170,185,.16); }
.nfl-live-bet-grid header { grid-column:1 / -1; display:flex; align-items:center; justify-content:space-between; gap:10px; }
.nfl-live-bet-grid header strong { color:#f2f4f3; font-size:11px; }
.nfl-live-bet-grid header span { color:#82f14a; font:650 7px "DM Mono",monospace; }
.nfl-live-bet-grid .total header span { color:#f2c94c; }
.nfl-live-bet-grid .forecast header span { color:#a5afb5; }
.nfl-live-bet-grid .forecast.cover h3 b { color:#82f14a; }
.nfl-live-bet-grid .forecast.total h3 b { color:#f2c94c; }
.nfl-live-bet-grid .unavailable header span { color:#737f86; }
.nfl-live-bet-grid h3 { grid-column:1 / -1; margin:0; color:#f2f4f3; font-size:17px; }
.nfl-live-bet-grid h3 b { color:#82f14a; }
.nfl-live-pick-probability { grid-column:1 / -1; display:flex; align-items:end; justify-content:space-between; gap:12px; padding:9px 0 10px; border-bottom:1px solid rgba(150,175,185,.11); }
.nfl-live-pick-probability span { color:#a5afb5; font-size:9px; font-weight:600; }
.nfl-live-pick-probability strong { color:#f2f4f3; font:700 30px/1 "Bebas Neue","Barlow Condensed",sans-serif; font-variant-numeric:tabular-nums; }
.nfl-live-bet-grid .cover .nfl-live-pick-probability strong { color:#82f14a; }
.nfl-live-bet-grid .total .nfl-live-pick-probability strong { color:#f2c94c; }
.nfl-live-bet-grid dl { display:flex; gap:22px; margin:0; }
.nfl-live-bet-grid dl > div { display:grid; gap:3px; }
.nfl-live-bet-grid dt { color:#66747b; font:650 7px "DM Mono",monospace; text-transform:uppercase; }
.nfl-live-bet-grid dd { margin:0; color:#f2f4f3; font:700 15px "DM Mono",monospace; }
.nfl-live-bet-grid p { grid-column:1 / -1; margin:0; color:#737f86; font-size:9px; line-height:1.5; }
.nfl-live-bet-grid button { min-height:30px; align-self:end; padding:0 10px; border:1px solid rgba(130,241,74,.4); border-radius:8px; background:rgba(130,241,74,.06); color:#82f14a; font-size:8px; font-weight:700; }
.nfl-live-bet-grid button.selected { background:rgba(130,241,74,.16); }
.nfl-live-bets > .nfl-live-props { margin:0 12px 12px; box-shadow:none; }
.nfl-live-bets > footer { padding:0 14px 13px; color:#66747b; font-size:8px; line-height:1.5; }

@media (max-width:700px) {
  .nfl-score-live-center strong { font-size:31px; }
  .nfl-match-live-mode .nfl-match-tab-content { gap:9px; }
  .nfl-live-scoreboard-panel > header,
  .nfl-live-play-feed > header,
  .nfl-live-team-stats > header,
  .nfl-live-player-stats > header,
  .nfl-live-bets > header { min-height:46px; padding:0 12px; }
  .nfl-live-scoreboard-panel > header strong,
  .nfl-live-play-feed > header strong,
  .nfl-live-team-stats > header strong,
  .nfl-live-player-stats > header strong,
  .nfl-live-bets > header strong { font-size:11px; }
  .nfl-live-scoreline { gap:8px; padding:14px 10px 12px; }
  .nfl-live-scoreline > article { grid-template-columns:35px minmax(0,1fr) auto; gap:6px; }
  .nfl-live-scoreline > article:last-child { grid-template-columns:auto minmax(0,1fr) 35px; }
  .nfl-live-scoreline .nfl-v21-team-mark { width:35px; height:35px; }
  .nfl-live-scoreline article > a,.nfl-live-scoreline article > strong { font-size:9px; }
  .nfl-live-scoreline article > b { font-size:33px; }
  .nfl-live-scoreline > span { font-size:7px; }
  .nfl-live-win-probability { padding:0 11px 12px; }
  .nfl-live-win-probability > div { grid-template-columns:68px minmax(50px,1fr) 68px; gap:7px; }
  .nfl-live-win-probability b { font-size:9px; }
  .nfl-live-scoreboard-panel > footer { padding:10px 11px; }
  .nfl-live-scoreboard-panel > footer span,.nfl-live-scoreboard-panel > footer small { font-size:7px; }
  .nfl-live-situation-grid { grid-template-columns:1fr; gap:9px; }
  .nfl-live-play-feed article { grid-template-columns:64px minmax(0,1fr) 35px; gap:7px; padding:7px 10px; }
  .nfl-live-player-stats > div { grid-template-columns:1fr; }
  .nfl-live-player-stats button:nth-child(even) { border-left:0; }
  .nfl-live-bet-grid { grid-template-columns:1fr; gap:8px; padding:9px; }
  .nfl-live-bet-grid > article { padding:12px; }
  .nfl-live-bets > .nfl-live-props { margin:0 9px 9px; }
  .nfl-live-props > div { grid-template-columns:1fr; }
}

/* Final-game presentation: official result, box score and recap. */
.nfl-match-final-mode .nfl-match-kickoff.is-final strong {
  color:#f2f4f3;
  font:700 46px/.92 "Bebas Neue","Barlow Condensed",sans-serif;
  font-variant-numeric:tabular-nums;
}
.nfl-match-final-mode .nfl-match-kickoff.is-final strong em { color:#737f86; font-style:normal; }
.nfl-match-final-mode .nfl-match-kickoff.is-final b {
  border-color:rgba(130,241,74,.32);
  background:rgba(130,241,74,.06);
  color:#82f14a;
}
.nfl-match-final-mode .nfl-match-team.winner h2,
.nfl-match-final-mode .nfl-match-team.winner > a { color:#f2f4f3; }
.nfl-match-final-mode .nfl-match-team.winner::after {
  content:"WINNER";
  display:inline-flex;
  margin-top:7px;
  color:#82f14a;
  font:650 8px "DM Mono",monospace;
  letter-spacing:.08em;
}
.nfl-match-tabs.is-final { grid-template-columns:repeat(4,minmax(0,1fr)); }
.nfl-postgame-overview {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.nfl-postgame-section {
  overflow:hidden;
  min-width:0;
  border:1px solid rgba(120,155,175,.22);
  border-radius:14px;
  background:linear-gradient(180deg,rgba(14,25,31,.96),rgba(7,14,18,.98));
  box-shadow:0 8px 28px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.025);
}
.nfl-postgame-section > header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  min-height:58px;
  padding:0 16px;
  border-bottom:1px solid rgba(150,175,185,.12);
}
.nfl-postgame-section > header > div { display:grid; gap:3px; min-width:0; }
.nfl-postgame-section > header strong { color:#f2f4f3; font-size:13px; }
.nfl-postgame-section > header span { color:#737f86; font-size:9px; }
.nfl-postgame-section > header small {
  overflow:hidden;
  max-width:46%;
  color:#82f14a;
  font:650 8px "DM Mono",monospace;
  letter-spacing:.06em;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nfl-postgame-section > header button {
  padding:0;
  border:0;
  background:transparent;
  color:#82f14a;
  font-size:9px;
  font-weight:700;
  cursor:pointer;
}
.nfl-postgame-quarters,
.nfl-postgame-leaders { grid-column:1 / -1; }
.nfl-postgame-quarter-grid {
  display:grid;
  grid-template-columns:minmax(92px,1.35fr) repeat(var(--nfl-quarter-columns),minmax(42px,.62fr));
  align-items:center;
  min-width:350px;
  text-align:center;
}
.nfl-postgame-quarter-grid > * {
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  margin:0;
  border-top:1px solid rgba(150,175,185,.10);
  color:#a5afb5;
  font:650 11px "DM Mono",monospace;
  font-style:normal;
  font-variant-numeric:tabular-nums;
}
.nfl-postgame-quarter-grid > .head { border-top:0; }
.nfl-postgame-quarter-grid > span:first-child { justify-content:flex-start; padding-left:15px; }
.nfl-postgame-quarter-grid > b {
  justify-content:flex-start;
  gap:8px;
  padding-left:12px;
  color:#f2f4f3;
}
.nfl-postgame-quarter-grid > b .nfl-v21-team-mark { width:28px; height:28px; flex:0 0 auto; }
.nfl-postgame-quarter-grid > b i { overflow:hidden; font-style:normal; text-overflow:ellipsis; }
.nfl-postgame-quarter-grid > strong { color:#f2f4f3; font-size:14px; }
.nfl-postgame-leaders > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); }
.nfl-postgame-leaders article {
  display:grid;
  grid-template-columns:minmax(0,1fr) 72px minmax(0,1fr);
  align-items:center;
  gap:10px;
  min-height:76px;
  padding:10px 16px;
  border-top:1px solid rgba(150,175,185,.10);
}
.nfl-postgame-leaders article:nth-child(-n + 2) { border-top:0; }
.nfl-postgame-leaders article:nth-child(even) { border-left:1px solid rgba(150,175,185,.10); }
.nfl-postgame-leaders article > div { display:grid; gap:4px; min-width:0; }
.nfl-postgame-leaders article > div:last-child { text-align:right; }
.nfl-postgame-leaders article strong {
  overflow:hidden;
  color:#f2f4f3;
  font-size:11px;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.nfl-postgame-leaders article span { color:#737f86; font:600 8px/1.4 "DM Mono",monospace; }
.nfl-postgame-leaders article > b { color:#82f14a; font:650 8px "DM Mono",monospace; text-align:center; text-transform:uppercase; }
.nfl-postgame-stat-head,
.nfl-postgame-stat-row {
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  align-items:center;
  min-height:43px;
  padding:0 15px;
  border-top:1px solid rgba(150,175,185,.10);
  text-align:center;
}
.nfl-postgame-stat-head { border-top:0; background:rgba(255,255,255,.012); }
.nfl-postgame-stat-head strong { display:flex; align-items:center; gap:7px; color:#f2f4f3; font-size:11px; }
.nfl-postgame-stat-head strong:last-child { justify-content:flex-end; }
.nfl-postgame-stat-head .nfl-v21-team-mark { width:28px; height:28px; }
.nfl-postgame-stat-head span,
.nfl-postgame-stat-row span { color:#66747b; font:650 8px "DM Mono",monospace; text-transform:uppercase; }
.nfl-postgame-stat-row b { color:#f2f4f3; font:700 14px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-postgame-scoring-list { display:grid; }
.nfl-postgame-scoring-list article {
  display:grid;
  grid-template-columns:66px 30px minmax(0,1fr) 44px;
  align-items:center;
  gap:9px;
  min-height:50px;
  padding:7px 14px;
  border-top:1px solid rgba(150,175,185,.10);
}
.nfl-postgame-scoring-list article:first-child { border-top:0; }
.nfl-postgame-scoring-list time { color:#737f86; font:650 8px "DM Mono",monospace; }
.nfl-postgame-scoring-list .nfl-v21-team-mark { width:28px; height:28px; }
.nfl-postgame-scoring-list p { margin:0; color:#a5afb5; font-size:9px; line-height:1.45; }
.nfl-postgame-scoring-list article > strong { color:#f2f4f3; font:700 13px "DM Mono",monospace; text-align:right; }
.nfl-postgame-drives > div { display:grid; }
.nfl-postgame-drives article {
  display:grid;
  grid-template-columns:28px 30px minmax(0,1fr) minmax(90px,.75fr) 62px;
  align-items:center;
  gap:10px;
  min-height:56px;
  padding:7px 15px;
  border-top:1px solid rgba(150,175,185,.10);
}
.nfl-postgame-drives article:first-child { border-top:0; }
.nfl-postgame-drives article.scoring { background:rgba(130,241,74,.035); }
.nfl-postgame-drives article > b,
.nfl-postgame-drives article > i { color:#737f86; font:650 8px "DM Mono",monospace; font-style:normal; }
.nfl-postgame-drives .nfl-v21-team-mark { width:28px; height:28px; }
.nfl-postgame-drives article > span { display:grid; gap:3px; }
.nfl-postgame-drives article > span strong { color:#f2f4f3; font-size:10px; }
.nfl-postgame-drives article > span small { color:#737f86; font-size:8px; }
.nfl-postgame-drives article > em { color:#a5afb5; font-size:9px; font-style:normal; text-align:right; }
.nfl-postgame-empty { margin:0; padding:24px 16px; color:#737f86; font-size:10px; line-height:1.5; text-align:center; }
.nfl-postgame-recap ul { display:grid; gap:9px; margin:0; padding:16px 18px 18px 35px; }
.nfl-postgame-recap li { padding-left:3px; color:#a5afb5; font-size:10px; line-height:1.55; }
.nfl-postgame-recap li::marker { color:#82f14a; }

@media (max-width:800px) {
  .nfl-postgame-overview { grid-template-columns:1fr; gap:9px; }
  .nfl-postgame-quarters,
  .nfl-postgame-leaders { grid-column:auto; }
  .nfl-postgame-section > header { min-height:50px; padding:0 12px; }
  .nfl-postgame-leaders > div { grid-template-columns:1fr; }
  .nfl-postgame-leaders article:nth-child(n) { border-left:0; border-top:1px solid rgba(150,175,185,.10); }
  .nfl-postgame-leaders article:first-child { border-top:0; }
}

@media (max-width:520px) {
  .nfl-match-final-mode .nfl-match-kickoff.is-final strong { font-size:35px; }
  .nfl-match-final-mode .nfl-match-team.winner::after { font-size:7px; }
  .nfl-match-tabs.is-final button { padding-inline:4px; font-size:8px; }
  .nfl-postgame-quarter-grid { min-width:330px; grid-template-columns:minmax(78px,1.25fr) repeat(var(--nfl-quarter-columns),minmax(36px,.6fr)); }
  .nfl-postgame-quarter-grid > * { min-height:41px; font-size:9px; }
  .nfl-postgame-quarter-grid > b { gap:5px; padding-left:8px; }
  .nfl-postgame-quarter-grid > b .nfl-v21-team-mark { width:24px; height:24px; }
  .nfl-postgame-leaders article { grid-template-columns:minmax(0,1fr) 52px minmax(0,1fr); gap:7px; min-height:70px; padding:9px 10px; }
  .nfl-postgame-leaders article strong { font-size:9px; }
  .nfl-postgame-leaders article span { font-size:7px; }
  .nfl-postgame-stat-head,
  .nfl-postgame-stat-row { min-height:41px; padding:0 10px; }
  .nfl-postgame-scoring-list article { grid-template-columns:52px 26px minmax(0,1fr) 36px; gap:6px; padding:7px 9px; }
  .nfl-postgame-scoring-list .nfl-v21-team-mark { width:25px; height:25px; }
  .nfl-postgame-drives article { grid-template-columns:22px 26px minmax(0,1fr) 72px; gap:7px; padding:7px 10px; }
  .nfl-postgame-drives article > i { display:none; }
}

/* Historical game-total and player-prop O/U market intelligence (v55). */
.nfl-market-kind-nav {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:0;
  margin:14px 18px 0;
  border:1px solid rgba(120,155,175,.22);
  border-radius:10px;
  background:#0c161c;
  overflow:hidden;
}
.nfl-market-kind-nav button {
  min-height:38px;
  padding:0 12px;
  border:0;
  border-left:1px solid rgba(150,175,185,.12);
  background:transparent;
  color:#929ca2;
  font:700 9px "DM Mono",monospace;
  letter-spacing:.04em;
  text-transform:uppercase;
  cursor:pointer;
}
.nfl-market-kind-nav button:first-child { border-left:0; }
.nfl-market-kind-nav button.active {
  color:#82f14a;
  background:rgba(130,241,74,.065);
  box-shadow:inset 0 -2px #82f14a;
}

.nfl-match-total-history > header { gap:14px; }
.nfl-match-total-history > header > div { display:grid; gap:2px; }
.nfl-match-page .nfl-match-total-history > header > div span {
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  color:#737f86;
  font-family:inherit;
  font-size:9px;
  font-weight:500;
  letter-spacing:0;
  text-transform:none;
}
.nfl-match-total-history > header button,
.nfl-total-history-context > button {
  display:flex;
  align-items:center;
  gap:6px;
  padding:7px 0;
  border:0;
  background:transparent;
  color:#82f14a;
  font-size:10px;
  font-weight:700;
  cursor:pointer;
}
.nfl-match-total-history > header button svg,
.nfl-total-history-context > button svg { width:15px; }
.nfl-match-total-history > div {
  display:grid;
  grid-template-columns:minmax(0,1fr) 34px minmax(0,1fr);
  align-items:center;
  gap:12px;
  padding:17px 18px 19px;
}
.nfl-match-total-history > div > span {
  color:#4f5b61;
  font:700 8px "DM Mono",monospace;
  text-align:center;
}
.nfl-match-total-history article {
  display:grid;
  grid-template-columns:38px minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  min-width:0;
}
.nfl-match-total-history article.home { text-align:right; }
.nfl-match-total-history article .nfl-v21-team-mark { width:38px; height:38px; }
.nfl-match-total-history article.home .nfl-v21-team-mark { order:3; }
.nfl-match-total-history article > div { display:grid; gap:3px; min-width:0; }
.nfl-match-total-history article > div strong { color:#f2f4f3; font-size:11px; }
.nfl-match-total-history article > div span { color:#737f86; font-size:8px; }
.nfl-match-total-history article > b {
  display:grid;
  gap:2px;
  color:#f2f4f3;
  font:700 27px/1 "Bebas Neue","Barlow Condensed",sans-serif;
  font-variant-numeric:tabular-nums;
}
.nfl-match-total-history article > b small { color:#737f86; font:600 7px "DM Mono",monospace; }
.nfl-match-total-history article > em {
  grid-column:2/4;
  color:#a5afb5;
  font:700 11px "DM Mono",monospace;
  font-style:normal;
}
.nfl-match-total-history article.home > em { grid-column:1/3; }
.nfl-match-total-history article > em.positive { color:#82f14a; }
.nfl-match-total-history article > em.negative { color:#a5afb5; }
.nfl-match-total-history article > i {
  grid-column:2/4;
  color:#f2f4f3;
  font:700 13px/1.15 "DM Mono",monospace;
  font-style:normal;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.nfl-match-total-history article.home > i {
  grid-column:1/3;
  text-align:right;
}

.nfl-total-history-context > header { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.nfl-total-history-context > header > strong,
.nfl-total-history-context > header > span { padding:0; background:transparent; }
.nfl-total-history-context > button { margin:0 16px 14px auto; }

.nfl-total-deep-summary > div {
  display:grid;
  grid-template-columns:minmax(0,1fr) 32px minmax(0,1fr);
  align-items:stretch;
  gap:12px;
  padding:18px;
}
.nfl-total-deep-summary > div > span {
  align-self:center;
  color:#4f5b61;
  font:700 8px "DM Mono",monospace;
  text-align:center;
}
.nfl-total-deep-summary article,
.nfl-total-deep-lines article {
  display:grid;
  grid-template-columns:36px minmax(0,1fr) repeat(3,auto);
  align-items:center;
  gap:9px;
  min-width:0;
  padding:12px;
  border:1px solid rgba(120,155,175,.18);
  border-radius:11px;
  background:rgba(9,18,24,.72);
}
.nfl-total-deep-summary article .nfl-v21-team-mark,
.nfl-total-deep-lines article .nfl-v21-team-mark { width:36px; height:36px; }
.nfl-total-deep-summary article > div { display:grid; gap:2px; min-width:0; }
.nfl-total-deep-summary article > div strong { color:#f2f4f3; font-size:11px; }
.nfl-total-deep-summary article > div span { color:#737f86; font-size:7px; }
.nfl-total-deep-summary article > b,
.nfl-total-deep-summary article > em,
.nfl-total-deep-summary article > i {
  display:grid;
  gap:2px;
  color:#f2f4f3;
  font:700 16px "DM Mono",monospace;
  font-style:normal;
  font-variant-numeric:tabular-nums;
  text-align:right;
}
.nfl-total-deep-summary article > b small,
.nfl-total-deep-summary article > em small,
.nfl-total-deep-summary article > i small { color:#737f86; font:600 7px "DM Mono",monospace; }
.nfl-total-deep-summary article > i.positive { color:#82f14a; }
.nfl-total-deep-summary article > i.negative { color:#a5afb5; }

.nfl-total-deep-lines > div { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; padding:18px; }
.nfl-total-deep-lines > div > article { display:block; padding:14px; }
.nfl-total-deep-lines h3 { margin:0 0 12px; color:#f2f4f3; font-size:12px; }
.nfl-total-deep-lines article > div { display:grid; gap:8px; }
.nfl-total-deep-lines article article { grid-template-columns:32px minmax(0,1fr) repeat(3,auto); padding:9px; }
.nfl-total-deep-lines article article .nfl-v21-team-mark { width:32px; height:32px; }
.nfl-total-deep-lines article article > div { display:grid; gap:2px; }
.nfl-total-deep-lines article article > div strong { color:#f2f4f3; font-size:10px; }
.nfl-total-deep-lines article article > div span,
.nfl-total-deep-lines article article small { color:#737f86; font-size:7px; }
.nfl-total-deep-lines article article > b,
.nfl-total-deep-lines article article > em,
.nfl-total-deep-lines article article > i { display:grid; gap:2px; color:#f2f4f3; font:700 12px "DM Mono",monospace; font-style:normal; text-align:right; }
.nfl-total-deep-lines article article > i.positive { color:#82f14a; }

.nfl-total-market-signal dl {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  margin:0;
  padding:0;
}
.nfl-total-market-signal dl > div { display:grid; gap:5px; padding:15px 18px; border-right:1px solid rgba(150,175,185,.1); border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-total-market-signal dl > div:nth-child(3n) { border-right:0; }
.nfl-total-market-signal dl > div:nth-last-child(-n+3) { border-bottom:0; }
.nfl-total-market-signal dt { color:#737f86; font-size:8px; text-transform:uppercase; }
.nfl-total-market-signal dd { margin:0; color:#f2f4f3; font:700 17px "DM Mono",monospace; font-variant-numeric:tabular-nums; }

.nfl-total-game-log > div { display:grid; }
.nfl-total-game-log > div > button {
  display:grid;
  grid-template-columns:30px 72px minmax(120px,1fr) 84px 84px 56px;
  align-items:center;
  gap:9px;
  min-height:51px;
  padding:7px 16px;
  border:0;
  border-top:1px solid rgba(150,175,185,.1);
  background:transparent;
  color:#a5afb5;
  text-align:left;
  cursor:pointer;
}
.nfl-total-game-log > div > button:first-child { border-top:0; }
.nfl-total-game-log .nfl-v21-team-mark { width:28px; height:28px; }
.nfl-total-game-log time,
.nfl-total-game-log span { color:#737f86; font:600 8px "DM Mono",monospace; }
.nfl-total-game-log strong { color:#f2f4f3; font-size:9px; }
.nfl-total-game-log b,
.nfl-total-game-log em { color:#a5afb5; font:700 9px "DM Mono",monospace; font-style:normal; text-align:right; }
.nfl-total-game-log b.cover,
.nfl-total-game-log em.positive { color:#82f14a; }

.nfl-player-prop-market-history {
  margin:16px 18px 18px;
  border:1px solid rgba(120,155,175,.2);
  border-radius:12px;
  background:rgba(7,16,21,.72);
  overflow:hidden;
}
.nfl-player-prop-market-history > header { display:flex; align-items:center; justify-content:space-between; gap:12px; min-height:52px; padding:9px 13px; border-bottom:1px solid rgba(150,175,185,.1); }
.nfl-player-prop-market-history > header > div { display:grid; gap:3px; }
.nfl-player-prop-market-history > header strong { color:#f2f4f3; font-size:12px; }
.nfl-player-prop-market-history > header span { color:#737f86; font-size:8px; }
.nfl-player-prop-market-history > header i { padding:4px 7px; border:1px solid rgba(120,155,175,.22); border-radius:999px; color:#8a9499; font-size:7px; font-style:normal; text-transform:uppercase; }
.nfl-player-prop-market-history > header i.strong { color:#82f14a; border-color:rgba(130,241,74,.32); }
.nfl-player-prop-market-summary { display:grid; grid-template-columns:repeat(5,minmax(0,1fr)); }
.nfl-player-prop-market-summary article { display:grid; gap:4px; min-width:0; padding:13px; border-right:1px solid rgba(150,175,185,.1); }
.nfl-player-prop-market-summary article:last-child { border-right:0; }
.nfl-player-prop-market-summary span,
.nfl-player-prop-market-summary small { color:#737f86; font-size:7px; }
.nfl-player-prop-market-summary strong { color:#f2f4f3; font:700 17px "DM Mono",monospace; font-variant-numeric:tabular-nums; }
.nfl-player-prop-market-summary strong.positive { color:#82f14a; }
.nfl-player-prop-market-summary strong.negative { color:#a5afb5; }
.nfl-player-prop-market-log { display:grid; border-top:1px solid rgba(150,175,185,.1); }
.nfl-player-prop-market-log button {
  display:grid;
  grid-template-columns:70px minmax(90px,1fr) 74px 64px 110px;
  align-items:center;
  gap:8px;
  min-height:43px;
  padding:6px 13px;
  border:0;
  border-top:1px solid rgba(150,175,185,.08);
  background:transparent;
  color:#a5afb5;
  text-align:left;
  cursor:pointer;
}
.nfl-player-prop-market-log button:first-child { border-top:0; }
.nfl-player-prop-market-log time,
.nfl-player-prop-market-log span,
.nfl-player-prop-market-log em { color:#737f86; font:600 8px "DM Mono",monospace; font-style:normal; }
.nfl-player-prop-market-log strong,
.nfl-player-prop-market-log b { color:#f2f4f3; font-size:8px; }
.nfl-player-prop-market-log b.cover { color:#82f14a; }
.nfl-player-prop-market-history.is-building { padding:16px; }
.nfl-player-prop-market-history.is-building p { margin:6px 0 0; color:#737f86; font-size:9px; line-height:1.5; }

@media (max-width:800px) {
  .nfl-total-deep-lines > div { grid-template-columns:1fr; }
  .nfl-player-prop-market-summary { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .nfl-player-prop-market-summary article:nth-child(3) { border-right:0; }
  .nfl-player-prop-market-summary article:nth-child(n+4) { border-top:1px solid rgba(150,175,185,.1); }
  .nfl-total-game-log > div { overflow-x:auto; }
  .nfl-total-game-log > div > button { min-width:620px; }
}

@media (max-width:520px) {
  .nfl-market-kind-nav { margin:10px 11px 0; }
  .nfl-market-kind-nav button { min-height:35px; padding:0 6px; font-size:7px; }
  .nfl-match-total-history > header { min-height:52px; padding:7px 11px; }
  .nfl-match-total-history > header button { font-size:8px; }
  .nfl-match-total-history > div { grid-template-columns:minmax(0,1fr) 22px minmax(0,1fr); gap:5px; padding:13px 10px 15px; }
  .nfl-match-total-history article { grid-template-columns:28px minmax(0,1fr); gap:6px; }
  .nfl-match-total-history article .nfl-v21-team-mark { width:28px; height:28px; }
  .nfl-match-total-history article.home .nfl-v21-team-mark { order:0; }
  .nfl-match-total-history article > b { grid-column:1/3; font-size:25px; }
  .nfl-match-total-history article.home > b { justify-items:end; }
  .nfl-match-total-history article > em,
  .nfl-match-total-history article.home > em { grid-column:1/3; font-size:9px; }
  .nfl-match-total-history article.home > em { text-align:right; }
  .nfl-match-total-history article > i,
  .nfl-match-total-history article.home > i { grid-column:1/-1; font-size:12px; }
  .nfl-total-deep-summary > div { grid-template-columns:minmax(0,1fr) 18px minmax(0,1fr); gap:5px; padding:10px; }
  .nfl-total-deep-summary article { grid-template-columns:28px minmax(0,1fr); gap:6px; padding:9px; }
  .nfl-total-deep-summary article .nfl-v21-team-mark { width:28px; height:28px; }
  .nfl-total-deep-summary article > b,
  .nfl-total-deep-summary article > em,
  .nfl-total-deep-summary article > i { grid-column:1/3; justify-items:start; font-size:12px; text-align:left; }
  .nfl-total-deep-summary article.home > b,
  .nfl-total-deep-summary article.home > em,
  .nfl-total-deep-summary article.home > i { justify-items:end; text-align:right; }
  .nfl-total-deep-lines > div { gap:9px; padding:10px; }
  .nfl-total-deep-lines > div > article { padding:10px; }
  .nfl-total-deep-lines article article { grid-template-columns:26px minmax(0,1fr) repeat(3,auto); gap:5px; padding:7px; }
  .nfl-total-deep-lines article article .nfl-v21-team-mark { width:26px; height:26px; }
  .nfl-total-deep-lines article article > b,
  .nfl-total-deep-lines article article > em,
  .nfl-total-deep-lines article article > i { font-size:9px; }
  .nfl-total-market-signal dl { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-total-market-signal dl > div:nth-child(3n) { border-right:1px solid rgba(150,175,185,.1); }
  .nfl-total-market-signal dl > div:nth-child(2n) { border-right:0; }
  .nfl-total-market-signal dl > div:nth-last-child(-n+3) { border-bottom:1px solid rgba(150,175,185,.1); }
  .nfl-total-market-signal dl > div:nth-last-child(-n+2) { border-bottom:0; }
  .nfl-total-market-signal dl > div { padding:11px; }
  .nfl-total-market-signal dd { font-size:13px; }
  .nfl-player-prop-market-history { margin:13px 10px; }
  .nfl-player-prop-market-history > header { align-items:flex-start; }
  .nfl-player-prop-market-summary { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .nfl-player-prop-market-summary article,
  .nfl-player-prop-market-summary article:nth-child(3) { border-right:1px solid rgba(150,175,185,.1); border-top:1px solid rgba(150,175,185,.1); padding:10px; }
  .nfl-player-prop-market-summary article:nth-child(-n+2) { border-top:0; }
  .nfl-player-prop-market-summary article:nth-child(2n) { border-right:0; }
  .nfl-player-prop-market-summary article:last-child { grid-column:1/-1; border-right:0; }
  .nfl-player-prop-market-log { overflow-x:auto; }
  .nfl-player-prop-market-log button { min-width:510px; }
}
