html,body,#root{margin:0;width:100%;height:100%;overflow:hidden;background:#050a08;color:#e8fff1;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}.stage-shell{position:relative;width:100vw;height:100vh;overflow:hidden;background:#050a08}.stage-shell.loading{display:grid;place-items:center;gap:8px}.stage-shell.loading b{font-size:34px;color:#bbf7d0}.stage-shell.loading span{color:#86efac}.stage-canvas{position:absolute;inset:0;width:100%;height:100%;display:block;background:#07130e}.stage-hud{position:absolute;z-index:5;border:1px solid rgba(134,239,172,.28);background:#030a08b8;box-shadow:0 18px 60px #00000073,inset 0 0 0 1px #ffffff0a;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.stage-hud.top{left:16px;right:16px;top:14px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;pointer-events:none}.brand{display:flex;align-items:baseline;gap:12px}.brand b{font-size:26px;letter-spacing:-.04em;color:#f0fdf4}.brand span{font-size:12px;font-weight:900;letter-spacing:.18em;color:#86efac}.chips{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.chips span{padding:8px 11px;border-radius:999px;border:1px solid rgba(147,197,253,.25);background:#0f172ab3;font-size:13px;color:#dbeafe}.stage-hud.right{right:14px;top:92px;width:238px;max-height:calc(100vh - 142px);overflow:auto;border-radius:18px;padding:10px;display:grid;gap:8px}.stage-hud.right section{border:1px solid rgba(96,165,250,.22);border-radius:16px;background:#08111cb8;padding:12px}.stage-hud h2{margin:0 0 10px;font-size:15px;color:#fde68a}.stage-hud p{margin:0;color:#dbeafe;font-size:13px;line-height:1.45}.meter{display:grid;grid-template-columns:54px 1fr;align-items:center;margin:6px 0;padding:8px;border-radius:12px;background:#0f172a9e;border:1px solid rgba(148,163,184,.18)}.meter b{font-size:22px;color:#67e8f9;text-align:center}.meter span{color:#e2e8f0;font-weight:800}.warn{margin-top:8px!important;color:#fb923c!important;font-weight:900}.stage-proof{position:absolute;left:24px;bottom:18px;z-index:5;padding:7px 10px;border-radius:999px;border:1px solid rgba(134,239,172,.38);background:#052e167a;color:#bbf7d0;font-size:9px;font-weight:900;letter-spacing:.06em;box-shadow:0 0 16px #22c55e26}@media(max-width:900px){.stage-hud.top{height:auto;min-height:74px;align-items:flex-start;flex-direction:column;padding:12px}.brand b{font-size:22px}.chips{justify-content:flex-start}.stage-hud.right{inset:auto 12px 56px;width:auto;max-height:32vh;grid-template-columns:1fr 1fr}.stage-proof{left:12px;right:12px;bottom:10px;text-align:center}.stage-canvas{height:100%}}
