﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

    :root {
        /* Local aliases mapped to the global locked design tokens (Site.Master) */
        --bg-app: var(--void);
        --bg-panel: var(--panel);
        --bg-card: var(--panel-2);
        --border-subtle: var(--line);
        --border-strong: var(--line-strong);
        --text-main: var(--ink);
        --text-muted: var(--ink-dim);
        --text-dim: var(--ink-faint);
        --color-primary: var(--action-hi);
        --color-signal: var(--model);
        --color-risk: var(--book);
        --font-ui: var(--ui);
        --font-data: var(--mono);
        /* page-unique */
        --radius-lg: 14px;
        --radius-md: 10px;
        --shadow-soft: 0 12px 40px rgba(0,0,0,0.35);
    }

    body, html { background-color: var(--bg-app); color: var(--text-main); font-family: var(--font-ui); margin: 0; padding: 0; }
    .wrapper { width: 100%; max-width: 1120px; margin: 0 auto; padding: 24px 5%; box-sizing: border-box; }

    a { color: inherit; text-decoration: none; transition: color 0.2s; }
    a:hover { color: var(--ink); }

    .text-signal { color: var(--color-signal); }
    .text-risk { color: var(--color-risk); }

    /* ---- Eyebrow / labels ---- */
    .bb-eyebrow { font-family: var(--font-data); font-size: 0.72rem; color: var(--action-hi); text-transform: uppercase; letter-spacing: 0.14em; font-weight: 600; }

    /* ---- Breadcrumbs ---- */
    .breadcrumbs { margin-bottom: 1.25rem; font-size: 0.72rem; font-family: var(--font-data); color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; }
    .breadcrumbs span { margin: 0 6px; color: var(--ink-faint); }
    .breadcrumbs a { color: var(--text-dim); }
    .breadcrumbs a:hover { color: var(--text-main); }

    /* ---- Sport nav ---- */
    .betbetter-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-bottom: 1.75rem; 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; color: var(--text-muted); border-radius: 8px; font-size: 0.85rem; font-weight: 700; letter-spacing: 0.01em; }
    .nav-btn:hover { background: rgba(70,140,255,0.12); color: var(--text-main); }
    .nav-btn.active { background: var(--accent-grad); color: #fff; box-shadow: 0 8px 22px -10px var(--accent-glow); }

    /* ---- Hero / page header ---- */
    .page-hero { margin-bottom: 1.5rem; }
    .meta-strip { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
    .data-badge { background: rgba(70,140,255,0.1); color: var(--accent-ink); font-family: var(--font-data); font-size: 0.72rem; padding: 5px 10px; border-radius: 999px; border: 1px solid var(--card-edge); display: inline-flex; align-items: center; gap: 7px; letter-spacing: 0.04em; }
    .section-title { font-family: var(--display); font-size: clamp(2rem, 5vw, 2.9rem); font-weight: 900; color: var(--text-main); margin: 0 0 0.6rem 0; letter-spacing: -0.03em; line-height: 1.05; }
    .section-description { font-size: 1.05rem; color: var(--text-muted); max-width: 720px; margin: 0; line-height: 1.65; }
    .section-description strong { color: var(--text-main); }

    /* ---- Proof strip -> /results ---- */
    .bb-proof { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; position: relative; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 16px 20px; margin: 22px 0 0; box-shadow: 0 20px 42px -24px var(--accent-glow); overflow: hidden; }
    .bb-proof::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 100% at 50% -40%, rgba(70,140,255,0.12), transparent 60%); }
    .bb-proof-stats { display: flex; flex-wrap: wrap; gap: 22px 32px; position: relative; z-index: 1; }
    .proof-stat { display: flex; flex-direction: column; gap: 2px; }
    .proof-num { font-family: var(--font-data); font-size: 1.4rem; font-weight: 700; color: var(--text-main); line-height: 1; }
    .proof-cap { font-family: var(--font-data); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--text-dim); }
    .proof-cta { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 18px; border-radius: var(--radius-md); border: 1px solid var(--card-edge); background: rgba(70,140,255,0.08); color: var(--accent-ink); font-weight: 800; font-size: 0.9rem; white-space: nowrap; }
    .proof-cta:hover { color: var(--ink); background: rgba(70,140,255,0.16); }

    /* ---- Section heads ---- */
    .picks-head { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin: 36px 0 18px; }
    .picks-head h2 { font-family: var(--display); font-size: 1.5rem; font-weight: 900; color: var(--text-main); margin: 0; letter-spacing: -0.02em; }
    .picks-head .sub { color: var(--text-dim); font-size: 0.85rem; font-family: var(--font-data); }

    /* ---- Ambient-lift parlay card ---- */
    .parlay-tip-row { position: relative; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 22px; margin-bottom: 20px; box-shadow: 0 20px 42px -24px var(--accent-glow); overflow: hidden; }
    .parlay-tip-row::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 90% at 50% -30%, rgba(70,140,255,0.1), transparent 55%); }
    .parlay-tip-row > * { position: relative; z-index: 1; }
    .parlay-topbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; border-bottom: 1px solid var(--border-subtle); padding-bottom: 14px; gap: 12px; }
    .parlay-title { font-family: var(--display); font-weight: 900; color: var(--ink); font-size: 1.08rem; line-height: 1.25; letter-spacing: -0.01em; }
    .parlay-time { font-family: var(--font-data); font-size: 0.74rem; color: var(--text-dim); white-space: nowrap; }
    .parlay-logos img { height: 26px; width: auto; display: block; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.4)); }

    .parlay-timeline { position: relative; margin: 0 0 16px 0; }
    .timeline-line { position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--border-strong); }

    .parlay-legs { margin-left: 22px; }
    .parlay-leg-item { position: relative; padding: 14px 0; border-bottom: 1px dashed rgba(70,140,255,0.18); }
    .parlay-leg-item:last-child { border-bottom: none; }

    .leg-item-dot { position: absolute; left: -30px; top: 18px; width: 11px; height: 11px; background: var(--accent-grad); border-radius: 50%; border: 2px solid var(--panel); box-shadow: 0 0 0 3px rgba(70,140,255,0.18); z-index: 2; }

    .leg-content { display: flex; flex-direction: column; gap: 10px; }
    .leg-info strong { color: var(--ink); font-size: 1rem; font-weight: 700; }

    .leg-odds-stats { display: flex; flex-wrap: wrap; gap: 10px 12px; align-items: center; color: var(--text-muted); font-size: 0.92rem; }
    .bookmaker-leg-logo { height: 18px; width: auto; opacity: 0.95; filter: drop-shadow(0 6px 16px rgba(0,0,0,0.25)); }
    .odds-data { font-family: var(--font-data); font-size: 0.82rem; color: var(--text-main); }
    .stat-item { display: flex; gap: 7px; align-items: center; padding: 6px 11px; border: 1px solid var(--border-strong); border-radius: 999px; background: var(--panel-2); }
    .leg-icon { color: var(--text-dim); }
    .stat-value { font-family: var(--font-data); color: var(--ink); font-size: 0.78rem; }
    .edge-data { border-color: rgba(52,211,153,0.3); background: rgba(52,211,153,0.07); }
    .edge-data .leg-icon { color: var(--model); }
    .edge-data .stat-value { color: var(--model); }

    .parlay-reasoning { margin-top: 14px; }
    .reason-toggle { width: 100%; min-height: 44px; padding: 11px 14px; background: var(--bg-panel); border-radius: var(--radius-md); border: 1px solid var(--border-strong); color: var(--text-main); font-weight: 700; font-size: 0.9rem; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; gap: 10px; }
    .reason-toggle:hover { border-color: var(--card-edge); }
    .reason-toggle:focus-visible { outline: 2px solid var(--action-hi); outline-offset: 2px; }
    .reason-text { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 14px; color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; }
    .reason-text.expanded { max-height: 4000px; padding: 14px; }

    /* ---- Locked-tease unlock ---- */
    .unlock-bet-container { margin-top: 16px; padding: 18px; border-radius: var(--radius-md); border: 1px solid var(--card-edge); background: rgba(70,140,255,0.06); text-align: center; }
    .unlock-bet-container .lock-line { font-family: var(--font-data); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent-ink); margin: 0 0 12px; display: flex; align-items: center; justify-content: center; gap: 8px; }
    .btn-unlock { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 44px; padding: 0 24px; border-radius: var(--radius-md); background: var(--accent-grad); color: #fff; font-weight: 800; font-size: 0.92rem; box-shadow: 0 14px 30px -12px var(--accent-glow); }
    .btn-unlock:hover { color: #fff; filter: brightness(1.06); }

    /* ---- Scanning / empty state ---- */
    .scanning-state { background: var(--panel); border: 1px solid var(--card-edge); padding: 36px; border-radius: var(--radius-lg); text-align: center; margin-bottom: 30px; box-shadow: 0 20px 42px -24px var(--accent-glow); }

    /* ---- Inline upsell band (after picks) ---- */
    .all-access-pro-section { position: relative; background: var(--panel); padding: 44px 28px; margin-top: 36px; border-radius: var(--radius-lg); border: 1px solid var(--card-edge); box-shadow: 0 24px 50px -28px var(--accent-glow); overflow: hidden; }
    .all-access-pro-section::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(120% 80% at 50% -20%, rgba(70,140,255,0.14), transparent 55%); }
    .all-access-pro-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 980px; margin: 0 auto; align-items: center; }
    .all-access-pro-left h2 { font-family: var(--font-data); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--action-hi); margin: 0 0 10px; }
    .all-access-pro-headline { font-family: var(--display); font-size: 1.85rem; font-weight: 900; color: var(--ink); margin: 0 0 12px; letter-spacing: -0.02em; line-height: 1.1; }
    .all-access-pro-features { list-style: none; margin: 0 0 18px; padding: 0; display: grid; gap: 10px; }
    .all-access-pro-features li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); line-height: 1.5; }
    .all-access-pro-features li i { color: var(--model); margin-top: 3px; }
    .plan-selection { list-style: none; margin: 0 0 18px; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .plan-option { position: relative; cursor: pointer; text-align: center; padding: 14px 8px; border-radius: var(--radius-md); border: 1px solid var(--border-strong); background: var(--bg-card); color: var(--text-muted); font-size: 0.82rem; transition: border-color 0.15s, background 0.15s; }
    .plan-option:hover { border-color: var(--card-edge); }
    .plan-option.active { border-color: var(--action-hi); background: rgba(70,140,255,0.1); color: var(--text-main); }
    .plan-price { display: block; font-family: var(--font-data); font-size: 1.25rem; font-weight: 700; color: var(--ink); }
    .plan-badge { position: absolute; top: -10px; left: 50%; transform: translateX(-50%); background: var(--accent-grad); color: #fff; font-family: var(--font-data); font-size: 0.6rem; font-weight: 700; letter-spacing: 0.08em; padding: 3px 8px; border-radius: 999px; white-space: nowrap; }
    .all-access-pro-button { width: 100%; min-height: 48px; padding: 0 24px; border: none; border-radius: var(--radius-md); background: var(--accent-grad); color: #fff; font-weight: 900; font-size: 1rem; cursor: pointer; box-shadow: 0 16px 34px -14px var(--accent-glow); }
    .all-access-pro-button:hover { filter: brightness(1.06); }
    .upsell-microcopy { margin: 10px 0 0; text-align: center; font-size: 0.78rem; color: var(--text-dim); }

    /* ---- Trust / method ---- */
    .trust-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 16px; margin-top: 28px; }
    .trust-card { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 22px; }
    .trust-card h2, .trust-card h3 { font-family: var(--display); margin: 0 0 12px 0; color: var(--ink); font-size: 1.2rem; }
    .trust-card p, .trust-card li { color: var(--text-muted); line-height: 1.7; }
    .trust-card ul { margin: 12px 0 0 18px; padding: 0; }
    .trust-card strong { color: var(--text-main); }

    /* ---- FAQ native <details> ---- */
    .npl-faq { margin-top: 14px; display: grid; gap: 8px; }
    .npl-faq-item { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); overflow: hidden; transition: border-color 0.15s; }
    .npl-faq-item[open] { border-color: var(--card-edge); }
    .npl-faq-item summary { padding: 15px 16px; min-height: 44px; box-sizing: border-box; cursor: pointer; font-weight: 700; color: var(--text-main); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 0.92rem; }
    .npl-faq-item summary::-webkit-details-marker { display: none; }
    .npl-faq-item summary:focus-visible { outline: 2px solid var(--action-hi); outline-offset: -2px; }
    .npl-faq-item summary::after { content: '+'; font-family: var(--font-data); color: var(--action-hi); flex-shrink: 0; font-size: 1.1rem; }
    .npl-faq-item[open] summary::after { content: '−'; }
    .npl-faq-answer { padding: 0 16px 15px; color: var(--text-muted); line-height: 1.75; font-size: 0.9rem; border-top: 1px solid var(--border-subtle); }
    .npl-faq-answer p { margin-top: 12px; margin-bottom: 0; }

    /* ---- Email signup ---- */
    .full-width-email-signup { background: var(--bg-panel); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); margin-top: 40px; padding: 44px 20px; }

    /* ---- Stats cards ---- */
    .persuasive-stats-cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
    .stat-card { background: var(--bg-card); padding: 24px 20px; border-radius: var(--radius-lg); text-align: center; border: 1px solid var(--border-subtle); }
    .stat-number { font-family: var(--font-data); font-size: 2rem; font-weight: 700; color: var(--text-main); display: block; }
    .stat-label { font-family: var(--font-data); font-size: 0.74rem; color: var(--action-hi); text-transform: uppercase; letter-spacing: 0.1em; }
    .stat-text { margin: 10px 0 0 0; color: var(--text-muted); font-size: 0.9rem; }

    /* ---- SEO / explainer ---- */
    .seo-content { color: var(--text-muted); font-size: 0.95rem; line-height: 1.8; }
    .seo-content h2, .seo-content h3 { font-family: var(--display); color: var(--ink); margin: 0 0 12px 0; letter-spacing: -0.01em; }
    .seo-content h2 { font-size: 1.5rem; }
    .seo-content h3 { font-size: 1.15rem; margin-top: 24px; }
    .seo-content strong { color: var(--text-main); }
    .seo-content .muted { color: var(--action-hi); font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
    .next-steps-list { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 8px; }
    .next-steps-list li { background: var(--bg-card); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 12px 16px; transition: border-color 0.15s; }
    .next-steps-list li:hover { border-color: var(--card-edge); }
    .next-steps-list a { color: var(--action-hi); font-weight: 700; }
    .next-steps-list a:hover { color: var(--ink); }

    @media (max-width: 900px) {
        .trust-grid { grid-template-columns: 1fr; }
        .all-access-pro-content { grid-template-columns: 1fr; gap: 28px; }
    }
    @media (max-width: 768px) {
        .persuasive-stats-cards-grid { grid-template-columns: 1fr; }
        .parlay-topbar { flex-direction: column; align-items: flex-start; }
        .bb-proof { flex-direction: column; align-items: flex-start; }
        .proof-cta { width: 100%; justify-content: center; }
    }
    @media (prefers-reduced-motion: reduce) {
        * { transition: none !important; }
    }

    /* light-theme fixes (dark rules untouched; accent buttons keep #fff) */
    :root[data-theme="light"] :is(.wrapper a:hover,.proof-cta:hover,.parlay-title,.leg-info strong,.all-access-pro-headline,.plan-price,.trust-card h2,.trust-card h3,.seo-content h2,.seo-content h3,.next-steps-list a:hover,.email-input){color:var(--ink);}
    @media (prefers-color-scheme:light){
      :root:not([data-theme="dark"]):not([data-theme="light"]) :is(.wrapper a:hover,.proof-cta:hover,.parlay-title,.leg-info strong,.all-access-pro-headline,.plan-price,.trust-card h2,.trust-card h3,.seo-content h2,.seo-content h3,.next-steps-list a:hover,.email-input){color:var(--ink);}
    }
