@font-face { font-family: Anton; src: url('/fonts/Anton-Regular.ttf') format('truetype'); font-display: swap; }
@font-face { font-family: Barlow; src: url('/fonts/BarlowCondensed-SemiBold.ttf') format('truetype'); font-weight: 600; font-display: swap; }
:root { --navy: #101d36; --orange: #c85015; --paper: #f3f2ee; --ink: #24282d; --muted: #646973; --green: #267247; --red: #b53e36; --amber: #a66a07; }
* { box-sizing: border-box; }
[hidden] { display: none !important; }
body { margin: 0; color: var(--navy); background: #e2e1dc; font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
button:disabled { cursor: default; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
a { color: inherit; }
.skip-link { position: fixed; z-index: 20; top: -100px; left: 16px; background: var(--navy); color: white; padding: 16px; }
.skip-link:focus { top: 16px; }
.poster { max-width: 1512px; margin: 24px auto; padding: 0 58px; position: relative; overflow: hidden; background: var(--paper) url('/images/paper.svg'); box-shadow: 0 10px 50px #101d3610; }
.poster::before { content: ''; position: absolute; inset: 0 0 auto; height: 6px; background: linear-gradient(90deg, var(--navy) 0 73%, var(--orange) 73% 100%); z-index: 2; }
.topline { min-height: 85px; display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; border-bottom: 1px solid #101d3624; position: relative; z-index: 3; }
.wordmark { display: flex; align-items: center; gap: 10px; text-decoration: none; font-size: 10px; font-weight: 800; letter-spacing: 1.8px; }
.monogram { display: block; height: 26px; width: auto; flex-shrink: 0; margin-right: 5px; }
.wordmark-divider { color: #91938e; }
.help-button { border: 0; background: transparent; text-transform: uppercase; font-size: 10px; font-weight: 800; letter-spacing: 1.1px; min-height: 44px; }
.help-button, .data-notes-button { display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
.dialog-link-icon { width: 14px; height: 14px; flex-shrink: 0; color: var(--orange); }
.account-controls { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; max-width: 380px; padding: 10px 0; }
.account-profile { display: flex; align-items: center; gap: 8px; min-width: 0; }
.profile-glyph { width: 28px; height: 28px; flex-shrink: 0; color: var(--orange); }
.account-email { font-size: 11px; max-width: 225px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sign-out-button, .auth-retry { border: 1px solid #101d3630; background: #fff9; padding: 8px 10px; color: var(--navy); font-size: 10px; font-weight: 700; text-decoration: none; }
.auth-loading { font-size: 11px; color: var(--muted); }
.account-controls .auth-message { width: 100%; margin: 0; font-size: 10px; line-height: 1.5; color: var(--red); text-align: right; }
.sign-in-note { flex: 1; min-width: 0; }
.sign-in-note p { margin: 7px 0; font-size: 12px; color: var(--muted); line-height: 1.5; }
.sign-in-note a { color: var(--orange); font-size: 10px; font-weight: 700; text-underline-offset: 3px; }
.hero { position: relative; z-index: 2; padding: 39px 0 31px; }
.eyebrow { font-size: 10px; letter-spacing: 2.4px; font-weight: 800; margin: 0 0 17px; }
h1 { margin: 0; font-weight: 400; }
h1 > span { font-family: Barlow, 'Arial Narrow', sans-serif; font-weight: 600; font-size: 30px; letter-spacing: 4.5px; color: var(--orange); display: block; line-height: 1.15; }
h1 strong { font-family: Anton, Impact, sans-serif; font-weight: 400; display: block; font-size: clamp(65px, 6.6vw, 99px); line-height: 1.15; letter-spacing: -1px; }
.title-dot { color: var(--orange); }
.artwork { position: absolute; top: 113px; right: -25px; width: 38.6%; height: calc(100% - 265px); pointer-events: none; }
.artwork img { width: 100%; height: 100%; object-fit: cover; object-position: 60% top; mix-blend-mode: multiply; mask-image: linear-gradient(to right, transparent, black 13%), linear-gradient(to bottom, black 91%, transparent); mask-composite: intersect; }
.art-caption { position: absolute; bottom: 46px; right: 57px; background: var(--navy); color: white; padding: 23px 26px; transform: rotate(-4deg); border-left: 6px solid var(--orange); box-shadow: 5px 7px 0 #c8501533; }
.art-caption > span { display: block; font-size: 12px; font-weight: bold; letter-spacing: 3px; color: #e6a17c; }
.art-caption strong { display: block; font: 36px Anton, Impact, sans-serif; margin: 0; }
.art-caption small { font-size: calc(8px + .25rem); letter-spacing: 1.3px; }
.tracker { position: relative; z-index: 2; width: 65.2%; }
.season-strip { border-top: 2px solid var(--navy); border-bottom: 1px solid #101d3630; padding: 16px 0; display: flex; align-items: center; gap: 27px; }
.record-block { padding-right: 27px; border-right: 1px solid #101d3630; }
.micro-label { display: block; font-size: 9px; font-weight: 800; letter-spacing: 1.2px; white-space: nowrap; }
.micro-label small { color: var(--muted); margin-left: 6px; font-size: 8px; font-weight: 400; }
.record-block > strong, .prediction-summary > strong { display: block; font: 39px Anton, Impact, sans-serif; line-height: 1.1; margin-top: 7px; letter-spacing: 2px; }
.record-block > strong span, .prediction-summary > strong span { color: #9b9da1; padding: 0 6px; font-size: 28px; }
.prediction-summary { display: flex; align-items: center; gap: 12px; }
.prediction-summary > strong { color: var(--orange); white-space: nowrap; }
.prediction-performance { margin-top: 7px; white-space: nowrap; }
.prediction-performance > div { display: flex; align-items: center; gap: 4px; }
.prediction-performance strong { font: 20px Barlow, 'Arial Narrow', sans-serif; font-variant-numeric: tabular-nums; }
.prediction-performance span { font-size: 7px; letter-spacing: .5px; color: var(--muted); }
.prediction-performance small { display: block; font-size: 9px; line-height: 1.4; color: var(--muted); }
.picks-progress { flex: 1; align-self: center; }
.picks-progress > span { font-size: 9px; letter-spacing: 1px; font-weight: 700; }
.progress-track { height: 3px; background: #101d3618; margin: 10px 0 6px; }
.progress-track > span { display: block; width: 0; height: 3px; background: var(--orange); transition: width .2s; }
.picks-progress > small { font-size: 10px; color: var(--muted); }
.schedule-toolbar { display: flex; justify-content: space-between; align-items: center; margin-top: 27px; font-size: 9px; letter-spacing: 1.3px; font-weight: 700; }
.schedule-toolbar p { margin: 0; }
.schedule-toolbar > span { color: var(--muted); font-size: 8px; letter-spacing: .7px; }
.tiny-square { display: inline-block; width: 6px; height: 6px; background: var(--orange); margin-right: 7px; }
.column-heads, .game-row { display: grid; grid-template-columns: 44px 44px 74px minmax(0, 1fr) 63px 70px 60px; align-items: center; column-gap: 6px; }
.column-heads { min-height: 47px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .65px; line-height: 1.35; text-align: center; }
.column-heads > :nth-child(4) { text-align: left; padding-left: 8px; }
.game-row { min-height: 64px; border-top: 1px solid #101d3619; position: relative; transition: background .15s; }
.game-row:hover { background-color: #fff7; }
.game-row.next-game { background: #f6e5d88c; border-top-color: #c8501555; }
.game-row.next-game::before { content: ''; position: absolute; left: -8px; top: 0; bottom: 0; width: 3px; background: var(--orange); }
.game-row:last-child { border-bottom: 1px solid #101d3630; }
.pick-button { background: none; border: 0; width: 44px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 3px; padding: 0; }
.pick-button:not(:disabled):hover { background: #101d3609; }
.pick-button:not(:disabled):hover .light { transform: scale(1.12); }
.light { display: inline-flex; width: 19px; height: 19px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #84888b; background: radial-gradient(circle at 35% 28%, #fcfcfa, #babdbb); box-shadow: 0 1px 2px #101d3622, inset 0 0 0 2px #ffffff55; color: #fff; font: bold 9px Arial, sans-serif; transition: transform .15s; }
.light.win, .legend-dot.win { border-color: #215f3d; background: radial-gradient(circle at 35% 28%, #82c496, #267247 80%); }
.light.loss, .legend-dot.loss { border-color: #98332b; background: radial-gradient(circle at 35% 28%, #e98b7f, #b53e36 80%); }
.light.tie, .legend-dot.tie { border-color: #8a5a07; background: radial-gradient(circle at 35% 28%, #e6bd61, #a66a07 80%); }
.pick-button[aria-busy="true"] .light { animation: pulse .7s ease-in-out infinite alternate; }
.actual-cell { display: flex; align-items: center; justify-content: center; position: relative; }
.actual-score { position: absolute; top: calc(100% + 3px); left: 50%; transform: translateX(-50%); white-space: nowrap; font-size: 8px; line-height: 1; color: var(--muted); letter-spacing: .3px; }
.week-block { background: var(--navy); color: var(--paper); display: flex; justify-content: center; align-items: baseline; gap: 4px; font-family: Anton, Impact, sans-serif; line-height: 1; padding: 10px 3px; font-size: 28px; white-space: nowrap; }
.week-block small { font-size: 19px; }
.opponent-cell { padding: 8px 0 8px 8px; min-width: 0; }
.matchup { display: flex; align-items: baseline; flex-wrap: wrap; gap: 5px; line-height: 1.2; }
.venue-tag { font: 15px Barlow, 'Arial Narrow', sans-serif; color: #666a6c; text-transform: uppercase; }
.opponent-name { font: 27px Barlow, 'Arial Narrow', sans-serif; font-weight: 600; text-transform: uppercase; color: var(--ink); }
.special-tag { font: 12px Barlow, sans-serif; color: var(--orange); text-transform: uppercase; white-space: nowrap; }
.game-meta { color: var(--muted); font-size: 9px; line-height: 1.4; margin-top: 4px; letter-spacing: .1px; }
.meta-separator { padding: 0 4px; color: #a3a49e; }
.percentage, .moneyline, .probability { text-align: center; font-family: Barlow, 'Arial Narrow', sans-serif; font-size: 21px; font-weight: 600; font-variant-numeric: tabular-nums; }
.moneyline { color: var(--orange); }
.probability { position: relative; }
.probability.win { color: var(--green); }
.probability.loss { color: var(--red); }
.moneyline.unavailable, .percentage.unavailable, .probability.unavailable { font-size: 15px; color: #7a7e7f; }
.moneyline small, .probability small { display: block; color: var(--muted); font: 7px Arial, sans-serif; text-transform: uppercase; letter-spacing: .4px; margin-top: 3px; }
.probability small { position: absolute; top: 100%; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.bye-row { min-height: 56px; }
.bye-row .week-block { opacity: .68; }
.bye-title { font: 27px Barlow, sans-serif; color: #888b88; letter-spacing: 1.5px; padding-left: 8px; }
.bye-title small { font: 9px Arial, sans-serif; text-transform: none; letter-spacing: 0; padding-left: 9px; }
.schedule-bottom { border-bottom: 2px solid var(--navy); padding: 19px 0 16px; }
.legend { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; font-size: 10px; }
.legend > span { display: inline-flex; align-items: center; gap: 6px; }
.legend-dot { width: 8px; height: 8px; display: inline-block; border-radius: 50%; background: #b9bdb9; }
.legend small { color: var(--muted); font-size: 9px; }
.interaction-hint { font-size: 10px; color: var(--muted); margin: 12px 0 0; }
.poster-footer { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding: 34px 0 30px; position: relative; z-index: 2; }
.footer-title { font: 27px Anton, Impact, sans-serif; white-space: nowrap; }
.footer-emoji { font-family: sans-serif; }
.footer-tagline { display: block; font: 8px Arial, sans-serif; font-weight: 700; letter-spacing: 1.6px; margin-top: 6px; color: var(--orange); }
.footer-info { max-width: 620px; text-align: right; font-size: 10px; line-height: 1.6; color: var(--muted); }
.footer-info p { margin: 0 0 8px; }
.fan-note { font-size: 9px; color: #70756d; }
.poster:has(+ .import-operations) { margin-bottom: 0; }
.import-operations { width: calc(100% - 32px); max-width: 1100px; margin: 1rem auto 24px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; text-align: left; }
.import-operations:empty { display: none; }
.import-operation { display: flex; flex: 1 1 280px; max-width: 360px; min-width: 0; align-items: flex-start; gap: 10px; padding: 16px; border: 1px solid #b6d5c1; border-radius: 8px; background: #e3f1e7; font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.import-operation.failed { background: #f8e5e3; border-color: #e4bbb6; }
.import-operation svg { width: 20px; height: 20px; flex-shrink: 0; fill: none; stroke: var(--green); stroke-width: 1.8; }
.import-operation.failed svg { stroke: var(--red); }
.import-operation strong, .import-operation span, .import-operation small { display: block; }
.import-operation.failed span { color: var(--red); }
.import-operation small { margin-top: 4px; font-size: 11px; color: #525963; }
.data-notes-button { border: 0; padding: 8px 0; margin-bottom: 8px; background: transparent; font-weight: 700; color: var(--navy); }
.loading-state, .empty-state { padding: 80px 20px; text-align: center; color: var(--muted); }
.loading-mark { font: italic 52px Anton, sans-serif; color: var(--orange); }
.retry-button { border: 1px solid var(--navy); padding: 10px 20px; color: var(--navy); background: transparent; margin-top: 12px; }
.toast { position: fixed; bottom: 25px; left: 50%; transform: translate(-50%, 20px); opacity: 0; pointer-events: none; padding: 14px 23px; border-radius: 4px; background: var(--navy); color: white; font-size: 12px; z-index: 10; box-shadow: 0 5px 30px #101d3633; transition: opacity .2s, transform .2s; max-width: calc(100% - 32px); text-align: center; }
.toast.visible { opacity: 1; transform: translate(-50%, 0); }
.toast.error { background: #8e3029; }
dialog { width: min(490px, calc(100% - 32px)); border: 0; border-top: 5px solid var(--orange); padding: 38px; background: var(--paper) url('/images/paper.svg'); color: var(--navy); box-shadow: 0 20px 100px #0005; }
dialog::backdrop { background: #101d36b8; backdrop-filter: blur(3px); }
dialog h2 { font: 40px Anton, sans-serif; margin: 0 0 20px; }
dialog p { font-size: 13px; line-height: 1.75; color: #4f5761; }
dialog .eyebrow { font-size: 8px; margin-right: 15px; margin-bottom: 0; color: var(--orange); }
#freshness-list { padding: 16px 0 0 18px; border-top: 1px solid #101d3626; margin: 22px 0; font-size: 12px; line-height: 1.65; color: #4f5761; }
#freshness-list li + li { margin-top: 8px; }
.dialog-close { position: absolute; top: 8px; right: 8px; background: none; border: 0; width: 40px; height: 40px; font-size: 26px; }
.shared-note { border-top: 1px solid #101d3626; padding-top: 12px; }
.primary-button { display: inline-flex; justify-content: space-between; gap: 30px; border: 0; background: var(--navy); color: white; padding: 16px 20px; font: 18px Barlow, sans-serif; text-decoration: none; }
.error-page { max-width: 800px; margin: 100px auto; padding: 30px; }
.error-page h1 { font: 60px Anton, sans-serif; }
@keyframes pulse { to { opacity: .3; } }
@media (min-width: 1513px) { .poster { margin-top: 34px; } }
@media (max-width: 1250px) {
    .poster { margin: 0; padding: 0 32px; }
    .tracker { width: 70%; }
    .artwork { width: 35%; right: -60px; top: 185px; height: calc(100% - 330px); }
    .art-caption { right: 55px; padding: 18px; }
    .art-caption strong { font-size: 27px; }
    .season-strip { gap: 18px; }
    .record-block { padding-right: 18px; }
    .micro-label small { display: none; }
    .opponent-name { font-size: 25px; }
}
@media (max-width: 960px) {
    .topline { min-height: 110px; grid-template-columns: 1fr auto; gap: 0 10px; padding: 12px 0 5px; }
    .account-controls { grid-column: 1 / -1; max-width: none; padding: 5px 0 8px; }
    .hero { padding-top: 32px; }
    h1 strong { font-size: 77px; }
    h1 > span { font-size: 24px; }
    .artwork { width: 270px; right: -30px; top: 140px; height: 220px; opacity: .38; mask-image: linear-gradient(to left, black, transparent); }
    .artwork img { object-position: 50% 9%; }
    .art-caption { display: none; }
    .tracker { width: 100%; }
    .column-heads, .game-row { grid-template-columns: 48px 48px 80px minmax(0, 1fr) 65px 65px 60px; }
    .pick-button { width: 48px; }
    .opponent-name { font-size: 29px; }
    .picks-progress { max-width: 250px; margin-left: auto; }
}
@media (max-width: 600px) {
    .poster { padding: 0 17px; }
    .topline { min-height: 110px; grid-template-columns: 1fr auto; gap: 0 10px; padding: 12px 0 5px; }
    .account-controls { grid-column: 1 / -1; max-width: none; padding: 5px 0 8px; }
    .account-email { max-width: 205px; }
    .account-controls .auth-message { text-align: left; }
    .sign-in-note p { font-size: 11px; }
    .sign-in-note a { font-size: 9px; }
    .wordmark { font-size: 8px; letter-spacing: 1px; gap: 6px; }
    .monogram { height: 21px; }
    .help-button { font-size: 8px; letter-spacing: .5px; padding-right: 0; }
    .hero { padding: 29px 0 23px; }
    .eyebrow { font-size: 8px; letter-spacing: 1.3px; margin-bottom: 15px; }
    h1 > span { font-size: 23px; letter-spacing: 2.7px; }
    h1 strong { font-size: clamp(43px, 10.9vw, 65px); letter-spacing: -.6px; margin-top: 4px; }
    .artwork { top: 140px; right: -25px; height: 155px; width: 155px; opacity: .2; }
    .season-strip { gap: 14px; padding: 14px 0; }
    .record-block { padding-right: 14px; }
    .micro-label { font-size: 8px; letter-spacing: .6px; }
    .record-block > strong, .prediction-summary > strong { font-size: 32px; margin-top: 7px; }
    .record-block > strong span, .prediction-summary > strong span { font-size: 24px; padding: 0 2px; }
    .prediction-summary { gap: 8px; }
    .prediction-performance strong { font-size: 18px; }
    .prediction-performance span { font-size: 6px; }
    .prediction-performance small { font-size: 8px; }
    .picks-progress > span { font-size: 7px; letter-spacing: .2px; }
    .picks-progress > small { font-size: 8px; line-height: 1.4; display: block; }
    .schedule-toolbar { margin-top: 22px; font-size: 8px; letter-spacing: .8px; }
    .schedule-toolbar > span { font-size: 7px; letter-spacing: .2px; }
    .column-heads, .game-row { grid-template-columns: 36px 28px 43px minmax(0, 1fr) 35px 40px 40px; column-gap: 2px; }
    .column-heads { font-size: 6.5px; letter-spacing: .2px; min-height: 43px; }
    .column-heads > :nth-child(4) { padding-left: 5px; }
    .game-row { min-height: 74px; }
    .pick-button { width: 36px; height: 54px; }
    .light { width: 18px; height: 18px; }
    .week-block { font-size: 22px; gap: 2px; padding: 10px 1px; }
    .week-block small { font-size: 13px; }
    .opponent-cell { padding-left: 5px; }
    .matchup { gap: 3px; }
    .opponent-name { font-size: 21px; line-height: 1.05; }
    .venue-tag { font-size: 11px; }
    .special-tag { font-size: 10px; }
    .game-meta { font-size: 8px; line-height: 1.5; }
    .broadcast-label { display: none; }
    .game-meta .meta-separator { padding: 0 2px; }
    .percentage, .moneyline, .probability { font-size: 18px; }
    .percentage { font-size: 15px; }
    .moneyline.unavailable, .percentage.unavailable, .probability.unavailable { font-size: 12px; }
    .moneyline small, .probability small { font-size: 6px; }
    .bye-row { min-height: 54px; }
    .bye-title { font-size: 22px; padding-left: 5px; white-space: nowrap; }
    .bye-title small { font-size: 8px; padding-left: 6px; }
    .legend { gap: 12px; font-size: 9px; }
    .legend small { font-size: 8px; }
    .interaction-hint { font-size: 9px; }
    .poster-footer { flex-direction: column; gap: 19px; padding: 25px 0; }
    .footer-title { font-size: 30px; }
    .footer-info { text-align: left; font-size: 9px; }
    dialog { padding: 30px 25px; }
}
@media (max-width: 400px) {
    .column-heads, .game-row { grid-template-columns: 32px 24px 38px minmax(0, 1fr) 32px 30px 33px; }
    .pick-button { width: 32px; }
    .opponent-name { font-size: 18px; }
    .moneyline, .probability { font-size: 15px; }
    .percentage { font-size: 14px; }
}
@media (max-width: 360px) {
    .poster { padding: 0 10px; }
    .picks-progress { display: none; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; } }
