*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:#f4f6f8;color:#1a1a1a}a{color:#0b5ed7;text-decoration:none}a:hover{text-decoration:underline}.navbar{display:flex;align-items:center;justify-content:space-between;background:#0b1e3f;color:#fff;padding:1rem 2rem}.navbar .brand{font-weight:700;font-size:1.25rem}.navbar ul{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.navbar a{color:#fff;font-weight:500}.navbar a.active{border-bottom:2px solid #ffc107}.container{max-width:960px;margin:2rem auto;padding:0 1rem}h1{margin-top:0}.season-picker{display:block;margin-bottom:1rem}.season-picker select{margin-left:.5rem;padding:.25rem}.standings,.players{width:100%;border-collapse:collapse;background:#fff;box-shadow:0 1px 3px #0000001a}.standings th,.standings td,.players th,.players td{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;text-align:left}.standings th{background:#f1f5f9}.standings th:nth-child(n+3),.standings td:nth-child(n+3){text-align:center}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.team-card{display:block;background:#fff;padding:1rem;border-radius:8px;box-shadow:0 1px 3px #0000001a;color:#1a1a1a}.team-card h3{margin:0 0 .25rem}.team-card .short{color:#666;font-size:.85rem}.round{margin-bottom:2rem}.matches{display:flex;flex-direction:column;gap:.5rem}.match-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;background:#fff;padding:.75rem 1rem;border-radius:6px;box-shadow:0 1px 2px #00000014;color:#1a1a1a}.match-card .team.home{text-align:right}.match-card .team.away{text-align:left}.match-card .score{font-weight:700;min-width:60px;text-align:center}.big-score{font-size:2.5rem;font-weight:700;text-align:center}
