:root{color-scheme:light dark;--bg:#f5f6f8;--surface:#fff;--surface2:#f0f2f5;--line:#d8dde6;--text:#111827;--muted:#667085;--accent:#e21d2f;--shadow:0 12px 30px #10182818}html[data-theme=dark]{--bg:#080a0f;--surface:#10151d;--surface2:#171d27;--line:#293241;--text:#f8fafc;--muted:#98a2b3;--shadow:0 12px 30px #0008;color-scheme:dark}html[data-theme=light]{color-scheme:light}@media(prefers-color-scheme:dark){html[data-theme=system]{--bg:#080a0f;--surface:#10151d;--surface2:#171d27;--line:#293241;--text:#f8fafc;--muted:#98a2b3;--shadow:0 12px 30px #0008;color-scheme:dark}}*{box-sizing:border-box}body{background:radial-gradient(circle at top left,color-mix(in srgb,var(--accent) 9%,transparent),transparent 38%),var(--bg);color:var(--text);font:15px/1.45 Inter,ui-sans-serif,system-ui,sans-serif;margin:0;min-height:100vh}.shell{margin:auto;max-width:1240px;padding:28px}header,.actions,.identity,.section-head,.card-top{align-items:center;display:flex}header{justify-content:space-between;gap:28px;margin-bottom:36px}.brand{align-items:center;display:flex;gap:14px}.brand img{height:58px;width:58px}.brand span{color:var(--accent);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3{margin:0}h1{font-size:clamp(28px,4vw,44px)}h2{font-size:20px}.actions{flex-wrap:wrap;gap:14px;justify-content:flex-end}.actions label{color:var(--muted);font-size:12px}.actions select,button,.button{background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--text);cursor:pointer;font:inherit;padding:9px 13px}.button{text-decoration:none}.primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:800}.identity{background:var(--surface);border:1px solid var(--line);border-radius:10px;gap:12px;padding:7px 8px 7px 12px}.identity form{margin:0}.identity button{padding:6px 9px}section{margin:28px 0}.section-head{justify-content:space-between;margin-bottom:12px}.section-head>span{color:var(--muted)}.cards{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card,.empty{background:var(--surface);border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow);padding:20px}.card{display:flex;flex-direction:column;min-height:260px}.card-top{justify-content:space-between}.mode,.state{border-radius:999px;font-size:11px;font-weight:800;padding:4px 8px}.mode{align-items:center;background:var(--surface2);display:inline-flex;gap:5px}.mode img{height:18px;object-fit:contain;width:18px}.mode.race{color:var(--accent)}.state{border:1px solid var(--line);color:var(--muted)}.card h3{font-size:21px;margin-top:18px}.card>p{color:var(--muted);margin:4px 0 15px}.card dl{display:grid;grid-template-columns:repeat(3,1fr);margin:auto 0 20px}.card dt{color:var(--muted);font-size:10px;text-transform:uppercase}.card dd{font-weight:800;margin:3px 0 0}.card>.button{text-align:center}.empty{color:var(--muted)}@media(max-width:700px){.shell{padding:18px}header{align-items:flex-start;flex-direction:column}.actions{align-items:flex-start;flex-direction:column}.identity{align-items:flex-start;flex-direction:column}.brand img{height:48px;width:48px}}
