*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#090c11;--surface:#0f1318;--border:#1e2530;--text:#e8edf5;--text-2:#8a95a3;--text-3:#4a5260;--accent:#4d8af0;--accent-2:#2a5bbf;--climbing:#5dd4a0;--descending:#f07070;--radius:6px;--gap:16px}body,html{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5;height:100%}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}