:root{--bg-base: #000000;--bg-panel: #0F172A;--bg-sidebar: #080d16;--border: #1a2535;--accent-green: #10B981;--accent-neon: #34D399;--accent-forest: #064E3B;--accent-red: #f87171;--accent-orange: #fbbf24;--accent-purple: #a78bfa;--accent-cyan: #10B981;--accent-emerald: #10B981;--text-accent: #10B981;--text-primary: #e2e8f0;--text-muted: #64748b;--s114-green: #10B981;--s114-neon: #34D399;--s114-forest: #064E3B;--s114-card: #0F172A;--s114-shadow: 0 20px 25px -5px rgba(0,0,0,.5), 0 10px 10px -5px rgba(0,0,0,.4);--s114-glow: 0 4px 14px 0 rgba(16,185,129,.3)}[data-theme=light]{--bg-panel: #ffffff;--bg-sidebar: #f1f5f9;--border: #e2e8f0;--text-primary: #0f172a;--text-muted: #64748b;--s114-card: #ffffff;--bg-base: #F8FAFC}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-base);color:var(--text-primary);font-family:Inter,Urbanist,system-ui,sans-serif;min-height:100vh}@keyframes pulse{0%,to{opacity:1}50%{opacity:.45}}@keyframes glow-dot{0%,to{box-shadow:0 0 6px var(--s114-green)}50%{box-shadow:0 0 14px var(--s114-green),0 0 28px var(--s114-green) 55}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
