.driving-hud{position:fixed;bottom:30px;left:50%;transform:translateX(-50%);width:310px;padding:17px 22px;background:#142e32ee;color:#eae9d9;border:1px solid #7a9a9170;border-radius:18px;box-shadow:0 8px 30px #0003;z-index:12;backdrop-filter:blur(12px)}
.driving-hud[hidden]{display:none}.driving-heading{display:flex;justify-content:space-between;align-items:center;font-size:13px;letter-spacing:.06em}.driving-gear{background:#dfc58d;color:#203b3c;border-radius:5px;padding:3px 9px;font-weight:700}.driving-speed{display:flex;gap:10px;align-items:baseline}.driving-speed strong{font-size:44px;font-weight:500;line-height:1.25;font-variant-numeric:tabular-nums}.driving-speed span,.driving-hud small{color:#adbfba;font-size:11px}.driving-hud p{margin:5px 0;font-size:12px}.driving-hud p span{margin-left:12px}.driving-state{font-size:11px;color:#dec48b;min-height:15px;margin-top:9px}.driving-touch{display:none;gap:6px;margin-top:10px}.driving-touch button{touch-action:none;padding:10px 9px;background:#365256;border:1px solid #76928f;color:#f2e7d0;border-radius:8px;font:inherit;font-size:12px}.is-driving .controls{visibility:hidden}.is-driving #touch-jump,.is-driving #touch-crouch{visibility:hidden}
@media(pointer:coarse){.driving-touch{display:flex}.driving-hud{bottom:18px}.driving-hud p,.driving-hud small{display:none}}
@media(max-width:760px){.driving-hud{bottom:20px;width:280px;padding:12px 16px}.driving-speed strong{font-size:30px}}

@media(min-width:761px) and (pointer:fine){.driving-hud{top:150px;bottom:auto;left:28px;transform:none;width:222px}.driving-hud p span{display:block;margin:4px 0 0}.is-driving #seat-action{bottom:28px}}
.is-driving #touch-run{visibility:hidden}
@media(max-width:760px){.driving-hud{top:130px;bottom:auto;left:12px;transform:none;width:calc(100vw - 24px);max-width:340px;box-sizing:border-box}.driving-touch button{min-height:44px;min-width:44px}}
