*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1a1a2e;--bg2: #16213e;--bg3: #0f3460;--accent: #4a90e2;--accent2: #00d4ff;--text: #e0e6f0;--text2: #9ab;--danger: #e74c3c;--green: #2ecc71;--orange: #f39c12;--purple: #9b59b6}html,body,#root{width:100%;height:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;-webkit-tap-highlight-color:transparent;user-select:none;-webkit-user-select:none}button{cursor:pointer;border:none;border-radius:6px;font-size:13px;font-family:inherit;transition:opacity .15s,background .15s}button:active{opacity:.75}input,select{font-family:inherit;font-size:13px;border:1px solid #334;border-radius:6px;background:#0f1a2a;color:var(--text);padding:6px 10px;outline:none}input:focus,select:focus{border-color:var(--accent)}@keyframes pulse{0%{r:10;opacity:.8}70%{r:18;opacity:0}to{r:18;opacity:0}}.sp-pulse{animation:pulse 1.8s infinite}@keyframes flow{to{stroke-dashoffset:-30}}.flow-arrow{animation:flow .6s linear infinite}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#334;border-radius:3px}
