:root{--color-bg: #0a0a0a;--color-surface: #141414;--color-surface-hover: #1f1f1f;--color-border: #2a2a2a;--color-primary: #00ff88;--color-secondary: #ff6b00;--color-text: #f5f5f5;--color-text-muted: #888888;--color-danger: #ff3366;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}.glow-green{box-shadow:0 0 #0f80;transition:box-shadow .2s ease,border-color .2s ease}.glow-green:hover{box-shadow:0 0 20px #00ff8826;border-color:var(--color-primary)!important}.modal-backdrop{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .25s ease-out forwards}.stagger>*{opacity:0;animation:fadeIn .25s ease-out forwards}.stagger>*:nth-child(1){animation-delay:0ms}.stagger>*:nth-child(2){animation-delay:50ms}.stagger>*:nth-child(3){animation-delay:.1s}.stagger>*:nth-child(4){animation-delay:.15s}.stagger>*:nth-child(5){animation-delay:.2s}.stagger>*:nth-child(6){animation-delay:.25s}@keyframes blink{0%,20%{opacity:0}50%{opacity:1}to{opacity:0}}.loading-dot{animation:blink 1.4s infinite both}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}
