@charset "UTF-8";:root{--accent: #4f46e5;--accent-strong: #4338ca;--surface: #ffffff;--surface-2: #eef0f4;--border: #e6e8ee;--text: #1f2430;--text-muted: #8a919e;--bg: #f5f6f9;color-scheme:light}@media(prefers-color-scheme:dark){:root{--accent: #818cf8;--accent-strong: #a5b4fc;--surface: #171a21;--surface-2: #232734;--border: #2b303c;--text: #eceef3;--text-muted: #9aa2b1;--bg: #0f1116;color-scheme:dark}}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.4}a{color:var(--accent)}
