*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0c1220}button{font-family:inherit}img{display:block}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.game{height:100svh;min-height:360px;position:relative;overflow:hidden;color:#fff;background:#88d5df;outline:none;touch-action:none;font-family:Arial,sans-serif;--deck:142px;--view:26}.world{position:absolute;inset:0 0 var(--deck);overflow:hidden}.sky{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/skyBackground-ZKNyREl4.jpg) var(--sky-offset) top/auto 65% repeat-x}.hills{position:absolute;top:0;right:0;bottom:60%;left:0;background:url(/assets/mountainsBackground-B9fQCVUK.png) var(--hill-offset) top/auto 300% repeat-x}.road{position:absolute;top:38%;right:0;bottom:0;left:0;background:#ac9b92;overflow:hidden}.road-texture{position:absolute;top:0;right:0;bottom:0;left:0;background:url(/assets/background2-EagdZMJZ.png) var(--road-offset) bottom/auto 150% repeat-x}.road-lane{position:absolute;left:0;right:0;height:33.333%;border-bottom:2px dashed #fff7;pointer-events:none;background:#30281c05}.road-lane--0{top:0}.road-lane--1{top:33.333%;background:#fff1}.road-lane--2{top:66.666%;border:0}.road-lane span{position:absolute;left:12px;top:50%;font-size:12px;color:#fff9;font-weight:700}.vehicle{position:absolute;width:calc(520% / var(--view));aspect-ratio:400 / 134;transform:translate(-50%,-50%);left:24%;pointer-events:none;will-change:top,left}.traffic{left:calc(24% + var(--ahead) * 100% / var(--view))}.car-model{position:relative;width:100%;height:100%}.car-shadow{position:absolute;left:6%;right:6%;height:14%;bottom:0;background:#30282270;border-radius:50%;filter:blur(5px)}.car-body{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:2}.car-wheel{position:absolute;width:15%;aspect-ratio:1;z-index:3;bottom:4.6%;transform-origin:center}.car-wheel--rear{left:20.7%}.car-wheel--front{right:15.6%}.car-smoke{position:absolute;width:23%;left:-14%;bottom:8%;opacity:.7}.car-model--recovering .car-body{opacity:.65}.brake-light{position:absolute;left:4%;top:44%;width:5%;height:8%;z-index:4;background:#ff4036;border-radius:50%;box-shadow:0 0 8px red}.hud{position:absolute;top:20px;left:50%;transform:translate(-50%);width:min(580px,calc(100% - 32px));display:flex;align-items:center;gap:24px;padding:12px 18px;border:1px solid #fff5;border-radius:8px;background:#0c223ce8;box-shadow:0 8px 25px #0002}.speed{min-width:150px}.speed h1{font-size:13px;margin:0 0 3px;text-transform:uppercase;color:#a9d4ff;letter-spacing:.02em}.speed>strong{font-size:50px;line-height:1;font-weight:800;white-space:nowrap}.speed small{font-size:19px;margin-left:6px;font-weight:400}.stats{display:grid;gap:5px;flex:1;font-size:13px}.stats>div{display:flex;justify-content:space-between;gap:20px}.stats span,.stats label{color:#d2e4f5}.stats label{display:grid;grid-template-columns:1fr auto;gap:3px}.stats meter{grid-column:1 / -1;width:100%;height:11px}.pause-button{align-self:stretch;min-width:38px}.game button{cursor:pointer;border:1px solid #ffffff55;border-radius:6px;color:#fff;background:#18324ddd;font:inherit;font-weight:700;touch-action:none}.game button:focus-visible{outline:3px solid #ffde70;outline-offset:3px}.game button:disabled{cursor:default;opacity:.38}.run-info{position:absolute;top:140px;left:20px;display:flex;gap:16px;background:#14263edb;border:1px solid #fff4;border-radius:5px;padding:8px 12px;font-size:12px;font-weight:700}.message{position:absolute;bottom:calc(var(--deck) + 10px);left:50%;transform:translate(-50%);background:#18324ddb;color:#fff;padding:7px 13px;border-radius:5px;font-size:13px;white-space:nowrap;pointer-events:none;z-index:20}.controls{position:absolute;bottom:0;left:0;right:0;height:var(--deck);display:flex;align-items:center;justify-content:space-between;padding:12px 5%;background:linear-gradient(#14263ef5,#0b192d);border-top:1px solid #fff4}.lane-controls>span{display:block;font-size:12px;color:#cadbec;margin-bottom:7px}.lane-controls>div{display:flex;gap:10px}.lane-controls button{width:62px;height:60px;font-size:30px}.keyboard-help{font-size:12px;line-height:1.9;color:#cadbec;margin:0 auto 0 24px}kbd{font:inherit;border:1px solid #fff4;border-radius:3px;padding:2px 4px;margin-right:4px;background:#fff1}.pedals{display:flex;gap:12px;align-items:center}.pedal{width:96px;height:120px;padding:8px 12px;display:flex;align-items:center;flex-direction:column;justify-content:space-between;background:#293b4c!important;user-select:none;-webkit-user-select:none}.pedal img{height:84px;max-width:75px;object-fit:contain;transition:transform .08s}.pedal span{font-size:13px}.pedal--down{border-color:#a9d4ff!important;background:#375874!important}.pedal--down img{transform:perspective(200px) rotateX(-18deg) translateY(3px)}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;background:#06152866;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.dialog{width:min(420px,calc(100% - 36px));padding:24px;border:1px solid #fff5;border-radius:8px;background:#102239f5;box-shadow:0 10px 40px #0005;display:grid;gap:12px;text-align:center}.dialog h2{margin:0;font-size:26px}.dialog p{margin:0 0 6px;color:#d2e4f5;font-size:14px}.dialog button{padding:12px}.dialog .primary{background:#2875b3}.dialog small{color:#a9bed4}.game--impact .world{filter:sepia(.2)}@media (max-width:650px){.game{--view:18;--deck:145px}.hud{top:12px;gap:12px;padding:10px 12px}.speed{min-width:110px}.speed>strong{font-size:38px}.speed small{font-size:15px}.speed h1,.stats{font-size:11px}.run-info{top:112px;left:12px;right:12px;justify-content:space-between;gap:5px;font-size:11px}.hills{bottom:62%}.road{top:36%}.vehicle{left:23%}.traffic{left:calc(23% + var(--ahead)*100% / var(--view))}.controls{padding:10px 16px}.keyboard-help{display:none}.lane-controls button{width:48px;height:54px}.lane-controls>div{gap:6px}.pedals{gap:8px}.pedal{width:80px;height:122px}.pedal img{height:85px}.message{font-size:11px;padding:6px 9px}.road-lane span{left:5px;font-size:10px}}@media (max-height:550px) and (min-width:651px){.game{--deck:94px;--view:29}.hud{top:7px;width:380px;padding:6px 12px;gap:16px}.speed{min-width:100px}.speed>strong{font-size:32px}.speed h1{font-size:10px}.speed small{font-size:13px}.stats{font-size:10px;gap:2px}.run-info{top:80px;left:12px;padding:5px 8px;font-size:10px;gap:10px}.controls{padding:6px 24px}.lane-controls>span{font-size:10px;margin-bottom:3px}.lane-controls button{height:43px;width:54px;font-size:24px}.pedal{height:82px;width:90px;padding:5px}.pedal img{height:56px}.pedal span{font-size:11px}.keyboard-help{font-size:10px;line-height:1.7}.message{font-size:10px;bottom:calc(var(--deck) + 4px);padding:4px 8px}.dialog{padding:16px;gap:8px}.dialog h2{font-size:21px}}@media (prefers-reduced-motion:reduce){.pedal img{transition:none}}
