@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #030404;--surface: #0b0e0e;--surface-2: #101414;--surface-3: #131818;--border: #1c2a2a;--border-light: #243535;--accent: #a3e635;--accent-dim: rgba(163,230,53,.12);--accent-glow: rgba(163,230,53,.25);--blue: #a3e635;--blue-dim: rgba(163,230,53,.12);--success: #34d399;--success-dim: rgba(52,211,153,.12);--warning: #f59e0b;--warning-dim: rgba(245,158,11,.12);--text: #edf7ed;--text-2: #748f80;--text-3: #3a4d42;--radius: 12px;--radius-sm: 8px}body{background:var(--bg);font-family:Inter,system-ui,sans-serif;color:var(--text);-webkit-font-smoothing:antialiased;animation:appFadeIn .6s cubic-bezier(.16,1,.3,1) both}@keyframes appFadeIn{0%{opacity:0}to{opacity:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}
