*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--primary:#1565c0;--primary-light:#1e88e5;--primary-dark:#0a2540;--secondary:#00897b;--accent:#d97706;--danger:#d32f2f;--success:#2e7d32;--warning:#ed6c02;--bg:#f1f5f9;--surface:#fff;--border:#e2e8f0;--text:#1f2937;--text-muted:#6b7280;--radius:10px;--shadow:0 2px 16px #1565c01a;--shadow-lg:0 8px 32px #1565c026;--sidebar-w:240px;--font:"Inter", "Segoe UI", system-ui, sans-serif}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100vh}#root{width:100%;min-height:100vh}button{cursor:pointer;font-family:var(--font)}input,select,textarea{font-family:var(--font);outline:none}input:not([type=checkbox]):not([type=radio]):not([type=hidden]):not([type=range]):not([type=color]),select,textarea{min-height:36px}textarea{min-height:60px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c5cfe0;border-radius:3px}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.animate-fade{animation:.35s fadeIn}.animate-slide{animation:.3s slideIn}.badge{border-radius:20px;justify-content:center;align-items:center;padding:2px 10px;font-size:12px;font-weight:600;display:inline-flex}.badge-blue{color:#1565c0;background:#e3f2fd}.badge-green{color:#2e7d32;background:#e8f5e9}.badge-orange{color:#ed6c02;background:#fff4e0}.badge-red{color:#d32f2f;background:#fce8e6}.badge-gray{color:#6b7280;background:#f1f5f9}.badge-teal{color:#0288d1;background:#e1f5fe}
