*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font-sans: "Outfit", sans-serif;--font-mono: "JetBrains Mono", monospace;--brand: #2563eb;--brand-light: #eff6ff;--brand-dark: #1d4ed8;--bg: #f3f4f8;--surface: #ffffff;--surface2: #f8f9fc;--surface3: #eef0f6;--text: #0d0f1a;--text-2: #4b526b;--text-3: #9299b0;--line: #e8eaf2;--line2: #d4d8e8;--success: #059669;--success-bg: #ecfdf5;--warning: #d97706;--warning-bg: #fffbeb;--danger: #dc2626;--danger-bg: #fef2f2;--sidebar-w: 248px;--sidebar-bg: #0c0e16;--sidebar-hover: #161824;--sidebar-active: #1e2235;--sidebar-text: #c2c8dc;--sidebar-muted: #525870;--sidebar-accent: #3b82f6;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06);--shadow: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 28px rgba(0,0,0,.12)}html,body,#root{height:100%}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:var(--font-sans)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--line2);border-radius:99px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-up{animation:fadeUp .3s ease both}.scale-in{animation:scaleIn .2s ease both}.skeleton{background:linear-gradient(90deg,var(--surface2) 25%,var(--surface3) 50%,var(--surface2) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:var(--radius)}
