@font-face{font-family:Onest;src:url('assets/onest-regular.ttf') format('truetype');font-weight:400 600;font-display:swap}@font-face{font-family:Onest;src:url('assets/onest-bold.ttf') format('truetype');font-weight:700 900;font-display:swap}
:root{--navy:#062642;--navy2:#0b3557;--coral:#f27b5f;--paper:#f4f1e9;--sky:#dfeaf1;--muted:#b9cdda}*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:var(--navy);font:14px Onest,system-ui,sans-serif;color:var(--paper)}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit}button:focus-visible,a:focus-visible{outline:3px solid var(--coral);outline-offset:4px}[hidden]{display:none!important}header{height:62px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;gap:18px;position:relative;z-index:10;border-bottom:1px solid #ffffff20}.brand{display:flex;align-items:center;gap:9px;font-size:23px;font-weight:700;text-decoration:none;letter-spacing:-.035em}.brand b{color:var(--coral)}header nav{display:flex;align-items:center;gap:20px}header nav a{font-size:12px;text-decoration:none}header button{font-size:12px;border:1px solid #ffffff40;background:none;border-radius:7px;padding:9px 13px}#game{position:relative;height:calc(100svh - 62px);isolation:isolate;overflow:hidden;background:#bfe6f5}#world{position:absolute;inset:0;touch-action:none}canvas{display:block;width:100%;height:100%}.loading{position:absolute;top:40%;width:100%;text-align:center;color:var(--navy)}.intro-title{position:absolute;top:38px;left:40px;color:var(--navy);pointer-events:none}h1{font-size:clamp(52px,6vw,84px);line-height:1;letter-spacing:-.04em;margin:0;font-weight:900}h1 span{color:#ac452f}.intro-title p{font-size:20px;margin:10px 0 0;letter-spacing:-.025em}#overlay{position:absolute;inset:0;display:flex;align-items:flex-end;padding:32px 38px 54px;pointer-events:none}.sheet{pointer-events:auto;width:375px;max-width:100%;background:var(--navy);color:var(--paper);border-radius:14px;padding:25px;box-shadow:0 12px 40px #00000025}.sheet h2{font-size:27px;letter-spacing:-.03em;line-height:1.1;margin:0 0 13px}.sheet p{font-size:13px;line-height:1.6;color:var(--muted);margin:0 0 18px}.sheet .instruction{display:flex;align-items:center;gap:12px;margin-bottom:15px}.instruction svg{width:38px;height:38px;flex:none;color:var(--coral);fill:none;stroke:currentColor;stroke-width:1.7}.instruction p{font-size:12px;margin:0}.primary,.secondary{display:block;text-align:center;text-decoration:none;width:100%;min-height:48px;border:0;padding:14px 16px;border-radius:7px;background:var(--coral);color:var(--navy);font-weight:700}.primary:hover{background:#ffa089}.secondary{background:none;color:var(--paper);border:1px solid #ffffff40;margin-top:9px;font-weight:400;font-size:12px}.sheet small{font-size:11px;line-height:1.5;display:block;color:var(--muted);margin-top:12px}#overlay.modal{align-items:center;justify-content:center;background:#06264266;padding:20px;backdrop-filter:blur(3px)}.modal .sheet{width:430px;text-align:center}.reward-image{height:190px;max-width:100%;object-fit:contain;display:block;margin:0 auto 16px}.reward-name{font-size:12px;color:var(--coral);margin-bottom:12px}.hud{position:absolute;left:25px;right:25px;top:20px;display:flex;align-items:start;justify-content:space-between;gap:15px;pointer-events:none}.mission,.timer,.health{background:var(--navy);padding:14px 18px;border-radius:10px;box-shadow:0 5px 18px #00000018}.mission{min-width:215px}.mission span,.timer span,.health>span{font-size:11px;color:var(--muted);display:block}.mission strong{display:block;font-size:20px;margin-top:4px}.target-hp{display:flex;gap:5px;margin-top:10px}.target-hp i{height:5px;background:var(--coral);flex:1;border-radius:2px}.target-hp i.empty{background:#ffffff25}.timer{text-align:center}.timer strong{font-size:30px;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1.1}.timer span{font-size:11px;margin-top:4px}.health{text-align:right}.health svg{width:18px;height:18px;fill:var(--coral);stroke:var(--coral);stroke-width:1.5;margin:8px 0 0 3px}.health svg.empty{fill:none;opacity:.55}#toast{position:absolute;top:145px;left:50%;transform:translateX(-50%);max-width:90%;width:max-content;background:var(--navy);color:var(--paper);font-size:13px;line-height:1.4;border-radius:8px;padding:12px 18px;pointer-events:none;text-align:center;box-shadow:0 5px 16px #00000022}#toast:empty{display:none}.build-preview{position:absolute;right:27px;bottom:105px;width:190px;background:var(--navy);border-radius:12px;overflow:hidden;padding:12px 14px;pointer-events:none}.build-preview>div:first-child{display:flex;justify-content:space-between;font-size:11px}.build-preview strong{color:var(--coral)}#house{height:115px;margin:0 -5px}.build-preview p{font-size:11px;line-height:1.4;color:var(--muted);margin:0;text-align:center}.controls{position:absolute;bottom:30px;left:28px;right:28px;display:flex;align-items:end;justify-content:space-between;gap:18px;pointer-events:none}.controls>div{display:flex;gap:9px;align-items:end}.controls button{pointer-events:auto;background:var(--navy);color:white;min-width:64px;height:62px;padding:12px 17px;border:0;border-radius:10px;touch-action:none;user-select:none}.controls button.down{background:var(--coral);color:var(--navy)}.controls svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:2}.controls button span{display:block;font-size:11px;color:var(--muted);margin-top:4px}.controls #throw{background:var(--coral);color:var(--navy);font-size:18px;font-weight:700;min-width:130px;height:70px}.controls #throw span{color:var(--navy);font-size:11px;font-weight:400}.controls #throw:disabled{background:#c6ccc6;opacity:.9}.controls #brake,.controls #drift{font-size:12px}.keyboard-note{position:absolute;bottom:4px;left:0;right:0;text-align:center;font-size:11px;color:var(--navy);margin:0;pointer-events:none}.race-tools{position:absolute;left:28px;bottom:115px;width:140px;pointer-events:none}.race-tools canvas{height:110px;border-radius:10px;background:#062642df;padding:5px}.race-tools .speed{display:flex;align-items:baseline;gap:5px;margin-top:10px;color:var(--navy);text-shadow:0 1px 0 #ffffff77}.speed b{font-size:40px;line-height:1;font-variant-numeric:tabular-nums}.speed span{font-size:11px}.race-tools button{pointer-events:auto;background:var(--navy);font-size:11px;border:0;border-radius:6px;padding:9px;margin-top:10px;width:100%}.race-tools button span{color:var(--muted);display:block;font-size:11px;margin-top:3px}#reticle{position:absolute;width:70px;height:70px;transform:translate(-50%,-50%);pointer-events:none;color:#fff;filter:drop-shadow(0 1px 2px #062642)}#reticle svg{width:100%;height:100%;stroke:currentColor;stroke-width:2;fill:none}#reticle span{position:absolute;bottom:-20px;left:50%;transform:translateX(-50%);font-size:11px;background:var(--navy);padding:4px 8px;border-radius:3px;white-space:nowrap}#reticle.locked{color:#ffd477}.error .sheet{max-width:430px}.modal .result-time{font-size:38px;color:var(--paper);font-weight:700;margin-bottom:10px}::selection{background:var(--coral);color:var(--navy)}
@media(max-width:760px){header{padding:0 14px;height:58px;gap:10px}.brand{font-size:20px}.brand img{width:30px;height:30px}header nav{gap:9px}header nav a{font-size:11px;max-width:90px}header button{padding:8px;font-size:11px}#game{height:calc(100svh - 58px)}.intro-title{top:25px;left:24px}h1{font-size:57px}.intro-title p{font-size:17px}.hud{left:12px;right:12px;top:12px;gap:7px}.mission,.timer,.health{padding:10px 12px}.mission{min-width:0;flex:1}.mission strong{font-size:17px}.mission span{font-size:11px}.timer strong{font-size:25px}.timer span{display:none}.health{position:absolute;right:0;top:58px;padding:7px 9px}.health>span{display:none}.health svg{width:14px;height:14px;margin-top:0}.target-hp{margin-top:8px}.controls{bottom:27px;left:13px;right:13px;gap:6px}.controls>div{gap:5px}.controls button{min-width:48px;height:54px;padding:10px 12px}.controls #throw{min-width:100px;height:62px;font-size:16px}.controls #brake{min-width:54px;font-size:11px}.controls #drift{position:absolute;bottom:65px;left:0;min-width:75px;height:43px;padding:6px}.controls #drift span{display:none}.controls svg{width:22px}.keyboard-note{font-size:11px;bottom:6px}.build-preview{width:134px;right:13px;bottom:103px;padding:10px}.build-preview #house{height:85px}.build-preview p{display:none}.build-preview>div:first-child{font-size:11px}.race-tools{left:13px;bottom:150px;width:102px}.race-tools canvas{height:80px}.race-tools .speed{margin-top:7px}.speed b{font-size:30px}.race-tools button{font-size:11px;padding:6px}#overlay{padding:20px 18px 44px;justify-content:center}.sheet{padding:21px;width:360px}.sheet h2{font-size:25px}.sheet p{font-size:12px}.sheet .instruction p{font-size:11px}.sheet small{font-size:11px}.modal .sheet{max-height:calc(100svh - 100px);overflow:auto}.reward-image{height:145px}.build-preview.menu{top:140px;bottom:auto;right:15px;width:115px}#toast{top:125px;font-size:12px;padding:10px 13px;max-width:92%}.instruction{display:none!important}}
@media(max-height:640px) and (min-width:761px){.intro-title{top:20px}.intro-title h1{font-size:54px}#overlay{padding-bottom:26px}.sheet{padding:20px}.sheet p{font-size:12px}.sheet h2{font-size:24px}.sheet small{display:none}.build-preview{bottom:100px}#house{height:80px}.race-tools canvas{height:75px}.race-tools{bottom:110px}.reward-image{height:100px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.assist-toggle{margin-top:12px;padding:8px 0;background:none;border:0;color:#b9cdda;font-size:11px;text-decoration:underline;text-underline-offset:4px;text-align:left}

/* Duel briefing, comic prologue and active race feedback. */
.chapter-tag{font-size:11px;letter-spacing:.045em;color:var(--coral);font-weight:700;margin-bottom:13px}.rival-role{display:block;font-size:13px;line-height:1.5;letter-spacing:0;margin-top:7px;font-weight:400;color:var(--muted)}.duel-sheet blockquote{font-size:16px;line-height:1.4;color:var(--paper);margin:15px 0 18px;padding-left:13px;border-left:3px solid var(--coral)}.sheet p strong{color:var(--paper)}.story-link{background:none;border:0;padding:10px 0 0;font-size:11px;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.story-mode{background:#062642dd!important}.story-mode .story-sheet{width:850px;padding:28px;text-align:left;max-height:calc(100svh - 100px);overflow:auto}.story-sheet h2{font-size:34px;line-height:1.08;margin-bottom:20px}.story-art{width:100%;height:260px;object-fit:cover;object-position:center;border-radius:10px;display:block}.story-beats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:17px 0 20px}.story-beats p{margin:0;font-size:12px;line-height:1.5}.story-beats b{display:block;font-size:14px;color:var(--paper);margin-bottom:6px}.story-sheet .primary{max-width:350px}.story-sheet small{font-size:11px}.controls #nitro{background:#f4c552;color:var(--navy);font-weight:700;min-width:74px}.controls #nitro span{color:var(--navy)}.controls #nitro:disabled{background:#9babb0;color:var(--navy)}#radio{position:absolute;top:139px;left:25px;max-width:310px;font-size:12px;line-height:1.45;padding:10px 14px;background:#062642e6;border-radius:8px;color:var(--paper);pointer-events:none}#radio:empty{display:none}#toast{top:196px}.speed-streaks{position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 75px 10px #4ec5ef00;transition:box-shadow .18s}.boosting .speed-streaks{box-shadow:inset 0 0 75px 10px #4ec5ef77}.boosting .speed b{color:#0b3557}.duel-sheet{max-height:calc(100svh - 245px);overflow:auto}
@media(max-width:760px){.story-mode .story-sheet{padding:20px;max-height:calc(100svh - 90px)}.story-sheet h2{font-size:25px}.story-art{height:180px}.story-beats{grid-template-columns:1fr;gap:12px;margin:16px 0}.story-beats b{display:inline;font-size:12px;margin-right:5px}.story-sheet .primary{max-width:none}.chapter-tag{font-size:11px;margin-bottom:9px}.duel-sheet{max-height:calc(100svh - 330px);padding:19px}.duel-sheet h2{font-size:25px}.duel-sheet blockquote{font-size:14px;margin:10px 0}.duel-sheet p{margin-bottom:13px}.duel-sheet small{font-size:11px}.rival-role{font-size:12px}.controls #nitro{min-width:57px;padding:8px;font-size:12px}.controls #nitro span{font-size:11px}#radio{left:12px;top:111px;max-width:245px;font-size:11px;padding:8px 11px}#toast{top:181px}.build-preview.menu{top:125px;width:95px;padding:8px}.build-preview.menu #house{height:59px}}
@media(max-height:640px) and (min-width:761px){.story-mode .story-sheet{padding:20px}.story-sheet h2{font-size:25px}.story-art{height:150px}.story-beats{margin:12px 0;gap:20px}.duel-sheet{max-height:calc(100svh - 185px)}.duel-sheet blockquote{font-size:14px;margin:10px 0}}
.volume-control{display:flex;align-items:center;gap:12px;font-size:11px;color:var(--muted);margin-top:14px}.volume-control input{accent-color:var(--coral);width:100px;flex:1;min-width:50px}.volume-control span{min-width:30px}.story-sheet .volume-control{max-width:350px}#lap{margin-top:7px;color:var(--paper)}
.story-art{object-fit:contain;background:#f4f1e9;height:210px}.story-sheet h2{font-size:30px;margin-bottom:15px}.story-beats{margin:14px 0}.story-mode .story-sheet{padding:23px}.duel-sheet{max-height:calc(100svh - 225px)}
@media(max-width:760px){.story-art{height:auto;max-height:190px}.story-sheet h2{font-size:24px}.story-mode .story-sheet{padding:19px}.duel-sheet{max-height:calc(100svh - 360px)}.build-preview.menu{display:none}.intro-title{top:20px}.intro-title p{font-size:14px}.intro-title h1{font-size:48px}}
@media(max-width:760px){.duel-sheet blockquote{display:none}.duel-sheet .story-link{display:none}.duel-sheet h2{font-size:23px;margin-bottom:9px}.duel-sheet .rival-role{font-size:11px}.duel-sheet .chapter-tag{font-size:11px}.duel-sheet .volume-control,.duel-sheet .assist-toggle{margin-top:9px}.duel-sheet p{font-size:11px;line-height:1.45}.duel-sheet small{font-size:11px}.duel-sheet{padding:17px;max-height:calc(100svh - 435px)}.duel-sheet .secondary{min-height:38px;padding:10px}.intro-title h1{font-size:44px}}

/* v6: a full-height village scene and a compact, readable race cockpit. */
html,body{height:100%;background:#062642}header{height:58px;background:#062642;padding:0 26px;border:0}#game{height:calc(100dvh - 58px);min-height:0;background:#cddcd4}header nav a,header button{font-size:13px}.intro-title{left:34px;top:30px;max-width:400px}h1{font-size:clamp(54px,6vw,82px);font-weight:800}.intro-title p{font-size:19px}.intro-title h1{color:#062642}.intro-title h1 span{color:#a64c35}
#overlay{padding:24px 34px 30px;align-items:flex-end}.sheet{width:370px;padding:24px;background:#062642f7;max-height:calc(100dvh - 215px);overflow:auto;scrollbar-width:thin;scrollbar-color:#f27b5f #193b51}.sheet h2{font-size:30px;line-height:1.1}.sheet p{font-size:14px;line-height:1.5}.sheet small{font-size:12px;line-height:1.5}.rival-role{font-size:13px}.duel-sheet blockquote{border:0;padding:0;font-size:16px;font-style:italic;color:#e8d8bd;margin:13px 0 18px}.sheet .route-name{font-size:12px;color:#b9cdda;margin:0 0 9px}.duel-sheet p strong{font-size:14px}.settings{margin-top:14px;font-size:12px;color:#c8d3d4}.settings summary{cursor:pointer;padding:6px 0;min-height:30px;text-underline-offset:4px}.settings[open]{padding-bottom:3px}.settings .story-link{display:block;font-size:12px}.volume-control,.assist-toggle{font-size:12px}.volume-control input{min-height:28px}.primary,.secondary{min-height:48px}.secondary{font-size:13px}.build-preview.menu{top:24px;bottom:auto;right:24px;width:145px;background:#062642e6}.build-preview.menu #house{height:90px}.build-preview.menu p{display:none}
.hud{top:18px;left:24px;right:24px;justify-content:flex-start;gap:12px}.mission,.timer,.health{background:#062642e8;box-shadow:0 7px 23px #142d3824;padding:12px 16px}.mission{min-width:230px}.mission strong{font-size:20px}.mission span,.timer span,.health>span{font-size:12px}.timer{margin-left:auto}.timer strong{font-size:32px}.health{align-self:start}.health svg{width:16px;height:16px}.target-hp{margin-top:8px}#radio{top:140px;left:24px;max-width:265px;font-size:12px;background:#062642d9;padding:9px 12px}#toast{top:auto;bottom:117px;left:50%;font-size:13px;max-width:45%;background:#062642e8;padding:9px 14px}.build-preview{right:24px;bottom:120px;width:155px;background:#062642df;padding:10px 12px}.build-preview #house{height:91px}.build-preview p{font-size:12px}.build-preview>div:first-child{font-size:12px}.race-tools{left:24px;bottom:112px;width:124px}.race-tools canvas{height:97px;background:#062642d9}.race-tools .speed{color:#f4f1e9;text-shadow:0 2px 5px #153228}.race-tools button{font-size:12px}.controls{left:24px;right:24px;bottom:27px}.controls button{height:56px;min-width:58px;border-radius:9px}.controls #throw{height:64px;min-width:126px}.controls #nitro{min-width:80px}.controls button span,.controls #throw span{font-size:12px}.controls #brake,.controls #drift{font-size:13px}.keyboard-note{font-size:12px;background:#062642c9;color:#d4dfd9;width:max-content;max-width:100%;padding:3px 12px;left:50%;right:auto;transform:translateX(-50%);bottom:0;white-space:nowrap}#reticle{width:58px;height:58px}#reticle span{font-size:12px;bottom:-18px}.modal .sheet{max-height:calc(100dvh - 95px);width:460px}.story-mode .story-sheet{max-height:calc(100dvh - 94px)}
button{transition:background .14s,transform .14s}button:active{transform:translateY(1px)}button:disabled{cursor:default}input:focus-visible,summary:focus-visible{outline:2px solid #f27b5f;outline-offset:4px}input{caret-color:#f27b5f}
@media(max-width:1050px) and (min-width:761px){.intro-title{left:24px;top:25px}.intro-title h1{font-size:57px}#overlay{padding-left:24px}.duel-sheet{width:335px;padding:20px}.duel-sheet h2{font-size:27px}.sheet p{font-size:13px}.build-preview.menu{width:116px}.build-preview.menu #house{height:70px}}
@media(max-width:760px){header{height:54px;padding:0 12px}.brand{font-size:20px}header nav{gap:7px}header nav a{font-size:11px}header button{font-size:12px;padding:7px}#game{height:calc(100dvh - 54px)}.intro-title{left:20px;top:16px}.intro-title h1{font-size:46px}.intro-title p{font-size:15px;margin-top:5px}#overlay{padding:15px 16px 18px}.duel-sheet{width:100%;padding:19px;max-height:calc(100dvh - 390px)}.duel-sheet h2{font-size:27px;margin-bottom:10px}.duel-sheet .rival-role{font-size:12px}.duel-sheet p,.duel-sheet p strong{font-size:13px;line-height:1.47}.duel-sheet .route-name{font-size:12px}.duel-sheet blockquote{display:none}.duel-sheet .settings{margin-top:8px}.duel-sheet .primary{min-height:48px;padding:13px}.build-preview.menu{display:none}.settings .story-link{display:block}.duel-sheet small{font-size:12px}.hud{top:12px;left:12px;right:12px;gap:8px}.mission{min-width:0;flex:1;padding:10px 12px}.mission strong{font-size:17px}.mission span{font-size:11px}.timer{padding:10px;flex:none}.timer strong{font-size:25px}.health{top:62px;padding:5px 8px}.health svg{width:13px;height:13px}.health>span{display:none}#radio{top:121px;left:12px;max-width:205px;font-size:11px}#toast{bottom:157px;max-width:70%;font-size:12px}#reticle{width:54px;height:54px}.controls{left:12px;right:12px;bottom:24px}.controls>div{gap:5px}.controls button{height:52px;min-width:48px;padding:9px}.controls #throw{min-width:88px;height:60px;font-size:16px}.controls #nitro{min-width:62px;font-size:12px}.controls #brake{min-width:50px;font-size:11px}.controls button span,.controls #throw span{font-size:11px}.controls #drift{height:40px;min-width:70px;bottom:62px}.build-preview{width:108px;right:12px;bottom:102px;padding:8px}.build-preview #house{height:70px}.build-preview p{display:none}.race-tools{left:12px;bottom:145px;width:92px}.race-tools canvas{height:71px}.race-tools .speed{margin-top:5px}.speed b{font-size:27px}.race-tools button{padding:6px;font-size:11px}.keyboard-note{font-size:10px;padding:3px 6px}.story-mode .story-sheet{max-height:calc(100dvh - 78px);padding:20px}.story-art{max-height:160px}.modal .sheet{max-height:calc(100dvh - 79px)}.sheet::-webkit-scrollbar{width:4px}.sheet::-webkit-scrollbar-thumb{background:#f27b5f;border-radius:4px}}
@media(max-height:520px) and (min-width:600px){header{height:46px}#game{height:calc(100dvh - 46px)}.intro-title{top:12px;left:20px}.intro-title h1{font-size:36px}.intro-title p{font-size:13px;margin-top:3px}#overlay{padding:8px 20px 15px;align-items:flex-end;justify-content:flex-start}.duel-sheet{width:310px;padding:15px;max-height:calc(100dvh - 147px)}.duel-sheet h2{font-size:22px;margin-bottom:7px}.duel-sheet p{font-size:12px;margin-bottom:9px}.duel-sheet p strong{font-size:12px}.duel-sheet blockquote{display:none}.duel-sheet .rival-role{font-size:11px}.duel-sheet .route-name{font-size:11px}.duel-sheet .primary{min-height:42px;padding:10px}.settings{margin-top:5px}.hud{top:8px;left:14px;right:14px}.mission{min-width:210px;padding:8px 12px}.mission strong{font-size:16px}.mission span,.timer span{font-size:11px}.target-hp{margin-top:5px}.timer strong{font-size:24px}.timer,.health{padding:8px 12px}#radio{top:100px;left:14px;font-size:11px}#toast{bottom:91px;padding:6px 11px;font-size:12px}.controls{bottom:19px;left:14px;right:14px}.controls button{height:46px;min-width:49px;padding:7px}.controls #throw{height:51px;min-width:104px}.controls #drift{position:static;height:46px}.controls #drift span{display:block}.build-preview{bottom:83px;width:115px;right:14px;padding:7px}.build-preview #house{height:62px}.build-preview p{display:none}.race-tools{bottom:82px;left:14px;width:85px}.race-tools canvas{height:60px}.race-tools .speed{position:absolute;left:97px;bottom:8px}.race-tools button{padding:5px;font-size:10px}.speed b{font-size:27px}.keyboard-note{font-size:10px}.build-preview.menu{display:none}.modal .sheet{max-height:calc(100dvh - 64px)}.reward-image{height:100px}.story-art{height:110px}.story-beats{grid-template-columns:repeat(3,1fr);gap:12px}.story-sheet h2{font-size:22px}}

/* Legible counters and secondary controls on every screen. */
.build-preview strong{color:#ff9b81}.race-tools .speed{background:#062642e8;border-radius:6px;padding:5px 8px;width:max-content;color:#f4f1e9;text-shadow:none}.boosting .speed b{color:#f4f1e9}.keyboard-note{color:#f4f1e9}.race-tools button{font-size:11px}@media(max-width:760px),(max-height:520px){.keyboard-note{display:none}}

