@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Unbounded:wght@500;700&display=swap";body{margin:0;padding:0;background-color:#121212;color:#fff;font-family:Space Grotesk,Avenir Next,Segoe UI,sans-serif;height:100vh;width:100vw}#root{height:100%;width:100%;display:flex;flex-direction:column}button{cursor:pointer;border:none;outline:none;-webkit-tap-highlight-color:transparent}.racer-layout{height:100vh;width:100vw;display:flex;overflow:hidden;--racer-button-font-scale: 1}.racer-sidebar{width:40%;min-width:300px;height:100%;background:#0a0a0a;border-right:2px solid #333;display:flex;flex-direction:column;padding:10px 10px 10%;box-sizing:border-box;justify-content:space-between;gap:10px}.racer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;gap:10px}.racer-room{display:flex;align-items:center;gap:10px;min-width:0}.racer-header-actions{display:flex;gap:5px;flex-shrink:0}.racer-telemetry-row{display:flex;gap:10px}.racer-main{width:60%;height:90%;display:flex;flex-direction:column;background:#121212;padding:10px;box-sizing:border-box;min-height:0}.racer-button-grid{flex:1;display:grid;grid-template-rows:repeat(2,minmax(50px,1fr));grid-auto-flow:column;grid-auto-columns:minmax(50px,1fr);gap:10px;overflow-x:auto;overflow-y:auto;align-content:stretch;min-height:0;padding-bottom:6px;scroll-padding-bottom:12px}.racer-command-button{width:100%;height:100%;font-size:clamp(calc(1.4rem * var(--racer-button-font-scale)),calc(3.2vw * var(--racer-button-font-scale)),calc(2.6rem * var(--racer-button-font-scale)));font-weight:700;border-radius:10px;box-shadow:0 4px #00000080;display:flex;justify-content:center;align-items:center;text-align:center;padding:5px;overflow:hidden}.racer-replay-button{width:100%;padding:10px 20px;border-radius:8px;margin-bottom:12px;font-weight:700;height:clamp(64px,10vh,100px);font-size:1.2rem;margin-top:10px}
