*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#101417;color:#f7fbff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}[hidden]{display:none!important}#game{width:100vw;height:100vh;display:block;touch-action:none}.hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;display:grid;grid-template-columns:minmax(180px,280px) 1fr minmax(170px,230px);grid-template-rows:auto 1fr auto;align-items:start;gap:16px;padding:18px}.brand,.panel,.telemetry,.race-card,.wrong-way-alert,.results-card,#minimap{pointer-events:auto;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#10141999;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 60px #00000047}.brand{border-radius:8px;padding:12px 14px;display:grid;gap:4px}.brand strong{font-size:20px;letter-spacing:0}.brand span{color:#b4c7d9;font-size:13px}.panel{justify-self:center;border-radius:8px;padding:10px;display:flex;gap:10px;align-items:end}label{display:grid;gap:5px;color:#b4c7d9;font-size:12px}select,input,button{min-height:38px;border-radius:6px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#f7fbff;font:inherit}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#f7fbff 50%),linear-gradient(135deg,#f7fbff 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}select option{background:#17222b;color:#f7fbff}select option:checked,select option:hover{background:#f2c94c;color:#111820}select,input{width:150px;padding:0 34px 0 10px}button{padding:0 14px;background:#f2c94c;color:#161a1f;font-weight:800;cursor:pointer}.telemetry{justify-self:end;border-radius:8px;padding:12px 14px;display:grid;gap:5px;font-weight:750;text-align:right}.telemetry span:first-child{font-size:24px}.telemetry span:nth-child(2){font-size:18px}.telemetry span:last-child{color:#b4c7d9;font-size:13px}.race-card{grid-column:1;grid-row:3;align-self:end;width:min(230px,100%);border-radius:8px;padding:12px 14px;display:grid;gap:4px}.race-card span:first-child{color:#f2c94c;font-size:38px;font-weight:900;line-height:.95}.race-card span:nth-child(2){font-size:18px;font-weight:800}.boost-meter{width:100%;height:9px;overflow:hidden;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18)}#boost-fill{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#31d4ff,#f2c94c);transform-origin:left center;transform:scaleX(1)}.race-card span:last-child{color:#b4c7d9;font-size:13px;font-weight:700}.wrong-way-alert{grid-column:2;grid-row:1;justify-self:center;align-self:start;margin-top:82px;border-color:#ff4e69b8;border-radius:8px;padding:10px 18px;background:#7e0a1ec7;color:#fff8ec;font-size:22px;font-weight:900;text-transform:uppercase;text-align:center;box-shadow:0 16px 48px #ff2d5547}.results-card{grid-column:2;grid-row:3;align-self:end;justify-self:center;width:min(360px,100%);border-radius:8px;padding:12px 14px;display:grid;gap:8px}.results-card strong{font-size:15px}.results-row{display:grid;grid-template-columns:42px 1fr auto;gap:8px;align-items:center;color:#d9e7f3;font-size:13px;font-weight:750}#minimap{grid-column:3;grid-row:3;align-self:end;justify-self:end;width:180px;height:180px;border-radius:50%;padding:8px}@media (max-width: 760px){.hud{grid-template-columns:1fr;grid-template-rows:auto auto auto 1fr auto;align-items:start;padding:10px}.panel{justify-self:stretch;flex-wrap:wrap}.telemetry{justify-self:stretch;text-align:left}.race-card{grid-column:1;grid-row:auto;width:100%}.results-card{grid-column:1;grid-row:auto;justify-self:stretch}.wrong-way-alert{grid-column:1;grid-row:4;align-self:start;justify-self:center;margin-top:0;font-size:18px}#minimap{grid-column:1;grid-row:auto;width:138px;height:138px;justify-self:end}}
