﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

    /* Local aliases mapping legacy names onto the global Site.Master design tokens (no duplicate token values). */
    :root {
        --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);
        --radius-md: 10px; --radius-lg: 16px;
    }

    body, html { background-color: var(--bg-app); color: var(--text-main); font-family: var(--font-ui); margin: 0; padding: 0; }
    .wrapper { width: 90%; max-width: 1120px; margin: 0 auto; box-sizing: border-box; content-visibility: auto; }
    a { color: inherit; text-decoration: none; transition: color 0.2s; }

    .text-signal { color: var(--color-signal); }
    .text-risk { color: var(--color-risk); }

    /* ---- Breadcrumbs ---- */
    .breadcrumbs { margin: 24px 0 1.25rem; font-size: 0.72rem; font-family: var(--font-data); color: var(--text-dim); letter-spacing: 0.06em; text-transform: uppercase; }
    .breadcrumbs a { color: var(--action-hi); }
    .breadcrumbs a:hover { color: var(--text-main); }
    .breadcrumbs span { padding: 0 6px; color: var(--text-dim); }

    /* ---- Hero ---- */
    .parlays-hero { margin: 8px 0 18px; }
    .hero-kicker { font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--action-hi); margin: 0 0 12px; }
    .section-title { font-family: var(--display); font-size: clamp(2rem, 4.5vw, 3rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin: 0; }
    .section-description { font-size: 1.075rem; color: var(--text-muted); max-width: 720px; margin: 14px 0 0; line-height: 1.6; }
    .section-description strong { color: var(--text-main); }

    /* ---- Live badge row ---- */
    .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
    .data-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--panel-2); border: 1px solid var(--border-subtle); color: var(--action-hi); font-family: var(--font-data); font-size: 0.7rem; letter-spacing: 0.04em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }
    .data-badge i { color: var(--action-hi); }

    /* ---- Proof strip -> /results.aspx ---- */
    .bb-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 18px; margin: 18px 0 8px; padding: 14px 18px; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-md); box-shadow: 0 20px 42px -28px var(--accent-glow); }
    .bb-proof-label { font-family: var(--font-data); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-dim); }
    .bb-proof-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 0.92rem; color: var(--text-muted); }
    .bb-proof-tag i { color: var(--model); }
    .bb-proof-cta { margin-left: auto; }
    .bb-proof-link { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; color: var(--action-hi); font-size: 0.92rem; padding: 8px 4px; min-height: 44px; align-items: center; }
    .bb-proof-link:hover { color: var(--ink); }
    .bb-proof-link i { transition: transform 0.18s ease; }
    .bb-proof-link:hover i { transform: translateX(3px); }

    /* ---- Section scaffolding ---- */
    .block-head { margin: 36px 0 6px; }
    .block-head.first { margin-top: 24px; }
    .block-title { font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin: 0; }
    .block-sub { font-size: 0.98rem; color: var(--text-muted); max-width: 720px; margin: 8px 0 0; line-height: 1.6; }

    /* ---- Ambient-lift parlay cards ---- */
    .parlay-tip-row { position: relative; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 22px; margin-bottom: 18px; overflow: hidden; box-shadow: 0 20px 42px -24px var(--accent-glow); transition: border-color 0.2s, transform 0.2s; }
    .parlay-tip-row::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 130px; pointer-events: none; background: radial-gradient(120% 100% at 50% 0%, rgba(70,140,255,0.10), transparent 70%); }
    .parlay-tip-row:hover { border-color: var(--action-hi); transform: translateY(-1px); }
    .parlay-topbar { position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; border-bottom: 1px dashed var(--border-subtle); padding-bottom: 14px; gap: 12px; flex-wrap: wrap; }
    .parlay-logos { display: inline-flex; align-items: center; gap: 6px; }
    .parlay-logos .team-logo { height: 30px; width: 30px; object-fit: contain; }
    /* A player face must crop, not letterbox, and the monogram fallback is a span carrying the
       same slot class — both keep the identical 30px box so the topbar never reflows. */
    .parlay-logos img.team-logo.bb-face { object-fit: cover; border-radius: 50%; }
    .parlay-logos span.team-logo { display: inline-flex; align-items: center; justify-content: center; }
    .parlay-title { font-weight: 800; font-size: 1.08rem; color: var(--text-main); letter-spacing: -0.01em; }
    .parlay-time { color: var(--text-muted); font-family: var(--font-data); font-size: 0.82rem; }

    .parlay-timeline { position: relative; margin: 0; }
    .timeline-line { position: absolute; left: 8px; top: 6px; bottom: 6px; width: 2px; background: var(--border-subtle); }
    .parlay-legs { position: relative; z-index: 1; margin-left: 20px; }
    .parlay-leg-item { position: relative; padding: 14px 0; border-bottom: 1px dashed var(--border-subtle); }
    .parlay-leg-item:last-child { border-bottom: none; }
    .leg-item-dot { position: absolute; left: -28px; top: 18px; width: 12px; height: 12px; background: var(--accent-grad); border-radius: 50%; border: 2px solid var(--panel); box-shadow: 0 0 0 3px rgba(70,140,255,0.16); z-index: 2; }
    .leg-info strong { color: var(--text-main); font-weight: 700; }
    .leg-odds-stats { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 10px; color: var(--text-muted); font-family: var(--font-data); font-size: 0.85rem; }
    .bookmaker-leg-logo { height: 18px; width: auto; opacity: 0.95; }
    .odds-data { font-family: var(--mono); font-variant-numeric: tabular-nums; color: var(--model); font-weight: 700; }
    .stat-item { display: inline-flex; align-items: center; gap: 6px; padding: 6px 10px; border: 1px solid var(--border-subtle); border-radius: 8px; background: var(--panel-2); }
    .leg-icon { color: var(--action-hi); }
    .stat-value { color: var(--text-main); font-weight: 800; font-family: var(--mono); font-variant-numeric: tabular-nums; }
    /* GREEN = money: edge value only */
    .edge-data .leg-icon { color: var(--model); }
    .edge-data .stat-value { color: var(--model); }

    /* ---- Reasoning toggle ---- */
    .parlay-reasoning { position: relative; z-index: 1; margin-top: 16px; }
    .reason-toggle { width: 100%; padding: 12px 14px; min-height: 44px; background: var(--panel-2); border-radius: 10px; border: 1px solid var(--border-subtle); color: var(--action-hi); font-weight: 700; font-size: 0.9rem; cursor: pointer; text-align: left; display: flex; justify-content: space-between; align-items: center; transition: background 0.15s; }
    .reason-toggle:hover { background: rgba(70,140,255,0.10); }
    .reason-text { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 14px; color: var(--text-muted); font-size: 0.9rem; line-height: 1.7; }
    .reason-text.expanded { max-height: 2000px; padding: 14px; }

    /* ---- Locked-tease unlock ---- */
    .unlock-bet-container { text-align: center; padding: 8px 0 2px; }
    .btn-unlock { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 12px 18px; min-height: 44px; background: var(--accent-grad); color: #fff; border: none; border-radius: 8px; font-weight: 700; font-size: 0.9rem; cursor: pointer; width: 90%; box-shadow: 0 10px 26px -10px var(--accent-glow); transition: transform 0.15s, box-shadow 0.15s; }
    .btn-unlock:hover { transform: translateY(-1px); box-shadow: 0 14px 32px -10px var(--accent-glow); color: #fff; }

    /* ---- Empty / loading state ---- */
    .parlays-empty { background: var(--panel); border: 1px solid var(--card-edge); padding: 32px; border-radius: var(--radius-lg); text-align: center; margin-bottom: 24px; box-shadow: 0 20px 42px -28px var(--accent-glow); }
    .parlays-empty i { font-size: 2em; color: var(--action-hi); margin-bottom: 14px; }
    .parlays-empty h4 { color: var(--text-main); margin-bottom: 8px; font-weight: 800; }
    .parlays-empty p { color: var(--text-muted); margin: 0; }

    /* ---- Inline upsell after free picks ---- */
    .upsell-card { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); box-shadow: 0 20px 42px -24px var(--accent-glow); padding: 26px 24px; margin: 26px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 20px; }
    .upsell-card::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 140px; pointer-events: none; background: radial-gradient(120% 100% at 50% 0%, rgba(70,140,255,0.12), transparent 70%); }
    .upsell-copy { position: relative; z-index: 1; flex: 1 1 340px; }
    .upsell-copy h3 { font-family: var(--display); font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; }
    .upsell-copy p { color: var(--text-muted); margin: 0; line-height: 1.55; max-width: 520px; }
    .upsell-copy .accent { color: var(--model); font-weight: 700; }
    .upsell-actions { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 8px; align-items: stretch; flex: 0 0 auto; }
    .btn-grad { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 26px; min-height: 44px; background: var(--accent-grad); color: #fff; font-weight: 700; font-size: 0.95rem; border-radius: 10px; box-shadow: 0 12px 30px -10px var(--accent-glow); transition: transform 0.15s, box-shadow 0.15s; }
    .btn-grad:hover { transform: translateY(-1px); box-shadow: 0 16px 38px -10px var(--accent-glow); color: #fff; }
    .upsell-note { font-size: 0.78rem; color: var(--text-dim); text-align: center; }

    /* ---- Below-the-fold explainer ---- */
    .deep-divider { margin: 48px 0 28px; border: 0; border-top: 1px solid var(--border-subtle); }
    .deep-kicker { font-family: var(--font-data); font-size: 0.7rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--text-dim); margin: 0 0 6px; }

    .aeo-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 16px; margin: 16px 0 26px; }
    .aeo-card { position: relative; background: var(--panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 20px; overflow: hidden; }
    .aeo-card::before { content: ""; position: absolute; left: 0; top: 0; right: 0; height: 3px; background: var(--accent-grad); opacity: 0.9; }
    .aeo-kicker { font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 10px; }
    .aeo-answer { font-size: 0.98rem; color: var(--text-muted); line-height: 1.6; margin: 0; }
    .aeo-answer strong { color: var(--text-main); }
    .aeo-list { margin: 12px 0 0; padding-left: 18px; color: var(--text-muted); }
    .aeo-list li { margin: 7px 0; }
    .aeo-pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
    .aeo-pill { display: inline-flex; align-items: center; gap: 8px; padding: 7px 12px; border-radius: 999px; border: 1px solid var(--border-subtle); background: var(--panel-2); font-size: 0.82rem; color: var(--text-muted); user-select: none; }
    .aeo-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--action-hi); box-shadow: 0 0 0 3px rgba(70,140,255,0.16); }
    .aeo-dot.green { background: var(--model); box-shadow: 0 0 0 3px rgba(52,211,153,0.16); }

    .toc { background: var(--panel-2); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 18px; }
    .toc h2 { margin: 0 0 10px 0; font-size: 0.95rem; font-weight: 800; letter-spacing: -0.01em; }
    .toc a { color: var(--action-hi); }
    .toc a:hover { color: var(--text-main); }
    .toc ul { margin: 0; padding-left: 18px; color: var(--text-muted); }
    .toc li { margin: 7px 0; }

    .content-block { margin: 22px 0; background: var(--panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); padding: 22px; }
    .content-block h2 { margin: 0 0 12px 0; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.01em; color: var(--text-main); }
    .content-block h3 { margin: 18px 0 8px 0; font-size: 1.0rem; font-weight: 800; color: var(--text-main); }
    .content-block p { margin: 0 0 10px 0; color: var(--text-muted); line-height: 1.7; }
    .content-block ul { margin: 8px 0 0 18px; color: var(--text-muted); line-height: 1.7; }
    .content-block li { margin: 6px 0; }
    .content-block a { color: var(--action-hi); }

    .mini-table { width: 100%; border-collapse: collapse; margin-top: 12px; overflow: hidden; border-radius: 10px; border: 1px solid var(--border-subtle); }
    .mini-table th, .mini-table td { padding: 11px; border-bottom: 1px solid var(--border-subtle); vertical-align: top; text-align: left; font-size: 0.9rem; }
    .mini-table th { background: var(--panel-2); color: var(--text-main); font-weight: 800; }
    .mini-table td { color: var(--text-muted); line-height: 1.6; }
    .mini-table tr:last-child td { border-bottom: none; }

    .eeat-box { display: flex; gap: 14px; align-items: flex-start; background: var(--panel-2); border: 1px solid var(--border-subtle); border-radius: var(--radius-md); padding: 16px; margin-top: 14px; }
    .eeat-badge { width: 44px; height: 44px; border-radius: 12px; background: rgba(70,140,255,0.12); border: 1px solid var(--card-edge); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--action-hi); font-weight: 900; font-family: var(--font-data); }
    .eeat-title { margin: 0 0 4px 0; font-weight: 800; color: var(--text-main); }
    .eeat-meta { margin: 0; color: var(--text-dim); font-size: 0.9rem; line-height: 1.55; }
    .eeat-links { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 12px; }
    .eeat-links a { padding: 8px 12px; border: 1px solid var(--border-subtle); border-radius: 10px; background: var(--panel-2); color: var(--text-muted); font-weight: 700; font-size: 0.85rem; }
    .eeat-links a:hover { color: var(--text-main); border-color: var(--card-edge); }

    /* FAQ native <details> */
    .atp-faq-item { background: var(--panel-2); border: 1px solid var(--border-subtle); border-radius: 12px; padding: 14px 16px; margin-top: 10px; overflow: hidden; transition: border-color 0.15s; }
    .atp-faq-item[open] { border-color: var(--card-edge); }
    .atp-faq-item summary { cursor: pointer; font-weight: 700; color: var(--text-main); list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 28px; }
    .atp-faq-item summary::-webkit-details-marker { display: none; }
    .atp-faq-item summary::after { content: '+'; font-family: var(--font-data); color: var(--action-hi); flex-shrink: 0; font-size: 1.1rem; }
    .atp-faq-item[open] summary::after { content: '−'; }
    .atp-faq-item p { margin: 10px 0 0; color: var(--text-muted); line-height: 1.7; font-size: 0.92rem; }

    /* ---- Pro / stats / signup blocks ---- */
    .all-access-pro-section { position: relative; overflow: hidden; background: var(--panel); border: 1px solid var(--card-edge); box-shadow: 0 20px 42px -24px var(--accent-glow); padding: 48px 28px; margin-top: 40px; border-radius: var(--radius-lg); }
    .all-access-pro-section::after { content: ""; position: absolute; inset: 0 0 auto 0; height: 160px; pointer-events: none; background: radial-gradient(120% 100% at 50% 0%, rgba(70,140,255,0.12), transparent 70%); }
    .all-access-pro-content { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1000px; margin: 0 auto; align-items: center; }
    .all-access-pro-left h2 { color: var(--action-hi); margin: 0 0 6px; font-family: var(--display); font-size: 1.05rem; letter-spacing: 0.02em; }
    .all-access-pro-headline { font-family: var(--display); font-size: 1.9rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; color: var(--text-main); }
    .full-width-email-signup { background-color: var(--panel); border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); margin-top: 32px; padding: 36px 24px; }
    .stat-card { background: var(--panel-2); padding: 28px; border-radius: var(--radius-lg); border: 1px solid var(--border-subtle); text-align: center; }
    .stat-number { font-size: 2.4rem; font-weight: 800; color: var(--model); font-family: var(--font-data); font-variant-numeric: tabular-nums; display: block; margin-bottom: 10px; }
    .stat-label { font-weight: 800; color: var(--text-main); }
    .stat-text { color: var(--text-muted); margin: 6px 0 0; }

    a:focus-visible, summary:focus-visible, .reason-toggle:focus-visible, .btn-grad:focus-visible, .btn-unlock:focus-visible, .bb-proof-link:focus-visible { outline: 2px solid var(--action-hi); outline-offset: 2px; border-radius: 6px; }

    @media (max-width: 900px) { .aeo-grid { grid-template-columns: 1fr; } }
    @media (max-width: 768px) {
        .wrapper { width: 92%; }
        .bb-proof-cta { margin-left: 0; width: 100%; }
        .all-access-pro-content { grid-template-columns: 1fr; }
        .parlay-legs { margin-left: 16px; }
        .timeline-line { left: 6px; }
        .leg-item-dot { left: -24px; }
        .upsell-actions { width: 100%; }
        .btn-grad { width: 100%; }
    }
