﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

        /* ============================================================
           SERIE A ODDS - money page. Uses the global design system from
           Site.Master (--void/--panel/--ink/--accent-grad/--model/--mono).
           Local rules only style page-specific structure; the shared
           .bb-pick / .tip-row / .btn-grad / .bb-proof / .bb-lock come
           from the master and get the ambient-lift treatment there.
           ============================================================ */

        .wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 24px 5% 8px; box-sizing: border-box; }

        /* ---- Breadcrumbs ---- */
        .breadcrumbs { margin-bottom: 1.25rem; font-size: 0.72rem; font-family: var(--mono); color: var(--ink-faint); letter-spacing: 0.06em; text-transform: uppercase; }
        .breadcrumbs a { color: var(--ink-faint); text-decoration: none; transition: color 0.18s; }
        .breadcrumbs a:hover { color: var(--action-hi); }
        .breadcrumbs span.text-signal { color: var(--ink-dim); }

        /* ---- League / market nav ---- */
        .betbetter-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 8px; margin-bottom: 1.75rem; padding: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; }
        .nav-btn { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 12px; background: transparent; color: var(--ink-dim); border-radius: 9px; font-family: var(--ui); font-size: 0.86rem; font-weight: 600; border: 1px solid transparent; cursor: pointer; white-space: nowrap; text-decoration: none; transition: 0.16s; }
        .nav-btn:hover { background: var(--panel-2); color: var(--ink); }
        .nav-btn.active { background: var(--accent-grad); color: #fff; border-color: transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 8px 20px -8px var(--accent-glow); }

        .dropdown-wrapper { position: relative; }
        .dropdown-content { display: none; position: absolute; top: calc(100% + 5px); left: 0; width: 210px; background: var(--panel-2); border: 1px solid var(--line-strong); border-radius: 12px; z-index: 50; box-shadow: 0 18px 40px -16px rgba(0,0,0,0.7); overflow: hidden; }
        .dropdown-wrapper.active .dropdown-content { display: block; }
        .dropdown-content a { display: block; padding: 12px 16px; border-bottom: 1px solid var(--line); font-size: 0.9rem; color: var(--ink); text-decoration: none; transition: 0.14s; }
        .dropdown-content a:last-child { border-bottom: none; }
        .dropdown-content a:hover { background: var(--panel); color: var(--action-hi); }

        /* ---- Page header / H1 ---- */
        .page-header { margin-bottom: 1.25rem; }
        .badge-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
        .data-badge { display: inline-flex; align-items: center; gap: 6px; background: var(--panel-2); border: 1px solid var(--card-edge); color: var(--accent-ink); font-family: var(--mono); font-size: 0.72rem; padding: 5px 10px; border-radius: 999px; letter-spacing: 0.03em; }
        .data-badge i { color: var(--action-hi); }
        .section-title { font-family: var(--display); font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; margin: 0 0 12px 0; color: var(--ink); }
        .section-lede { font-size: 1.05rem; color: var(--ink-dim); max-width: 720px; margin: 0; line-height: 1.65; }
        .section-lede strong { color: var(--ink); }
        .edge-word { color: var(--model); font-weight: 700; }

        /* ---- Quick answer (AEO) ---- */
        .answer-box { margin-top: 18px; background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
        .answer-box .answer-kicker { font-family: var(--mono); font-size: 0.72rem; color: var(--action-hi); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 8px; display: block; }
        .answer-box p { margin: 0; color: var(--ink-dim); line-height: 1.7; }
        .quick-links { margin-top: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
        .pill-link { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; padding: 9px 13px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel-2); color: var(--ink); font-family: var(--ui); font-size: 0.85rem; font-weight: 600; text-decoration: none; transition: 0.16s; }
        .pill-link i { color: var(--action-hi); }
        .pill-link:hover { border-color: var(--card-edge); background: var(--panel); color: var(--action-hi); }

        /* ---- Proof strip -> /results (next to the decision) ---- */
        .bb-proof-row { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px; margin: 18px 0 6px; padding: 14px 18px; background: var(--panel); border: 1px solid var(--card-edge); border-radius: 14px; box-shadow: 0 20px 42px -26px var(--accent-glow); }
        .bb-proof-row .proof-stat { display: flex; flex-direction: column; gap: 2px; }
        .bb-proof-row .proof-stat strong { font-family: var(--ui); font-size: 0.95rem; color: var(--ink); }
        .bb-proof-row .proof-stat strong.money { color: var(--model); }
        .bb-proof-row .proof-stat span { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.04em; }
        .bb-proof-row .proof-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-left: auto; padding: 10px 16px; border-radius: 11px; border: 1px solid var(--card-edge); background: var(--panel-2); color: var(--action-hi); font-family: var(--ui); font-weight: 700; font-size: 0.88rem; text-decoration: none; transition: 0.16s; white-space: nowrap; }
        .bb-proof-row .proof-cta:hover { background: var(--accent-grad); color: #fff; border-color: transparent; box-shadow: 0 12px 26px -8px var(--accent-glow); }

        /* ---- Odds table (the core money content) ---- */
        .core-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: 28px 0 4px; flex-wrap: wrap; }
        .core-head h2 { font-family: var(--display); font-size: 1.4rem; font-weight: 700; color: var(--ink); margin: 0; letter-spacing: -0.01em; }
        .core-head .core-sub { font-family: var(--mono); font-size: 0.74rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.05em; }
        .table-container { position: relative; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 14px; margin-bottom: 8px; border: 1px solid var(--card-edge); border-radius: 16px; background: var(--panel); 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% 60% at 50% -10%, rgba(70,140,255,.08), transparent 60%); }
        .game-tips-table { position: relative; z-index: 1; width: 100%; border-collapse: collapse; min-width: 640px; }
        .game-tips-table th, .game-tips-table td { padding: 13px 16px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; font-size: 0.9rem; }
        .game-tips-table td { color: var(--ink); font-family: var(--mono); font-variant-numeric: tabular-nums; }
        .game-tips-table th { background: var(--panel-2); color: var(--ink-dim); font-weight: 600; position: sticky; top: 0; z-index: 2; font-family: var(--mono); 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: var(--panel); z-index: 3; box-shadow: 2px 0 8px rgba(0,0,0,0.25); border-right: 1px solid var(--line); }
        .game-tips-table th.sticky-col { background: var(--panel-2); z-index: 4; }
        .game-info-cell { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
        .game-time { font-size: 0.78rem; color: var(--ink-faint); font-family: var(--mono); }
        .team-logos { display: flex; align-items: center; gap: 6px; }
        .team-logos span { color: var(--ink-faint); }
        .team-logo { width: 20px; height: 20px; object-fit: contain; }
        .team-names { font-family: var(--ui); font-weight: 600; font-size: 0.92rem; color: var(--ink); }
        .game-tips-table tbody tr { transition: background 0.14s; }
        .game-tips-table tbody tr:hover { background: var(--panel-2); }
        .game-tips-table tbody tr:hover .sticky-col { background: var(--panel-2); }

        .table-scroll-hint { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-faint); margin: 0 0 4px; }

        /* ---- Empty state (ambient-lift) ---- */
        .no-tips-card { position: relative; background: var(--panel); border: 1px solid var(--card-edge); border-radius: 16px; padding: 48px 32px; text-align: center; margin: 1.5rem 0; box-shadow: 0 20px 42px -24px var(--accent-glow); overflow: hidden; }
        .no-tips-card::after { content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none; background: radial-gradient(120% 70% at 50% -12%, rgba(70,140,255,.10), transparent 60%); }
        .no-tips-card > * { position: relative; z-index: 1; }
        .no-tips-card h4 { color: var(--ink); font-family: var(--display); font-size: 1.5rem; margin: 1rem 0 0.5rem; }
        .no-tips-card p { color: var(--ink-dim); margin: 0 0 1.75rem; line-height: 1.6; }
        .btn-primary-action { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; background: var(--accent-grad); color: #fff; padding: 12px 24px; border-radius: 12px; font-family: var(--ui); font-weight: 600; text-decoration: none; transition: 0.18s; box-shadow: inset 0 1px 0 rgba(255,255,255,.4), 0 12px 26px -8px var(--accent-glow); }
        .btn-primary-action:hover { filter: brightness(1.07); transform: translateY(-1px); }

        /* ---- Upsell band (moved up, right after the picks) ---- */
        .full-width-email-signup { position: relative; margin: 36px 0 0; padding: 40px 5%; background: var(--panel); border-top: 1px solid var(--card-edge); border-bottom: 1px solid var(--line); overflow: hidden; }
        .full-width-email-signup::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(80% 120% at 80% -20%, rgba(70,140,255,.10), transparent 60%); }

        /* ---- Demoted SEO / method / FAQ content (below the core) ---- */
        .seo-content { color: var(--ink-dim); margin-bottom: 40px; margin-top: 48px; }
        .seo-content h2 { color: var(--ink); font-family: var(--display); margin-top: 0; margin-bottom: 12px; font-size: 1.45rem; letter-spacing: -0.01em; }
        .seo-content h3 { color: var(--ink); font-family: var(--display); margin-top: 22px; margin-bottom: 8px; font-size: 1.12rem; }
        .seo-content p { margin-bottom: 14px; line-height: 1.7; }
        .seo-content > p { max-width: 760px; }
        .seo-content ul { list-style: none; padding: 0; margin: 0; }
        .seo-content li { margin-bottom: 10px; }
        .seo-content li a { color: var(--ink); text-decoration: none; }
        .seo-content li a:hover { color: var(--action-hi); }
        .seo-content li i { margin-right: 8px; color: var(--action-hi); }

        .callout-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; margin-top: 16px; }
        .callout { background: var(--panel); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
        .callout .k { font-family: var(--mono); font-size: 0.72rem; color: var(--action-hi); text-transform: uppercase; letter-spacing: 0.06em; display: block; margin-bottom: 8px; }
        .callout strong { color: var(--ink); }
        .callout p { margin: 0; color: var(--ink-dim); line-height: 1.6; }

        .faq { margin-top: 48px; }
        .faq details { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 14px 16px; margin-bottom: 10px; transition: border-color 0.16s; }
        .faq details[open] { border-color: var(--card-edge); }
        .faq summary { cursor: pointer; font-family: var(--ui); font-weight: 700; color: var(--ink); }
        .faq summary::marker { color: var(--action-hi); }
        .faq p { margin: 10px 0 0; color: var(--ink-dim); line-height: 1.7; }

        .trust-strip { margin-top: 22px; padding: 14px 16px; border: 1px solid var(--line); background: var(--panel); border-radius: 12px; }
        .trust-strip .t-title { font-family: var(--mono); font-size: 0.72rem; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.08em; display: block; margin-bottom: 8px; }
        .trust-strip p { margin: 0; color: var(--ink-dim); line-height: 1.65; }

        /* ---- About stats ---- */
        .persuasive-stats-container { margin: 56px auto; text-align: center; }
        .persuasive-title { font-family: var(--display); font-size: clamp(1.7rem, 3.5vw, 2.2rem); margin-bottom: 36px; font-weight: 800; color: var(--ink); position: relative; display: inline-block; padding-bottom: 14px; letter-spacing: -0.01em; }
        .persuasive-title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 56px; height: 3px; background: var(--accent-grad); border-radius: 2px; }
        .persuasive-stats-cards-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; max-width: 1000px; margin: 0 auto; }
        .stat-card { position: relative; background: var(--panel); border: 1px solid var(--line); border-radius: 16px; padding: 30px; display: flex; flex-direction: column; align-items: center; text-align: center; transition: 0.25s; overflow: hidden; }
        .stat-card:hover { transform: translateY(-4px); border-color: var(--card-edge); box-shadow: 0 22px 46px -24px var(--accent-glow); }
        .stat-icon-container { width: 64px; height: 64px; background: var(--panel-2); border: 1px solid var(--card-edge); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
        .stat-icon { font-size: 28px; color: var(--action-hi); }
        .stat-number { font-family: var(--mono); font-size: 2.4rem; font-weight: 700; color: var(--ink); line-height: 1; margin-bottom: 10px; }
        .stat-label { font-family: var(--mono); font-size: 0.8rem; font-weight: 600; color: var(--action-hi); text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 10px; display: block; }
        .stat-text { color: var(--ink-dim); font-size: 0.92rem; line-height: 1.55; }

        /* ---- Partners ---- */
        .partners-section { margin-top: 8px; padding: 36px 0; border-top: 1px solid var(--line); }
        .partners-logos-wrapper { overflow: hidden; white-space: nowrap; }
        .partners-logos { display: inline-block; animation: bbScroll 40s linear infinite; }
        .partners-logos i, .partners-logos img { font-size: 38px; margin: 0 30px; color: var(--ink-faint); transition: color 0.3s; vertical-align: middle; }
        .partners-logos i:hover { color: var(--ink-dim); }
        @keyframes bbScroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

        /* ---- Focus visibility (a11y) ---- */
        .nav-btn:focus-visible, .pill-link:focus-visible, .proof-cta:focus-visible, .btn-primary-action:focus-visible,
        .signup-button:focus-visible, .dropdown-content a:focus-visible, .faq summary:focus-visible {
            outline: 2px solid var(--action-hi); outline-offset: 2px;
        }

        @media (max-width: 920px) {
        }
        @media (max-width: 768px) {
            .wrapper { padding: 18px 4% 8px; }
            .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.82rem; }
            .table-container { margin-left: 0; margin-right: 0; }
            .game-tips-table th, .game-tips-table td { padding: 11px 13px; }
            .game-tips-table { min-width: 580px; }
            .bb-proof-row .proof-cta { margin-left: 0; }
            .quick-links { gap: 6px; }
            .pill-link { font-size: 0.82rem; }
        }

        /* --- 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); }
    