:root{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background-color:#000;color:#e0e0e0;font-family:JetBrains Mono,Courier New,monospace;font-size:12px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#2a2a2a}::-webkit-scrollbar-thumb:hover{background:#ff8c00}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;background:#1a1a1a;outline:none;cursor:pointer;border-radius:0;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:12px;height:12px;border-radius:0;background:#ff8c00;cursor:pointer;border:none;box-shadow:none}input[type=range]::-moz-range-thumb{width:12px;height:12px;border-radius:0;background:#ff8c00;cursor:pointer;border:none;box-shadow:none}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}#particle-canvas{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:50}
