:root{--bg:#0b0f14;--surface:#111827;--surface-raised:#1f2937;--border:#1f2937;--border-alt:#374151;--text-primary:#e5e7eb;--text-secondary:#9ca3af;--text-dim:#6b7280;--accent:#3b82f6;--accent-bg:#3b82f61f;--green:#22c55e;--green-bg:#22c55e1f;--red:#ef4444;--red-bg:#ef44441f;--yellow:#f59e0b;--yellow-bg:#f59e0b1f}*{box-sizing:border-box}body{color:#e5e7eb;-webkit-font-smoothing:antialiased;background:#0b0f14;margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#0b0f14}::-webkit-scrollbar-thumb{background:#1f2937}::-webkit-scrollbar-thumb:hover{background:#374151}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.2}}.pulse{animation:2s ease-in-out infinite pulse-dot}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes modal-in{0%{opacity:0;transform:scale(.93)translateY(12px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes modal-out{0%{opacity:1;transform:scale(1)translateY(0)}to{opacity:0;transform:scale(.93)translateY(12px)}}@keyframes blur-in{0%{opacity:0}to{opacity:1}}@keyframes blur-out{0%{opacity:1}to{opacity:0}}@keyframes draw-arrow{to{stroke-dashoffset:0}}@keyframes arrow-fade-in{0%{opacity:0}to{opacity:1}}@keyframes arrow-fade-out{0%{opacity:1}to{opacity:0}}
