:root{--bg: #0b0f12;--panel: #0f1720;--muted: #9aa6b2;--text: #e6eef3;--accent: #7dd3fc}[data-theme=light]{--bg: #f6f8fa;--panel: #ffffff;--muted: #57606a;--text: #0b1a1f;--accent: #0ea5a8}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--text)}.app{max-width:980px;margin:24px auto;padding:20px}header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}header h1{margin:0}.switch{display:flex;align-items:center;gap:8px}.athletes{width:100%;border-collapse:collapse;background:var(--panel);box-shadow:0 6px 18px #02061799}.athletes th,.athletes td{padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.04);text-align:left}.athletes thead th{color:var(--accent);font-weight:600}.athletes tbody tr:hover{background:#7dd3fc08}a{color:var(--accent)}footer{margin-top:14px;color:var(--muted)}
