:root{--bg: #0b0f16;--surface: #121826;--surface-2: #1b2436;--border: #263049;--text: #e6ebf5;--text-dim: #9aa7c2;--accent: #5b8cff;--accent-fg: #ffffff;--danger: #ff5b6e;--ok: #37d39b;--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{max-width:720px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column}button{font:inherit;cursor:pointer}
