:root { color-scheme: dark; --bg: #070a0f; --panel: #111720; --line: #26303d; --muted: #95a1b2; --green: #73f2a7; --yellow: #ffd85a; --white: #f5f7fa; }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; background: radial-gradient(circle at 50% -20%, #203326 0, var(--bg) 38rem); color: var(--white); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
button, input { font: inherit; }
.topbar { min-height: 76px; padding: 14px max(20px, calc((100% - 1120px) / 2)); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); background: rgba(7, 10, 15, .86); backdrop-filter: blur(12px); }
.brand { color: inherit; text-decoration: none; display: flex; align-items: center; gap: 12px; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: var(--green); color: #06140c; font-weight: 900; transform: rotate(-3deg); }
.brand strong, .brand small { display: block; }.brand small, .timezone { color: var(--muted); font-size: .78rem; }
main { width: min(1120px, calc(100% - 40px)); margin: auto; padding: 64px 0 80px; }
.hero { max-width: 720px; margin-bottom: 38px; }.eyebrow { color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; }
h1 { margin: 8px 0 12px; font-size: clamp(2.2rem, 7vw, 4.8rem); line-height: .98; letter-spacing: -.055em; }.hero > p:last-child { color: var(--muted); font-size: 1.05rem; }
.toolbar { display: flex; gap: 16px; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.day-tabs { padding: 5px; display: inline-flex; border: 1px solid var(--line); border-radius: 14px; background: #0b1017; }
.day-tab { border: 0; padding: 10px 15px; border-radius: 10px; background: transparent; color: var(--muted); cursor: pointer; font-weight: 800; }.day-tab span { margin-left: 6px; font-size: .72rem; font-weight: 500; }.day-tab.is-active { background: var(--white); color: #090d12; }
.export-button { border: 0; border-radius: 12px; padding: 13px 16px; background: var(--green); color: #06140c; cursor: pointer; font-weight: 850; }.export-button span { margin-left: 5px; padding: 2px 7px; border-radius: 99px; background: rgba(0,0,0,.14); }.export-button:disabled { opacity: .4; cursor: not-allowed; }
.filters { margin: -8px 0 24px; padding: 14px; display: grid; grid-template-columns: 1fr 1.3fr auto auto; align-items: end; gap: 12px; border: 1px solid var(--line); border-radius: 16px; background: rgba(17, 23, 32, .72); }.filters label:not(.favorite-only) { display: grid; gap: 6px; color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }.filters select { min-width: 0; width: 100%; padding: 11px 36px 11px 12px; border: 1px solid var(--line); border-radius: 10px; background: #090e14; color: var(--white); }.favorite-only { min-height: 42px; display: flex; align-items: center; gap: 8px; color: var(--yellow); cursor: pointer; font-size: .84rem; font-weight: 750; }.secondary-button { min-height: 42px; padding: 10px 13px; border: 1px solid var(--green); border-radius: 10px; background: transparent; color: var(--green); cursor: pointer; font-weight: 800; }.secondary-button:disabled { opacity: .35; cursor: not-allowed; }
.status { padding: 36px 20px; border: 1px dashed var(--line); border-radius: 16px; text-align: center; color: var(--muted); }
.fixtures { display: grid; gap: 12px; }.fixture-card { position: relative; min-height: 108px; padding: 20px 22px 20px 60px; display: grid; grid-template-columns: minmax(180px, .8fr) 90px minmax(0, 1.7fr); align-items: center; gap: 22px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(110deg, rgba(255,255,255,.04), transparent), var(--panel); transition: border-color .2s, transform .2s; }.fixture-card:hover { transform: translateY(-1px); border-color: #3c4b5e; }.fixture-card.is-selected { border-color: var(--yellow); }
.select-match { position: absolute; inset: 0 auto 0 0; width: 56px; display: grid; place-items: center; cursor: pointer; }.select-match input { position: absolute; opacity: 0; }.star { color: #657286; font-size: 1.7rem; }.is-selected .star { color: var(--yellow); }
.competition span, .competition strong { display: block; }.country { margin-bottom: 4px; color: var(--green); font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }.league { font-size: .9rem; }
.kickoff { font-size: 1.5rem; font-weight: 900; font-variant-numeric: tabular-nums; }.teams { display: grid; grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr); gap: 12px; align-items: center; }.team { display: flex; align-items: center; gap: 7px; font-weight: 750; }.team.away { flex-direction: row-reverse; text-align: right; }.team img { width: 42px; height: 42px; object-fit: contain; }.team-favorite { flex: 0 0 auto; padding: 4px; border: 0; background: transparent; color: var(--yellow); cursor: pointer; font-size: 1.25rem; }.versus { color: var(--muted); text-align: center; font-size: .78rem; }.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 760px) { .timezone { display: none; } main { width: min(100% - 24px, 600px); padding-top: 42px; }.toolbar { align-items: stretch; flex-direction: column; }.day-tabs { display: flex; }.day-tab { flex: 1; }.export-button { width: 100%; }.filters { grid-template-columns: 1fr 1fr; }.favorite-only, .secondary-button { grid-column: 1 / -1; }.fixture-card { padding: 18px 16px 18px 50px; grid-template-columns: 1fr auto; gap: 14px; }.competition { grid-column: 1; }.kickoff { grid-column: 2; grid-row: 1; }.teams { grid-column: 1 / -1; border-top: 1px solid var(--line); padding-top: 14px; }.team { flex-direction: column; text-align: center; gap: 6px; font-size: .82rem; }.team.away { flex-direction: column; text-align: center; }.team img { width: 38px; height: 38px; } }
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
