*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;overflow:hidden}body{font-family:Courier New,monospace;background:#04080f;color:#e2e8f0;font-size:11px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#07090f}::-webkit-scrollbar-thumb{background:#1a2535;border-radius:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.live-dot{width:5px;height:5px;border-radius:50%;background:#22c55e;animation:blink 1.8s infinite;display:inline-block}.spinner{width:8px;height:8px;border:1px solid #1a2535;border-top-color:#3b82f6;border-radius:50%;animation:spin .7s linear infinite;display:inline-block}input,select{font-family:Courier New,monospace;background:#060a14;border:1px solid #1e3a5f;color:#e2e8f0;border-radius:3px;outline:none;font-size:11px}input:focus,select:focus{border-color:#2563eb}button{font-family:Courier New,monospace;cursor:pointer}
