@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";
:root{--background:#f4f6f9;--foreground:#1e293b;--primary:#2563eb;--primary-hover:#1d4ed8;--primary-light:#2563eb14;--primary-glow:#2563eb26;--secondary:#e8ecf1;--border:#d1d9e6;--border-light:#e8ecf1;--success:#16a34a;--success-light:#16a34a14;--danger:#dc2626;--danger-light:#dc26260f;--warning:#d97706;--warning-light:#d9770614;--surface:#fff;--surface-hover:#f8fafc;--text-secondary:#475569;--text-muted:#94a3b8;--neon-cyan:#0284c7;--neon-magenta:#dc2626;--neon-green:#16a34a;--neon-yellow:#d97706;--neon-purple:#7c3aed;--neon-orange:#ea580c;--sidebar-bg:#1e293b;--sidebar-hover:#ffffff14;--sidebar-active:#ffffff24;--sidebar-text:#94a3b8;--sidebar-text-active:#fff;--sidebar-border:#ffffff14;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000000f;--shadow-neon:0 1px 3px #2563eb1a,0 4px 12px #2563eb0f;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:20px;--font-sans:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"cv02","cv03","cv04","cv11";line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}::selection{background-color:var(--primary);color:#fff}input,select,textarea,button{max-width:100%;font-family:inherit}input,select,textarea{box-sizing:border-box;background-color:var(--surface);width:100%;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius-sm)}select option{color:#1e293b;background-color:#fff}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#c1cad6;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}@media (max-width:768px){input,select,textarea{font-size:16px!important}}
