:root{--bg: #0f172a;--surface: #1e293b;--border: #334155;--text: #f1f5f9;--muted: #94a3b8;--accent: #22c55e;--accent-hover: #16a34a;--danger: #ef4444;--focus: #38bdf8}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text);line-height:1.5}button{font-family:inherit}input,textarea,button{font-size:1rem}input:focus-visible,textarea:focus-visible,button:focus-visible{border-color:var(--focus)!important;box-shadow:0 0 0 1px var(--focus)}button:disabled{opacity:.55;cursor:not-allowed}
