*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-tap-highlight-color:transparent;background:#87ceeb;width:100%;height:100%;font-family:system-ui,sans-serif;overflow:hidden}#app{position:fixed;inset:0}#app canvas{touch-action:none;display:block}#course-select{z-index:10;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}#course-select[hidden]{display:none}#course-select-panel{color:#ffffffe6;background:#141414d9;border-radius:4px;max-width:90vw;padding:16px 20px}#course-select-title{margin:0 0 12px;font-size:16px}#course-select-map{background:#ffffff14;border-radius:4px;width:220px;height:260px;margin:0 auto 12px;position:relative}.course-marker{cursor:pointer;background:#ffcc00e6;border:2px solid #fff;border-radius:50%;width:14px;height:14px;margin:-7px 0 0 -7px;position:absolute}.course-marker.is-default{box-shadow:0 0 0 3px #fff6}#course-select-list{flex-direction:column;gap:6px;list-style:none;display:flex}.course-option{color:inherit;font:inherit;text-align:left;cursor:pointer;background:#ffffff1a;border:none;border-radius:4px;padding:8px 12px}.course-option:hover,.course-option:focus-visible{background:#fff3}.course-option.is-default{box-shadow:inset 0 0 0 2px #fff6}#hud-topleft{pointer-events:none;z-index:2;flex-direction:column;align-items:flex-start;gap:4px;max-width:60vw;display:flex;position:fixed;top:8px;left:8px}#credits{color:#ffffffd9;background:#14141459;border-radius:4px;padding:4px 8px;font-size:11px}#credits:empty{display:none}#location{color:#ffffffd9;background:#14141459;border-radius:4px;padding:4px 8px;font-size:12px}#location:empty{display:none}#stamina-bar{background:#14141459;border-radius:5px;width:140px;height:10px;overflow:hidden}#stamina-bar-fill{background:#6cc24a;width:100%;height:100%;transition:width .1s linear}#stamina-bar-fill.is-empty{background:#c24a4a}#gear-indicator{color:#ffffffd9;background:#14141459;border-radius:4px;padding:4px 8px;font-size:12px}#gear-indicator:empty{display:none}#hud-score{pointer-events:none;z-index:2;flex-direction:column;align-items:center;gap:2px;display:flex;position:fixed;top:84px;left:50%;transform:translate(-50%)}#score-value{font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 1px 3px #000c;font-size:28px;font-weight:700}#combo-value{color:#fc3;text-shadow:0 1px 3px #000c;font-size:14px;font-weight:700}#combo-value:empty{display:none}#score-best{color:#ffffffd9;background:#14141459;border-radius:4px;padding:2px 8px;font-size:11px}#score-best:empty{display:none}#score-popups{pointer-events:none;z-index:2;flex-direction:column;align-items:center;display:flex;position:fixed;top:154px;left:50%;transform:translate(-50%)}.score-popup{text-shadow:0 1px 3px #000c;font-size:16px;font-weight:700;animation:1s ease-out forwards score-popup-rise}.score-popup--bonus{color:#6cc24a}.score-popup--penalty{color:#ff6b6b}@keyframes score-popup-rise{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-40px)}}#minimap{pointer-events:none;z-index:2;background:#14141459;border-radius:4px;position:fixed;top:52px;right:8px}#mute-btn{z-index:2;color:#fff;cursor:pointer;background:#14141459;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;line-height:1;position:fixed;top:8px;right:8px}#mute-btn:active{background:#14141499}#feedback-btn{z-index:2;color:#fff;cursor:pointer;background:#14141459;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;line-height:1;position:fixed;top:8px;right:52px}#feedback-btn:active{background:#14141499}#tilt-btn{z-index:2;color:#fff;cursor:pointer;background:#14141459;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;line-height:1;position:fixed;top:8px;right:96px}#tilt-btn:active{background:#14141499}#reset-btn{z-index:2;color:#fff;cursor:pointer;background:#14141459;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;line-height:1;position:fixed;top:8px;right:140px}#reset-btn:active{background:#14141499}#devtools{color:#ffffffe6;z-index:2;pointer-events:auto;background:#14141459;border-radius:4px;flex-direction:column;gap:6px;max-width:480px;padding:8px;font-family:Courier New,monospace;font-size:12px;display:flex;position:fixed;inset:8px 8px 140px 160px}#devtools[hidden]{display:none}#devtools-banner{background:#b4282899;border-radius:4px;padding:4px 8px;font-weight:700}#devtools-stats{white-space:pre-wrap;margin:0}#devtools-log{flex:1;min-height:0;margin:0;padding:0;list-style:none;overflow-y:auto}.devtools-log-entry{word-break:break-word;border-bottom:1px solid #ffffff14;padding:2px 0}.devtools-log-entry--warn{color:#ffd166}.devtools-log-entry--error,.devtools-log-entry--crash{color:#ff6b6b}.devtools-log-entry--crash{font-weight:700}#devtools-cmd-input{color:#fff;width:100%;font:inherit;background:#0006;border:1px solid #fff3;border-radius:3px;padding:4px 6px}#controls{pointer-events:none;justify-content:space-between;align-items:flex-end;padding:24px;display:flex;position:fixed;inset:0}#steer-group,#action-group{gap:16px;display:flex}#gear-group{flex-direction:column;align-self:center;gap:12px;display:flex}.control-zone{pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;color:#fff;background:#14141459;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;font-size:28px;font-weight:700;display:flex}.control-zone:active{background:#14141499}.control-zone--jump{background:#b428288c;width:96px;height:96px;font-size:16px}.control-zone--jump:active{background:#b42828cc}.control-zone--brake{background:#c896148c;width:96px;height:96px;font-size:16px}.control-zone--brake:active{background:#c89614cc}.control-zone--boost{background:#3c78c88c;width:96px;height:96px;font-size:16px}.control-zone--boost:active{background:#3c78c8cc}.control-zone--boost.is-boosting{background:#ffc828d9;box-shadow:0 0 12px #ffc828e6}.control-zone--gear{background:#5a5a5a8c;width:56px;height:56px;font-size:18px}.control-zone--gear:active{background:#5a5a5acc}
