@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: #050d1a;--surface: #0b1929;--surface-2: #11223a;--border: #1a2e4a;--border-2: #253d5e;--text: #e8edf4;--text-2: #8ea3bf;--text-3: #506a88;--text-bright: #ffffff;--accent: #4b8ef7;--accent-hover: #3576e8;--accent-glow: rgba(75,142,247,.15);--green: #36dba0;--red: #f97272;--yellow: #fcca3d;--purple: #c9b8ff;--blue: #6db3ff;--red-light: #fca5a5;--radius-xs: 4px;--radius-sm: 6px;--radius-md: 10px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--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(2,6,16,.4);--shadow-md: 0 4px 20px rgba(2,6,16,.5);--shadow-lg: 0 8px 32px rgba(2,6,16,.6);--shadow-glow: 0 0 24px rgba(75,142,247,.1);--glass-bg: rgba(11,25,41,.95);--glass-border: rgba(75,142,247,.1);--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;--modal-max-w: 420px;--modal-padding: 2rem;--navbar-h: 70px;--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)}}
