:root{--color-bg: #0a0a0f;--color-bg-elevated: #12121a;--color-bg-panel: #16161f;--color-bg-hover: #1e1e2a;--color-border: #2a2a3a;--color-border-subtle: #1e1e2e;--color-text-primary: #e8e8ec;--color-text-secondary: #9a9ab0;--color-text-muted: #6a6a80;--color-accent: #ff6b35;--color-accent-dim: rgba(255, 107, 53, .15);--color-accent-hover: #ff8255;--color-teal: #00b4d8;--color-teal-dim: rgba(0, 180, 216, .15);--color-cyan: #90e0ef;--color-pale: #caf0f8;--color-danger: #ff4444;--color-success: #44ff88;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--header-height: 56px;--panel-width: 400px;--blur-sm: 8px;--blur-md: 16px;--blur-lg: 24px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--transition-fast: .15s ease;--transition-normal: .25s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}::-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)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes glitch-skew{0%{transform:skew(0)}20%{transform:skew(-2deg)}40%{transform:skew(3deg)}60%{transform:skew(-1deg)}80%{transform:skew(2deg)}to{transform:skew(0)}}@keyframes glitch-shift{0%,to{clip-path:inset(0 0 0 0)}10%{clip-path:inset(20% 0 60% 0)}20%{clip-path:inset(50% 0 20% 0)}30%{clip-path:inset(10% 0 70% 0)}40%{clip-path:inset(80% 0 5% 0)}50%{clip-path:inset(30% 0 40% 0)}60%{clip-path:inset(60% 0 10% 0)}70%{clip-path:inset(5% 0 85% 0)}80%{clip-path:inset(45% 0 30% 0)}90%{clip-path:inset(70% 0 15% 0)}}@keyframes glitch-flash{0%,to{opacity:1}50%{opacity:0}}.glitch-active{animation:glitch-skew .5s ease-in-out infinite}.glitch-active:before,.glitch-active:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.glitch-active:before{background:#ff000008;animation:glitch-shift .3s steps(2) infinite;mix-blend-mode:screen}.glitch-active:after{background:#00ffff08;animation:glitch-shift .3s steps(2) reverse infinite;mix-blend-mode:screen}.glitch-overlay{position:fixed;inset:0;z-index:10000;background:var(--color-bg);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:var(--text-xl);color:var(--color-accent);letter-spacing:.1em}
