:root{--bg: #0b0f16;--surface: #121826;--surface-2: #1b2436;--border: #263049;--text: #e6ebf5;--text-dim: #9aa7c2;--accent: #5b8cff;--accent-fg: #ffffff;--danger: #ff5b6e;--ok: #37d39b;--warn: #ffb454;--radius: 14px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased}.app{width:100%;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}.app.wide{max-width:none;height:100dvh}button{font:inherit;cursor:pointer}
