/* Olympus Bets — generated game-page styles
   =========================================
   Shared sheet for workers/seo_game_page_generator.py output. Extracted from
   the generator's former ~37KB per-page inline <style> block so the browser
   caches it once instead of re-downloading identical CSS on every game page.
   Pages generated BEFORE the extraction keep their inline copy and never load
   this file - both forms render identically. Layered after /seo/style.css.
   Keep class names in sync with the generator's markup. */

    .matchup-hero { text-align: center; padding: 3rem 1.5rem 1.5rem; background: radial-gradient(ellipse 70% 50% at 50% 100%, rgba(93,169,218,0.05) 0%, transparent 70%); }
    .matchup-hero .league-badge { display: inline-block; background: #FACC15; color: #0a0a0a; padding: 0.3rem 1rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 1rem; }
    .matchup-hero h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.4rem; line-height: 1.2; }
    .matchup-hero .date { color: rgba(240,242,245,0.4); font-size: 0.9rem; }
    .matchup-hero .sims-badge { display: inline-block; margin-top: 0.6rem; font-size: 0.72rem; color: rgba(240,242,245,0.3); border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 0.2rem 0.8rem; }

    .matchup-scores { display: flex; align-items: center; justify-content: center; gap: 0; margin: 2rem 0 1.5rem; }
    .team-score { flex: 1; max-width: 200px; text-align: center; padding: 1.5rem 1rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; }
    .team-score .team-name { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.55); margin-bottom: 0.5rem; }
    .team-score .projected-score { font-size: 2.8rem; font-weight: 800; color: #f0f2f5; letter-spacing: -0.03em; line-height: 1; }
    .team-score .score-label { font-size: 0.68rem; color: rgba(240,242,245,0.25); text-transform: uppercase; letter-spacing: 0.05em; margin-top: 0.4rem; }
    .vs-divider { display: flex; flex-direction: column; align-items: center; padding: 0 1.25rem; gap: 0.3rem; }
    .vs-text { font-size: 0.72rem; font-weight: 800; color: rgba(240,242,245,0.18); letter-spacing: 0.1em; }
    .total-badge { font-size: 0.68rem; color: #5DA9DA; font-weight: 600; background: rgba(93,169,218,0.1); border: 1px solid rgba(93,169,218,0.15); border-radius: 4px; padding: 0.15rem 0.5rem; white-space: nowrap; }

    .prob-section { margin: 2rem 0; }
    .prob-header { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin-bottom: 0.6rem; }
    .prob-bar-container { display: flex; border-radius: 8px; overflow: hidden; height: 48px; background: rgba(255,255,255,0.03); box-shadow: inset 0 1px 3px rgba(0,0,0,0.3); }
    .prob-segment { display: flex; align-items: center; justify-content: center; min-width: 48px; }
    .prob-pct { font-weight: 800; font-size: 1rem; }
    .prob-home { background: linear-gradient(135deg, #5DA9DA, #c4a032); color: #0a0a0a; }
    .prob-away { background: linear-gradient(135deg, #2a5298, #1e3d73); color: #fff; }
    .prob-draw { background: rgba(255,255,255,0.08); color: rgba(240,242,245,0.6); }
    .prob-labels { display: flex; justify-content: space-between; font-size: 0.78rem; color: rgba(240,242,245,0.4); margin-top: 0.4rem; font-weight: 600; }

    .edge-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 0.75rem; margin: 1.5rem 0; }
    .edge-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 1rem 1.25rem; text-align: center; }
    .edge-card .edge-market { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.3); margin-bottom: 0.25rem; }
    .edge-card .edge-line { font-size: 1.05rem; font-weight: 700; color: rgba(240,242,245,0.75); }
    .edge-card .edge-val { font-size: 0.82rem; font-weight: 700; margin-top: 0.2rem; }
    .edge-val.positive { color: #2DD4A8; }
    .edge-val.negative { color: #ef4444; }
    .edge-val.neutral { color: rgba(240,242,245,0.2); }

    .section-divider { height: 1px; background: linear-gradient(90deg, transparent, rgba(93,169,218,0.15), transparent); margin: 1.35rem 0; }

    .pick-card { background: linear-gradient(135deg, rgba(250,204,21,0.06), rgba(250,204,21,0.02)); border: 1px solid rgba(250,204,21,0.18); border-radius: 12px; padding: 1.1rem 1.15rem; margin: 1.1rem 0; box-shadow: 0 4px 20px rgba(0,0,0,0.15); }
    .pick-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.6rem; }
    .pick-badge { background: #FACC15; color: #0a0a0a; padding: 0.2rem 0.7rem; border-radius: 5px; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
    .pick-units { color: #FACC15; font-weight: 800; font-size: 1.1rem; }
    .pick-edge { color: rgba(240,242,245,0.4); font-size: 0.85rem; margin: 0.25rem 0 0.75rem; }
    .pick-writeup { font-size: 0.92rem; line-height: 1.7; color: rgba(240,242,245,0.65); }
    .pick-cta { margin-top: 1rem; }
    .pick-cta a { color: #FACC15; text-decoration: none; font-weight: 700; font-size: 0.88rem; }

    .methodology-note { background: rgba(255,255,255,0.02); border-left: 3px solid rgba(93,169,218,0.35); padding: 1.25rem 1.5rem; margin: 2.5rem 0; border-radius: 0 10px 10px 0; font-size: 0.85rem; color: rgba(240,242,245,0.5); line-height: 1.7; }
    .methodology-note strong { color: rgba(240,242,245,0.7); }
    .methodology-note a { color: #5DA9DA; }

    /* Share bar */
    .share-bar { display: flex; align-items: center; gap: 0.6rem; margin: 1.5rem 0; padding: 0.75rem 1rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; }
    .share-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.3); margin-right: auto; }
    .share-btn { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.35rem 0.75rem; background: rgba(93,169,218,0.08); border: 1px solid rgba(93,169,218,0.2); border-radius: 6px; color: #5DA9DA; font-size: 0.75rem; font-weight: 700; text-decoration: none; cursor: pointer; font-family: inherit; }
    .share-btn:hover { background: rgba(93,169,218,0.15); }

    /* NBA-specific styles */
    .rec-card { background: linear-gradient(135deg, rgba(93,169,218,0.08), rgba(93,169,218,0.03)); border: 1px solid rgba(93,169,218,0.25); border-radius: 12px; padding: 1.5rem; margin: 2rem 0; box-shadow: 0 4px 24px rgba(0,0,0,0.2); }
    .rec-card .rec-header { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0.75rem; }
    .rec-card .rec-type-badge { background: #5DA9DA; color: #0a0a0a; padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
    .rec-card .rec-tier-badge { padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
    .rec-tier-ELITE { background: linear-gradient(135deg, #5DA9DA, #f5d060); color: #0a0a0a; }
    .rec-tier-STRONG { background: rgba(34,197,94,0.15); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.25); }
    .rec-tier-SOLID { background: rgba(93,169,218,0.15); color: #60a5fa; border: 1px solid rgba(93,169,218,0.25); }
    .rec-tier-MARGINAL { background: rgba(255,255,255,0.06); color: rgba(240,242,245,0.4); border: 1px solid rgba(255,255,255,0.08); }
    .rec-card .rec-selection { font-size: 1.35rem; font-weight: 800; color: #f0f2f5; letter-spacing: -0.01em; }
    .rec-card .rec-details { display: flex; flex-wrap: wrap; gap: 1.25rem; margin-top: 0.75rem; }
    .rec-card .rec-stat { text-align: center; }
    .rec-card .rec-stat-val { font-size: 1.05rem; font-weight: 700; color: #5DA9DA; }
    .rec-card .rec-stat-label { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.3); margin-top: 0.15rem; }
    .rec-card .rec-reasoning { font-size: 0.85rem; color: rgba(240,242,245,0.5); margin-top: 0.75rem; line-height: 1.6; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 0.75rem; }
    .rec-card .rec-odds { font-size: 0.85rem; color: rgba(240,242,245,0.55); font-weight: 600; }

    .team-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 2rem 0; }
    .team-compare-col { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.25rem; }
    .team-compare-col .col-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1rem; padding-bottom: 0.6rem; border-bottom: 1px solid rgba(255,255,255,0.06); }
    .team-compare-col .col-team { font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.7); }
    .injury-badge { display: inline-flex; align-items: center; gap: 0.3rem; background: rgba(239,68,68,0.12); color: #ef4444; border: 1px solid rgba(239,68,68,0.2); border-radius: 5px; padding: 0.15rem 0.5rem; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
    .injury-badge-zero { background: rgba(34,197,94,0.08); color: rgba(34,197,94,0.6); border-color: rgba(34,197,94,0.15); }
    .player-row { display: flex; align-items: center; justify-content: space-between; padding: 0.45rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
    .player-row:last-child { border-bottom: none; }
    .player-row .player-name { font-size: 0.82rem; font-weight: 600; color: rgba(240,242,245,0.7); flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-right: 0.5rem; }
    .player-row .player-stats { display: flex; gap: 0.6rem; flex-shrink: 0; }
    .player-row .player-stat { text-align: center; min-width: 36px; }
    .player-row .player-stat-val { font-size: 0.78rem; font-weight: 700; color: rgba(240,242,245,0.55); }
    .player-row .player-stat-label { font-size: 0.55rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: rgba(240,242,245,0.2); }

    .factors-section { margin: 2rem 0; }
    .factors-section h3 { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.4); margin-bottom: 0.75rem; }
    .factors-list { list-style: none; padding: 0; margin: 0; }
    .factors-list li { position: relative; padding: 0.5rem 0 0.5rem 1.25rem; font-size: 0.88rem; color: rgba(240,242,245,0.6); line-height: 1.5; border-bottom: 1px solid rgba(255,255,255,0.03); }
    .factors-list li:last-child { border-bottom: none; }
    .factors-list li::before { content: ""; position: absolute; left: 0; top: 0.85rem; width: 6px; height: 6px; border-radius: 50%; background: #5DA9DA; }

    .ats-ou-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1.5rem 0; }
    .ats-ou-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; padding: 1rem 1.25rem; }
    .ats-ou-card .aoc-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.3); margin-bottom: 0.35rem; }
    .ats-ou-card .aoc-pick { font-size: 1rem; font-weight: 700; color: rgba(240,242,245,0.8); }
    .ats-ou-card .aoc-edge { font-size: 0.82rem; font-weight: 600; margin-top: 0.2rem; }
    .ats-ou-card .aoc-conf { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; margin-top: 0.3rem; }

    .game-time-bar { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin: 1rem 0; font-size: 0.82rem; color: rgba(240,242,245,0.45); }
    .game-time-bar .gt-item { display: flex; align-items: center; gap: 0.35rem; }
    .game-time-bar .gt-val { font-weight: 700; color: rgba(240,242,245,0.65); }

    .quality-bar { margin: 1.5rem 0; }
    .quality-bar .qb-header { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 0.4rem; }
    .quality-bar .qb-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.3); }
    .quality-bar .qb-value { font-size: 0.82rem; font-weight: 800; color: #FACC15; }
    .quality-bar .qb-track { height: 6px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
    .quality-bar .qb-fill { height: 100%; border-radius: 3px; transition: width 0.3s ease; }

    /* ── Pitch arsenal: chart + table, switched without JavaScript ────
       These are static files, so a JS toggle would be one more thing to
       break and would hide a view from crawlers. Radios drive it; both
       views stay in the DOM either way. */
    .ars-r { position: absolute; opacity: 0; pointer-events: none; }
    .ars-switch-labels { display: inline-flex; gap: 2px; margin: 0 0 0.6rem;
      background: rgba(255,255,255,0.04); border-radius: 7px; padding: 2px; }
    .ars-switch-labels label { cursor: pointer; font-size: 0.72rem; font-weight: 600;
      padding: 0.28rem 0.7rem; border-radius: 5px; color: rgba(248,250,252,0.62); }
    .ars-r-chart:checked ~ .ars-switch-labels label[for$="-c"],
    .ars-r-table:checked ~ .ars-switch-labels label[for$="-t"] {
      background: rgba(93,169,218,0.16); color: #F8FAFC;
      box-shadow: inset 0 0 0 1px rgba(93,169,218,0.32); }
    .ars-r-chart:checked ~ .pitcher-card .ars-table { display: none; }
    .ars-r-table:checked ~ .pitcher-card .ars-chart { display: none; }

    .ars-bar-row { display: grid; grid-template-columns: 4.2rem 1fr auto;
      align-items: center; gap: 0.5rem; margin-bottom: 0.32rem; }
    .ars-bar-label { font-size: 0.72rem; color: rgba(248,250,252,0.62); font-weight: 600; }
    .ars-bars { position: relative; display: block; height: 14px;
      background: rgba(255,255,255,0.04); border-radius: 4px; overflow: hidden; }
    .ars-bar { position: absolute; left: 0; display: block; border-radius: 4px; }
    .ars-bar-usage { top: 0; height: 14px; background: rgba(93,169,218,0.30); }
    .ars-bar-whiff { top: 4px; height: 6px; background: #2DD4A8; opacity: 0.85; }
    .ars-bar-num { font-family: 'JetBrains Mono', ui-monospace, monospace;
      font-size: 0.68rem; color: rgba(248,250,252,0.62); font-variant-numeric: tabular-nums;
      white-space: nowrap; }
    .ars-legend { display: flex; flex-wrap: wrap; gap: 0.65rem; margin-top: 0.45rem;
      font-size: 0.64rem; color: rgba(248,250,252,0.47); }
    .ars-legend span { display: inline-flex; align-items: center; gap: 0.3rem; }
    .ars-key { width: 10px; height: 8px; border-radius: 2px; display: inline-block; }
    .ars-key-usage { background: rgba(93,169,218,0.30); }
    .ars-key-whiff { background: #2DD4A8; }
    .ars-legend-note { margin-left: auto; }

    /* Desktop has the width for both — nobody should have to toggle to
       compare a mix against its whiff rates. */
    @media (min-width: 900px) {
      .ars-switch-labels { display: none; }
      .ars-r-chart:checked ~ .pitcher-card .ars-table,
      .ars-r-table:checked ~ .pitcher-card .ars-chart { display: block; }
      .ars-table { margin-top: 0.6rem; }
    }

    .nav-signin { color: rgba(248,250,252,0.62); text-decoration: none; font-size: 0.88rem;
      font-weight: 500; padding: 0.4rem 0.7rem; border-radius: 6px; }
    .nav-signin:hover { color: #F8FAFC; background: rgba(255,255,255,0.045); }
    .intel-signin { display: inline-block; margin-left: 0.75rem; color: #5DA9DA;
      font-size: 0.8rem; font-weight: 600; text-decoration: none; }
    .intel-signin:hover { text-decoration: underline; }

    /* ── Desktop density ──────────────────────────────────────────────
       A game page is a data sheet, not an essay. It inherited the prose
       measure (860px) built for reading paragraphs, so ten stacked
       sections ran far down the page while half the viewport sat empty on
       either side. Widening the measure lets the auto-fit grids pack more
       per row, which removes rows — the only way to shorten a page without
       removing content. Prose pages keep 860px; this applies to
       .content-game only. */
    @media (min-width: 900px) {
      .content-game { max-width: 1080px; padding-top: 2rem; padding-bottom: 3rem; }
      .content-game .edge-grid { grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); }
      .content-game h2 { margin: 1.6rem 0 0.7rem; }
    }

    /* Vertical rhythm at every width — these blocks carried essay-sized
       margins between dense stat grids. */
    .team-compare { margin: 1.15rem 0; }
    .ats-ou-grid { margin: 0.9rem 0; }

    /* ── Mobile density ───────────────────────────────────────────────
       This page stacks ~10 full-width sections. At the original rhythm a
       phone spent more pixels on separators and padding than on numbers,
       so reading the slate meant scrolling past whitespace. Nothing is
       removed — every section still renders and stays indexable/quotable;
       it is the vertical rhythm that tightens. */
    @media (max-width: 768px) {
      h2 { margin: 1.1rem 0 0.6rem; font-size: 1.15rem; letter-spacing: -0.01em; }
      .section-divider { margin: 0.9rem 0; }
      .stat-card, .card, .panel, .rec-card, .weather-card, .bullpen-card {
        padding: 0.85rem 0.9rem; margin-bottom: 0.7rem;
      }
      /* Compact two-up: these blocks are short label/value pairs, so a
         single column wastes half the width and doubles the scroll. */
      .edge-grid, .ats-ou-grid, .team-compare {
        grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0.5rem;
      }
      .matchup-hero { padding: 1rem 0.9rem; }
      /* Wide tables scroll inside themselves rather than the page. */
      table, .table-wrap { display: block; overflow-x: auto; -webkit-overflow-scrolling: touch; }
    }

    @media (max-width: 480px) {
      .matchup-scores { flex-direction: column; gap: 0.5rem; }
      .vs-divider { flex-direction: row; padding: 0.5rem 0; }
      .team-score { max-width: 100%; }
      /* Below 480 the two-up would crush the labels — back to one column. */
      .edge-grid { grid-template-columns: 1fr; }
      .team-compare { grid-template-columns: 1fr; }
      .ats-ou-grid { grid-template-columns: 1fr; }
      .rec-card .rec-details { gap: 0.75rem; }
    }

    /* Premium lock overlay */
    .premium-lock-section { position: relative; }
    .premium-lock-section .blurred {
      filter: blur(8px); opacity: 0.4; user-select: none;
    }
    .premium-lock-section .prob-bar-container.blurred {
      filter: blur(6px); opacity: 0.35;
    }
    .premium-overlay {
      text-align: center; padding: 2rem 1.5rem;
      background: linear-gradient(135deg, rgba(93,169,218,0.06), rgba(93,169,218,0.02));
      border: 1px solid rgba(93,169,218,0.15); border-radius: 12px;
      margin: -1rem 0 1.5rem;
    }
    .premium-lock-icon { font-size: 2rem; margin-bottom: 0.5rem; }
    .premium-lock-title {
      font-size: 1.2rem; font-weight: 800; color: rgba(240,242,245,0.85);
      margin-bottom: 0.4rem;
    }
    .premium-lock-desc {
      font-size: 0.88rem; color: rgba(240,242,245,0.45);
      max-width: 440px; margin: 0 auto; line-height: 1.6;
    }

    /* Resolution banner */
    .resolution-banner { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 1.25rem; margin: 1.5rem 0; background: linear-gradient(135deg, rgba(34,197,94,0.08), rgba(93,169,218,0.06)); border: 1px solid rgba(34,197,94,0.25); border-radius: 12px; }
    .res-badge { background: #2DD4A8; color: #0a0a0a; padding: 0.25rem 0.8rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.08em; }
    .res-score { font-size: 1.35rem; font-weight: 800; color: #f0f2f5; letter-spacing: -0.01em; }
    .projection-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin: 1rem 0; }
    .pc-col { text-align: center; padding: 0.75rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; }
    .pc-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.3); margin-bottom: 0.3rem; }
    .pc-score { font-size: 1.05rem; font-weight: 700; color: rgba(240,242,245,0.75); }
    .res-picks { margin: 1.5rem 0; }
    .res-picks h3 { font-size: 0.78rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin-bottom: 0.6rem; }
    .res-pick { display: flex; align-items: center; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); font-size: 0.88rem; }
    .res-pick-text { flex: 1; font-weight: 600; color: rgba(240,242,245,0.7); }
    .res-market { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.3); }
    .res-result { padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
    .res-win { background: rgba(34,197,94,0.15); color: #2DD4A8; }
    .res-loss { background: rgba(239,68,68,0.15); color: #ef4444; }
    .res-push { background: rgba(234,179,8,0.15); color: #eab308; }
    .res-units { font-size: 0.82rem; font-weight: 700; min-width: 3rem; text-align: right; }

    /* Intelligence section */
    .intel-section { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.5rem; margin: 1.5rem 0; }
    .intel-header { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; margin-bottom: 1rem; }
    .intel-badge-bet { background: rgba(34,197,94,0.15); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.25); padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
    .intel-badge-lean { background: rgba(93,169,218,0.15); color: #60a5fa; border: 1px solid rgba(93,169,218,0.25); padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
    .intel-badge-skip { background: rgba(255,255,255,0.06); color: rgba(240,242,245,0.4); border: 1px solid rgba(255,255,255,0.08); padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
    .intel-badge-fade { background: rgba(239,68,68,0.12); color: #ef4444; border: 1px solid rgba(239,68,68,0.2); padding: 0.2rem 0.65rem; border-radius: 5px; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; }
    .intel-mod { font-size: 0.7rem; color: rgba(240,242,245,0.5); }
    .zone-badge-green { background: rgba(34,197,94,0.12); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.2); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.68rem; font-weight: 700; }
    .zone-badge-yellow { background: rgba(234,179,8,0.12); color: #eab308; border: 1px solid rgba(234,179,8,0.2); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.68rem; font-weight: 700; }
    .zone-badge-red { background: rgba(239,68,68,0.12); color: #ef4444; border: 1px solid rgba(239,68,68,0.2); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.68rem; font-weight: 700; }
    .zone-detail { font-size: 0.68rem; color: rgba(240,242,245,0.35); margin-left: 0.3rem; }
    .intel-thesis { margin: 1rem 0; padding: 0.8rem 1rem; border-left: 3px solid rgba(93,169,218,0.35); font-size: 0.88rem; line-height: 1.7; color: rgba(240,242,245,0.6); font-style: italic; }
    .intel-factors h3, .intel-risks h3 { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin-bottom: 0.5rem; }
    .risk-list li::before { background: #ef4444 !important; }
    .risk-item { color: rgba(239,68,68,0.7) !important; }
    .sharp-card { display: flex; align-items: center; gap: 0.5rem; padding: 0.6rem 0.8rem; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 8px; margin: 0.75rem 0; font-size: 0.82rem; }
    .sharp-label { font-weight: 700; color: rgba(240,242,245,0.4); font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.06em; }
    .sharp-dir { font-weight: 700; color: rgba(240,242,245,0.65); }
    .sharp-detail { color: rgba(240,242,245,0.4); font-size: 0.78rem; }
    .intel-flags-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: 0.75rem; }
    .intel-flag { background: rgba(93,169,218,0.08); border: 1px solid rgba(93,169,218,0.15); color: rgba(93,169,218,0.7); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
    .intel-lock { text-align: center; padding: 2rem 1.5rem; background: linear-gradient(135deg, rgba(250,204,21,0.04), rgba(250,204,21,0.01)); border: 1px solid rgba(250,204,21,0.12); border-radius: 12px; margin: 1rem 0; }
    /* Intelligence teaser (upcoming games) */
    .intel-teaser { border-color: rgba(93,169,218,0.12); background: linear-gradient(135deg, rgba(93,169,218,0.03), rgba(255,255,255,0.02)); }
    .intel-headline { font-size: 1.05rem; font-weight: 700; color: #5DA9DA; margin-bottom: 0.6rem; }
    .intel-teaser-text { font-size: 0.88rem; line-height: 1.7; color: rgba(240,242,245,0.65); margin-bottom: 0.8rem; }
    .teaser-factors { font-size: 0.85rem; line-height: 1.65; color: rgba(240,242,245,0.6); margin-bottom: 0.6rem; }
    .kf-locked { color: rgba(250,204,21,0.5); font-style: italic; list-style: none; padding-left: 0; font-size: 0.78rem; }
    .kf-locked::before { content: '\\1F512 '; }
    .sharp-dir-badge { display: inline-block; padding: 0.15rem 0.55rem; border-radius: 4px; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.04em; }
    .sharp-dir-with { background: rgba(34,197,94,0.1); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.18); }
    .sharp-dir-against { background: rgba(239,68,68,0.08); color: #ef4444; border: 1px solid rgba(239,68,68,0.15); }
    .intel-upgrade { display: flex; align-items: center; gap: 0.6rem; padding: 0.7rem 0.9rem; margin-top: 1rem; background: rgba(250,204,21,0.04); border: 1px solid rgba(250,204,21,0.1); border-radius: 8px; font-size: 0.78rem; }
    .intel-upgrade-icon { font-size: 0.9rem; }
    .intel-upgrade-text { color: rgba(240,242,245,0.4); flex: 1; }
    .intel-upgrade-cta { color: #FACC15; font-weight: 700; text-decoration: none; font-size: 0.75rem; padding: 0.25rem 0.7rem; border: 1px solid rgba(250,204,21,0.3); border-radius: 5px; }
    .stat-lock-cta { color: #FACC15; text-decoration: none; }
    .stat-lock-cta:hover { text-decoration: underline; }
    .intel-upgrade-cta:hover { background: rgba(250,204,21,0.1); }

    /* Score range bars */
    .score-range-section { margin: 1.5rem 0; padding: 1.25rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; }
    .sr-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin: 0 0 1rem; }
    .sr-note { font-weight: 400; color: rgba(240,242,245,0.25); text-transform: none; letter-spacing: normal; }
    .sr-row { margin-bottom: 0.85rem; }
    .sr-row:last-child { margin-bottom: 0; }
    .sr-team { display: block; font-size: 0.75rem; font-weight: 700; color: rgba(240,242,245,0.6); margin-bottom: 0.3rem; }
    .sr-track { position: relative; height: 8px; background: rgba(255,255,255,0.04); border-radius: 4px; overflow: visible; }
    .sr-range { position: absolute; top: 0; height: 100%; background: linear-gradient(90deg, rgba(93,169,218,0.15), rgba(93,169,218,0.35), rgba(93,169,218,0.15)); border-radius: 4px; }
    .sr-marker { position: absolute; top: -2px; width: 3px; height: 12px; background: #5DA9DA; border-radius: 2px; transform: translateX(-50%); }
    .sr-labels { display: flex; justify-content: space-between; margin-top: 0.25rem; font-size: 0.68rem; color: rgba(240,242,245,0.3); }
    .sr-proj { color: #5DA9DA; font-weight: 700; }

    /* Accuracy badge */
    .accuracy-badge { text-align: center; font-size: 0.72rem; color: rgba(240,242,245,0.35); padding: 0.5rem 0; margin-top: -0.5rem; margin-bottom: 0.5rem; }
    .accuracy-badge strong { color: rgba(34,197,94,0.8); }
    .ab-icon { color: rgba(34,197,94,0.5); }

    /* Form badges */
    .form-row { display: flex; justify-content: space-between; padding: 0 2rem; margin: -0.5rem 0 0.5rem; font-size: 0.78rem; color: rgba(240,242,245,0.4); }
    .form-badge { display: inline-block; padding: 0.1rem 0.4rem; border-radius: 3px; font-size: 0.65rem; font-weight: 800; letter-spacing: 0.04em; margin-left: 0.3rem; }
    .form-hot { background: rgba(34,197,94,0.12); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.2); }
    .form-cold { background: rgba(239,68,68,0.1); color: #ef4444; border: 1px solid rgba(239,68,68,0.15); }

    /* Cross-links widget */
    .cross-links-section { margin: 2rem 0 1rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.06); }
    .cl-title { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin: 0 0 0.75rem; }
    .cl-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0.6rem; }
    .cl-card { display: flex; flex-direction: column; gap: 0.2rem; padding: 0.75rem 0.9rem; background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 10px; text-decoration: none; transition: all 0.2s ease; }
    .cl-card:hover { border-color: rgba(93,169,218,0.2); transform: translateY(-1px); }
    .cl-league { font-size: 0.6rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(93,169,218,0.5); }
    .cl-teams { font-size: 0.82rem; font-weight: 600; color: rgba(240,242,245,0.7); }
    .cl-edge-pos { font-size: 0.75rem; font-weight: 700; color: rgba(34,197,94,0.7); }
    .cl-edge-neg { font-size: 0.75rem; font-weight: 700; color: rgba(239,68,68,0.5); }

    /* NHL goalie matchup */
    .goalie-matchup { display: flex; align-items: center; justify-content: center; gap: 1.5rem; margin: 1.5rem 0; }
    .goalie-col { text-align: center; flex: 1; max-width: 200px; }
    .goalie-name { font-size: 0.95rem; font-weight: 700; color: rgba(240,242,245,0.85); margin-bottom: 0.3rem; }
    .goalie-stats { display: flex; gap: 0.6rem; justify-content: center; font-size: 0.72rem; color: rgba(240,242,245,0.45); }
    .goalie-tbd { font-size: 0.82rem; color: rgba(240,242,245,0.3); font-style: italic; }
    .goalie-vs { font-size: 0.7rem; font-weight: 800; color: rgba(240,242,245,0.2); text-transform: uppercase; letter-spacing: 0.1em; }
    /* NHL special teams */
    .special-teams { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.25rem; margin: 1.5rem 0; }
    .st-row { margin-bottom: 1rem; }
    .st-row:last-child { margin-bottom: 0; }
    .st-label { display: block; font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.35); margin-bottom: 0.5rem; }
    .st-bars { display: flex; flex-direction: column; gap: 0.35rem; }
    .st-bar-wrap { display: flex; align-items: center; gap: 0.5rem; }
    .st-team-name { font-size: 0.72rem; font-weight: 600; color: rgba(240,242,245,0.5); min-width: 36px; }
    .st-track { flex: 1; height: 6px; background: rgba(255,255,255,0.04); border-radius: 3px; overflow: hidden; }
    .st-fill { height: 100%; background: linear-gradient(90deg, rgba(93,169,218,0.3), rgba(93,169,218,0.6)); border-radius: 3px; }
    .st-val { font-size: 0.72rem; font-weight: 700; color: rgba(93,169,218,0.7); min-width: 40px; text-align: right; }

    /* MLB pitcher/weather/bullpen */
    .pitcher-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
    .pitcher-col { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.25rem; }
    .pitcher-name { font-size: 1.05rem; font-weight: 800; color: rgba(240,242,245,0.85); margin-bottom: 0.15rem; }
    .pitcher-label { font-size: 0.68rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: rgba(240,242,245,0.3); margin-bottom: 0.5rem; }
    .hand-badge { display: inline-block; background: rgba(93,169,218,0.15); color: #60a5fa; border: 1px solid rgba(93,169,218,0.2); padding: 0.1rem 0.35rem; border-radius: 3px; font-size: 0.6rem; font-weight: 800; margin-left: 0.3rem; vertical-align: middle; }
    .tbd-badge { display: inline-block; background: rgba(239,68,68,0.12); color: #ef4444; border: 1px solid rgba(239,68,68,0.15); padding: 0.1rem 0.35rem; border-radius: 3px; font-size: 0.6rem; font-weight: 800; margin-left: 0.3rem; vertical-align: middle; }
    .pitcher-arsenal { margin-top: 0.5rem; }
    .arsenal-row { display: flex; align-items: center; gap: 0.5rem; padding: 0.3rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); font-size: 0.78rem; }
    .ar-type { font-weight: 700; color: rgba(240,242,245,0.6); min-width: 24px; }
    .ar-usage { color: rgba(240,242,245,0.4); min-width: 32px; text-align: right; }
    .ar-velo { color: #5DA9DA; font-weight: 600; min-width: 52px; }
    .ar-whiff { color: rgba(240,242,245,0.35); font-size: 0.72rem; }
    .weather-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.25rem; margin: 1.5rem 0; text-align: center; }
    .wc-venue { font-size: 0.88rem; font-weight: 700; color: rgba(240,242,245,0.6); margin-bottom: 0.5rem; }
    .wc-stats { display: flex; justify-content: center; gap: 1.5rem; margin-bottom: 0.5rem; }
    .wc-stat { font-size: 0.88rem; font-weight: 600; color: rgba(240,242,245,0.5); }
    .wc-mults { display: flex; justify-content: center; gap: 0.75rem; }
    .weather-mult { padding: 0.2rem 0.5rem; border-radius: 4px; font-size: 0.75rem; font-weight: 700; }
    .weather-mult.positive { background: rgba(34,197,94,0.12); color: #2DD4A8; }
    .weather-mult.negative { background: rgba(239,68,68,0.12); color: #ef4444; }
    .weather-mult.neutral { background: rgba(255,255,255,0.06); color: rgba(240,242,245,0.4); }
    .wc-reason { font-size: 0.75rem; color: rgba(240,242,245,0.3); margin-top: 0.4rem; }
    .bp-stat { display: flex; justify-content: space-between; padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); font-size: 0.82rem; }
    .bp-val { font-weight: 700; color: rgba(240,242,245,0.65); }
    .bp-lbl { color: rgba(240,242,245,0.3); font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; }
    .inj-row { display: flex; align-items: center; justify-content: space-between; padding: 0.35rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); font-size: 0.82rem; }
    .inj-player { color: rgba(240,242,245,0.65); font-weight: 600; }
    .inj-pos { font-size: 0.68rem; color: rgba(240,242,245,0.3); margin-left: 0.3rem; }
    .inj-status { padding: 0.1rem 0.4rem; border-radius: 3px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.04em; }
    .inj-status.il-60 { background: rgba(239,68,68,0.15); color: #ef4444; }
    .inj-status.il-15 { background: rgba(249,115,22,0.15); color: #f97316; }
    .inj-status.il-10 { background: rgba(234,179,8,0.15); color: #eab308; }
    .inj-status.dtd { background: rgba(234,179,8,0.1); color: rgba(234,179,8,0.8); }

    /* CBB bet flags */
    .bet-flag { display: inline-block; background: rgba(34,197,94,0.12); color: #2DD4A8; border: 1px solid rgba(34,197,94,0.2); padding: 0.15rem 0.5rem; border-radius: 4px; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.04em; margin-left: 0.5rem; }

    /* Soccer xG */
    .xg-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 12px; padding: 1.5rem; margin: 1.5rem 0; }
    .xg-header { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-bottom: 1rem; }
    .xg-team { text-align: center; }
    .xg-team-name { display: block; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.4); margin-bottom: 0.3rem; }
    .xg-big { display: block; font-size: 2rem; font-weight: 800; color: #f0f2f5; margin-bottom: 0.4rem; }
    .xg-stat-row { display: flex; align-items: center; justify-content: space-between; padding: 0.4rem 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
    .xg-val { font-size: 0.88rem; font-weight: 700; color: rgba(240,242,245,0.6); min-width: 40px; }
    .xg-label { font-size: 0.72rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.3); }
    .goal-prob-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(100px, 1fr)); gap: 0.6rem; margin: 1.5rem 0; }
    .goal-prob-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 0.75rem; text-align: center; }
    .gp-label { font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; color: rgba(240,242,245,0.3); margin-bottom: 0.2rem; }
    .gp-val { font-size: 1rem; font-weight: 800; }
    .cs-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); gap: 0.5rem; margin: 1rem 0; }
    .cs-card { background: rgba(255,255,255,0.025); border: 1px solid rgba(255,255,255,0.06); border-radius: 8px; padding: 0.6rem; text-align: center; }
    .cs-top { border-color: rgba(93,169,218,0.25); background: rgba(93,169,218,0.04); }
    .cs-score { font-size: 1rem; font-weight: 800; color: rgba(240,242,245,0.8); margin-bottom: 0.3rem; }
    .cs-top .cs-score { color: #5DA9DA; }
    .cs-bar-track { height: 4px; background: rgba(255,255,255,0.04); border-radius: 2px; overflow: hidden; margin-bottom: 0.25rem; }
    .cs-bar-fill { height: 100%; background: linear-gradient(90deg, rgba(93,169,218,0.3), rgba(93,169,218,0.6)); border-radius: 2px; }
    .cs-prob { font-size: 0.68rem; font-weight: 600; color: rgba(240,242,245,0.35); }
    .cs-top .cs-prob { color: rgba(93,169,218,0.6); }
    .cs-row { display: flex; flex-wrap: wrap; gap: 0.5rem; justify-content: center; margin: 1rem 0; }
    .cs-badge { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 0.4rem 0.8rem; border-radius: 6px; font-size: 0.88rem; font-weight: 700; color: rgba(240,242,245,0.7); }
    .cs-badge small { font-weight: 600; color: rgba(240,242,245,0.35); }
    .ctx-row { display: flex; flex-wrap: wrap; gap: 0.4rem; margin: 0.75rem 0; }
    .ctx-badge { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); padding: 0.2rem 0.6rem; border-radius: 4px; font-size: 0.75rem; font-weight: 700; color: rgba(240,242,245,0.5); text-transform: uppercase; letter-spacing: 0.04em; }
    .ctx-derby { background: rgba(239,68,68,0.1); color: #ef4444; border-color: rgba(239,68,68,0.2); }

    @media (max-width: 480px) {
      .pitcher-card { grid-template-columns: 1fr; }
      .goal-prob-grid { grid-template-columns: repeat(2, 1fr); }
      .xg-header { grid-template-columns: 1fr; }
      .resolution-banner { flex-direction: column; gap: 0.5rem; }
      .projection-comparison { grid-template-columns: 1fr; }
    }
