/* NFL EDGE theme + Pinnacle comparison layer. Presentation-only. */
:root{--cmp-line:#2577d8;--cmp-price:#14934d;--cmp-both:#7a35c2;--cmp-worse:#d33b35;--cmp-same:#7e8790;--theme-shadow:0 5px 18px rgba(20,24,32,.08)}
html,body{transition:background 180ms ease,color 180ms ease}.appbar{overflow:visible}.appbar-right{position:relative}.theme-trigger,.compare-toggle,.compare-info{border:1px solid var(--line);background:var(--surface);color:var(--ink);min-height:34px}.theme-trigger{display:flex;align-items:center;gap:5px;padding:0 8px;border-radius:9px}.theme-dots{display:inline-flex;gap:3px}.theme-dots i{width:7px;height:7px;border-radius:50%;display:block}.theme-dots i:nth-child(1){background:#3ed783}.theme-dots i:nth-child(2){background:#4fa6ff}.theme-dots i:nth-child(3){background:#be6bf4}.theme-dots i:nth-child(4){background:#ff6d55}.theme-caret{font-size:10px;color:var(--ink-3)}
.compare-toggle{position:relative;width:42px;border-radius:999px;padding:2px;background:#aeb4bc}.compare-toggle span{position:absolute;top:3px;left:3px;width:26px;height:26px;max-width:18px;max-height:18px;border-radius:50%;background:white;box-shadow:0 1px 3px rgba(0,0,0,.25);transition:left 160ms ease}.compare-toggle.is-on{background:var(--edge-blue)}.compare-toggle.is-on span{left:20px}.compare-info{width:34px;border-radius:50%;font-weight:900}.theme-popover{position:absolute;top:44px;right:84px;z-index:160;width:260px;padding:12px;border-radius:14px;background:var(--surface);border:1px solid var(--line);box-shadow:0 16px 44px rgba(0,0,0,.24)}.theme-popover[hidden]{display:none}.theme-popover h4{margin:0 0 9px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-3)}.theme-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.theme-tile{border:1px solid var(--line);background:var(--surface-2);border-radius:10px;padding:8px 5px;text-align:center;font-size:10px;font-weight:800}.theme-tile[aria-pressed="true"]{outline:2px solid var(--edge-blue);outline-offset:1px}.tile-swatch{display:block;height:26px;border-radius:7px;border:1px solid rgba(120,120,120,.25);margin-bottom:4px}.theme-tile-light .tile-swatch{background:#f4f1ec}.theme-tile-cream .tile-swatch{background:#eee4cc}.theme-tile-slate .tile-swatch{background:linear-gradient(145deg,#101622,#242f42)}.theme-tile-mint .tile-swatch{background:#cfe9dc}.theme-tile-fancy .tile-swatch{background:linear-gradient(145deg,#0b1425,#8b673f)}.theme-tile-modern .tile-swatch{background:linear-gradient(145deg,#081322,#265f94)}.theme-tile-extreme .tile-swatch{background:linear-gradient(145deg,#050605,#c7ff00)}
.compare-help{width:min(92vw,460px);border:0;padding:0;background:transparent}.compare-help::backdrop{background:rgba(11,19,32,.66)}.compare-help-card{padding:16px;border:1px solid var(--line);border-radius:16px;background:var(--surface);color:var(--ink);box-shadow:0 18px 60px rgba(0,0,0,.35)}.compare-help-card h2{margin:0 0 4px}.compare-help-card p{color:var(--ink-3);font-size:13px}.compare-legend{margin-top:12px}.compare-legend>div{display:grid;grid-template-columns:18px 72px 1fr;gap:8px;align-items:center;padding:8px 0;border-bottom:1px solid var(--line);font-size:12px}.compare-legend>div:last-child{border-bottom:0}.legend-dot{width:12px;height:12px;border-radius:50%;display:block}.legend-dot.cmp-line{background:var(--cmp-line)}.legend-dot.cmp-price{background:var(--cmp-price)}.legend-dot.cmp-both{background:var(--cmp-both)}.legend-dot.cmp-worse{background:var(--cmp-worse)}.legend-dot.cmp-same{border:2px solid var(--cmp-same);background:transparent}.compare-example{line-height:1.5}
/* Live game-card market comparison rows. Pinnacle is never rendered here. */
.game-compare{display:flex;flex-direction:column;gap:6px;margin-top:8px}.game-compare-row{position:relative;display:grid;grid-template-columns:74px 1fr auto;gap:8px;align-items:center;padding:7px 8px 7px 12px;border:1px solid var(--line);border-radius:9px;background:var(--surface-2);overflow:hidden;text-align:left}.game-compare-row::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent}.game-compare-book{font-size:10px;font-weight:900;letter-spacing:.05em}.game-compare-market{font-size:11px;font-weight:750}.game-compare-price{font-size:11px;font-weight:850}.game-compare-label{display:none;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}.pinny-compare-on .game-compare-row.cmp-line{border-color:var(--cmp-line);background:color-mix(in srgb,var(--cmp-line) 10%,var(--surface-2))}.pinny-compare-on .game-compare-row.cmp-price{border-color:var(--cmp-price);background:color-mix(in srgb,var(--cmp-price) 10%,var(--surface-2))}.pinny-compare-on .game-compare-row.cmp-both{border-color:var(--cmp-both);background:color-mix(in srgb,var(--cmp-both) 11%,var(--surface-2))}.pinny-compare-on .game-compare-row.cmp-worse{border-color:var(--cmp-worse);background:color-mix(in srgb,var(--cmp-worse) 9%,var(--surface-2))}.pinny-compare-on .game-compare-row.cmp-line::before{background:var(--cmp-line)}.pinny-compare-on .game-compare-row.cmp-price::before{background:var(--cmp-price)}.pinny-compare-on .game-compare-row.cmp-both::before{background:var(--cmp-both)}.pinny-compare-on .game-compare-row.cmp-worse::before{background:var(--cmp-worse)}.pinny-compare-on .game-compare-label{display:block}.cmp-line .game-compare-label{color:var(--cmp-line)}.cmp-price .game-compare-label{color:var(--cmp-price)}.cmp-both .game-compare-label{color:var(--cmp-both)}.cmp-worse .game-compare-label{color:var(--cmp-worse)}.cmp-same .game-compare-label{color:var(--cmp-same)}
/* Theme: Cream — warm editorial paper. */
[data-theme="cream"]{--bg:#eee4cc;--surface:#faf3e4;--surface-2:#f3ead8;--ink:#211b13;--ink-2:#473d2e;--ink-3:#7a6a52;--ink-4:#9d8e76;--line:#d7c8aa;--edge-blue:#7a5d32;--action-bet:#477a54;--action-soft:#e2efdf;--no-soft:#f2ded4;--warn:#9a6414;--warn-bg:#f4e6bf;--ribbon-hhr:#477a54;--ribbon-balanced:#a87321;--ribbon-value:#74528d;--ribbon-hhr-soft:#e4eee1;--ribbon-balanced-soft:#f2e6c6;--ribbon-value-soft:#eadff0}
[data-theme="cream"] body{font-family:Georgia,"Times New Roman",serif}
/* Theme: Slate — polished dark glass. */
[data-theme="slate"]{--bg:#0c121b;--surface:#171f2d;--surface-2:#243040;--ink:#eef3f8;--ink-2:#c7d0dd;--ink-3:#93a0b3;--ink-4:#6f7c90;--line:#334154;--edge-blue:#58a9f3;--action-bet:#52d79b;--action-soft:#163c31;--no-soft:#462522;--warn:#e8b24a;--warn-bg:#42351c;--ribbon-hhr:#52d79b;--ribbon-balanced:#e8b24a;--ribbon-value:#b47be4;--ribbon-hhr-soft:#183d32;--ribbon-balanced-soft:#3e321e;--ribbon-value-soft:#352747}
[data-theme="slate"] body{background:radial-gradient(circle at 20% 0%,#15243a 0,#0c121b 38%)}[data-theme="slate"] .hcard,[data-theme="slate"] .gcard,[data-theme="slate"] .detail-card,[data-theme="slate"] .week-card,[data-theme="slate"] .setup-card{box-shadow:0 10px 28px rgba(0,0,0,.26)}
/* Theme: Mint — unmistakably mint, still light. */
[data-theme="mint"]{--bg:#cfe9dc;--surface:#edf8f2;--surface-2:#dcefe5;--ink:#123225;--ink-2:#315847;--ink-3:#587668;--ink-4:#78998a;--line:#abd4bf;--edge-blue:#1b7d51;--action-bet:#247a4c;--action-soft:#d2efdf;--no-soft:#f3ddd8;--warn:#9a6c15;--warn-bg:#f4e7c6;--ribbon-hhr:#247a4c;--ribbon-balanced:#a87518;--ribbon-value:#76519b;--ribbon-hhr-soft:#d0eadb;--ribbon-balanced-soft:#eee2bd;--ribbon-value-soft:#e2d8ea}
[data-theme="mint"] body{background:linear-gradient(180deg,#d9efe3 0,#c7e5d4 100%)}[data-theme="mint"] .hcard,[data-theme="mint"] .gcard,[data-theme="mint"] .detail-card,[data-theme="mint"] .week-card,[data-theme="mint"] .wager-card{border-radius:20px;box-shadow:0 7px 20px rgba(30,88,61,.10)}
/* Theme: Fancy — dark navy western / saloon. */
[data-theme="fancy"]{--bg:#091326;--surface:#151e31;--surface-2:#2b2b35;--ink:#f4ead9;--ink-2:#dfcfb8;--ink-3:#b8a58b;--ink-4:#8f7d66;--line:#7b603d;--edge-blue:#d0a565;--action-bet:#6faa7e;--action-soft:#233a34;--no-soft:#482a24;--warn:#d9a052;--warn-bg:#3b312a;--ribbon-hhr:#6faa7e;--ribbon-balanced:#c39254;--ribbon-value:#9a78bd;--ribbon-hhr-soft:#233a34;--ribbon-balanced-soft:#3b312a;--ribbon-value-soft:#362d42}
[data-theme="fancy"] body{font-family:Rockwell,"Rockwell Extra Bold",Clarendon,"DejaVu Serif",Georgia,serif;background:radial-gradient(circle at 50% -10%,#16243f 0,#091326 46%,#07101e 100%)}[data-theme="fancy"] .app-name,[data-theme="fancy"] .hcard-title,[data-theme="fancy"] .slate-title,[data-theme="fancy"] .section-h,[data-theme="fancy"] .week-title{font-family:Rockwell,"Rockwell Extra Bold",Clarendon,"DejaVu Serif",Georgia,serif;font-weight:900;letter-spacing:.05em}[data-theme="fancy"] .app-name{text-transform:uppercase}[data-theme="fancy"] .hcard,[data-theme="fancy"] .gcard,[data-theme="fancy"] .detail-card,[data-theme="fancy"] .week-card,[data-theme="fancy"] .wager-card{border:3px double #7a603d;box-shadow:inset 0 0 0 1px rgba(224,188,128,.08),0 8px 24px rgba(0,0,0,.28)}[data-theme="fancy"] .hcard-tag{display:inline-block;border:1px solid currentColor;padding:3px 7px;letter-spacing:.14em}
/* Theme: Modern — Y2K glossy tech, materially different from Slate. */
[data-theme="modern"]{--bg:#07111f;--surface:#12233c;--surface-2:#1b3352;--ink:#eaf4ff;--ink-2:#cbdff3;--ink-3:#9bb0c8;--ink-4:#7189a4;--line:#3e6f9f;--edge-blue:#58b4ff;--action-bet:#64f0a6;--action-soft:#163d34;--no-soft:#4b2927;--warn:#ffb84d;--warn-bg:#43351d;--ribbon-hhr:#4cd8a0;--ribbon-balanced:#57aef7;--ribbon-value:#be79f0;--ribbon-hhr-soft:#163d34;--ribbon-balanced-soft:#24496f;--ribbon-value-soft:#39294d}
[data-theme="modern"] body{font-family:"Trebuchet MS",Verdana,Arial,sans-serif;background:linear-gradient(180deg,#0c1b30 0,#050b14 100%)}[data-theme="modern"] .appbar,[data-theme="modern"] .tabbar{background:linear-gradient(180deg,#1b3152,#101d31);border-color:#4b81b4}[data-theme="modern"] .hcard,[data-theme="modern"] .gcard,[data-theme="modern"] .detail-card,[data-theme="modern"] .week-card,[data-theme="modern"] .wager-card,[data-theme="modern"] .game-compare-row{border-radius:3px;background:linear-gradient(180deg,#1b3456 0,#10223c 52%,#0c192d 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.14),0 8px 24px rgba(0,0,0,.28)}[data-theme="modern"] .action-verb,[data-theme="modern"] .hcard-secondary,[data-theme="modern"] .btn-primary,[data-theme="modern"] .btn-secondary,[data-theme="modern"] .theme-trigger,[data-theme="modern"] .compare-info{border-radius:3px;box-shadow:inset 0 1px 0 rgba(255,255,255,.32);background-image:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,0))}[data-theme="modern"] .reason,[data-theme="modern"] .hcard-title{color:#eef7ff;text-shadow:0 1px 0 #000}
/* Theme: Extreme — old analog dashboard. Signal colors only. */
[data-theme="extreme"]{--bg:#050605;--surface:#080a08;--surface-2:#0d0f0d;--ink:#f0f2ed;--ink-2:#d8ddd5;--ink-3:#a0a69d;--ink-4:#787e76;--line:#282d28;--edge-blue:#c7ff00;--action-bet:#c7ff00;--action-no:#ff7a00;--action-soft:#0a0c09;--no-soft:#140b05;--warn:#ff7a00;--warn-bg:#140b05;--ribbon-hhr:#e8ebe5;--ribbon-balanced:#ff7a00;--ribbon-value:#146cff;--ribbon-hhr-soft:#0d0f0d;--ribbon-balanced-soft:#140b05;--ribbon-value-soft:#071227;--cmp-line:#146cff;--cmp-price:#c7ff00;--cmp-both:#7d5cff;--cmp-worse:#ff7a00}
[data-theme="extreme"] body{font-family:"Courier New",ui-monospace,monospace;background:#050605}[data-theme="extreme"] .appbar,[data-theme="extreme"] .tabbar{background:#070807;border-color:#363b36}[data-theme="extreme"] .hcard,[data-theme="extreme"] .gcard,[data-theme="extreme"] .detail-card,[data-theme="extreme"] .week-card,[data-theme="extreme"] .wager-card,[data-theme="extreme"] .manual,[data-theme="extreme"] .game-compare-row,[data-theme="extreme"] .theme-trigger,[data-theme="extreme"] .compare-info{border-radius:0;box-shadow:none}[data-theme="extreme"] .hcard::before{width:2px}[data-theme="extreme"] .action-verb{border-radius:0;border:1px solid #c7ff00;background:#0a0c09;color:#c7ff00;text-shadow:0 0 8px rgba(199,255,0,.45)}[data-theme="extreme"] .action-verb.is-no{border-color:#ff7a00;background:#0c0906;color:#ff7a00;text-shadow:0 0 8px rgba(255,122,0,.35)}[data-theme="extreme"] .hcard-title{font-size:1.18rem;line-height:1.38}[data-theme="extreme"] .hcard-tag{font-size:.82rem}[data-theme="extreme"] .warning-list,[data-theme="extreme"] .reason{font-size:.93rem;line-height:1.5}[data-theme="extreme"] .hcard-secondary{font-size:.9rem;line-height:1.45}[data-theme="extreme"] .slate-title,[data-theme="extreme"] .section-h,[data-theme="extreme"] .week-title{font-size:1.14rem}[data-theme="extreme"] .slate-hint,[data-theme="extreme"] .section-sub,[data-theme="extreme"] .week-blurb,[data-theme="extreme"] .gmeta,[data-theme="extreme"] .gtime,[data-theme="extreme"] .product-version{font-size:.86rem;line-height:1.5}[data-theme="extreme"] .game-compare-book{font-size:.86rem}[data-theme="extreme"] .game-compare-market,[data-theme="extreme"] .game-compare-price{font-size:.96rem;line-height:1.4}[data-theme="extreme"] .game-compare-label{font-size:.74rem;line-height:1.35}[data-theme="extreme"] .compare-help-card p,[data-theme="extreme"] .compare-legend>div{font-size:.88rem;line-height:1.5}[data-theme="extreme"] .tab{font-size:.78rem}
@media(max-width:430px){.appbar-right{gap:4px}.refresh-btn{min-width:34px}.theme-trigger{padding:0 6px}.theme-popover{right:0}.compare-info{width:32px}.install-btn{padding:0 7px}}
@media(max-width:360px){.theme-popover{position:fixed;top:58px;left:10px;right:10px;width:auto}.theme-grid{grid-template-columns:repeat(3,1fr)}.theme-caret{display:none}.compare-toggle{width:38px}.compare-toggle.is-on span{left:17px}}
@media(max-width:320px){.theme-dots i{width:6px;height:6px}.theme-trigger{padding:0 5px}.compare-info{width:30px}.compare-toggle{width:36px}.compare-toggle.is-on span{left:15px}.game-compare-row{grid-template-columns:58px 1fr auto}}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}
