@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{font-family:Space Grotesk,sans-serif;color:#f0f5f8;background:#080914;font-synthesis:none;font-weight:400;--acid:#d6ff49;--muted:#8c929f;--cyan:#53f2eb}*{box-sizing:border-box}body{margin:0;overflow:hidden}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible{outline:2px solid var(--acid);outline-offset:5px}canvas{display:block}#world{position:fixed;inset:0;width:100%;height:100%}.grain{pointer-events:none;position:fixed;inset:0;z-index:1;background:linear-gradient(90deg,rgba(3,5,14,.64),transparent 52%),linear-gradient(0deg,rgba(4,6,14,.7),transparent 38%,transparent 72%,rgba(3,4,12,.5))}.shell{position:fixed;inset:0;z-index:2;padding:30px 42px;pointer-events:none}.shell button,.shell a{pointer-events:auto}.topbar{display:flex;align-items:center;justify-content:space-between;height:36px}.brand{display:flex;align-items:center;gap:12px;font-size:16px;font-weight:700;letter-spacing:3px}.brand-mark{width:33px;height:28px;background:var(--acid);clip-path:polygon(35% 0,65% 0,41% 40%,100% 40%,65% 100%,34% 100%,58% 58%,0 58%)}.brand span span{color:var(--acid)}.top-right{display:flex;gap:24px;align-items:center;font-size:10px;letter-spacing:2px}.live-dot{display:inline-block;width:5px;height:5px;background:var(--acid);border-radius:50%;margin-right:7px;box-shadow:0 0 10px var(--acid)}.icon{background:#11131c80;border:1px solid #ffffff25;width:36px;height:36px;display:grid;place-items:center}.icon:hover{border-color:var(--acid);color:var(--acid)}#menu{position:absolute;inset:110px 42px 35px;display:flex;flex-direction:column;justify-content:space-between}.intro{max-width:600px}.eyebrow{font-size:10px;letter-spacing:3px;color:var(--acid);display:flex;align-items:center;gap:12px}.eyebrow:before{content:"";width:25px;height:1px;background:var(--acid)}h1{font-family:Barlow Condensed,Impact,sans-serif;font-size:clamp(78px,9.5vw,142px);font-weight:800;line-height:.82;letter-spacing:-2px;margin:26px 0 22px;transform:skew(-5deg);transform-origin:left}h1 .outline{-webkit-text-stroke:1px #eef4ff;color:transparent}h1 .slash{color:var(--acid)}.intro p{font-size:12px;line-height:1.85;color:#abb0bf;max-width:330px;margin:0}.location{position:absolute;right:0;top:19%;text-align:right;border-right:2px solid var(--acid);padding-right:14px}.location strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:25px;letter-spacing:1px}.location small{font-size:9px;letter-spacing:2px;color:#a8b2c3}.location .coords{display:block;margin-top:12px;color:var(--acid);font-family:monospace;font-size:10px}.selection{max-width:790px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:13px;font-size:10px;letter-spacing:2px}.section-heading span:last-child{color:#747e90;font-size:9px;letter-spacing:1px}.crafts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.craft{position:relative;min-height:126px;text-align:left;padding:15px 17px;background:linear-gradient(125deg,#161c2bea,#0e111bd9);border:1px solid #aabbd325;transition:.2s;overflow:hidden}.craft:hover{background:#252f40e0;border-color:#bec4d0}.craft.selected{border-color:var(--acid);background:linear-gradient(120deg,#39442db5,#10181fed)}.craft.selected:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--acid)}.craft-number{font-size:9px;letter-spacing:1px;color:#778493}.craft.selected .craft-number{color:var(--acid)}.craft h3{font-family:Barlow Condensed,sans-serif;font-size:27px;letter-spacing:.6px;font-weight:600;margin:8px 0 1px}.craft p{font-size:9px;color:#a7afbd;margin:0}.craft .tiny-ship{position:absolute;right:18px;top:27px;transform:rotate(-28deg);width:56px;height:40px;background:#9eacbd;clip-path:polygon(50% 0,62% 30%,77% 20%,100% 92%,64% 73%,50% 100%,36% 73%,0 92%,23% 20%,38% 30%);filter:drop-shadow(0 0 10px #cfff5460)}.craft.selected .tiny-ship{background:var(--acid)}.bars{display:flex;gap:4px;margin-top:13px}.bars i{height:3px;flex:1;background:#3a4350}.bars i.on{background:#b2bdcc}.selected .bars i.on{background:var(--acid)}.menu-bottom{display:flex;align-items:center;gap:28px;margin-top:18px}.launch{border:0;background:var(--acid);color:#0d1516;min-width:251px;height:52px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700;letter-spacing:2px;clip-path:polygon(0 0,100% 0,100% 77%,95% 100%,0 100%);transition:filter .15s,transform .15s}.launch:hover{filter:brightness(1.15);transform:translate(3px)}.launch b{font-size:23px}.race-meta{font-size:9px;letter-spacing:1px;color:#8993a4;line-height:1.8}.race-meta strong{font-weight:500;color:#e2e8f0}.bottom-note{position:absolute;bottom:0;right:0;color:#7c889a;font-size:9px;letter-spacing:2px;writing-mode:vertical-rl}.controls-hint{position:absolute;right:0;bottom:28px;text-align:right;color:#98a3b2;font-size:9px;line-height:2.7}.controls-hint kbd{font-family:inherit;color:#e2e8f0;border:1px solid #5c657547;padding:3px 5px;border-radius:2px;margin-left:6px}.controls-hint span{display:block}.hud{position:absolute;inset:100px 0 0;pointer-events:none}.hidden{display:none!important}.race-top{display:flex;justify-content:space-between;padding:0 45px}.position{font-family:Barlow Condensed,sans-serif;font-size:70px;font-weight:700;line-height:1}.position small{font-size:24px;color:#818a9c;font-weight:400}.label{font-size:9px;letter-spacing:2px;color:#a6b0bf}.lap-timer{text-align:right}.lap-timer strong{display:block;font-family:Barlow Condensed,sans-serif;font-size:37px;font-weight:500}.lap-timer strong small{color:#738094;font-size:22px}.lap-timer time{display:block;font-variant-numeric:tabular-nums;font-size:14px;letter-spacing:2px;margin-top:14px}.hud-bottom{position:absolute;bottom:30px;left:44px;right:44px;display:flex;justify-content:space-between;align-items:flex-end}.status{width:200px}.meter-label{display:flex;justify-content:space-between;font-size:9px;letter-spacing:2px;margin-bottom:9px}.meter{height:5px;background:#ffffff20;transform:skew(-20deg);margin-bottom:17px}.meter>i{display:block;background:var(--cyan);height:100%;width:100%;box-shadow:0 0 12px #53f2eb40}.meter.boost>i{background:var(--acid)}.weapon{font-size:10px;letter-spacing:1px;color:var(--acid);padding-top:5px}.speed{text-align:right}.speed strong{font-family:Barlow Condensed,sans-serif;font-size:92px;line-height:.9;font-style:italic;font-weight:600;letter-spacing:-2px}.speed small{font-size:10px;color:#9ea9b9;letter-spacing:3px}.speed .speed-rail{height:3px;background:linear-gradient(90deg,transparent,var(--acid));margin-top:13px}.speed .flight-mode{font-size:9px;color:var(--acid);letter-spacing:3px;margin-bottom:12px}.center-call{position:absolute;left:50%;top:35%;transform:translate(-50%,-50%);font-family:Barlow Condensed,sans-serif;font-size:95px;font-style:italic;color:var(--acid);text-align:center;text-shadow:0 0 30px #d6ff4944}.event{position:absolute;top:20%;left:50%;transform:translate(-50%);font-size:12px;letter-spacing:4px;color:var(--acid);white-space:nowrap}.track-map{position:absolute;right:44px;top:145px;width:145px;height:145px;opacity:.8}.track-map svg{width:100%;height:100%;overflow:visible}.race-controls{position:absolute;bottom:35px;left:50%;transform:translate(-50%);font-size:9px;color:#9ba9b7;letter-spacing:1px;white-space:nowrap}.modal{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#080c17b8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}.modal-inner{text-align:center;width:340px}.modal h2{font-family:Barlow Condensed,sans-serif;font-size:70px;font-style:italic;margin:15px 0}.modal p{color:#9ca8b9;font-size:12px;line-height:1.8}.modal button{margin:14px auto 0}.secondary{border:1px solid #ffffff30;background:transparent;width:251px;height:43px;letter-spacing:2px;font-size:10px}.touch{display:none;position:absolute;bottom:120px;left:20px;right:20px;justify-content:space-between;pointer-events:none}.touch div{display:flex;gap:10px}.touch button{pointer-events:auto;width:49px;height:49px;background:#0f1926b0;border:1px solid #a1bdc653;color:#d6ff49;font-size:19px;touch-action:none}.touch button[data-key=Space]{font-size:10px;width:62px}.touch button:active{background:#d6ff4940}.flash{position:fixed;inset:0;pointer-events:none;z-index:3;box-shadow:inset 0 0 150px #ff3050;opacity:0;transition:opacity .08s}#map-dot{fill:var(--acid)}@media(min-width:1500px){#menu{top:140px;bottom:50px}.selection{max-width:890px}.craft{min-height:140px}.intro p{font-size:14px}}@media(max-height:750px)and (min-width:761px){#menu{top:95px;bottom:24px}h1{font-size:95px;margin:20px 0}.craft{min-height:110px;padding:10px 15px}.craft h3{margin-top:5px}.menu-bottom{margin-top:12px}.intro p{max-width:370px}.selection{max-width:740px}.controls-hint{bottom:0;right:0}.bottom-note{display:none}}@media(max-width:1000px){.controls-hint{display:none}.selection{max-width:730px}.location{top:25%}.race-controls{display:none}}@media(max-width:760px){.shell{padding:20px}.brand{font-size:12px;letter-spacing:2px}.top-right{gap:8px}.top-right .online{display:none}#menu{inset:100px 20px 26px}h1{font-size:86px;margin:20px 0}.intro p{max-width:260px;font-size:11px}.location{top:38%;right:0}.location strong{font-size:19px}.location small{font-size:8px}.location .coords{display:none}.selection{width:100%}.crafts{gap:6px}.craft{padding:12px 9px;min-height:116px}.craft h3{font-size:22px;margin-top:24px}.craft p{font-size:8px}.craft .tiny-ship{width:31px;height:25px;right:8px;top:10px}.craft-number{font-size:8px}.bars{margin-top:10px}.section-heading{font-size:9px}.section-heading span:last-child{font-size:8px;letter-spacing:0}.menu-bottom{gap:12px}.launch{min-width:0;width:62%;font-size:10px;padding:0 15px}.race-meta{font-size:8px}.bottom-note{display:none}.hud{top:95px}.race-top{padding:0 20px}.position{font-size:53px}.track-map{right:22px;top:130px;width:85px;height:85px}.hud-bottom{left:20px;right:20px;bottom:25px}.status{width:145px}.speed strong{font-size:68px}.touch{display:flex;bottom:155px}.event{font-size:9px;letter-spacing:2px}.modal .launch{width:251px}.center-call{font-size:75px}}@media(max-height:680px)and (max-width:760px){#menu{top:85px;bottom:17px}h1{font-size:66px;margin:16px 0}.intro p{display:none}.location{top:28%}.craft{min-height:105px}.menu-bottom{margin-top:12px}.section-heading{margin-bottom:8px}}.shell button,.shell button *{-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}
