:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body{cursor:default;-webkit-user-select:none;user-select:none;background:#000;width:100%;height:100%;margin:0;padding:0;font-family:Oswald,ui-monospace,Consolas,monospace;overflow:hidden}#app{visibility:visible;width:100vw;height:100vh;position:relative}#scene{z-index:0;width:100%;height:100%;display:block;position:absolute;inset:0}#speedlines{z-index:1;pointer-events:none;position:absolute;inset:0}#hud{z-index:2;pointer-events:none;color:#eee;visibility:hidden;position:absolute;inset:0}body.game-started #hud{visibility:visible}#score{letter-spacing:2px;text-shadow:0 1px 4px #000c;font-size:28px;font-weight:600;position:absolute;top:24px;left:50%;transform:translate(-50%)}#charge-bar{background:#ffffff26;border:1px solid #fff6;width:160px;height:6px;display:none;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}#charge-fill{background:#eee;width:0%;height:100%;transition:width 30ms linear}#crash-screen{background:#000;flex-direction:column;justify-content:center;align-items:center;gap:8px;animation:.25s ease-out crash-fade-in;display:none;position:absolute;inset:0}@keyframes crash-fade-in{0%{background:0 0}to{background:#000}}#crash-screen.visible{pointer-events:auto;display:flex}#hud:has(#crash-screen.visible) #pause-btn{display:none}#crash-title{letter-spacing:6px;font-size:42px;font-weight:700}#crash-score{opacity:.8;font-size:16px}#crash-best{opacity:.65;font-size:14px}#crash-best.new-record{opacity:1;color:#ffd75e;letter-spacing:1px;font-weight:600}#top-buttons{z-index:3;pointer-events:auto;gap:8px;display:flex;position:absolute;top:16px;right:16px}#top-buttons button{color:#eee;cursor:pointer;background:#00000059;border:1px solid #ffffff59;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:18px;line-height:1;transition:background .15s;display:flex}#top-buttons button:hover{background:#ffffff26}#mute-btn.muted{-webkit-text-decoration:line-through #eee;text-decoration:line-through #eee;text-decoration-thickness:2px}#pause-screen{background:#0000008c;justify-content:center;align-items:center;display:none;position:absolute;inset:0}#pause-screen.visible{display:flex}#pause-title{letter-spacing:6px;text-shadow:0 1px 4px #000c;font-size:36px;font-weight:700}#start-screen{z-index:6;pointer-events:auto;position:absolute;inset:0}#letterbox-top,#letterbox-bottom{background:#000;height:50%;transition:height .9s cubic-bezier(.65,0,.35,1);position:absolute;left:0;right:0}#letterbox-top{top:0}#letterbox-bottom{bottom:0}#start-screen.revealed #letterbox-top,#start-screen.revealed #letterbox-bottom{height:14%}#start-screen.opened #letterbox-top,#start-screen.opened #letterbox-bottom{height:0%}#start-screen.opened{pointer-events:none}
