:root{--bg:#0f172a;--surface:#1e293b;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#38bdf8;--accent-hover:#7dd3fc;--border:#334155;--error:#f87171;--error-bg:#f871711f;--confirmed:#b594b8;--confirmed-bg:#b594b829;--info:#38bdf8;--info-bg:#38bdf81f;--primary:#38bdf8;--primary-text:#0f172a;--success:#4ade80;--success-bg:#4ade801a;--warning:#fbbf24;--warning-bg:#fbbf241a;--touch-min:44px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--bg);color:var(--text);min-height:100dvh;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}#root{min-height:100dvh}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}button{font:inherit;cursor:pointer;min-height:var(--touch-min);background:var(--accent);color:var(--bg);border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}input,textarea{font:inherit;min-height:var(--touch-min);border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:8px;width:100%;padding:.75rem 1rem}input::placeholder,textarea::placeholder{color:var(--text-muted)}@supports (padding:env(safe-area-inset-bottom)){body{padding-bottom:env(safe-area-inset-bottom)}}
