@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Fraunces:opsz,wght@9..144,500;9..144,600&display=swap');
:root{color-scheme:light;--ink:#254a3e;--muted:#718175;--paper:#fbf9f0;--line:#dce1d3;--accent:#e8aa6c;font-family:'DM Sans',sans-serif;font-size:16px;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}body{margin:0}button,a,input{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible+span,canvas:focus-visible{outline:3px solid #cf8750;outline-offset:4px}button{border:0}svg{display:block}button svg{width:22px;height:22px}button:hover{filter:brightness(.96)}button:active{transform:translateY(1px)}[hidden]{display:none!important}.game-shell{height:100svh;min-height:540px;display:grid;grid-template-rows:90px 1fr 56px;overflow:hidden}.topbar{padding:0 38px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line);z-index:5;background:var(--paper)}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink)}.brand>svg{width:40px;height:40px}.brand>span{font-family:'Fraunces',Georgia,serif;font-size:28px;font-weight:600;letter-spacing:-1.2px;line-height:1.1}.brand-sub{display:block;font-family:'DM Sans',sans-serif;letter-spacing:2.8px;font-size:10px;font-weight:650;margin-top:6px}.session-label{font-size:14px;display:flex;align-items:center;gap:12px;color:#67796b}.session-label>span:last-child{font-size:11px;letter-spacing:1.5px}.tiny-sun{color:#c38b49;font-size:26px}.session-divider{margin:0 4px;color:#b9c1b2}.top-actions{display:flex;align-items:center;gap:10px}.icon-button{height:38px;width:38px;display:grid;place-items:center;background:transparent;border-radius:50%}.icon-button:hover{background:#ecf0e5}.action-divider{height:23px;width:1px;background:var(--line);margin:0 6px}.help-button{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:550;background:transparent;padding:10px 0 10px 8px}.help-button>span{display:grid;place-items:center;width:20px;height:20px;font-size:12px;border:1px solid #94a494;border-radius:50%}.sound-on{display:none}#sound[aria-pressed="true"] .sound-on{display:block}#sound[aria-pressed="true"] .sound-off{display:none}.playfield{position:relative;min-height:0;overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#e8efe0 0%,#d9e7dc 40%,#c6ddda 82%,#bad4d2 100%)}#game{position:absolute;inset:0;width:100%;height:100%;display:block;outline:none;touch-action:none}.location-panel{position:absolute;top:32px;left:38px;pointer-events:none;z-index:2}.eyebrow{font-size:11px;font-weight:650;letter-spacing:1.8px}.location-panel>.eyebrow{display:flex;gap:9px;align-items:center;color:#597c61}.sun-icon{font-size:19px;color:#ae8545;line-height:1}h1{font-family:'Fraunces',Georgia,serif;font-size:34px;font-weight:500;line-height:1.15;letter-spacing:-.8px;margin:12px 0 8px}.location-panel p{font-size:14px;color:#617a68;margin:0}.world-badge{position:absolute;top:35px;right:40px;display:flex;gap:11px;align-items:center;pointer-events:none;color:#607b67}.planet-icon{font-size:31px;font-weight:400;color:#728965}.world-badge>div{font-size:10px;letter-spacing:1.6px;font-weight:650}.world-badge span:last-child:not(.planet-icon){display:block;font-size:13px;font-weight:450;letter-spacing:0;margin-top:5px}.driving-bar{position:absolute;bottom:22px;left:50%;transform:translateX(-50%);z-index:4;display:flex;align-items:center;gap:30px;background:rgba(251,249,240,.94);border:1px solid rgba(255,255,255,.7);box-shadow:0 7px 35px #3b644218;border-radius:20px;padding:19px 28px;backdrop-filter:blur(12px);white-space:nowrap}.speed-display{width:114px;border-right:1px solid var(--line);padding-right:25px;box-sizing:content-box}.speed-readout{display:flex;align-items:center;gap:9px}.speed-readout>#speed{font-size:44px;font-variant-numeric:tabular-nums;letter-spacing:-2.5px;line-height:1;font-weight:550;min-width:54px}.speed-unit{font-size:13px;color:#6d806e;line-height:1.5}.speed-unit>#gear{display:block;font-size:9px;letter-spacing:1.1px;color:#8e9a86}.speed-track{height:3px;width:100%;background:#e5e8da;margin-top:10px;border-radius:2px;overflow:hidden}.speed-track span{height:100%;width:0;display:block;background:#cf9a61;transition:width .15s}.speed-setting>.eyebrow,.camera-setting>.eyebrow{font-size:10px;letter-spacing:1.6px;color:#748473;margin-bottom:9px}.mode-picker{display:flex;border:0;margin:0;padding:0;gap:3px}.mode-picker input{position:absolute;opacity:0;width:1px;height:1px}.mode-picker label>span{display:block;padding:9px 13px;font-size:14px;border-radius:9px;cursor:pointer}.mode-picker label small{font-size:11px;opacity:.6;margin-left:5px}.mode-picker input:checked+span{background:#294f3f;color:#f9f5e6}.mode-picker label:hover{background:#eaf0df;border-radius:9px}.camera-setting{padding-left:27px;border-left:1px solid var(--line)}.camera-button{display:flex;align-items:center;gap:9px;background:transparent;padding:5px 0;font-size:14px}.camera-button svg{width:20px;height:20px}.camera-switch{color:#8a9985;margin-left:10px;font-size:19px}.start-hint{position:absolute;left:50%;bottom:152px;transform:translateX(-50%);display:flex;align-items:center;gap:10px;font-size:13px;white-space:nowrap;color:#3c644c;background:#f8f6e8e0;padding:9px 15px 9px 9px;border-radius:10px;box-shadow:0 4px 16px #264b3320;pointer-events:none;transition:opacity .6s}.hint-key{padding:5px 8px;background:white;border:1px solid #cad6c1;border-bottom-width:3px;border-radius:5px;font-weight:650;line-height:1}.footer{display:flex;align-items:center;padding:0 38px;gap:22px;border-top:1px solid #d9e1d1;z-index:5;background:var(--paper);font-size:12px;color:#75826f}.keyboard-help{display:flex;align-items:center;gap:23px}.keyboard-help>span{display:flex;gap:5px;align-items:center}.keyboard-help b{font-weight:500;margin-left:3px;color:#4e6b51}kbd{font-family:inherit;font-size:10px;border:1px solid #d2d9c9;border-bottom-width:2px;padding:3px 5px;border-radius:4px;min-width:20px;text-align:center;line-height:1;background:#f3f4e9;color:#6e806d}.footer-note{margin-left:auto;display:flex;gap:7px;align-items:center;font-style:italic;font-family:Georgia,serif;font-size:14px;color:#72866b}.leaf{color:#99ab78;font-style:normal}.fullscreen-button{padding:5px;margin-left:6px;background:transparent}.fullscreen-button svg{width:19px;height:19px}.touch-controls,.touch-help{display:none}.loading{position:absolute;inset:0;z-index:6;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#dce8dc;gap:20px;font-size:15px;transition:opacity .4s}.loading-orbit{width:46px;height:46px;border:2px solid #a8bda0;border-top-color:var(--ink);border-radius:50%;animation:spin 1.2s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:absolute;top:32px;left:50%;transform:translate(-50%,-15px);opacity:0;transition:.25s;padding:11px 20px;background:#234b3eed;color:#fff9e8;font-size:14px;border-radius:10px;z-index:8;pointer-events:none;box-shadow:0 5px 25px #294a3322}.toast.visible{opacity:1;transform:translate(-50%,0)}.paused-overlay{position:absolute;inset:0;z-index:9;display:grid;place-items:center;background:#25483533;backdrop-filter:blur(7px)}.paused-overlay>div{max-width:390px;background:var(--paper);padding:36px;border-radius:22px;box-shadow:0 20px 70px #2345302c}.paused-overlay h2{font-size:32px;line-height:1.1}.paused-overlay p{line-height:1.6;color:var(--muted)}h2{font-family:'Fraunces',Georgia,serif;font-size:38px;font-weight:500;letter-spacing:-1px;margin:16px 0}dialog{width:min(520px,calc(100% - 32px));border:1px solid #e9eadc;border-radius:23px;padding:36px;background:var(--paper);color:var(--ink);box-shadow:0 30px 130px #0c2e4759;max-height:90svh;overflow:auto}dialog::backdrop{background:#243e4759;backdrop-filter:blur(6px)}dialog p{font-size:15px;line-height:1.65;color:#6d7e6b}.dialog-close{position:absolute;top:15px;right:17px;font-size:27px;background:transparent;color:#729071;padding:3px 10px}.control-list{margin:25px 0;display:grid;gap:12px}.control-list>div{display:flex;align-items:center;justify-content:space-between;font-size:13px;gap:15px}.control-list>div>span{display:flex;align-items:center;gap:4px;color:#86977c}.control-list strong{font-weight:500;font-size:14px}.control-list kbd{padding:5px 7px;font-size:11px}dialog .help-tip{border-top:1px solid var(--line);padding-top:17px;font-size:13px}.primary-button{background:#294f3f;color:#fff9e7;padding:13px 18px;border-radius:10px;display:flex;align-items:center;justify-content:space-between;width:100%;font-weight:500;margin-top:22px}.primary-button>span{font-size:20px}.error-panel{position:absolute;z-index:20;max-width:420px;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--paper);border-radius:18px;padding:28px;width:calc(100% - 32px)}.error-panel h2{font-size:29px}.error-panel p{font-size:15px;line-height:1.6}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:1700px){.driving-bar{bottom:32px}.start-hint{bottom:166px}.location-panel{top:44px;left:48px}.topbar{padding:0 48px}.world-badge{top:47px;right:48px}}
@media(max-width:1150px){.session-label{display:none}.topbar{padding:0 25px}.footer{padding:0 25px}.keyboard-help{gap:14px}.footer-note{font-size:13px}.location-panel{left:28px}.world-badge{right:28px}.driving-bar{gap:20px;padding:17px 22px}.camera-setting{padding-left:20px}}
@media(pointer:coarse){.touch-controls{display:flex;justify-content:space-between;align-items:flex-end;position:absolute;bottom:145px;left:25px;right:25px;pointer-events:none;z-index:5}.touch-controls button{pointer-events:auto;touch-action:none;user-select:none;-webkit-user-select:none;border:1px solid #ffffff90;box-shadow:0 4px 12px #284f4022}.steering-pad{display:flex;gap:9px}.steering-pad>button{height:58px;width:58px;border-radius:16px;background:#fcfaeceb;font-size:27px}.pedal-pad>div{display:flex;gap:9px;align-items:flex-end}.pedal-pad button{border-radius:15px;font-size:27px}.pedal-pad button>span{display:block;font-size:9px;letter-spacing:1px;margin-top:5px}.pedal-pad .gas-pedal{width:67px;height:84px;background:#2b5748ed;color:#fff7db;border:1px solid #668a6b}.pedal-pad .brake-pedal{height:65px;width:58px;background:#fcfaeceb}.pedal-pad .boost-pedal{width:67px;height:31px;margin-left:67px;margin-bottom:7px;font-size:10px;letter-spacing:.8px;background:#f5c380e8;border-radius:9px}.touch-controls button.pressed{background:#e6ac66;color:#244637;transform:translateY(2px)}.keyboard-help,.start-hint{display:none}.touch-help{display:block;font-size:12px}.footer-note{display:none}.fullscreen-button{margin-left:auto}}
@media(max-width:720px){.game-shell{grid-template-rows:73px 1fr 42px;min-height:520px}.topbar{padding:0 17px;gap:8px}.brand{gap:8px}.brand>span{font-size:23px}.brand>svg{width:33px;height:33px}.brand-sub{font-size:8px;letter-spacing:2.3px;margin-top:5px}.top-actions{gap:1px}.icon-button{width:33px;height:33px}.help-button{font-size:0;padding:5px}.help-button>span{font-size:12px;width:24px;height:24px}.action-divider{margin:0 6px}.top-actions #reset{display:none}.location-panel{top:22px;left:21px}.location-panel>.eyebrow{font-size:9px;letter-spacing:1.4px}.location-panel h1{font-size:27px;margin:8px 0 6px}.location-panel p{font-size:12px}.world-badge{display:none}.driving-bar{bottom:14px;gap:15px;padding:14px 17px;border-radius:16px;max-width:calc(100% - 28px)}.speed-display{width:84px;padding-right:14px}.speed-readout{gap:6px}.speed-readout>#speed{font-size:35px;min-width:39px}.speed-unit{font-size:11px}.speed-unit>#gear{font-size:8px;letter-spacing:.3px}.speed-setting>.eyebrow{font-size:8px;margin-bottom:7px}.mode-picker label>span{padding:9px 10px;font-size:12px}.mode-picker label small{display:none}.camera-setting{padding-left:13px}.camera-setting>.eyebrow{font-size:8px;margin-bottom:7px}.camera-button>span{display:none}.camera-button{padding:7px}.camera-button svg{width:23px;height:23px}.start-hint{bottom:130px;font-size:12px}.footer{padding:0 17px}.keyboard-help{font-size:10px;gap:12px}.keyboard-help>span:first-child{font-size:0}.keyboard-help>span:first-child b{font-size:10px}.keyboard-help>span:last-child{display:none}.footer-note{display:none}.fullscreen-button{margin-left:auto}.touch-controls{bottom:130px;left:18px;right:18px}.steering-pad>button{width:52px;height:55px}.steering-pad{gap:7px}.toast{top:105px;font-size:12px;padding:10px 15px;max-width:90%;text-align:center}.control-list>div{font-size:12px}dialog{padding:29px}dialog h2{font-size:33px}}
@media(max-width:390px){.driving-bar{gap:11px;padding:13px}.speed-display{padding-right:11px;width:74px}.mode-picker label>span{padding:8px}.camera-setting{padding-left:10px}.brand>span{font-size:21px}.brand>svg{width:30px}.topbar{padding:0 13px}.icon-button{width:30px}}
@media(max-height:600px) and (min-width:721px){.game-shell{min-height:360px;grid-template-rows:65px 1fr 38px}.location-panel{top:17px}.location-panel h1{font-size:26px}.location-panel p,.world-badge{display:none}.driving-bar{bottom:12px;padding:12px 20px}.speed-readout>#speed{font-size:32px}.start-hint{bottom:111px}.touch-controls{bottom:22px;left:20px;right:20px}.driving-bar{gap:14px}.speed-setting>.eyebrow,.camera-setting>.eyebrow{font-size:8px}.mode-picker label>span{padding:7px 10px}.camera-setting{padding-left:14px}.speed-display{width:82px;padding-right:14px}.camera-button{font-size:12px}.speed-unit{font-size:11px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}.loading-orbit{animation:none}}
