:root {
  --bg: #080d13;
  --panel: #0e151e;
  --panel-raised: #111b26;
  --line: #263441;
  --line-soft: #1a2530;
  --text: #edf3f7;
  --muted: #8897a5;
  --dim: #566674;
  --gold: #f2bd5b;
  --gold-soft: #6f5121;
  --blue: #73b8ff;
  --cyan: #5fd5cf;
  --green: #58d6a0;
  --coral: #ff796e;
  --violet: #b99cff;
  --sans: 'Space Grotesk', system-ui, sans-serif;
  --mono: 'DM Mono', ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: radial-gradient(circle at 78% -15%, #17293c 0, var(--bg) 34rem), var(--bg); color: var(--text); font-family: var(--sans); font-size: 15px; }
button, input, select { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
.hidden { display: none !important; }
.app-shell { min-height: 100vh; }
.main-content { width: 100%; max-width: 1440px; margin: 0 auto; padding: 0 14px 28px; }

.sidebar { display: none; }
.topbar { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid var(--line-soft); }
.mobile-brand { display: flex; align-items: center; gap: 8px; min-width: 0; }
.mobile-brand strong { font-size: 12px; letter-spacing: .09em; white-space: nowrap; }
.mobile-brand strong em { color: var(--gold); font-style: normal; }
.mobile-brand small { display: block; color: var(--dim); font: 9px var(--mono); letter-spacing: .12em; white-space: nowrap; }
.mobile-brand-bars { display: flex; align-items: end; gap: 2px; height: 20px; width: 15px; }
.mobile-brand-bars i { display: block; width: 3px; border-radius: 2px; background: var(--gold); }
.mobile-brand-bars i:nth-child(1) { height: 8px; opacity: .55; }
.mobile-brand-bars i:nth-child(2) { height: 14px; opacity: .78; }
.mobile-brand-bars i:nth-child(3) { height: 20px; }
.breadcrumb { display: none; color: #667584; font: 10px var(--mono); letter-spacing: .12em; }
.breadcrumb b { color: #374653; padding: 0 8px; font-weight: 400; }
.breadcrumb strong { color: #bec9d1; font-weight: 400; }
.topbar-actions { display: flex; align-items: center; gap: 9px; }
.api-status { display: flex; align-items: center; gap: 6px; color: var(--muted); font: 9px var(--mono); letter-spacing: .05em; white-space: nowrap; }
.api-status.live { color: var(--green); }
.api-status.warn { color: var(--gold); }
.status-light { width: 6px; height: 6px; border-radius: 50%; background: var(--dim); }
.api-status.live .status-light { background: var(--green); box-shadow: 0 0 0 4px rgba(88,214,160,.1); }
.api-status.warn .status-light { background: var(--gold); }
.icon-button, .close-detail, .retry-button { min-height: 38px; border: 1px solid var(--line); border-radius: 5px; background: #111b25; color: #b8c4cd; cursor: pointer; }
.icon-button { width: 38px; font-size: 20px; line-height: 1; }
.icon-button:hover, .close-detail:hover, .retry-button:hover { border-color: #64788a; color: var(--text); }

.hero-row { display: grid; gap: 25px; padding: 35px 0 28px; }
.eyebrow { display: flex; align-items: center; gap: 8px; color: var(--gold); font: 10px var(--mono); letter-spacing: .14em; }
.eyebrow-line { width: 20px; height: 1px; background: var(--gold); }
.eyebrow-tag { border: 1px solid var(--gold-soft); padding: 3px 5px; color: #c6953d; font-size: 8px; letter-spacing: .06em; }
h1 { margin: 16px 0 14px; font-size: clamp(35px, 10vw, 58px); line-height: 1.01; letter-spacing: -.06em; font-weight: 600; }
h1 span { color: var(--gold); }
.hero-copy { max-width: 540px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.55; }
.hero-link { display: inline-block; margin-top: 16px; color: var(--gold); font: 10px var(--mono); letter-spacing: .06em; text-decoration: none; }.hero-link:hover { color: #ffe4a2; }
.hero-telemetry { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-soft); background: rgba(14,21,30,.66); }
.telemetry-cell { min-width: 0; padding: 13px 12px; border-right: 1px solid var(--line-soft); }
.telemetry-cell:nth-child(2) { border-right: 0; }
.telemetry-cell:last-child { display: none; }
.telemetry-cell span { display: block; margin-bottom: 7px; color: var(--dim); font: 9px var(--mono); letter-spacing: .1em; }
.telemetry-cell strong { display: block; overflow: hidden; color: #dbe3e9; font: 12px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.gold-text { color: var(--gold) !important; }
.blue-text { color: var(--blue) !important; }
.green-text { color: var(--green) !important; }

.control-strip { display: grid; gap: 15px; margin-bottom: 9px; padding: 13px; border: 1px solid var(--line); border-radius: 7px; background: rgba(14,21,30,.88); }
.control-group { display: grid; gap: 8px; min-width: 0; }
.control-label, .summary-label { color: #71818f; font: 9px var(--mono); letter-spacing: .11em; }
.segmented { display: flex; min-width: max-content; }
.segmented-scroll { overflow-x: auto; padding-bottom: 2px; scrollbar-width: thin; scrollbar-color: var(--gold-soft) transparent; }
.segmented button, select, input { min-height: 38px; border: 1px solid var(--line); background: #111b26; color: #9eacb7; cursor: pointer; }
.segmented button { padding: 0 12px; font: 10px var(--mono); }
.segmented button + button { border-left: 0; }
.segmented button:first-child { border-radius: 4px 0 0 4px; }
.segmented button:last-child { border-radius: 0 4px 4px 0; }
.segmented button:hover, .segmented button.selected { border-color: #5f7282; background: #253545; color: var(--text); }
select, input { width: 100%; border-radius: 4px; padding: 0 11px; outline: 0; }
input::placeholder { color: #586978; }
select:focus, input:focus, button:focus-visible { border-color: var(--gold); outline: 2px solid rgba(242,189,91,.2); outline-offset: 1px; }
.stream-note { display: flex; align-items: center; gap: 7px; min-height: 38px; color: var(--green); font: 9px var(--mono); letter-spacing: .06em; }
.gate-check { display: grid; width: 17px; height: 17px; place-items: center; border: 1px solid #397458; border-radius: 50%; font-size: 10px; }

.summary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 7px; margin-bottom: 16px; }
.summary-card { min-height: 94px; padding: 13px; border: 1px solid var(--line-soft); background: rgba(15,23,32,.78); }
.summary-card strong { display: block; margin-top: 11px; color: #e6edf1; font: 24px var(--mono); letter-spacing: -.05em; }
.summary-card small { display: block; margin-top: 5px; color: var(--dim); font: 10px var(--mono); }

.panel { margin-bottom: 14px; overflow: hidden; border: 1px solid var(--line-soft); border-radius: 7px; background: rgba(13,20,29,.84); }
.panel-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; padding: 16px 14px 13px; border-bottom: 1px solid var(--line-soft); }
.panel-heading.simple { border-bottom: 0; padding-bottom: 9px; }
.panel-kicker { margin-bottom: 7px; color: var(--gold); font: 9px var(--mono); letter-spacing: .13em; }
.panel h2 { margin: 0; color: #e8eef2; font-size: 19px; line-height: 1.12; letter-spacing: -.035em; font-weight: 500; }
.panel-description { max-width: 340px; color: #71818f; font-size: 11px; line-height: 1.4; text-align: right; }
.watchlist-head { display: grid; grid-template-columns: minmax(0, 1fr) auto 62px; gap: 10px; padding: 10px 13px; border-bottom: 1px solid var(--line); color: #5f7080; font: 9px var(--mono); letter-spacing: .1em; }
.watchlist-head span:nth-child(3) { text-align: right; }
.family-list { display: grid; }
.family-row { display: grid; grid-template-columns: minmax(0, 1fr) auto 62px; gap: 10px; align-items: center; width: 100%; min-height: 70px; padding: 10px 13px; border: 0; border-bottom: 1px solid #19242e; background: transparent; color: var(--text); text-align: left; cursor: pointer; }
.family-row:last-child { border-bottom: 0; }
.family-row:hover, .family-row.active { background: #13202c; }
.family-list > .detail-panel { margin: 0; border-right: 0; border-left: 0; border-radius: 0; background: #0c141d; }
.family-list > .family-row.active { border-bottom-color: #304758; }
.family-main { display: flex; align-items: center; gap: 9px; min-width: 0; }
.family-league { display: grid; width: 37px; height: 27px; flex: 0 0 auto; place-items: center; border: 1px solid #334452; border-radius: 4px; color: #afc0cc; font: 8px var(--mono); }
.family-league.ncaaf { color: #f0a473; border-color: #70503d; }
.family-league.nfl { color: var(--blue); border-color: #365978; }
.family-league.nba { color: var(--violet); border-color: #564476; }
.family-league.mlb { color: #ec8c82; border-color: #704340; }
.family-league.mma { color: #e5b05d; border-color: #715a2c; }
.family-league.mentions { color: var(--cyan); border-color: #316866; }
.family-title { display: grid; min-width: 0; gap: 5px; }
.family-title strong { overflow: hidden; color: #dbe4e9; font-size: 13px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.family-title small { overflow: hidden; color: #627382; font: 9px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.family-row.sports-live { background: linear-gradient(90deg, rgba(31,86,67,.22), transparent 72%); }
.family-row.sports-live:hover, .family-row.sports-live.active { background: linear-gradient(90deg, rgba(31,105,78,.32), #13202c 72%); }
.family-sport-board { display: grid; grid-template-columns: auto minmax(135px, 1fr) auto auto; align-items: center; gap: 8px; min-width: 0; margin-top: 2px; padding: 5px 7px; border-left: 2px solid #344755; background: rgba(18,31,42,.68); }
.family-sport-board.is-live { border-left-color: var(--green); background: rgba(31,86,67,.2); }
.family-sport-board.is-stale { border-left-color: #68552d; opacity: .72; }
.family-sport-kicker { color: #8196a5; font: 8px var(--mono); letter-spacing: .08em; }
.family-sport-board.is-live .family-sport-kicker { color: var(--green); }
.family-sport-lines { display: grid; gap: 1px; min-width: 0; }
.family-sport-line { display: flex; align-items: baseline; justify-content: space-between; gap: 8px; min-width: 0; color: #cbd8df; font: 10px var(--mono); }
.family-sport-line span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.family-sport-line b { color: #f1f6f8; font: 600 11px var(--mono); }
.family-sport-status { color: #92b1c1; font: 9px var(--mono); white-space: nowrap; }
.family-sport-board.is-live .family-sport-status { color: var(--green); }
.scoreboard-stale { color: #d5aa58; font: 8px var(--mono); letter-spacing: .06em; white-space: nowrap; }
.family-state { display: flex; align-items: center; gap: 5px; color: #a7b5bf; font: 9px var(--mono); white-space: nowrap; }
.family-state i { width: 6px; height: 6px; border-radius: 50%; background: #7f8d98; }
.state-armed { color: var(--blue); }.state-armed i { background: var(--blue); }
.state-accepted-expansion, .state-fire-up, .state-fire-down { color: var(--gold); }.state-accepted-expansion i, .state-fire-up i, .state-fire-down i { background: var(--gold); }
.state-tradeable { color: var(--green); }.state-tradeable i { background: var(--green); }
.state-momentum-shift { color: var(--violet); }.state-momentum-shift i { background: var(--violet); }
.family-updated { color: #5e6d7b; font: 9px var(--mono); text-align: right; white-space: nowrap; }

.detail-panel { scroll-margin-top: 10px; }
.detail-empty { display: grid; min-height: 275px; place-items: center; align-content: center; gap: 9px; padding: 32px 18px; color: #7c8b98; text-align: center; }
.detail-empty strong, .empty-state strong { color: #d2dce3; font-size: 14px; font-weight: 500; }
.detail-empty span, .empty-state span { max-width: 390px; color: #637381; font-size: 12px; line-height: 1.5; }
.empty-icon { display: grid; width: 39px; height: 39px; place-items: center; margin-bottom: 3px; border: 1px solid #43515e; border-radius: 50%; color: var(--gold); font-size: 21px; }
.empty-state { display: grid; min-height: 210px; place-items: center; align-content: center; gap: 9px; padding: 28px 15px; text-align: center; }
.empty-state.compact { min-height: 155px; }
.detail-content { padding-bottom: 14px; }
.detail-topline { display: flex; align-items: start; justify-content: space-between; gap: 14px; padding: 16px 14px 12px; border-bottom: 1px solid var(--line-soft); }
.detail-topline h2 { max-width: 720px; }
.detail-subtitle { display: block; overflow: hidden; margin-top: 7px; color: #70808e; font: 10px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.close-detail { min-height: 32px; padding: 0 10px; color: #8797a4; font: 9px var(--mono); }
.status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 0 14px 11px; border: 1px solid var(--line-soft); background: var(--line-soft); }
.status-cell { min-width: 0; min-height: 59px; padding: 10px; background: #101923; }
.status-cell span { display: block; margin-bottom: 7px; color: #5f7180; font: 8px var(--mono); letter-spacing: .08em; }
.status-cell strong { display: block; overflow: hidden; color: #dfe8ed; font: 11px var(--mono); text-overflow: ellipsis; white-space: nowrap; }
.detail-scoreboard { display: grid; gap: 4px; min-width: 0; }
.detail-scoreboard-lines { display: grid; gap: 2px; }
.detail-scoreboard-lines > div { display: flex; justify-content: space-between; gap: 8px; color: #e0e9ed; font: 11px var(--mono); }
.detail-scoreboard-lines > div span { overflow: hidden; margin: 0; color: #e0e9ed; font: 11px var(--mono); letter-spacing: 0; text-overflow: ellipsis; white-space: nowrap; }
.detail-scoreboard-lines b { color: #fff; font: 600 12px var(--mono); }
.detail-scoreboard-status { color: #93b4c4; font: 9px var(--mono); white-space: nowrap; }
.detail-scoreboard-status.is-live { color: var(--green); }
.detail-scoreboard-status.is-stale { color: #d5aa58; }
.chart-meta { display: flex; justify-content: space-between; gap: 7px; padding: 0 14px 9px; color: #687a88; font: 9px var(--mono); letter-spacing: .03em; }
.chart-meta span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.chart-shell { width: 100%; padding: 0 7px; }
.crush-chart { display: block; width: 100%; height: auto; min-height: 235px; }
.chart-bg { fill: #0a121a; stroke: #1c2a35; stroke-width: 1; }
.grid-line { stroke: #1b2935; stroke-width: 1; }
.pane-divider { stroke: #293947; stroke-width: 1; }
.zero-line { stroke: #496171; stroke-width: 1; stroke-dasharray: 3 5; }
.axis-label { fill: #6d7f8d; font: 10px var(--mono); }
.x-axis { fill: #5c6d7a; }
.pane-label { fill: #81919d; font: 10px var(--mono); letter-spacing: .1em; }
.indicator { fill: none; stroke-width: 2; vector-effect: non-scaling-stroke; }
.bb-path { stroke: var(--blue); opacity: .76; }
.kc-path { stroke: var(--violet); stroke-dasharray: 5 4; opacity: .74; }
.candle line { stroke-width: 1.35; vector-effect: non-scaling-stroke; }
.candle rect { rx: .7px; }
.release-mark line { stroke: var(--gold); stroke-width: 1; stroke-dasharray: 4 5; opacity: .56; vector-effect: non-scaling-stroke; }
.release-mark polygon { fill: var(--gold); stroke: #fff0c9; stroke-width: 1; vector-effect: non-scaling-stroke; }
.release-label { fill: var(--gold); font: 9px var(--mono); letter-spacing: .04em; }
.momentum-bar { opacity: .92; }
.momentum-shift-mark line { stroke: var(--gold); stroke-width: 1.2; stroke-dasharray: 2 3; opacity: .9; vector-effect: non-scaling-stroke; }
.momentum-shift-mark polygon { fill: var(--gold); stroke: #fff0c9; stroke-width: 1; vector-effect: non-scaling-stroke; }
.compression-dot { stroke-width: 1.2; vector-effect: non-scaling-stroke; }
.compression-on { fill: var(--cyan); stroke: #c7fffa; }.compression-off { fill: #152431; stroke: #5b7181; }
.chart-empty { display: grid; min-height: 270px; place-items: center; align-content: center; gap: 8px; padding: 25px; color: #697985; text-align: center; }
.chart-empty strong { color: #d1dce2; font-size: 14px; font-weight: 500; }.chart-empty span { font-size: 12px; }.chart-empty.error strong { color: var(--coral); }
.retry-button { min-height: 36px; margin-top: 5px; padding: 0 13px; color: var(--gold); font: 9px var(--mono); }
.chart-legend { display: flex; flex-wrap: wrap; gap: 9px 12px; padding: 10px 14px 5px; color: #82919d; font: 9px var(--mono); }
.chart-legend span { display: inline-flex; align-items: center; gap: 5px; }
.chart-legend b { max-width: 145px; overflow: hidden; font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.legend-candle, .legend-line, .legend-dot, .legend-release { display: inline-block; flex: 0 0 auto; }
.legend-candle { width: 7px; height: 12px; border-radius: 1px; }.legend-candle.up { background: var(--green); }.legend-candle.down { background: var(--coral); }
.legend-dot.momentum-positive { background: var(--green); }.legend-dot.momentum-negative { background: var(--coral); }
.legend-line { width: 16px; height: 0; border-top: 2px solid; }.legend-line.bb { border-color: var(--blue); }.legend-line.kc { border-color: var(--violet); border-top-style: dashed; }
.legend-dot { width: 7px; height: 7px; border-radius: 50%; }.legend-dot.on { background: var(--cyan); }.legend-dot.off { border: 1px solid #5b7181; background: #152431; }
.legend-release { width: 8px; height: 8px; transform: rotate(45deg); background: var(--gold); }
.legend-shift { width: 8px; height: 8px; border: 1px solid #fff0c9; transform: rotate(45deg); background: var(--gold); }
.read-note { display: grid; gap: 5px; margin: 10px 14px 0; padding: 11px 12px; border: 1px solid #2c3d4a; border-left: 2px solid var(--gold); background: #111b25; color: #93a1ac; font-size: 12px; line-height: 1.45; }.read-note strong { color: #e1e8ec; font-weight: 500; }

.leaderboard-list { display: grid; padding: 0 14px 5px; }
.leader-row { display: grid; grid-template-columns: 27px minmax(0,1fr) auto auto; gap: 9px; align-items: center; min-height: 58px; border-bottom: 1px solid #19242e; }.leader-row:last-child { border-bottom: 0; }
.leader-rank { color: var(--gold); font: 14px var(--mono); }.leader-title { display: grid; min-width: 0; gap: 4px; }.leader-title strong { overflow: hidden; color: #dce5e9; font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }.leader-title small, .leader-score small { color: #627482; font: 9px var(--mono); }.leader-score { display: grid; gap: 3px; text-align: right; }.leader-score strong { color: var(--green); font: 12px var(--mono); }.leader-seen { color: #60717f; font: 9px var(--mono); white-space: nowrap; }

.method-grid { display: grid; gap: 14px; }.method-grid .panel { margin-bottom: 0; }.method-flow { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 7px; padding: 2px 14px 15px; }.flow-step { display: grid; gap: 4px; min-width: 0; }.flow-step span { color: #5d7080; font: 9px var(--mono); }.flow-step strong { overflow: hidden; color: #b8c5ce; font: 10px var(--mono); text-overflow: ellipsis; white-space: nowrap; }.flow-step small { color: #677885; font-size: 10px; line-height: 1.25; }.flow-step.active strong { color: var(--gold); }.flow-arrow { color: #4f6472; font-size: 16px; }.method-note { display: flex; gap: 9px; padding: 12px 14px; border-top: 1px solid var(--line-soft); color: #85949f; font-size: 11px; line-height: 1.45; }.note-mark { display: grid; width: 16px; height: 16px; flex: 0 0 auto; place-items: center; border: 1px solid #60707c; border-radius: 50%; color: #bdc9d0; font: 10px var(--mono); }.source-list { padding: 0 14px 7px; }.source-row { display: flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 39px; border-bottom: 1px solid #19242e; font: 10px var(--mono); }.source-row:last-child { border-bottom: 0; }.source-name { display: flex; align-items: center; gap: 7px; color: #a1afb9; }.source-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }.source-dot.muted { background: #536471; }.source-state { color: var(--green); font-size: 9px; white-space: nowrap; }.muted-text { color: #627381 !important; }.data-foot { padding: 5px 14px 12px; color: #60717e; font: 10px/1.45 var(--mono); }
.footer { display: flex; justify-content: space-between; gap: 12px; padding: 18px 2px 4px; color: #4c5e6b; font: 9px var(--mono); letter-spacing: .05em; }.footer a { color: #7b8b97; }
.nav-item { text-decoration: none; }
.toast { position: fixed; right: 14px; bottom: 14px; max-width: calc(100vw - 28px); padding: 11px 13px; border: 1px solid #556978; border-radius: 5px; background: #182631; color: #e1e9ed; font: 10px var(--mono); opacity: 0; pointer-events: none; transform: translateY(8px); transition: .2s; }.toast.show { opacity: 1; transform: translateY(0); }

@media (max-width: 699px) {
  .family-sport-board { grid-template-columns: auto minmax(0, 1fr); align-items: start; gap: 4px 8px; }
  .family-sport-kicker { grid-row: span 2; padding-top: 2px; }
  .family-sport-status, .scoreboard-stale { grid-column: 2; }
  .family-sport-status { margin-top: -1px; }
  .family-row { align-items: start; }
  .family-state, .family-updated { align-self: center; }
  .detail-scoreboard-lines > div span { max-width: 125px; }
}

@media (min-width: 700px) {
  .main-content { padding: 0 26px 34px; }
  .topbar { min-height: 74px; }.mobile-brand { display: none; }.breadcrumb { display: block; }
  .hero-row { grid-template-columns: minmax(0, 1fr) auto; align-items: end; padding: 50px 0 38px; }.hero-telemetry { min-width: 400px; }.telemetry-cell { padding: 15px 18px; }.telemetry-cell:last-child { display: block; border-right: 0; }
  .control-strip { grid-template-columns: minmax(0, 1.2fr) auto minmax(180px, .75fr) auto; align-items: end; gap: 14px; padding: 14px 16px; }.feed-group { min-width: 0; }.stream-note { justify-self: end; }
  .summary-grid { grid-template-columns: repeat(4, 1fr); gap: 9px; }.summary-card { min-height: 104px; padding: 15px; }
  .panel-heading { padding: 19px 19px 15px; }.watchlist-head { grid-template-columns: minmax(0,1fr) auto 85px; padding: 11px 19px; }.watchlist-head span:nth-child(3) { text-align: right; }
  .family-row { grid-template-columns: minmax(0,1fr) auto 85px; min-height: 64px; padding: 9px 19px; }.family-updated { display: block; }.family-league { width: 43px; }
  .status-grid.has-sports { grid-template-columns: repeat(4, 1fr); }
  .status-grid { grid-template-columns: repeat(6, 1fr); margin: 0 19px 13px; }.detail-topline { padding: 19px 19px 14px; }.chart-meta { padding: 0 19px 10px; }.chart-shell { padding: 0 12px; }.chart-legend, .read-note { margin-left: 19px; margin-right: 19px; }.chart-legend { padding-left: 0; padding-right: 0; }
  .leaderboard-list { padding-left: 19px; padding-right: 19px; }.method-grid { grid-template-columns: 1.25fr .9fr; }.method-flow { padding-left: 19px; padding-right: 19px; }.method-note { padding-left: 19px; padding-right: 19px; }.source-list { padding-left: 19px; padding-right: 19px; }.data-foot { padding-left: 19px; padding-right: 19px; }.footer { padding-left: 2px; padding-right: 2px; }
}

@media (min-width: 1040px) {
  .app-shell { display: flex; }.sidebar { display: flex; width: 224px; flex: 0 0 224px; flex-direction: column; padding: 28px 17px 20px; border-right: 1px solid var(--line-soft); background: rgba(7,11,17,.82); }.main-content { flex: 1; padding-left: 42px; padding-right: 42px; }.brand-lockup { display: flex; align-items: center; gap: 11px; padding: 0 8px 35px; }.brand-mark { display: flex; align-items: end; gap: 3px; width: 23px; height: 32px; }.brand-mark span { display: block; width: 5px; border-radius: 2px; background: var(--gold); }.brand-mark span:nth-child(1) { height: 13px; opacity: .55; }.brand-mark span:nth-child(2) { height: 23px; opacity: .78; }.brand-mark span:nth-child(3) { height: 32px; }.brand-name { font-size: 14px; font-weight: 700; line-height: 1.03; letter-spacing: .14em; }.brand-name em { color: var(--gold); font-style: normal; }.brand-kicker { margin-top: 7px; color: var(--muted); font: 10px var(--mono); letter-spacing: .18em; }.nav-section-label { margin: 0 8px 10px; color: #536471; font: 10px var(--mono); letter-spacing: .18em; text-transform: uppercase; }.nav-list { display: grid; gap: 4px; margin-bottom: 30px; }.nav-item { display: flex; align-items: center; gap: 10px; padding: 11px 9px; border: 0; border-radius: 5px; background: transparent; color: #94a3af; cursor: pointer; font: 500 13px var(--sans); text-align: left; }.nav-item:hover, .nav-item.active { background: #162330; color: var(--text); }.nav-item.active { box-shadow: inset 2px 0 0 var(--gold); }.nav-icon { width: 16px; color: var(--gold); font-size: 16px; text-align: center; }.nav-count { margin-left: auto; color: var(--gold); font: 11px var(--mono); }.universe-list { display: grid; gap: 6px; margin: 0 8px; }.universe-row { display: flex; align-items: center; gap: 9px; padding: 5px 0; color: #9aa8b3; font-size: 13px; }.universe-status { margin-left: auto; color: #62727f; font: 10px var(--mono); }.league-dot { width: 7px; height: 7px; border-radius: 50%; background: #71818f; }.league-dot.ncaaf { background: #d3845e; }.league-dot.nfl { background: var(--blue); }.league-dot.nba { background: var(--violet); }.league-dot.mlb { background: #eb8479; }.league-dot.mma { background: var(--gold); }.league-dot.mentions { background: var(--cyan); }.sidebar-foot { margin-top: auto; }.mode-card { display: flex; align-items: center; gap: 9px; padding: 11px; border: 1px solid #403821; border-radius: 5px; background: linear-gradient(135deg, rgba(71,52,20,.4), rgba(16,21,28,.25)); }.pulse-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 4px rgba(242,189,91,.1); }.mode-card strong { display: block; color: var(--gold); font: 11px var(--mono); letter-spacing: .05em; }.mode-card small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }.sidebar-meta { padding: 18px 9px 0; color: #52626f; font: 9px/1.7 var(--mono); letter-spacing: .1em; }
}
