.hb-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#060011;color:#f0d7ff;font-family:var(--font-hud-mono,monospace)}.hb-bar{display:flex;align-items:center;gap:10px;padding:10px 16px;z-index:3;border-bottom:1px solid rgba(255,43,214,.2);background:rgba(10,0,20,.85);backdrop-filter:blur(6px)}.hb-logo{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(255,43,214,.5);color:#ff6ae0;box-shadow:0 0 14px rgba(255,43,214,.4)}.hb-title{font-family:var(--font-hud-display,sans-serif);letter-spacing:.14em;font-size:13px;color:#ff6ae0}.hb-sub{font-size:10px;color:rgba(230,180,255,.55)}.hb-stats{margin-left:auto;display:flex;gap:16px;font-size:12px;color:rgba(230,190,255,.8)}.hb-stats b{color:#ff6ae0}.hb-stage{position:relative;flex:1;min-height:0;overflow:hidden;background:#000}.hb-canvas,.hb-video{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transform:scaleX(-1)}.hb-video{filter:brightness(.85) saturate(1.1)}.hb-canvas{transform:none}.hb-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;gap:16px;align-items:center;justify-content:center;text-align:center;padding:24px;background:radial-gradient(600px 400px at 50% 50%,rgba(60,0,80,.5),rgba(6,0,17,.9))}.hb-hint{max-width:420px;font-size:14px;color:rgba(240,215,255,.85);line-height:1.5}.hb-err{max-width:460px;font-size:13px;color:#ffb3d9;line-height:1.5}.hb-go{background:#ff2bd6;color:#1a0016;border:none;border-radius:12px;padding:14px 26px;font-weight:700;letter-spacing:.08em;font-family:inherit;cursor:pointer;box-shadow:0 0 26px rgba(255,43,214,.5);transition:filter .15s ease}.hb-go:hover{filter:brightness(1.12)}.hb-foot{padding:8px 16px;font-size:10px;color:rgba(230,180,255,.5);text-align:center;border-top:1px solid rgba(255,43,214,.15);z-index:3}