:root{--bg: #F8FAFC;--surface: #FFFFFF;--border: #E2E8F0;--text: #0F172A;--muted: #64748B;--accent: #0B5CD8;--accent-hover: #0846A7;--danger: #DC2626;--success: #16A34A;--warning: #F59E0B;font-family:-apple-system,SF Pro,Segoe UI,system-ui,sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}input,button,textarea,select{font-family:inherit;font-size:14px}input:focus,textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #0b5cd81a}
