@tailwind base;@tailwind components;@tailwind utilities;:root{--blue-dark:#1c3a6b;--blue-mid:#1e4d9b;--blue-light:#2563d4;--red:#c8102e;--red-light:#f8d7db;--white:#fff;--gray-50:#f7f8fa;--gray-100:#eef0f3;--gray-200:#dde1e8;--gray-300:#c4cad5;--gray-400:#8993a4;--gray-500:#5e6878;--gray-700:#2d3a4a;--green:#1a7a3c;--green-bg:#d4edda;--orange:#b45309;--orange-bg:#fef3cd;--teal:#0d7377;--teal-bg:#d1f5f5;--accent-blue-text:#1c3a6b;--accent-red-text:#c8102e;--viz-blue:#2a78d6;--viz-good:#0ca30c;--viz-critical:#d03b3b;--sidebar-w:52px;--top-h:44px;--radius:0.25rem;--background:0 0% 97%;--foreground:215 28% 17%;--border:214 18% 88%;--input:214 18% 88%;--ring:221 67% 37%;--muted:210 20% 96%;--muted-foreground:215 14% 43%;--card:0 0% 100%;--card-foreground:215 28% 17%;--primary:221 67% 27%;--primary-foreground:0 0% 100%}html.dark-theme{--gray-50:#11161d;--gray-100:#1a212b;--gray-200:#2a3340;--gray-300:#3c4759;--gray-400:#7d8a9c;--gray-500:#aab4c2;--gray-700:#e7eaee;--white:#1b2330;--accent-blue-text:#7fa8e8;--accent-red-text:#ff8a9b;--viz-blue:#3987e5;--background:222 28% 9%;--foreground:210 20% 94%;--border:217 18% 22%;--card:222 28% 11%;--card-foreground:210 20% 94%}input.fin-date-input::-webkit-calendar-picker-indicator{opacity:0}@layer base{*,:after,:before{box-sizing:border-box}body,html{height:100%;width:100%;margin:0;padding:0;overflow:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--gray-50);color:var(--gray-700);font-size:13px}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}@media print{body,html{height:auto!important;overflow:visible!important}.print-hide{display:none!important}.app-body,.app-main,.app-shell{display:block!important;height:auto!important;overflow:visible!important}}