:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--bg-main: #f8fafc;--bg-surface: #ffffff;--bg-subtle: #f1f5f9;--border: #e2e8f0;--text-main: #0f172a;--text-muted: #64748b;--text-light: #94a3b8;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--danger-light: #fef2f2}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg-main);color:var(--text-main);line-height:1.5;height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .15s ease-out forwards}
