*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--yellow: #FFB800;--yellow-dim: #c48d00;--yellow-faint: rgba(255, 184, 0, .15);--black: #000000;--font-display: "Courier Prime", monospace;--font-mono: "Courier Prime", monospace }body{background:#000;color:var(--yellow);font-family:var(--font-mono);min-height:100vh;overflow-x:hidden}#root{position:relative;z-index:1}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;font-family:var(--font-mono);color:var(--yellow)}.loading-screen .label{font-size:.85rem;letter-spacing:.2em;color:#ffb80099}.blink{animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--yellow-dim);border-radius:2px}select{appearance:none;-webkit-appearance:none;background-color:#ffb80008;border:1px solid rgba(255,184,0,.3);border-radius:2px;color:#ffb800;font-family:JetBrains Mono,monospace;font-size:.75rem;padding:.45rem 2rem .45rem .65rem;cursor:pointer;outline:none;width:100%;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23FFB800' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}select:focus{border-color:#ffb80099}select option{background:#000;color:#ffb800}select option:checked,select option:hover{background:#ffb80026;color:#ffb800}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{filter:invert(70%) sepia(80%) saturate(400%) hue-rotate(5deg);opacity:1}input[type=range]{-webkit-appearance:none;appearance:none;width:100%;height:4px;background:#ffb80026;border-radius:2px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#ffb800;cursor:pointer;border:2px solid #000;box-shadow:0 0 6px #ffb80080;transition:box-shadow .15s}input[type=range]::-webkit-slider-thumb:hover{box-shadow:0 0 10px #ffb800cc}input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#ffb800;cursor:pointer;border:2px solid #000;box-shadow:0 0 6px #ffb80080}input[type=range]::-moz-range-track{background:#ffb80026;height:4px;border-radius:2px}input[type=range]{accent-color:#FFB800}
