:root{font-family:Arial,Helvetica,sans-serif;color:#fff9ea;background:#102c34;font-synthesis:none;--cream:#fff9ea;--ink:#102c34;--coral:#ff725a;--mint:#8ff2cb}*{box-sizing:border-box}body{margin:0;overflow:hidden;width:100vw;height:100dvh}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid var(--mint);outline-offset:5px}button{color:inherit}button:disabled{cursor:wait}button,a{touch-action:manipulation}[hidden]{display:none!important}#world{position:fixed;inset:0;width:100%;height:100%;display:block}#vignette{position:fixed;inset:0;pointer-events:none;background:linear-gradient(90deg,#09232beb,#09232ba8 29%,#09232b14 69%),linear-gradient(0deg,rgba(9,35,43,.85),transparent 31%);transition:opacity .6s}body.racing #vignette{opacity:0}.masthead{position:fixed;left:4.4%;right:4.4%;top:29px;display:flex;justify-content:space-between;align-items:center;z-index:5}.wordmark{color:var(--cream);text-decoration:none;display:flex;gap:12px;align-items:center;font-size:18px;letter-spacing:-.7px;font-weight:900;text-shadow:0 1px 8px #102c3444}.brand-sigil{display:flex;background:var(--mint);color:var(--ink);font-size:37px;width:43px;height:39px;line-height:39px;align-items:center;justify-content:center;clip-path:polygon(0 0,100% 0,83% 100%,0 100%);font-weight:900}.wordmark small{display:block;font-size:7px;letter-spacing:1.5px;margin-top:4px;font-weight:600}.top-actions{display:flex;align-items:center;gap:12px}#top-location{font-size:9px;font-weight:700;letter-spacing:1.8px;margin-right:10px;text-shadow:0 1px 4px #102c34}#top-location i{display:inline-block;width:5px;height:5px;background:var(--mint);border-radius:50%;margin:0 6px 1px 12px}.icon-button{border:1px solid #fff9ea50;background:#102c3440;border-radius:50%;width:38px;height:38px;font-size:18px;transition:background .2s}.icon-button:hover{background:var(--cream);color:var(--ink)}#loading{position:fixed;inset:0;background:var(--ink);z-index:100;display:flex;align-items:center;justify-content:center;gap:24px;flex-direction:column;letter-spacing:2px}#loading>span:last-child{font-size:12px;opacity:.6}.hero-copy{position:absolute;left:6.4%;top:19%;width:50%}.eyebrow{font-size:10px;line-height:1.5;letter-spacing:2px;font-weight:700;margin:0 0 16px}.eyebrow b{font-size:8px;border:1px solid #fff9ea70;padding:4px 6px;letter-spacing:1px;margin-left:16px}h1{font-family:Arial Black,Arial,Helvetica,sans-serif;font-size:clamp(90px,10.2vw,157px);line-height:.76;letter-spacing:-.085em;font-weight:1000;font-style:italic;margin:31px 0 25px -7px;text-shadow:0 5px 30px #102c3422}h1>span{display:block}.title-dot{color:var(--coral)}.hero-tagline{font-size:16px;letter-spacing:5.5px;font-weight:700;margin:28px 0 15px}.hero-description{font-size:14px;line-height:1.6;color:#fff9eab3;font-weight:400}.course-stamp{position:absolute;right:6%;top:28%;display:flex;align-items:center;gap:14px;text-shadow:0 2px 12px #102c3470;border-top:1px solid #fff9ea70;padding-top:12px}.stamp-number{font-size:58px;font-weight:900;font-style:italic;line-height:1;letter-spacing:-5px}.course-stamp>span:last-child{font-size:10px;letter-spacing:3px;line-height:1.8}.course-stamp b{font-size:7px;letter-spacing:1.1px}.menu-bottom{position:absolute;left:6.4%;right:6.4%;bottom:103px;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.driver-select{min-width:460px;max-width:650px}.driver-select>.eyebrow{margin-bottom:13px}.driver-select>.eyebrow>span{color:var(--mint);margin-left:14px;letter-spacing:1px}.racer-row{display:flex;gap:8px}.racer-choice{width:66px;height:71px;border:1px solid #fff9ea35;background:#102c3455;padding:5px 0 7px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:6px;position:relative;transition:transform .2s,border .2s,background .2s}.racer-choice:hover{transform:translateY(-4px);background:#fff9ea18}.racer-choice[aria-pressed=true]{background:var(--cream);border-color:var(--cream);color:var(--ink);transform:translateY(-4px)}.racer-choice[aria-pressed=true]:before{content:"";position:absolute;top:-6px;left:-1px;right:-1px;height:3px;background:var(--coral)}.racer-choice small{font-size:8px;letter-spacing:.8px;font-weight:900;text-transform:uppercase}.helmet{width:32px;height:30px;background:var(--driver-color);border-radius:45% 45% 32% 32%;position:relative;box-shadow:inset -6px -3px #0002,inset 2px 2px #fff4}.helmet:before{content:"";position:absolute;left:3px;right:3px;top:10px;height:9px;background:#18353e;border-radius:8px;box-shadow:0 1px #ffffff80}.helmet:after{content:"";position:absolute;left:8px;top:12px;width:9px;height:2px;transform:rotate(-10deg);background:#bcf1ed;border-radius:2px}#driver-description{font-size:11px;color:#fff9ea99;margin:12px 0 0;max-width:520px;line-height:1.4}.start-block{width:290px;min-width:240px}.record{font-size:8px;letter-spacing:1.2px;display:flex;justify-content:space-between;gap:10px;margin-bottom:12px}.record span{color:var(--mint);font-variant-numeric:tabular-nums}.primary-button{width:100%;border:0;background:var(--coral);color:var(--ink);font-weight:900;letter-spacing:1px;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;font-size:19px;text-align:left;transition:background .2s,transform .2s}.primary-button>span:last-child{font-size:27px;line-height:18px}.primary-button:hover{background:#ff9b78;transform:translateY(-2px)}.primary-button:active{transform:translateY(1px)}.start-hint{display:block;font-size:8px;letter-spacing:1.7px;text-align:right;margin-top:10px;color:#fff9ea88}.menu-footer{position:absolute;left:4.4%;right:4.4%;bottom:24px;border-top:1px solid #fff9ea30;padding-top:19px;display:flex;align-items:center;justify-content:space-between;gap:20px}.menu-footer>div{display:flex;gap:8px;align-items:center}.menu-footer>div>span{font-size:8px;font-weight:600;letter-spacing:1px;margin-right:11px}kbd{font-family:inherit;display:inline-block;border:1px solid #fff9ea70;border-radius:3px;padding:3px 5px;font-size:8px;font-weight:600;letter-spacing:.5px;white-space:nowrap}.text-button{background:none;border:0;padding:8px 0;font-size:9px;letter-spacing:1.6px;font-weight:700}.text-button:hover{color:var(--mint)}.text-button>span{font-size:15px;margin-left:8px}.motion-label{display:flex;align-items:center;gap:7px;font-size:8px;letter-spacing:1px;cursor:pointer;white-space:nowrap}.motion-label input{accent-color:var(--mint);width:12px;height:12px}.racing .masthead{top:23px}.racing .wordmark{font-size:13px}.racing .wordmark small,.racing #top-location{display:none}.racing .brand-sigil{width:29px;height:27px;font-size:27px}.position-block{position:absolute;left:4.5%;top:101px;text-shadow:0 2px 9px #102c3480}.position-block>div{display:flex;align-items:baseline;gap:12px}#position{font-size:82px;font-weight:900;line-height:.8;font-style:italic;letter-spacing:-6px}.position-suffix{font-size:18px;font-weight:700;opacity:.75}.position-block>p{margin:12px 0;font-size:9px;letter-spacing:2px}.lap-block{position:absolute;right:4.5%;top:100px;text-align:right;text-shadow:0 2px 9px #102c3480}.lap-block>span{font-size:10px;letter-spacing:2px;display:inline-block;margin-right:13px}.lap-block strong{font-size:43px;letter-spacing:-2px}.lap-block small{font-size:21px;opacity:.7;letter-spacing:0}.lap-block time{display:block;font-variant-numeric:tabular-nums;font-size:15px;font-weight:700;letter-spacing:1px;margin-top:4px}#countdown{position:absolute;top:35%;left:0;right:0;text-align:center;font-size:clamp(90px,13vw,170px);font-weight:900;font-style:italic;text-shadow:6px 6px 0 #102c34bb;letter-spacing:-8px;pointer-events:none}#countdown.pop{animation:count-pop .35s ease-out}#countdown.go{color:var(--mint)}@keyframes count-pop{0%{transform:scale(1.18);opacity:.4}to{transform:scale(1);opacity:1}}#race-message{position:absolute;top:23%;left:20%;right:20%;text-align:center;font-weight:900;letter-spacing:3px;font-size:15px;text-shadow:0 2px 10px #102c34;opacity:0;transition:opacity .2s}#race-message.visible{opacity:1}.speed-block{position:absolute;bottom:70px;left:50%;transform:translate(-50%);text-align:center;text-shadow:0 2px 8px #102c3460}.speed-block strong{font-size:66px;line-height:.8;font-style:italic;letter-spacing:-3px;font-weight:900;font-variant-numeric:tabular-nums}.speed-block>span{font-size:10px;letter-spacing:1px;margin-left:7px}.speed-rule{width:48px;height:3px;background:var(--coral);margin:15px auto 0}.speed-block>p{font-size:8px;letter-spacing:1.1px;margin:12px 0 0;color:#fff9eabb}.speed-block kbd{font-size:7px;padding:2px 3px}.minimap{position:absolute;left:3%;bottom:48px;width:184px;text-align:center}.minimap canvas{width:184px;height:164px;filter:drop-shadow(0 2px 5px #102c3460)}.minimap p{font-size:7px;letter-spacing:1.3px;font-weight:700;margin:0;color:#fff9eaaa;text-shadow:0 1px 5px #102c34}.ability-block{position:absolute;right:4.5%;bottom:72px;width:225px;background:linear-gradient(90deg,#102c3400,#102c3470);padding:12px 0 0 12px;text-shadow:0 1px 5px #102c3450}.item-slot{display:flex;gap:11px;align-items:center;padding-bottom:18px;margin-bottom:14px;border-bottom:1px solid #fff9ea55}.item-slot>span{border:1px solid #fff9ea70;width:43px;height:43px;display:flex;align-items:center;justify-content:center;font-size:29px;border-radius:8px;background:#102c3450;color:var(--mint)}.item-slot>div{flex:1}.item-slot small{font-size:7px;letter-spacing:1px;color:#fff9eaaa;display:block;margin-bottom:4px}.item-slot strong{font-size:12px;letter-spacing:1px}.item-slot>kbd{font-size:7px;padding:4px}.tide-top{display:flex;justify-content:space-between;align-items:center}.tide-top>span{font-size:9px;letter-spacing:1.3px}.tide-top b{font-size:8px;margin-left:8px;color:var(--mint)}.tide-meter{height:7px;margin-top:9px;background:#fff9ea30;position:relative}.tide-meter i{position:absolute;left:0;top:0;bottom:0;background:var(--mint);width:0%;transition:width .15s linear}.tide-meter>span{position:absolute;left:40%;height:100%;width:2px;background:var(--ink)}#charge-hint{font-size:7px;letter-spacing:1.1px;color:#fff9eaaa;margin:8px 0 0}.ability-block.ready .tide-meter{box-shadow:0 0 14px #8ff2cb66}.ability-block.ready #charge-hint{color:var(--mint)}#drift-feedback{position:absolute;bottom:31%;left:38%;right:38%;text-align:center;opacity:0;transition:opacity .15s}#drift-feedback.active{opacity:1}#drift-label{font-size:10px;letter-spacing:2px;font-weight:800;text-shadow:0 1px 5px #102c34}#drift-feedback i{display:block;height:3px;width:40%;background:var(--mint);margin:8px auto;box-shadow:0 0 8px #8ff2cb}#drift-feedback.tier2{color:#ffb254}#drift-feedback.tier2 i{background:#ffb254}#drift-feedback.tier3{color:#ffa6f7}#drift-feedback.tier3 i{background:#ffa6f7}.race-key-hint{position:absolute;bottom:20px;left:0;right:0;text-align:center;font-size:7px;letter-spacing:1px;color:#fff9eaaa;text-shadow:0 1px 5px #102c34}.race-key-hint>span{margin:0 10px}.race-key-hint kbd{font-size:7px;border:0;padding-right:1px}.modal-backdrop{position:fixed;inset:0;z-index:10;background:#09232bb8;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);display:flex;align-items:center;justify-content:center;padding:30px}.pause-card,.guide-card{width:420px;max-width:100%;position:relative}.pause-card>.eyebrow{color:var(--mint)}h2{font-size:62px;letter-spacing:-4px;font-weight:900;font-style:italic;line-height:.91;margin:15px 0 25px}.pause-card>p:not(.eyebrow){font-size:13px;color:#fff9eaaa;margin:0 0 28px}.secondary-button{width:100%;margin:12px 0;background:transparent;border:1px solid #fff9ea55;padding:15px;font-size:11px;letter-spacing:2px;font-weight:800}.secondary-button:hover{background:#fff9ea10}.pause-card>.text-button{display:block;margin:10px auto}.pause-card>p.pause-controls{text-align:center;line-height:2;letter-spacing:1px;font-size:9px;margin-top:25px}.results-card{width:580px;max-width:100%;padding:34px 38px;background:var(--cream);color:var(--ink);box-shadow:12px 12px #102c3460;transform:rotate(-.4deg);border-top:7px solid var(--coral)}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px}.result-header>.eyebrow{font-size:8px;margin:0}.finish-flag{font-size:25px}.result-headline{display:flex;justify-content:space-between;align-items:center}.result-headline h2{font-size:54px;line-height:.92;margin:6px 0 22px}.result-headline>div{text-align:right;margin-right:9px}.result-headline>div>strong{display:block;font-size:90px;font-weight:900;letter-spacing:-6px;font-style:italic;line-height:.9}.result-headline small{font-size:22px;letter-spacing:-1px}.result-headline>div>span{font-size:8px;letter-spacing:3px}.result-times{display:flex;justify-content:space-between;padding:18px 0;border-top:1px solid #102c3440;border-bottom:1px solid #102c3440}.result-times>div:last-child{text-align:right}.result-times span{display:block;font-size:8px;letter-spacing:1.5px;margin-bottom:5px}.result-times strong{font-size:23px;letter-spacing:-.5px;font-variant-numeric:tabular-nums}#best-label.new-record{color:#e05843;font-weight:800}#leaderboard{list-style:none;padding:0;margin:15px 0 20px}#leaderboard li{display:flex;align-items:center;gap:12px;padding:7px 8px;font-size:11px;border-bottom:1px solid #102c3410}#leaderboard li.me{background:#102c340c;font-weight:800}#leaderboard .rank{width:13px;opacity:.5;font-size:9px}#leaderboard .swatch{display:inline-block;width:7px;height:7px;border-radius:50%}#leaderboard .result-racer{flex:1}#leaderboard .result-time{font-size:10px;font-variant-numeric:tabular-nums}#leaderboard .you{font-size:7px;background:var(--ink);color:var(--cream);padding:2px 4px;margin-left:7px}.result-actions{display:flex;align-items:center;gap:20px}.result-actions>.primary-button{font-size:14px;padding:17px 18px;flex:1}.result-actions>.text-button{font-size:8px;white-space:nowrap}.result-actions>.text-button:hover{color:#e05843}.race-summary{font-size:9px;opacity:.65;text-align:center;margin:15px 0 0;letter-spacing:.3px}.guide-card{width:520px}.guide-card h2{font-size:66px}.close-button{position:absolute;right:0;top:0;font-size:30px;background:none;border:0}.guide-lines{margin:25px 0 30px}.guide-lines p{position:relative;padding-left:44px;color:#fff9eaaa;font-size:12px;line-height:1.7;margin:18px 0}.guide-lines p>span{position:absolute;left:0;top:1px;color:var(--coral);font-size:20px;font-weight:800;font-style:italic}.guide-lines strong{display:block;color:var(--cream);font-size:10px;letter-spacing:1.4px;margin-bottom:3px}#error{position:fixed;inset:0;z-index:101;background:var(--ink);padding:10%;display:flex;flex-direction:column;justify-content:center}#error h2{font-size:40px}#error p{max-width:550px;line-height:1.7}#error button{background:var(--coral);color:var(--ink);border:0;padding:15px;width:160px;font-weight:800}.reduced-motion *,.reduced-motion *:before,.reduced-motion *:after{animation:none!important;transition:none!important}body.racing #hud{pointer-events:none}body.racing .masthead{z-index:6}@media(min-width:1600px){.hero-copy{top:19%}.menu-bottom{bottom:120px}.racer-choice{width:78px;height:79px}.start-block{width:340px}}@media(max-height:760px){.hero-copy{top:18%}h1{font-size:110px;margin-top:24px;margin-bottom:20px}.hero-tagline{font-size:13px;margin-top:24px;margin-bottom:9px}.hero-description{font-size:12px}.menu-bottom{bottom:92px}.racer-choice{height:60px;width:60px;gap:4px}.helmet{width:27px;height:25px}.helmet:before{top:8px}.helmet:after{top:10px}.driver-select>.eyebrow{margin-bottom:10px}#driver-description{font-size:10px;margin-top:9px}.menu-footer{bottom:20px;padding-top:14px}.course-stamp{top:26%}.results-card{padding:22px 30px;max-height:95vh}.result-headline h2{font-size:43px;margin-bottom:14px}.result-headline>div>strong{font-size:71px}.result-times{padding:12px 0}#leaderboard{margin:10px 0 14px}#leaderboard li{padding:5px 8px}.guide-card h2{font-size:50px}.guide-lines p{margin:13px 0;font-size:11px}.guide-lines{margin:20px 0}.guide-card>.primary-button{padding:16px 20px}.minimap{bottom:46px;width:160px}.minimap canvas{width:160px;height:143px}}@media(max-width:1050px){.hero-copy{left:5%;top:18%}h1{font-size:100px}.hero-tagline{font-size:12px;letter-spacing:4px}.hero-description{font-size:12px}.menu-bottom{left:5%;right:5%;gap:24px}.driver-select{min-width:398px}.start-block{min-width:210px;width:240px}.primary-button{font-size:16px;padding:20px}.menu-footer>div{gap:5px}.menu-footer>div>span{font-size:7px;margin-right:4px}.menu-footer{gap:15px}.motion-label{font-size:7px}.eyebrow{font-size:8px;letter-spacing:1.5px}.eyebrow b{margin-left:7px;font-size:6px}.course-stamp{right:5%;top:28%}.stamp-number{font-size:45px}.course-stamp b{font-size:6px}.ability-block{width:200px}.speed-block strong{font-size:55px}}@media(max-width:750px){.masthead{top:20px}.wordmark{font-size:15px}.wordmark small{font-size:6px}.brand-sigil{width:35px;height:32px;font-size:31px}#top-location{display:none}.hero-copy{top:17%;width:90%}h1{font-size:88px}.hero-tagline{font-size:10px;letter-spacing:3px}.hero-description{font-size:11px}.course-stamp{display:none}.menu-bottom{bottom:105px;flex-direction:column;align-items:stretch;gap:20px}.driver-select{min-width:0}.driver-select>.eyebrow{margin-bottom:9px}.racer-row{gap:6px}.racer-choice{width:49px;height:54px}.racer-choice small{font-size:6px}.start-block{width:100%;min-width:0}.primary-button{padding:16px 20px}.record,.start-hint{display:none}.menu-footer{flex-wrap:wrap;bottom:15px;gap:10px}.menu-footer>div{width:100%;justify-content:space-between}.menu-footer>div>span{font-size:6px;margin-right:2px}.menu-footer kbd{font-size:6px;padding:3px}.menu-footer .motion-label{margin-left:auto}#driver-description{font-size:9px}.position-block{top:80px}.lap-block{top:76px}#position{font-size:61px}.lap-block strong{font-size:32px}.position-suffix{font-size:13px}.ability-block{width:165px;right:4%;bottom:55px}.item-slot{gap:7px;padding-bottom:12px;margin-bottom:10px}.item-slot>span{width:33px;height:33px;font-size:22px}.item-slot strong{font-size:10px}.item-slot small{font-size:6px}.item-slot>kbd{font-size:5px;padding:3px}.tide-top>span{font-size:7px;letter-spacing:.6px}.tide-top b{font-size:7px;margin-left:3px}#charge-hint{font-size:6px;letter-spacing:.5px}.speed-block{left:9%;transform:none;bottom:65px}.speed-block strong{font-size:43px}.speed-block>span{font-size:8px}.speed-block>p,.minimap{display:none}.speed-rule{width:35px}.results-card{padding:20px 23px}.result-headline h2{font-size:38px}.result-headline>div>strong{font-size:65px}.result-times strong{font-size:19px}.result-actions{gap:10px}.result-actions>.primary-button{font-size:11px}.result-actions>.text-button{font-size:6px}.result-header>.eyebrow{font-size:6px}.pause-card h2{font-size:53px}.guide-card h2{font-size:45px}.modal-backdrop{padding:24px}.guide-lines p{font-size:10px}#race-message{left:10%;right:10%;font-size:11px}}@media(max-height:640px)and (min-width:751px){.masthead{top:19px}.hero-copy{top:17%}h1{font-size:84px;margin:21px 0 16px}.hero-tagline{font-size:10px;margin:19px 0 8px;letter-spacing:4px}.hero-description{font-size:10px}.menu-bottom{bottom:80px}.racer-choice{height:53px;width:53px}.driver-select{min-width:368px}#driver-description{font-size:9px}.start-block{width:230px}.menu-footer{bottom:17px}.course-stamp{top:25%}.primary-button{padding:18px}.position-block,.lap-block{top:80px}.speed-block{bottom:51px}.ability-block{bottom:50px}.minimap{bottom:30px}.results-card{padding:15px 26px}.result-header{margin-bottom:7px}.result-headline h2{font-size:35px}.result-times{padding:9px 0}.result-times strong{font-size:20px}#leaderboard{margin:8px 0}#leaderboard li{padding:4px 8px}.race-summary{margin:10px 0 0}.guide-card h2{font-size:40px;margin-bottom:10px}.guide-lines p{margin:10px 0;line-height:1.5}.guide-lines{margin:10px 0 18px}}.hero-description{white-space:pre-line}.hero-copy{top:18%;width:49%}.hero-copy h1{font-size:clamp(94px,10.2vw,147px)}.event-setup{position:absolute;right:6.4%;top:20%;width:330px;padding-top:14px;border-top:1px solid #fff9ea65;text-shadow:0 1px 8px #102c3455}.event-setup>.eyebrow{font-size:9px;margin-bottom:13px}.event-number{color:var(--mint);margin-right:15px}.track-options{display:grid;gap:7px}.track-choice{position:relative;display:grid;grid-template-columns:26px 1fr;gap:5px 8px;width:100%;text-align:left;background:#102c347a;border:1px solid #fff9ea35;padding:13px 15px;color:var(--cream);transition:background .2s,border-color .2s}.track-choice>span{grid-row:1/3;color:var(--mint);font-size:11px;font-style:italic;font-weight:900;align-self:center}.track-choice strong{font-size:13px;letter-spacing:.1px}.track-choice small{font-size:7px;letter-spacing:1px;color:#fff9ea95}.track-choice>b{position:absolute;right:15px;top:18px;font-size:20px;opacity:0}.track-choice:hover{background:#ffffff12}.track-choice[aria-pressed=true]{background:var(--cream);color:var(--ink);border-color:var(--cream);text-shadow:none}.track-choice[aria-pressed=true]>span{color:#d85841}.track-choice[aria-pressed=true]>b{opacity:1}.track-choice[aria-pressed=true] small{color:#102c34b3}.segmented{display:flex;gap:5px}.segmented button{flex:1;border:1px solid #fff9ea38;background:#102c3480;color:#fff9eaba;font-size:8px;font-weight:800;letter-spacing:1px;padding:9px 6px;transition:background .2s,color .2s}.segmented button:hover{background:#ffffff20}.segmented button[aria-pressed=true]{background:var(--mint);border-color:var(--mint);color:var(--ink)}.segmented button:disabled{opacity:.32;cursor:default}.modes{margin-top:16px;gap:7px}.modes button{text-align:left;padding:11px 13px;font-size:9px}.modes button small{display:block;font-size:6px;letter-spacing:.8px;font-weight:400;margin-top:5px}.difficulty-heading{display:flex;justify-content:space-between;font-size:7px;letter-spacing:1.3px;margin:17px 0 7px}.difficulty-heading span:last-child{color:var(--mint)}.event-description{font-size:10px;line-height:1.5;color:#fff9eab3;min-height:30px;margin:8px 0 0;letter-spacing:.1px}.driver-select{min-width:440px}.driver-stats{display:flex;gap:17px;margin-top:12px;max-width:470px}.driver-stats>span{flex:1;max-width:78px}.driver-stats b{display:block;font-size:6px;letter-spacing:1.2px;color:#fff9eaaa;margin-bottom:5px;font-weight:600}.driver-stats i{display:block;height:3px;background:linear-gradient(to right,var(--mint) var(--stat),#fff9ea30 var(--stat))}.menu-bottom{bottom:105px}.start-block{width:330px}.record #record-label{color:var(--cream)}.medal-targets{display:flex;gap:14px;justify-content:space-between;margin-top:10px;padding-top:10px;border-top:1px solid #fff9ea25}.medal{font-size:7px;letter-spacing:.5px;font-variant-numeric:tabular-nums;display:grid;grid-template-columns:9px 1fr;gap:4px}.medal i{font-style:normal;grid-row:1/3;align-self:center;font-size:12px}.medal b{font-size:6px;font-weight:600}.medal time{font-size:9px}.medal.gold i,.medal-emblem.gold{color:#ffd67a}.medal.silver i,.medal-emblem.silver{color:#c9e4e7}.medal.bronze i,.medal-emblem.bronze{color:#e5a187}.medal.earned{background:#102c3410;outline:1px solid #102c3433;outline-offset:6px}.event-hud{position:absolute;left:4.5%;top:63px;font-size:7px;font-weight:800;letter-spacing:1.4px;text-shadow:0 1px 6px #102c34}.trial-target{position:absolute;right:4.5%;top:181px;display:flex;gap:17px;text-align:right;text-shadow:0 1px 6px #102c34}.time-trial #position{font-size:53px;letter-spacing:-2.5px}.time-trial .position-suffix{font-size:11px}.time-trial .position-block>p{font-size:8px;letter-spacing:1.5px}.time-trial .position-block #ghost-checkpoint{font-size:7px;opacity:.65;letter-spacing:1px;margin-top:-4px}#position.ahead{color:var(--mint)}.result-medals{padding:19px 0;margin:0;border-bottom:1px solid #102c3425;border-top:none;justify-content:space-around}.result-medals .medal{gap:6px 9px}.result-medals .medal b{font-size:8px}.result-medals .medal time{font-size:15px}.result-medals .medal i{font-size:22px}.result-medals .gold i,.medal-emblem.gold{color:#b98017}.result-medals .silver i,.medal-emblem.silver{color:#718e9e}.result-medals .bronze i,.medal-emblem.bronze{color:#b97955}.medal-emblem.none{font-size:80px;color:#8fa19c}.ghost-result{font-size:11px;line-height:1.6;padding:5px 0;margin:13px 0 18px}.results-card{max-height:calc(100dvh - 40px);overflow:auto}.guide-card{max-height:calc(100dvh - 48px);overflow:auto}.result-actions>.primary-button>span:first-child{font-size:inherit;line-height:inherit}.event-setup button:focus-visible{outline-offset:2px}.racing .position-block{top:111px}.racing .lap-block{top:96px}@media(min-width:1600px){.event-setup{width:370px;top:21%}.start-block{width:370px}.hero-copy h1{font-size:157px}}@media(max-height:760px){.event-setup{top:16.5%;padding-top:10px}.event-setup>.eyebrow{margin-bottom:9px}.track-choice{padding:10px 13px;gap:4px 7px}.track-choice strong{font-size:12px}.track-choice>b{top:13px}.modes{margin-top:11px}.modes button{padding:9px 12px}.difficulty-heading{margin-top:12px}.segmented button{padding-top:8px;padding-bottom:8px}.hero-copy{top:18%}.hero-copy h1{font-size:110px}.menu-bottom{bottom:91px}.driver-stats{margin-top:10px}.event-description{font-size:9px;min-height:27px}.medal-targets{margin-top:7px;padding-top:8px}.result-medals{padding:16px 0}.trial-target{top:171px}}@media(max-width:1050px){.event-setup{right:5%;width:300px}.start-block{width:300px}.hero-copy h1{font-size:100px}.driver-select{min-width:398px}.driver-stats{max-width:375px;gap:14px}.menu-bottom{gap:25px}.hero-description{max-width:355px}.event-setup>.eyebrow{font-size:8px}}@media(max-height:640px)and (min-width:751px){.event-setup{top:16%;width:280px;padding-top:9px}.event-setup>.eyebrow{font-size:7px;margin-bottom:8px}.track-choice{padding:8px 12px;gap:3px 6px}.track-choice strong{font-size:11px}.track-choice small{font-size:6px;letter-spacing:.7px}.track-choice>b{top:11px;font-size:17px}.track-options{gap:6px}.modes{margin-top:9px}.modes button{padding:8px 10px;font-size:8px}.modes button small{font-size:5px;margin-top:4px}.difficulty-heading{margin-top:10px;font-size:6px}.segmented button{padding:7px 5px;font-size:7px}.event-description{font-size:8px;min-height:24px;margin-top:7px}.event-setup .medal-targets{padding-top:6px;margin-top:5px}.event-setup .medal b{font-size:5px}.event-setup .medal time{font-size:8px}.hero-copy{top:17%}.hero-copy h1{font-size:84px}.hero-description{font-size:10px}.menu-bottom{bottom:79px}.driver-select{min-width:368px}.driver-stats{margin-top:8px;max-width:332px;gap:12px}.driver-stats b{font-size:5px;margin-bottom:4px}#driver-description{max-width:385px}.start-block{width:280px}.start-block .primary-button{font-size:15px;padding:18px}.start-hint{font-size:7px}.racing .position-block{top:98px}.racing .lap-block{top:88px}.event-hud{top:57px}.trial-target{top:156px}.time-trial #position{font-size:43px}.result-medals{padding:16px 0}.ghost-result{margin:10px 0;font-size:10px}}@media(max-width:750px){body:not(.racing){overflow:auto}#menu{position:relative;min-height:1050px;padding:115px 6% 150px}.hero-copy{position:relative;left:auto;top:auto;width:100%}.hero-copy h1{font-size:85px;margin-top:24px}.hero-description{display:none}.hero-tagline{margin-bottom:25px}.event-setup{position:relative;top:auto;right:auto;width:100%;margin-top:30px}.menu-bottom{position:relative;left:auto;right:auto;bottom:auto;margin-top:29px;gap:25px}.driver-select{min-width:0}.driver-stats{max-width:none}.start-block{width:100%}.start-block .record{display:flex}.menu-footer{bottom:23px;left:6%;right:6%}.hero-copy .eyebrow{font-size:7px}.event-hud{font-size:6px;max-width:70%;top:56px}.trial-target{top:153px;gap:10px}.trial-target .medal time{font-size:8px}.time-trial #position{font-size:36px;letter-spacing:-1px}.racing .position-block{top:96px}.racing .lap-block{top:87px}.time-trial .position-block>p{font-size:6px;letter-spacing:1px}.result-medals{padding:17px 0}.result-medals .medal time{font-size:12px}.result-medals .medal b{font-size:6px}.result-medals .medal i{font-size:16px}}#controller-status{font-size:8px;letter-spacing:.8px;color:var(--mint);max-width:260px;text-align:right;line-height:1.6}.controller-connected #top-location,.controller-only{display:none}body[data-input=controller] .controller-only{display:block}body[data-input=controller] .keyboard-only{display:none}body[data-input=controller] button:focus,body[data-input=controller] input:focus{outline:3px solid var(--mint);outline-offset:5px;box-shadow:0 0 0 7px #102c3480}#controller-sound{position:fixed;right:4.5%;top:76px;z-index:25;border:1px solid #fff9ea55;background:var(--ink);color:var(--cream);font-size:8px;letter-spacing:1px;padding:9px 12px}.controller-guide{border:1px solid #89f0cd45;padding:13px 16px;background:#89f0cd08;margin:18px 0}.controller-guide strong{font-size:10px;letter-spacing:1px;color:var(--mint)}.controller-guide p{font-size:11px;line-height:1.8;color:#fff9eab3;margin:8px 0 0}@media(max-width:1050px){#top-location{display:none}#controller-status{font-size:7px;max-width:210px}.controller-only.race-key-hint{font-size:6px;letter-spacing:.7px}}@media(max-width:750px){#controller-status{max-width:150px;font-size:6px}.controller-guide p{font-size:10px}.top-actions{gap:10px}}
