:root{--bg: #0b1020;--card: #161c2e;--line: #263048;--txt: #e8ecf5;--muted: #93a0bd;--accent: #38bdf8;--surface: #161c2e;--surface2: #0e1424;--seg-active: #1e293b;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}:root[data-theme=light]{--bg: #f4f6fb;--card: #ffffff;--line: #d7deea;--txt: #1a2233;--muted: #5b6678;--accent: #0284c7;--surface: #eef2f8;--surface2: #e6ecf5;--seg-active: #d4ddec}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--txt)}a{color:var(--accent);text-decoration:none}.container{max-width:960px;margin:0 auto;padding:16px}header.nav{display:flex;gap:20px;align-items:center;padding:14px 16px;border-bottom:1px solid var(--line);background:var(--surface2);position:sticky;top:0}header.nav .brand{font-weight:700;font-size:18px}header.nav a{color:var(--muted);font-weight:600}header.nav a.active{color:var(--txt)}.card{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:14px;margin-bottom:10px}.match-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.side{display:flex;align-items:center;gap:8px;flex:1}.side.away{justify-content:flex-end}.side img{width:26px;height:18px;object-fit:cover;border-radius:2px}.score{font-weight:700;font-size:18px;min-width:56px;text-align:center}.meta{color:var(--muted);font-size:12px;margin-bottom:6px}.placeholder{color:var(--muted);font-style:italic}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.team-card{display:flex;align-items:center;gap:10px}.team-card img{width:32px;height:22px;object-fit:cover;border-radius:2px}.badge{font-size:11px;color:var(--muted);border:1px solid var(--line);border-radius:999px;padding:1px 8px}.tag{font-size:11px;padding:1px 7px;border-radius:6px;background:var(--seg-active);color:var(--muted)}.tag.live{background:#7f1d1d;color:#fecaca}.tag.finished{background:#14532d;color:#bbf7d0}h1{font-size:22px}.section-title{margin:18px 0 8px;color:var(--muted);font-size:13px;text-transform:uppercase;letter-spacing:.05em}
