html,body{margin:0;padding:0;overflow:hidden;background:#000}#app canvas{display:block}#hud{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10}#debug{position:fixed;top:4px;left:4px;color:#0f0;font:12px monospace;white-space:pre;pointer-events:none;text-shadow:1px 1px 0 #000}@font-face{font-family:Galmuri14;src:url(../assets/fonts/Galmuri14.woff2) format("woff2");font-display:swap}@font-face{font-family:Galmuri11;src:url(../assets/fonts/Galmuri11.woff2) format("woff2");font-display:swap}@font-face{font-family:Galmuri9;src:url(../assets/fonts/Galmuri9.woff2) format("woff2");font-display:swap}.hud{--hud-panel-bg: rgba(10,8,14,.72);--hud-text: #e8e6f0;--hud-money: #ffd24d;--hud-wanted: #ff4444;--hud-wanted-hot: #ff8888;position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:10;color:var(--hud-text);font-family:Galmuri11,monospace;font-size:11px;line-height:1}.hud-cluster{position:absolute;display:flex;gap:8px;align-items:flex-start}.hud-cluster--top-left{top:16px;left:16px;align-items:center}.hud-cluster--top-center{top:16px;left:50%;flex-direction:column;align-items:center;margin-left:-96px;width:192px}.hud-cluster--top-right{top:16px;right:16px}.hud-cluster--bottom-left{bottom:16px;left:16px;flex-direction:column}.hud-cluster--bottom-center{bottom:16px;left:50%;margin-left:-160px;width:320px}.hud-panel{min-height:16px;box-sizing:border-box;padding:3px 6px;background:var(--hud-panel-bg);text-shadow:1px 1px 0 #000;white-space:nowrap}.hud-area,.hud-vehicle,.hud-money{font-family:Galmuri14,monospace;font-size:14px}.hud-area,.hud-vehicle{max-width:192px;overflow:hidden;text-overflow:ellipsis}.hud-wanted{color:var(--hud-wanted);font-size:14px}.hud-wanted.is-shaking{animation:hud-wanted-shake .12s steps(2,end) infinite}.hud-multiplier{color:var(--hud-wanted);font-family:Galmuri14,monospace;font-size:14px}.hud-money{color:var(--hud-money)}.hud-lives,.hud-hearts,.hud-armor,.hud-indulgence{font-size:11px}.hud-armor,.hud-indulgence{color:var(--hud-money)}.hud-slot{min-width:16px;min-height:16px}.hud-slot--respect,.hud-slot--weapon,.hud-slot--stream,.hud-slot--buffs{box-sizing:border-box;padding:4px 6px;background:var(--hud-panel-bg);text-shadow:1px 1px 0 #000}.hud-slot--respect{display:grid;gap:3px;width:132px}.hud-respect-row{display:grid;grid-template-columns:10px 1fr 10px;gap:5px;align-items:center;min-height:10px}.hud-respect-swatch,.hud-respect-tier{width:8px;height:8px;box-shadow:0 0 0 1px #000}.hud-respect-swatch{background:var(--gang-color)}.hud-respect-gauge{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.hud-respect-cell{height:6px;background:#ffffff29}.hud-respect-cell.is-center{box-shadow:inset 0 0 0 1px #ffffff73}.hud-respect-cell.is-filled{background:#e8e6f0}.hud-respect-tier.is-green{background:#55e47f}.hud-respect-tier.is-yellow{background:#ffd24d}.hud-respect-tier.is-red{background:#f44}.hud-slot--weapon{min-width:132px;color:var(--hud-money)}.hud-slot--stream{width:320px;min-height:24px;line-height:1.35;text-align:center;white-space:normal}.hud-slot--buffs{display:flex;flex-wrap:wrap;gap:4px;max-width:240px}.hud-buff{padding:2px 4px;border:1px solid rgba(255,255,255,.2);color:#a9f0ff}.hud-buff--frenzy{color:#f88}.hud-buff--indulgence{color:var(--hud-money)}.hud-slot--banner{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;font-family:Galmuri14,monospace;font-size:clamp(42px,9vw,108px);letter-spacing:0;text-shadow:3px 3px 0 #000;animation:hud-banner-fade 1.5s linear both;z-index:11}.hud-slot--banner.is-wasted{color:#f44;background:#4800003d}.hud-slot--banner.is-busted{color:#83b6ff;background:#0012483d}.hud-slot--banner.is-game-over{animation:none}@keyframes hud-wanted-shake{0%{color:var(--hud-wanted);margin-left:0}to{color:var(--hud-wanted-hot);margin-left:2px}}@keyframes hud-banner-fade{0%{opacity:1}to{opacity:0}}.menu{--menu-bg: rgba(7, 7, 10, .84);--menu-panel: rgba(20, 20, 26, .9);--menu-border: rgba(232, 214, 126, .5);--menu-text: #f0edf5;--menu-muted: #a9a1b8;--menu-accent: #ffd24d;position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;background:var(--menu-bg);color:var(--menu-text);font-family:Galmuri11,monospace;pointer-events:auto}.menu[hidden]{display:none}.menu-shell{width:min(420px,calc(100vw - 32px));display:grid;gap:14px}.menu-title{color:var(--menu-accent);font-family:Galmuri14,monospace;font-size:28px;text-align:center;text-shadow:2px 2px 0 #000}.menu-list,.menu-settings,.menu-stats,.menu-text{box-sizing:border-box;padding:12px;background:var(--menu-panel);border:1px solid var(--menu-border)}.menu-list{display:grid;gap:6px}.menu-item{min-height:32px;padding:7px 10px;border:1px solid rgba(255,255,255,.18);border-radius:4px;background:#ffffff0f;color:var(--menu-text);font:inherit;text-align:left}.menu-item.is-selected{border-color:var(--menu-accent);color:var(--menu-accent)}.menu-item:disabled{color:var(--menu-muted);opacity:.55}.menu-settings{display:grid;gap:10px}.menu-setting{display:grid;grid-template-columns:76px 1fr;gap:10px;align-items:center;min-height:28px}.menu-setting-label,.menu-stat-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-setting select,.menu-setting input{min-width:0;accent-color:var(--menu-accent);color:#15151a;font:inherit}.menu-item--back{margin-top:4px}.menu-stats{display:grid;gap:8px;color:var(--menu-muted)}.menu-stat{min-height:18px}.menu-stat--gang{display:flex;gap:8px;align-items:center}.menu-gang-swatch{width:10px;height:10px;flex:0 0 auto;background:var(--gang-color);box-shadow:0 0 0 1px #000}.menu-text{display:grid;gap:8px;text-align:center}.menu-text-heading{color:var(--menu-accent);font-family:Galmuri14,monospace;font-size:18px}.menu-text-body{color:var(--menu-muted);line-height:1.4}@media(max-width:520px){.menu-title{font-size:22px}.menu-setting{grid-template-columns:1fr;gap:4px}}
