*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Inter", system-ui, -apple-system, sans-serif;--primary: #6366f1;--primary-hover: #4f46e5;--primary-light: #eef2ff;--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--border: #e2e8f0;--border-strong: #cbd5e1;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--green: #22c55e;--green-light: #f0fdf4;--green-text: #15803d;--red: #ef4444;--red-light: #fef2f2;--red-text: #b91c1c;--amber: #f59e0b;--amber-light: #fffbeb;--amber-text: #b45309;--blue: #3b82f6;--blue-light: #eff6ff;--blue-text: #1d4ed8;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px rgba(0,0,0,.08), 0 4px 6px rgba(0,0,0,.04);--sidebar-width: 240px}html{font-size:16px}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-3)}input,select,textarea{font-family:var(--font);font-size:14px;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:8px 12px;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}input::placeholder,textarea::placeholder{color:var(--text-3)}button{font-family:var(--font);cursor:pointer;border:none;outline:none;transition:all .15s}button:disabled{opacity:.5;cursor:not-allowed}a{color:inherit;text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width: 768px){.app-sidebar{position:fixed!important;left:0;top:0;height:100vh;z-index:50;transform:translate(-100%);transition:transform .25s ease}.app-sidebar.mobile-open{transform:translate(0)!important}.app-mobile-header{display:flex!important}.app-overlay{display:block!important}}@media (min-width: 769px){.app-mobile-header,.app-overlay{display:none!important}}
