@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#f3f4f8;--foreground:#1a1d23;--card-bg:#fff;--border:#e8ecf2;--primary:#2563eb;--accent:#dc2626;--secondary:#10b981;--danger:#ef4444;--warning:#f59e0b;--success:#22c55e;--muted:#64748b;--shadow:0 1px 3px 0 #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--radius:.5rem;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--sidebar-bg:#fff;--sidebar-text:#334155;--sidebar-border:#e8ecf2;--sidebar-hover:#0000000a;--sidebar-active-bg:#2563eb14;--topbar-bg:#fff;--topbar-text:#1a1d23;--topbar-border:#e8ecf2}[data-theme=dark]{--background:#0b1120;--foreground:#e2e8f0;--card-bg:#131d30;--border:#1c2d45;--muted:#94a3b8;--shadow:0 2px 8px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #00000080;--sidebar-bg:#080e1c;--sidebar-text:#b0bdd0;--sidebar-border:#162240;--sidebar-hover:#ffffff0a;--sidebar-active-bg:#2563eb26;--topbar-bg:#0d1528;--topbar-text:#e2e8f0;--topbar-border:#162240}[data-theme=hybrid]{--background:#f3f4f8;--foreground:#1a1d23;--card-bg:#fff;--border:#e8ecf2;--muted:#64748b;--shadow:0 1px 3px 0 #0000000d;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--sidebar-bg:#090e1a;--sidebar-text:#cbd5e1;--sidebar-border:#1e293b;--sidebar-hover:#ffffff14;--sidebar-active-bg:#2563eb33;--topbar-bg:#fff;--topbar-text:#1a1d23;--topbar-border:#e8ecf2}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,select,textarea{border:1px solid var(--border);background-color:var(--card-bg);color:var(--foreground);border-radius:8px;padding:.5rem .7rem;font-family:inherit;font-size:.88rem;transition:border-color .2s,box-shadow .2s}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb1a}.btn-primary{background:linear-gradient(135deg, var(--primary), #3b82f6);color:#fff;border-radius:8px;padding:.5rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 2px 8px #2563eb33}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.fade-in{animation:.35s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.nav-link:hover{background-color:var(--sidebar-hover)!important}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:10px}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff14}[data-theme=hybrid] ::-webkit-scrollbar-thumb{background:#0000001f}@media print{body *{visibility:hidden}.no-print{display:none!important}#printable-report,#printable-report *{visibility:visible}#printable-report{width:100%;position:absolute;top:0;left:0}}@media (max-width:768px){.hide-on-mobile{display:none!important}}
