:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--ink:#fff4dc;--muted:#d1aa7b;--ember:#ff7417;--night:#07090d;font-family:Avenir Next,Trebuchet MS,sans-serif}*{box-sizing:border-box}html,body{background:var(--night);width:100%;min-width:320px;height:100%;margin:0;overflow:hidden}.bar-scene{isolation:isolate;background:linear-gradient(115deg,#101c30eb,#0a0807fa 54%,#2a1105e0);width:100%;height:100dvh;min-height:28rem;position:relative;overflow:hidden}.bar-scene canvas{touch-action:none;width:100%;height:100%;display:block}.bar-scene__crosshair{opacity:0;pointer-events:none;border:1px solid #ffe0b8a6;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bar-scene.is-active .bar-scene__crosshair{opacity:1}.bar-scene__hint{z-index:2;color:var(--muted);letter-spacing:0;white-space:nowrap;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#06070aad;border:1px solid #ffbc703d;margin:0;padding:.42rem .7rem;font-size:.75rem;font-weight:500;line-height:1.2;transition:opacity .24s;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.bar-scene.has-interacted .bar-scene__hint{opacity:0}.bar-scene__status{z-index:3;color:var(--ink);letter-spacing:0;pointer-events:none;place-items:center;margin:0;font-size:.8rem;font-weight:600;line-height:1.2;transition:opacity .28s;display:grid;position:absolute;inset:0}.bar-scene.is-loaded .bar-scene__status{opacity:0}@media (width<=640px){.bar-scene__hint{white-space:normal;text-align:center;max-width:calc(100vw - 1.5rem);bottom:.75rem}}@media (prefers-reduced-motion:reduce){.bar-scene__hint,.bar-scene__status{transition:none}}
