﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

    /* ---- local aliases onto the global design system ---- */
    .nfpr {
        --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: 14px;
    }

    .nfpr { font-family: var(--font-ui); color: var(--text-main); }
    .nfpr .wrapper, .nfpr.wrapper { width: 92%; max-width: 1180px; margin: 0 auto; content-visibility: auto; contain-intrinsic-size: 1px 2400px; }
    .nfpr-top { margin-top: 80px; }

    /* ---- breadcrumbs ---- */
    .breadcrumbs { margin-bottom: 1.25rem; font-size: 0.72rem; font-family: var(--font-data); color: var(--text-dim); letter-spacing: 0.06em; text-transform: uppercase; }
    .breadcrumbs ol { list-style: none; padding: 0; margin: 0; display: flex; gap: 6px; flex-wrap: wrap; }
    .breadcrumbs li { display: inline; }
    .breadcrumbs a { color: var(--action-hi); text-decoration: none; }
    .breadcrumbs a:hover { color: var(--text-main); }
    .breadcrumbs li::after { content: "/"; padding: 0 6px; color: var(--text-dim); }
    .breadcrumbs li:last-child::after { content: ""; }

    /* ---- hero / headline ---- */
    .bb-eyebrow { display: inline-block; font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--action-hi); margin-bottom: 14px; }
    .nfpr-h1 { font-family: var(--display); font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.04; margin: 0 0 0.7rem 0; color: var(--text-main); }
    .nfpr-sub { font-size: 1.075rem; color: var(--text-muted); max-width: 720px; margin: 0 0 1.5rem 0; line-height: 1.6; }
    .nfpr-sub a { color: var(--action-hi); text-decoration: none; }
    .nfpr-sub a:hover { text-decoration: underline; }

    /* ---- proof strip -> /results ---- */
    .bb-proof { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 26px; padding: 16px 20px; margin: 0 0 30px; border-radius: var(--radius-lg);
        background: var(--bg-panel); border: 1px solid var(--card-edge); box-shadow: 0 20px 42px -28px var(--accent-glow); text-decoration: none; }
    .bb-proof:hover { border-color: var(--accent-glow); }
    .bb-proof .proof-item { display: flex; flex-direction: column; gap: 2px; }
    .bb-proof .proof-num { font-family: var(--font-data); font-weight: 800; font-size: 1.25rem; color: var(--model); line-height: 1; }
    .bb-proof .proof-num.neutral { color: var(--text-main); }
    .bb-proof .proof-cap { font-family: var(--font-data); font-size: 0.66rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-dim); }
    .bb-proof .proof-cta { margin-left: auto; font-family: var(--font-data); font-size: 0.82rem; font-weight: 700; color: var(--action-hi); white-space: nowrap; }
    .bb-proof .proof-cta i { margin-left: 6px; }

    .micro-meta { font-size: 0.82rem; color: var(--text-dim); margin: 0 0 18px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center; font-family: var(--font-data); }
    .micro-meta a { color: var(--text-muted); text-decoration: none; }
    .micro-meta a:hover { color: var(--text-main); }

    /* ---- section headings ---- */
    .nfpr-section-eyebrow { font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--action-hi); margin: 0 0 6px; }
    .section-title { font-family: var(--display); font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.4rem 0; color: var(--text-main); }
    .section-description { font-size: 1rem; color: var(--text-muted); max-width: 850px; margin-bottom: 1.25rem; line-height: 1.65; }
    .section-description a { color: var(--action-hi); text-decoration: none; }
    .picks-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin: 38px 0 20px; }
    .picks-head .picks-title-wrap { min-width: 0; }
    .picks-head .picks-link { font-family: var(--font-data); font-size: 0.82rem; font-weight: 700; color: var(--action-hi); text-decoration: none; white-space: nowrap; }
    .picks-head .picks-link:hover { text-decoration: underline; }

    /* ---- explainer / AEO cards (ambient-lift) ---- */
    .aeo-grid { display: grid; grid-template-columns: 1.25fr 0.75fr; gap: 16px; margin: 18px 0 26px; }
    .aeo-card { position: relative; background: var(--bg-panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 20px; overflow: hidden; box-shadow: 0 20px 42px -30px var(--accent-glow); }
    .aeo-card::after { content: ''; position: absolute; inset: 0 0 auto 0; height: 120px; pointer-events: none; background: radial-gradient(120% 100% at 50% 0, rgba(70,140,255,0.10), transparent 70%); }
    .aeo-card > * { position: relative; z-index: 1; }
    .aeo-card h2, .aeo-card h3 { margin: 0 0 10px 0; font-size: 1.05rem; font-weight: 800; color: var(--text-main); font-family: var(--display); letter-spacing: -0.01em; }
    .aeo-card p { margin: 0; color: var(--text-muted); line-height: 1.65; }
    .aeo-card .answer { font-size: 0.98rem; }
    .aeo-pill-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 14px; }
    .aeo-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 11px; border-radius: 999px; border: 1px solid var(--border-subtle); background: var(--panel-2); color: var(--text-muted); font-size: 0.78rem; font-family: var(--font-data); }
    .aeo-pill i { color: var(--action-hi); }

    .toc { margin-top: 12px; display: grid; gap: 8px; }
    .toc a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 13px; border-radius: 10px; border: 1px solid var(--border-subtle); background: var(--panel-2); color: var(--text-muted); text-decoration: none; font-weight: 600; }
    .toc a:hover { border-color: var(--card-edge); color: var(--text-main); }
    .toc span { font-family: var(--font-data); font-size: 0.72rem; color: var(--text-dim); font-weight: 700; }

    .mini-table { width: 100%; border-collapse: collapse; margin-top: 14px; overflow: hidden; border-radius: 12px; border: 1px solid var(--border-subtle); }
    .mini-table th, .mini-table td { padding: 10px 12px; border-bottom: 1px solid var(--border-subtle); text-align: left; }
    .mini-table th { background: var(--panel-2); font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-dim); font-family: var(--font-data); }
    .mini-table td { color: var(--text-muted); line-height: 1.5; font-size: 0.9rem; }
    .mini-table tr:last-child td { border-bottom: none; }
    .tag { display: inline-flex; align-items: center; padding: 4px 9px; border-radius: 999px; font-size: 0.72rem; border: 1px solid var(--border-subtle); background: var(--panel-2); color: var(--text-muted); font-family: var(--font-data); }

    /* ---- AMBIENT-LIFT pick cards ---- */
    .tip-row.player-prop-row { position: relative; background: var(--bg-panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 22px; margin-bottom: 18px; overflow: hidden; box-shadow: 0 20px 42px -26px var(--accent-glow); transition: border-color 0.2s, transform 0.2s; }
    .tip-row.player-prop-row::after { content: ''; position: absolute; inset: 0 0 auto 0; height: 110px; pointer-events: none; background: radial-gradient(120% 100% at 50% 0, rgba(70,140,255,0.10), transparent 70%); }
    .tip-row.player-prop-row > * { position: relative; z-index: 1; }
    .tip-row.player-prop-row:hover { border-color: var(--accent-glow); transform: translateY(-2px); }
    .game-details { padding-bottom: 12px; border-bottom: 1px solid var(--border-subtle); font-family: var(--font-data); font-size: 0.82rem; color: var(--text-muted); margin-bottom: 16px; display: flex; justify-content: space-between; gap: 10px; align-items: center; }
    .game-details a { color: var(--action-hi); text-decoration: none; }
    .game-details .starts-in { font-weight: 700; color: var(--action-hi); margin-left: auto; font-family: var(--font-data); }
    .player-section { margin-bottom: 16px; }
    .player-info .player-name { font-size: 1.18rem; font-weight: 800; color: var(--text-main); letter-spacing: -0.01em; }
    .stats-body { display: flex; gap: 14px; align-items: stretch; margin-bottom: 16px; font-family: var(--font-data); font-size: 0.9em; flex-wrap: wrap; }
    .stats-body .probability, .stats-body .edge { display: flex; flex-direction: column; gap: 3px; padding: 10px 14px; border-radius: 10px; background: var(--panel-2); border: 1px solid var(--border-subtle); min-width: 120px; }
    .stats-body strong { display: block; font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-dim); font-weight: 700; margin: 0; }
    .stats-body .probability span { color: var(--text-main); font-weight: 800; font-size: 1.15rem; }
    .stats-body .probability span span { font-size: 1rem; }
    .stats-body .edge { color: var(--model); font-weight: 800; font-size: 1.15rem; border-color: rgba(52,211,153,0.28); }
    .tip-footer { display: flex; gap: 14px; padding-top: 16px; border-top: 1px solid var(--border-subtle); font-family: var(--font-data); font-size: 0.9em; flex-wrap: wrap; }
    .tip-footer .decimal-odds, .tip-footer .american-odds { display: flex; flex-direction: column; gap: 3px; padding: 8px 12px; border-radius: 10px; background: var(--panel-2); border: 1px solid var(--border-subtle); color: var(--text-main); font-weight: 800; }
    .tip-footer strong { display: block; font-size: 0.64rem; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-dim); font-weight: 700; margin: 0; }

    /* ---- performance / proof card (ambient-lift) ---- */
    .performance-spotlight-container-single { margin-bottom: 28px; }
    .single-performance-card { background: var(--panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 26px; position: relative; overflow: hidden; box-shadow: 0 22px 46px -24px var(--accent-glow); }
    .single-performance-card::before { content: ''; position: absolute; top:0; left:0; right:0; height:3px; background: var(--accent-grad); }
    .single-performance-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%); }
    .single-performance-card > * { position: relative; z-index: 1; }
    .performance-card-header-area { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
    .main-card-title-single { font-size: 1.2rem; font-weight: 800; margin: 0; color: var(--text-main); font-family: var(--display); letter-spacing: -0.01em; }
    .performance-main-icon { color: var(--action-hi); }
    .main-performance-metrics-row { display: grid; grid-template-columns: 1fr 2fr; gap: 20px; }
    .metric-main-roi-panel { display: flex; flex-direction: column; justify-content: center; }
    .main-roi-value { font-family: var(--font-data); font-size: 3rem; font-weight: 900; color: var(--color-signal); line-height: 1; }
    .roi-label { font-size: 0.66rem; text-transform: uppercase; color: var(--text-dim); font-family: var(--font-data); letter-spacing: 0.08em; margin-bottom: 4px; }
    .metric-other-stats-panel { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 12px; }
    .sub-metric-item { background: var(--panel-2); border: 1px solid var(--border-subtle); padding: 13px; border-radius: 10px; }
    .sub-metric-label { font-size: 0.66rem; text-transform: uppercase; color: var(--text-dim); display: block; margin-bottom: 5px; font-family: var(--font-data); letter-spacing: 0.07em; }
    .sub-metric-value { font-family: var(--font-data); font-weight: 800; color: var(--text-main); font-size: 1.1rem; }

    /* ---- reasoning toggle + locked tease ---- */
    .tip-reasoning { padding-top: 16px; border-top: 1px solid var(--border-subtle); margin-top: 16px; }
    .reason-toggle { display: flex; justify-content: space-between; align-items: center; padding: 11px 13px; background: var(--panel-2); border: 1px solid var(--border-subtle); border-radius: 10px; cursor: pointer; font-weight: 700; font-size: 0.88rem; color: var(--text-main); }
    .reason-toggle:hover { border-color: var(--card-edge); }
    .reason-toggle i { color: var(--action-hi); }
    .reason-text { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; padding: 0 13px; font-size: 0.94rem; line-height: 1.65; color: var(--text-muted); }
    .reason-text.expanded { max-height: 2400px; padding: 13px; }
    .unlock-bet-container { text-align: center; padding: 4px 0; }
    .btn-unlock { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 22px; background: var(--panel-2); color: var(--text-main); border: 1px solid var(--card-edge); border-radius: 10px; text-decoration: none; font-weight: 800; transition: all 0.2s; }
    .btn-unlock:hover { border-color: var(--accent-glow); box-shadow: 0 10px 26px -14px var(--accent-glow); }
    .btn-unlock i { color: var(--action-hi); }

    /* ---- inline upsell promo row (gradient CTA) ---- */
    .promo-row-container.item-as-promo { position: relative; display: flex; align-items: center; justify-content: space-between; padding: 24px; background: var(--bg-panel); border-radius: var(--radius-lg); border: 1px solid var(--card-edge); box-shadow: 0 22px 46px -24px var(--accent-glow); gap: 20px; flex-wrap: wrap; overflow: hidden; }
    .promo-row-container.item-as-promo::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.14), transparent 70%); }
    .promo-row-container.item-as-promo > * { position: relative; z-index: 1; }
    .promo-icon i { color: var(--action-hi); }
    .promo-text-line1 { font-family: var(--font-data); font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--action-hi); margin-bottom: 6px; }
    .promo-text-line2 { font-size: 1.3rem; font-weight: 800; color: var(--text-main); letter-spacing: -0.01em; }
    .all-access-pro-button { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; padding: 13px 26px; background: var(--accent-grad); box-shadow: 0 12px 30px -10px var(--accent-glow); color: #fff; font-weight: 800; text-decoration: none; border-radius: 11px; transition: transform 0.2s, box-shadow 0.2s; }
    .all-access-pro-button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px -10px var(--accent-glow); }
    .bb-button-logo { height: 20px; }

    /* ---- standalone upsell banner under free picks ---- */
    .nfpr-upsell { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin: 8px 0 36px; padding: 28px; border-radius: var(--radius-lg); background: var(--bg-panel); border: 1px solid var(--card-edge); box-shadow: 0 24px 50px -24px var(--accent-glow); overflow: hidden; }
    .nfpr-upsell::after { content: ''; position: absolute; inset: 0 0 auto 0; height: 150px; pointer-events: none; background: radial-gradient(120% 100% at 30% 0, rgba(70,140,255,0.15), transparent 70%); }
    .nfpr-upsell > * { position: relative; z-index: 1; }
    .nfpr-upsell .up-eyebrow { font-family: var(--font-data); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--action-hi); margin-bottom: 8px; }
    .nfpr-upsell h2 { font-family: var(--display); font-size: 1.5rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 8px; color: var(--text-main); }
    .nfpr-upsell p { margin: 0; color: var(--text-muted); line-height: 1.6; max-width: 560px; }
    .nfpr-upsell .up-body { min-width: 260px; flex: 1 1 360px; }
    .nfpr-upsell .up-list { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 14px; padding: 0; list-style: none; }
    .nfpr-upsell .up-list li { font-family: var(--font-data); font-size: 0.82rem; color: var(--text-muted); display: flex; align-items: center; gap: 8px; }
    .nfpr-upsell .up-list li i { color: var(--model); }
    .nfpr-upsell .up-cta-wrap { display: flex; flex-direction: column; gap: 8px; align-items: stretch; }
    .nfpr-upsell .up-microcopy { font-family: var(--font-data); font-size: 0.72rem; color: var(--text-dim); text-align: center; }

    /* ---- about / stats ---- */
    .persuasive-stats-container { margin: 56px 0 0; text-align: center; }
    .persuasive-stats-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px; }
    .stat-card { position: relative; background: var(--bg-panel); border: 1px solid var(--card-edge); border-radius: var(--radius-lg); padding: 30px; transition: transform 0.3s, border-color 0.3s; overflow: hidden; box-shadow: 0 20px 42px -30px var(--accent-glow); }
    .stat-card:hover { transform: translateY(-4px); border-color: var(--accent-glow); }
    .stat-icon-container { font-size: 2.4rem; color: var(--action-hi); margin-bottom: 14px; }
    .stat-number { font-family: var(--font-data); font-size: 2.8rem; font-weight: 900; color: var(--text-main); display: block; line-height: 1.1; }
    .stat-label { font-family: var(--font-data); font-size: 0.78rem; font-weight: 700; color: var(--action-hi); text-transform: uppercase; display: block; margin: 10px 0; letter-spacing: 0.08em; }
    .stat-text { color: var(--text-muted); line-height: 1.6; font-size: 0.94rem; }

    /* ---- FAQ ---- */
    .nfpr-faq { display: grid; gap: 8px; margin-top: 12px; }
    .nfpr-faq-item { background: var(--panel-2); border: 1px solid var(--border-subtle); border-radius: 12px; overflow: hidden; transition: border-color 0.15s; }
    .nfpr-faq-item[open] { border-color: var(--card-edge); }
    .nfpr-faq-item summary { padding: 15px 16px; 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.94rem; min-height: 44px; }
    .nfpr-faq-item summary::-webkit-details-marker { display: none; }
    .nfpr-faq-item summary::after { content: '+'; font-family: var(--font-data); color: var(--action-hi); flex-shrink: 0; font-size: 1.2rem; }
    .nfpr-faq-item[open] summary::after { content: '−'; }
    .nfpr-faq-answer { padding: 0 16px 16px; color: var(--text-muted); line-height: 1.65; font-size: 0.92rem; }
    .nfpr-faq-answer p { margin-top: 4px; margin-bottom: 0; }

    /* ---- email signup ---- */
    .full-width-email-signup { position: relative; background: var(--bg-panel); padding: 44px 0; margin-top: 44px; border-top: 1px solid var(--border-subtle); overflow: hidden; }
    .full-width-email-signup::after { content: ''; position: absolute; inset: 0 0 auto 0; height: 160px; pointer-events: none; background: radial-gradient(80% 100% at 20% 0, rgba(70,140,255,0.10), transparent 70%); }

    /* ---- partners ---- */
    .partners-section { background-color: var(--void); padding: 28px 0; overflow: hidden; white-space: nowrap; margin-top: 0; }
    .partners-logos-wrapper { display: inline-block; animation: scroll 40s linear infinite; }
    .partners-logos { display: inline-flex; gap: 60px; padding-right: 60px; }
    .partners-logos i, .partners-logos img { font-size: 38px; color: var(--ink-faint); transition: color 0.3s; vertical-align: middle; }
    .partners-logos i:hover { color: var(--action-hi); }
    @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } }

    @media (prefers-reduced-motion: reduce) {
        .partners-logos-wrapper { animation: none; }
        .tip-row.player-prop-row, .stat-card, .all-access-pro-button, .nfpr-upsell { transition: none; }
        .reason-text { transition: none; }
    }

    @media (max-width: 980px) { .aeo-grid { grid-template-columns: 1fr; } }
    @media (max-width: 768px) {
        .nfpr-top { margin-top: 64px; }
        .main-performance-metrics-row, .promo-row-container.item-as-promo { grid-template-columns: 1fr; flex-direction: column; align-items: flex-start; }
        .metric-main-roi-panel { align-items: flex-start; margin-bottom: 12px; }
        .promo-icon { display: none; }
        .all-access-pro-button, .nfpr-upsell .up-cta-wrap { width: 100%; }
        .all-access-pro-button { justify-content: center; }
        .game-details { flex-direction: column; align-items: flex-start; gap: 6px; }
        .game-details .starts-in { margin-left: 0; }
        .bb-proof .proof-cta { margin-left: 0; }
        .picks-head { margin-top: 28px; }
    }
