:root{--background:#f8fafc;--foreground:#0f172a;--surface:#fff;--surface-border:#e2e8f0;--primary:#3b82f6;--primary-hover:#2563eb;--primary-foreground:#fff;--secondary:#64748b;--secondary-hover:#475569;--secondary-foreground:#fff;--accent:#10b981;--accent-hover:#059669;--accent-foreground:#fff;--danger:#ef4444;--danger-hover:#dc2626;--danger-foreground:#fff;--warning:#f59e0b;--warning-hover:#d97706;--warning-foreground:#fff;--muted:#94a3b8;--muted-foreground:#64748b;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--sidebar-width:260px;--header-height:64px}[data-theme=dark]{--background:#0f172a;--foreground:#f8fafc;--surface:#1e293b;--surface-border:#334155;--primary:#60a5fa;--primary-hover:#3b82f6;--muted:#475569;--muted-foreground:#94a3b8}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-inter), system-ui, -apple-system, sans-serif;background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{overflow-x:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--muted);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out forwards fadeIn}
