﻿/* extracted verbatim 2026-08-28 estate speed sweep. New content = new filename. */

        /* ===== Ligue 1 Odds — money-picks archetype. Tokens come from Site.Master (electric blue + ambient-lift). No token redefinition. ===== */

        .wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 28px 5% 10px; box-sizing: border-box; }
        .l1-odds a { transition: color .18s; }

        .breadcrumbs { margin-bottom: 1.4rem; font-size: .72rem; font-family: var(--mono); color: var(--ink-faint); letter-spacing: .06em; text-transform: uppercase; }
        .breadcrumbs a { color: var(--ink-faint); }
        .breadcrumbs a:hover { color: var(--action-hi); }
        .breadcrumbs .text-signal { color: var(--accent-ink); }

        /* league nav rail */
        .betbetter-nav { display: grid; grid-template-columns: repeat(auto-fit, minmax(132px, 1fr)); gap: 8px; margin-bottom: 1.6rem; padding: 8px; background: var(--panel); border: 1px solid var(--line); border-radius: 12px; }
        .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-size: .85rem; font-weight: 600; font-family: var(--ui); border: 1px solid transparent; cursor: pointer; white-space: nowrap; }
        .nav-btn:hover { background: rgba(70,140,255,.10); 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,.4), 0 8px 20px -8px var(--accent-glow); }

        .dropdown-wrapper { position: relative; }
        .dropdown-content { display: none; position: absolute; top: calc(100% + 6px); 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 -12px rgba(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: .9rem; color: var(--ink-dim); }
        .dropdown-content a:hover { color: var(--ink); background: rgba(70,140,255,.10); }
        .dropdown-content a:last-child { border-bottom: none; }

        /* hero / header */
        .page-header { margin-bottom: 1.4rem; }
        .l1-eyebrow { display:flex; flex-wrap:wrap; gap:8px; margin-bottom: 14px; }
        .data-badge { display: inline-flex; align-items:center; gap:6px; background: rgba(70,140,255,.12); color: var(--accent-ink); font-family: var(--mono); font-size: .7rem; letter-spacing:.04em; text-transform:uppercase; padding: 5px 10px; border-radius: 999px; border:1px solid var(--card-edge); }
        .data-badge.is-live i { color: var(--model); }
        .section-title { font-family: var(--display); font-size: clamp(1.7rem, 4.4vw, 2.5rem); font-weight: 700; letter-spacing: -.02em; margin: 0 0 .55rem 0; color:var(--ink); }
        .section-title .hl { color: var(--action-hi); }
        .section-description { font-size: 1.02rem; color: var(--ink-dim); max-width: 760px; margin: 0; line-height: 1.6; }
        .text-signal { color: var(--model); }

        /* proof strip + primary CTA row, right where intent peaks */
        .hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap: 12px; margin-top: 20px; }
        .hero-actions .btn-grad { min-height: 44px; }
        .legend-chips { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
        .legend-chip { display:inline-flex; align-items:center; gap:8px; padding: 7px 11px; border-radius: 999px; border: 1px solid var(--line); background: var(--panel-2); color: var(--ink-dim); font-size: .82rem; font-weight: 600; }
        .legend-chip .swatch { width:9px; height:9px; border-radius:50%; }
        .legend-chip .swatch.edge { background: var(--model); box-shadow: 0 0 8px var(--model); }
        .legend-chip .swatch.mkt { background: var(--action-hi); }

        /* odds data sheet — lifted card shell */
        .table-container { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 22px 0; border: 1px solid var(--card-edge); border-radius: 16px; background: var(--panel); box-shadow: 0 20px 42px -24px var(--accent-glow); }
        .game-tips-table { width: 100%; border-collapse: collapse; min-width: 600px; }
        .game-tips-table th, .game-tips-table td { padding: 13px 15px; text-align: left; border-bottom: 1px solid var(--line); white-space: nowrap; }
        .game-tips-table th { background: var(--panel-2); color: var(--ink); font-weight: 700; position: sticky; top: 0; z-index: 2; font-family: var(--mono); font-size: .76rem; text-transform: uppercase; letter-spacing: .05em; }
        .game-tips-table td { color: var(--ink-dim); font-family: var(--mono); font-variant-numeric: tabular-nums; font-size: .9rem; }
        .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 6px rgba(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: .8rem; color: var(--ink-faint); font-family: var(--mono); }
        .team-logos { display: flex; align-items: center; gap: 6px; }
        .team-logo { width: 20px; height: 20px; object-fit: contain; }
        .team-names { font-weight: 700; font-size: .9rem; color: var(--ink); font-family: var(--ui); }
        .game-tips-table tbody tr:hover { background: rgba(70,140,255,.05); }
        .game-tips-table tbody tr:hover .sticky-col { background: rgba(70,140,255,.08); }

        /* empty state */
        .no-tips-card { background: var(--panel); border: 1px solid var(--card-edge); border-radius: 16px; padding: 44px 28px; text-align: center; margin: 2rem 0; box-shadow: 0 20px 42px -24px var(--accent-glow); }
        .no-tips-card h4 { color: var(--ink); font-family: var(--display); font-size: 1.4rem; margin: 1rem 0; }
        .no-tips-card p { color: var(--ink-dim); margin-bottom: 1.8rem; }
        .btn-primary-action { display: inline-flex; align-items:center; gap:8px; min-height:44px; background: var(--accent-grad); color: #fff; padding: 12px 22px; border-radius: 12px; font-weight: 700; box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 12px 26px -7px var(--accent-glow); transition: .18s; }
        .btn-primary-action:hover { transform: translateY(-1px); filter: brightness(1.07); }

        /* in-flow upsell band (links down to the full-width signup which holds the server controls) */
        .l1-upsell { position:relative; overflow:hidden; margin: 26px 0 8px; border-radius: 16px; padding: 22px 22px; background: var(--panel); border: 1px solid var(--card-edge); box-shadow: 0 20px 42px -24px var(--accent-glow); display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; gap: 18px; }
        .l1-upsell::after { content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none; background: radial-gradient(120% 80% at 50% -12%, rgba(70,140,255,.12), transparent 60%); }
        .l1-upsell > * { position:relative; z-index:1; }
        .l1-upsell h3 { font-family: var(--display); font-size: 1.25rem; color:var(--ink); margin:0 0 6px; }
        .l1-upsell p { margin:0; color: var(--ink-dim); font-size: .94rem; max-width: 560px; }
        .l1-upsell .lock-row { display:flex; align-items:center; gap:14px; }

        /* email signup (full-width, holds the UpdatePanel/controls) */
        .full-width-email-signup { background: var(--panel); border-top: 1px solid var(--line); padding: 56px 5%; margin-top: 64px; }

        /* secondary / SEO content (demoted below the picks) */
        .seo-content { color: var(--ink-dim); margin-bottom: 40px; margin-top: 52px; }
        .seo-content h2 { color: var(--ink); font-family: var(--display); margin-top: 30px; font-size: 1.45rem; }
        .seo-content h3 { color: var(--ink); font-family: var(--display); margin-top: 22px; font-size: 1.12rem; }
        .seo-content p { margin-bottom: 16px; line-height: 1.7; }
        .seo-content ul { list-style: none; padding: 0; }
        .seo-content li { margin-bottom: 10px; }
        .seo-content li i { margin-right: 8px; color: var(--action-hi); }
        .seo-content a:hover { color: var(--action-hi); }

        .seo-box-grid { display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
        .seo-mini-card { background: var(--panel-2); border: 1px solid var(--line); border-radius: 14px; padding: 16px; }
        .seo-mini-card strong { display:block; color: var(--ink); font-size: .95rem; margin-bottom: 6px; }
        .seo-mini-card span { color: var(--ink-dim); font-size: .9rem; line-height: 1.6; }

        .col-guide-table { width:100%; border-collapse: collapse; margin-top: 14px; overflow:hidden; border-radius: 14px; border: 1px solid var(--line); }
        .col-guide-table th, .col-guide-table td { padding: 12px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
        .col-guide-table th { background: var(--panel-2); font-family: var(--mono); text-transform: uppercase; letter-spacing: .05em; font-size: .76rem; color: var(--ink); }
        .col-guide-table td { color: var(--ink-dim); line-height: 1.65; }
        .col-guide-table tr:last-child td { border-bottom: none; }
        .mono { font-family: var(--mono); }

        .faq { margin-top: 40px; }
        .faq details { background: var(--panel-2); border: 1px solid var(--line); border-radius: 14px; padding: 14px 16px; margin-bottom: 10px; }
        .faq summary { cursor: pointer; color: var(--ink); font-weight: 700; font-family: var(--display); list-style: none; min-height: 28px; }
        .faq summary::-webkit-details-marker { display: none; }
        .faq p { margin: 10px 0 0 0; color: var(--ink-dim); line-height: 1.75; }

        @media (max-width: 980px) {
            .seo-box-grid { grid-template-columns: 1fr; }
        }

        @media (max-width: 768px) {
            .section-title { font-size: 1.6rem; }
            .betbetter-nav { display: flex; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 12px; }
            .nav-btn { flex: 0 0 auto; padding: 8px 16px; font-size: .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: 550px; }
            .l1-upsell { flex-direction: column; align-items: flex-start; }
            .hero-actions .btn-grad, .hero-actions .bb-proof { width: 100%; }
        }

        /* --- 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); }

    