*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;overflow:hidden}body{font-family:system-ui,-apple-system,sans-serif;background:#0a100a;color:#fff}#root{height:100%}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 5px currentColor}50%{box-shadow:0 0 20px currentColor,0 0 40px currentColor}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000004d;border-radius:4px}::-webkit-scrollbar-thumb{background:#64ff644d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#64ff6480}button{transition:all .2s ease}button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.1)}canvas{display:block}
