:root{--hud-color:#e2e8f0;--hud-rate-color:#94a3b8;--hud-boost-color:#22c55e;--hud-coop-color:#22c55e;--economy-color:#e2e8f0;--economy-affordable:#22c55e;--economy-locked:#64748b;--economy-owned:#3b82f6;--economy-active:#f59e0b;--academy-color:#e2e8f0;--academy-earned:#f59e0b;--academy-locked:#64748b;--social-color:#e2e8f0;--social-live:#22c55e;--social-lastseen:#ef4444;--social-offline:#64748b;--ui-stroke:#0f172a;--ui-bg:#0f172ad1;--ui-radius:8px;--ui-gap:12px}#ui,.ui-root{z-index:10;pointer-events:none;color:var(--hud-color);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;position:fixed;inset:0}.ui-root{box-sizing:border-box}.ui-panel{box-sizing:border-box;pointer-events:none;background:var(--ui-bg);border-radius:var(--ui-radius);-webkit-overflow-scrolling:touch;max-height:100%;padding:8px;overflow:auto}.ui-panel:empty{display:none}.ui-interactive,.ui-panel button,.ui-panel a,.ui-panel input,.ui-panel [role=button]{pointer-events:auto}@media (width>=601px){.ui-root{place-items:start;gap:var(--ui-gap);padding:var(--ui-gap);grid-template-rows:auto 1fr auto;grid-template-columns:1fr 1fr;display:grid}.ui-panel[data-panel=hud]{grid-area:1/1;justify-self:start;max-width:22rem}.ui-panel[data-panel=economy]{grid-area:1/2/span 2;justify-self:end;max-width:22rem}.ui-panel[data-panel=academy]{grid-area:3/2;justify-self:end;max-width:22rem}.ui-panel[data-panel=social]{grid-area:3/1;justify-self:start;max-width:22rem}}@media (width<=600px){.ui-root{flex-direction:column;justify-content:flex-end;align-items:stretch;gap:8px;padding:8px;display:flex}.ui-panel{pointer-events:auto;max-height:40vh;overflow:auto}.ui-panel[data-panel=hud]{align-self:flex-start;max-width:max-content;max-height:none}}@media (prefers-reduced-motion:reduce){.ui-root,.ui-root *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.ui-root.ui-reduced-motion,.ui-root.ui-reduced-motion *{transition:none!important;animation:none!important}.hud-panel{color:var(--hud-color);flex-direction:column;gap:4px;display:flex}.hud-loc{text-shadow:0 0 3px var(--ui-stroke), 0 0 3px var(--ui-stroke);font-size:1.5rem;font-weight:700}.hud-rate{color:var(--hud-rate-color);text-shadow:0 0 3px var(--ui-stroke), 0 0 3px var(--ui-stroke);font-size:1rem}.hud-coop{color:var(--hud-coop-color);text-shadow:0 0 3px var(--ui-stroke), 0 0 3px var(--ui-stroke);font-size:.875rem;font-weight:700}.hud-boost{border:1px solid var(--hud-boost-color);border-radius:var(--ui-radius);color:var(--hud-boost-color);cursor:pointer;background:#22c55e1f;align-self:flex-start;margin-top:4px;padding:6px 12px;font-family:inherit;font-weight:700}.hud-boost:active{transform:translateY(1px)}.hud-boost-float{z-index:20;color:var(--hud-boost-color);text-shadow:0 0 3px var(--ui-stroke), 0 0 3px var(--ui-stroke);pointer-events:none;font-weight:700;animation:.6s ease-out forwards hud-boost-rise;position:fixed;transform:translate(-50%)}@keyframes hud-boost-rise{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-40px)}}.social-panel{color:var(--social-color);flex-direction:column;gap:8px;max-width:20rem;display:flex}.social-offline{border:1px solid var(--social-offline);border-radius:var(--ui-radius);color:var(--social-offline);pointer-events:none;align-self:flex-start;padding:2px 8px;font-size:.75rem;font-weight:700}.social-button{border:1px solid var(--social-color);border-radius:var(--ui-radius);min-width:44px;min-height:44px;color:var(--social-color);cursor:pointer;background:#e2e8f014;padding:6px 12px;font-family:inherit;font-size:.875rem;font-weight:700}.social-button:active{transform:translateY(1px)}.social-signin{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.social-signin-prompt{font-size:.875rem}.social-signin-button{border-color:var(--social-live);color:var(--social-live);background:#22c55e1f}.social-dismiss-button{border-color:var(--economy-locked);color:var(--economy-locked);background:0 0}.social-consent{flex-direction:column;gap:6px;display:flex}.social-heading{margin:0;font-size:1rem;font-weight:700}.social-consent-text{color:var(--hud-rate-color);margin:0;font-size:.8125rem;line-height:1.4}.social-consent-actions{flex-wrap:wrap;gap:8px;display:flex}.social-accept-button{border-color:var(--social-live);color:var(--social-live);background:#22c55e1f}.social-decline-button,.social-reopen-button{border-color:var(--economy-locked);color:var(--economy-locked);background:0 0}.social-visibility{flex-wrap:wrap;align-items:center;gap:8px;font-size:.875rem;display:flex}.social-visibility-state[data-visible=true]{color:var(--social-live)}.social-visibility-state[data-visible=false]{color:var(--economy-locked)}
