:root{--bg: #0d0f14;--surface: #161a22;--surface-hover: #1e2430;--border: #2a3142;--text: #e8ecf4;--text-muted: #8b94a8;--accent: #6366f1;--accent-hover: #818cf8;--success: #22c55e;--error: #ef4444;--drop-zone: #1a1f2e;--drop-zone-active: #252b3d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.6}#root{min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;outline:none}input,select,textarea{font-family:inherit}.app-layout{min-height:100vh;display:flex;flex-direction:column}.site-footer{margin-top:auto;padding:1rem 1.5rem;text-align:center;font-size:.9rem;color:var(--text-muted)}.site-footer a{color:var(--accent);text-decoration:none}.site-footer a:hover{text-decoration:underline}
