﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

        /* --- PAGE ALIASES -> locked design system tokens (Site.Master) --- */
        :root {
            --bg-app: var(--void);
            --bg-panel: var(--panel);
            --bg-card: var(--panel-2);
            --border-subtle: var(--line);
            --text-main: var(--ink);
            --text-muted: var(--ink-dim);
            --text-dim: var(--ink-faint);
            --color-primary: var(--action);
            --color-signal: var(--model);
            --color-risk: var(--book);
            --color-gold: var(--gold);
            --font-ui: var(--ui);
            --font-data: var(--mono);
            --radius-md: 10px;
            --radius-lg: 14px;
        }

        body, html { background-color: var(--bg-app); color: var(--text-main); font-family: var(--font-ui); margin: 0; padding: 0; line-height: 1.5; -webkit-font-smoothing: antialiased; }
        .wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 20px 5%; box-sizing: border-box; }
        a { color: inherit; text-decoration: none; transition: color 0.2s; }
        a:hover { color: var(--action-hi); }
        :focus-visible { outline: 2px solid var(--action-hi); outline-offset: 2px; border-radius: 6px; }

        .breadcrumbs { margin-bottom: 1.25rem; font-size: 0.75rem; font-family: var(--font-data); color: var(--text-dim); letter-spacing: 0.05em; text-transform: uppercase; }
        .breadcrumbs a:hover { color: var(--action-hi); }

        .betbetter-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-bottom: 1.5rem; padding: 8px; background: var(--bg-panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); }
        .nav-btn { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 12px; background: transparent; color: var(--text-muted); border-radius: 8px; font-size: 0.85rem; font-weight: 600; border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
        .nav-btn:hover { background: rgba(70,140,255,0.10); color: var(--text-main); }
        .nav-btn.active { background: var(--accent-grad); color: #fff; border-color: transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,.35); }

        .dropdown-wrapper { position: relative; }
        .dropdown-content { display: none; position: absolute; top: calc(100% + 5px); left: 0; width: 220px; background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); z-index: 50; box-shadow: 0 10px 25px rgba(0,0,0,0.5); overflow: hidden; }
        .dropdown-wrapper.active .dropdown-content { display: block; }
        .dropdown-content a { display:block; padding: 12px 16px; border-bottom: 1px solid var(--border-subtle); font-size: 0.9rem; color: var(--text-muted); }
        .dropdown-content a:hover { background: rgba(70,140,255,0.10); color: var(--text-main); }
        .dropdown-content a:last-child { border-bottom: none; }

        /* ---------- HERO (value-first) ---------- */
        .odds-hero { position: relative; margin-bottom: 1.5rem; }
        .hero-eyebrow { display:flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
        .data-badge { display: inline-flex; align-items: center; gap: 7px; background: rgba(70,140,255,0.12); color: var(--action-hi); font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.04em; padding: 5px 11px; border-radius: 999px; border: 1px solid var(--card-edge); }
        .hero-h1 { font-family: var(--display); font-size: clamp(1.9rem, 4vw, 2.7rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.05; margin: 0 0 0.65rem 0; }
        .hero-h1 .hi { color: var(--action-hi); }
        .hero-sub { font-size: 1.05rem; color: var(--text-muted); max-width: 760px; margin: 0 0 1.1rem; line-height: 1.6; }

        .hero-actions { display:flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 16px; }
        .hero-actions .btn-grad, .hero-actions .btn-neon { min-height: 44px; }

        /* proof strip -> /results, money green */
        .proof-strip { display:flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
        .proof-note { font-family: var(--font-data); font-size: 0.74rem; color: var(--text-dim); letter-spacing: 0.03em; }

        .value-rule { background: rgba(70,140,255,0.07); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 14px 16px; box-shadow: 0 20px 42px -28px var(--accent-glow); }
        .value-rule .rule-tag { display:flex; align-items:center; gap:9px; font-family: var(--font-data); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.74rem; color: var(--action-hi); margin-bottom: 7px; }
        .value-rule .aeo-quick-answer { color: var(--text-muted); line-height: 1.6; }
        .value-rule strong { color: var(--text-main); }
        .value-rule .mq { color: var(--model); font-family: var(--font-data); }

        .anchor-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 16px; }
        .anchor-btn { display:flex; align-items:center; justify-content:center; gap:8px; min-height: 44px; padding: 10px 12px; border-radius: 10px; border: 1px solid var(--border-subtle); background: var(--bg-panel); color: var(--text-muted); font-weight: 700; font-size: 0.88rem; }
        .anchor-btn:hover { background: rgba(70,140,255,0.10); color: var(--text-main); border-color: var(--card-edge); }

        /* ---------- THE PICKS: lifted odds table ---------- */
        .picks-section { margin: 8px 0 28px; }
        .picks-head { display:flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
        .picks-head h2 { font-family: var(--display); font-size: 1.4rem; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
        .picks-head .legend { font-family: var(--font-data); font-size: 0.72rem; color: var(--text-dim); }
        .picks-head .legend .g { color: var(--model); }

        /* ambient-lift surround for the data table */
        .table-container { position: relative; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; border: 1px solid var(--card-edge); border-radius: var(--radius-lg); background: var(--bg-card); box-shadow: 0 20px 42px -24px var(--accent-glow); }
        .table-container::after { content:""; position:absolute; inset:0; border-radius: inherit; pointer-events:none; background: radial-gradient(120% 70% at 50% -10%, rgba(70,140,255,0.10), transparent 60%); z-index:0; }
        .game-tips-table { position: relative; z-index: 1; width: 100%; border-collapse: collapse; min-width: 720px; }
        .game-tips-table th, .game-tips-table td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--border-subtle); white-space: nowrap; }
        .game-tips-table th { background-color: var(--bg-panel); color: var(--text-muted); font-weight: 700; position: sticky; top: 0; z-index: 2; font-family: var(--font-data); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.05em; }
        .game-tips-table th.sticky-col, .game-tips-table td.sticky-col { position: sticky; left: 0; background-color: var(--bg-card); z-index: 3; box-shadow: 2px 0 10px rgba(0,0,0,0.25); border-right: 1px solid var(--border-subtle); }
        .game-tips-table th.sticky-col { background-color: var(--bg-panel); z-index: 4; }
        .game-tips-table td:nth-child(6) { color: var(--model); font-family: var(--font-data); font-variant-numeric: tabular-nums; font-weight: 600; }
        .game-tips-table td:nth-child(5), .game-tips-table td:nth-child(7), .game-tips-table td:nth-child(8) { font-family: var(--font-data); font-variant-numeric: tabular-nums; }
        .game-info-cell { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
        .game-time { font-size: 0.82em; color: var(--text-dim); font-family: var(--font-data); }
        .team-logos { display: flex; align-items: center; gap: 6px; }
        .team-logo { width: 20px; height: 20px; object-fit: contain; }
        .team-names { font-weight: 800; font-size: 0.96em; color: var(--text-main); white-space: normal; }
        .game-tips-table tbody tr:hover { background-color: rgba(70,140,255,0.05); }
        .game-tips-table tbody tr:hover .sticky-col { background-color: rgba(70,140,255,0.08); }

        .no-tips-card { position: relative; background: var(--bg-panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 40px; text-align: center; margin: 1rem 0 2rem; box-shadow: 0 20px 42px -26px var(--accent-glow); }
        .no-tips-card h4 { color: var(--text-main); font-size: 1.4rem; margin: 1rem 0 0.5rem; font-family: var(--display); letter-spacing: -0.01em; }
        .no-tips-card p { color: var(--text-muted); margin-bottom: 1.5rem; }

        /* ---------- UPSELL (right after the picks) ---------- */
        .full-width-email-signup { position: relative; background: var(--bg-panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 30px 5%; margin: 28px auto 8px; max-width: 1200px; box-sizing: border-box; box-shadow: 0 20px 42px -26px var(--accent-glow); overflow: hidden; }
        .full-width-email-signup::after { content:""; position:absolute; inset:0; border-radius: inherit; pointer-events:none; background: radial-gradient(120% 80% at 50% -14%, rgba(70,140,255,0.10), transparent 60%); }

        /* ---------- DEMOTED CONTENT (SEO / method / FAQ) ---------- */
        .page-header { margin: 40px 0 1rem; border-top: 1px solid var(--border-subtle); padding-top: 32px; }
        .section-title { font-family: var(--display); font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.4rem 0; }
        .section-description { font-size: 1rem; color: var(--text-muted); max-width: 900px; margin: 0; }

        .aeo-grid { display:grid; grid-template-columns: 1.4fr 1fr; gap: 14px; margin: 18px 0 26px; }
        .aeo-card { background: var(--bg-panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 18px; }
        .aeo-card h2 { margin: 0 0 10px; font-size: 1.05rem; letter-spacing: -0.01em; font-family: var(--display); }
        .aeo-card h3 { font-family: var(--display); letter-spacing: -0.01em; }
        .aeo-card p { margin: 0 0 10px; color: var(--text-muted); line-height: 1.7; }
        .aeo-card .pill-row { display:flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
        .aeo-pill { display:inline-flex; align-items:center; gap:8px; padding: 7px 10px; border-radius: 999px; border: 1px solid var(--border-subtle); background: var(--bg-card); font-size: 0.78rem; color: var(--text-muted); font-family: var(--font-data); }
        .aeo-pill strong { color: var(--text-main); font-family: var(--font-ui); font-weight: 800; }
        .aeo-mini-table { width:100%; border-collapse: collapse; overflow:hidden; border-radius: 10px; border: 1px solid var(--border-subtle); background: var(--bg-card); }
        .aeo-mini-table th, .aeo-mini-table td { padding: 10px 12px; border-bottom: 1px solid var(--border-subtle); text-align:left; vertical-align: top; }
        .aeo-mini-table th { font-family: var(--font-data); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-dim); background: var(--bg-panel); }
        .aeo-mini-table td { color: var(--text-muted); line-height: 1.6; }
        .aeo-mini-table tr:last-child td { border-bottom: none; }

        .seo-content { color: var(--text-muted); margin-bottom: 40px; margin-top: 40px; }
        .seo-content h2 { font-family: var(--display); color: var(--text-main); margin-top: 30px; font-size: 1.4rem; letter-spacing: -0.02em; }
        .seo-content h3 { font-family: var(--display); color: var(--text-main); margin-top: 18px; font-size: 1.12rem; letter-spacing: -0.01em; }
        .seo-content p { margin-bottom: 14px; line-height: 1.75; }
        .seo-content ul { list-style: none; padding: 0; margin: 14px 0; }
        .seo-content li { margin-bottom: 10px; color: var(--text-muted); }
        .seo-content li i { margin-right: 8px; color: var(--action-hi); }

        .content-callout { background: rgba(70,140,255,0.07); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 16px; margin: 16px 0 0; }
        .content-callout strong { color: var(--text-main); }
        .content-callout .callout-title { display:flex; align-items:center; gap:10px; font-family: var(--font-data); text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.76rem; color: var(--action-hi); margin-bottom: 8px; }

        .persuasive-stats-container { margin-top: 40px; background: var(--bg-panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 22px; }
        .persuasive-title { font-family: var(--display); margin: 0 0 14px; font-size: 1.45rem; letter-spacing: -0.02em; }
        .persuasive-stats-cards-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
        .stat-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 14px; padding: 16px; display:flex; gap: 14px; align-items: flex-start; }
        .stat-icon-container { width: 42px; height: 42px; border-radius: 12px; display:flex; align-items:center; justify-content:center; background: rgba(70,140,255,0.12); border: 1px solid var(--card-edge); flex: 0 0 auto; }
        .stat-icon { color: var(--action-hi); font-size: 1.1rem; }
        .stat-number { display:block; font-size: 1.35rem; font-weight: 800; color: var(--model); font-family: var(--mono); font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
        .stat-label { display:block; font-size: 0.9rem; font-weight: 800; color: var(--text-muted); margin-top: 2px; }
        .stat-text { margin: 8px 0 0; color: var(--text-dim); line-height: 1.6; }

        .faq-wrap { margin-top: 40px; }
        .faq-list { display:grid; gap: 10px; margin-top: 12px; }
        details.faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: 14px; padding: 12px 14px; }
        details.faq-item summary { cursor:pointer; font-weight: 800; color: var(--text-main); list-style:none; min-height: 24px; }
        details.faq-item summary::-webkit-details-marker { display:none; }
        details.faq-item p { margin: 10px 0 0; color: var(--text-muted); line-height: 1.75; }

        @media (max-width: 980px) {
            .aeo-grid { grid-template-columns: 1fr; }
            .anchor-grid { grid-template-columns: 1fr; }
            .persuasive-stats-cards-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            .section-title { font-size: 1.4rem; }
            .betbetter-nav { display: flex; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 12px; }
            .nav-btn { flex: 0 0 auto; padding: 8px 16px; font-size: 0.8rem; }
            .table-container { margin-left: 0; margin-right: 0; }
            .game-tips-table th, .game-tips-table td { padding: 10px 12px; }
            .game-tips-table { min-width: 700px; }
        }

        /* light-theme fixes (dark rules untouched; accent buttons keep #fff) */
        :root[data-theme="light"] .email-input{color:var(--ink);}
        @media (prefers-color-scheme:light){
          :root:not([data-theme="dark"]):not([data-theme="light"]) .email-input{color:var(--ink);}
        }

        /* --- MODEL/PREDICTION GATE (presentation-only blur tease for non-subscribers) --- */
        .od-locked .od-gate { filter: blur(5px); -webkit-user-select: none; user-select: none; pointer-events: none; }
        .od-unlock-note { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin: 14px 0 0; padding: 12px 16px; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-md, 10px); color: var(--text-muted); font-size: .92rem; line-height: 1.5; }
        .od-unlock-note .od-lockic { color: var(--model); }
        .od-unlock-note .u-cta { margin-left: auto; display: inline-flex; align-items: center; gap: 7px; background: var(--accent-grad); color: #fff; border: 1px solid var(--card-edge); padding: 9px 16px; border-radius: 10px; font-weight: 700; font-size: .9rem; cursor: pointer; text-decoration: none; min-height: 40px; }
        .od-unlock-note .u-cta:hover { filter: brightness(1.07); }
    