@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #020817;--surface: #0d1526;--surface-2: #111f36;--border: #1e293b;--border-2: #2d3f5a;--text: #e2e8f0;--text-2: #94a3b8;--text-3: #64748b;--accent: #0ea5e9;--accent-hover: #0284c7;--accent-glow: rgba(14,165,233,.15);--green: #2dd4bf;--red: #f87171;--yellow: #fbbf24;--purple: #d8b4fe;--blue: #38bdf8;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 12px;--radius: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 99px;--text-2xs: .75rem;--text-xs: .875rem;--text-sm: .9375rem;--text-base: 1.0625rem;--text-lg: 1.25rem;--text-xl: 1.5rem;--text-2xl: 1.75rem;--text-3xl: 2rem;--shadow-sm: 0 2px 8px rgba(0,0,0,.2);--shadow-md: 0 4px 20px rgba(0,0,0,.25);--shadow-lg: 0 8px 32px rgba(0,0,0,.35);--shadow-glow: 0 0 20px rgba(14,165,233,.1);--glass-bg: rgba(13,21,38,.85);--glass-border: rgba(14,165,233,.08);--ease-out: cubic-bezier(.16,1,.3,1);--ease-bounce: cubic-bezier(.175,.885,.32,1.275);--duration-fast: .15s;--duration-normal: .2s;--duration-slow: .3s;--red-light: #fca5a5;--text-bright: #f1f5f9;--modal-max-w: 420px;--modal-padding: 2rem;--navbar-h: 58px;--sidebar-w: 260px;--sidebar-w-collapsed: 64px}html{font-size:17px}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
