.ax-hud{--hud-chrome:hsla(0,0%,100%,.22);--hud-accent:#05c3dd;--hud-telem:hsla(0,0%,100%,.32);color:var(--hud-chrome);font-family:var(--font-body);inset:0;pointer-events:none;position:fixed;z-index:60}.ax-hud.is-light{--hud-chrome:rgba(21,23,26,.32);--hud-accent:#04859a;--hud-telem:rgba(21,23,26,.5)}.ax-hud.is-flipping{animation:ax-hud-flip .5s ease}@keyframes ax-hud-flip{0%{opacity:1}38%{opacity:.3}to{opacity:1}}.ax-hud__corner{height:18px;position:absolute;width:18px}.ax-hud__corner svg{display:block;height:100%;width:100%}.ax-hud__corner path{fill:none;stroke:var(--hud-chrome);stroke-width:1.4}.ax-hud__corner--tl{left:22px;top:22px}.ax-hud__corner--tr{right:22px;top:22px;transform:scaleX(-1)}.ax-hud__corner--bl{bottom:22px;left:22px;transform:scaleY(-1)}.ax-hud__corner--br{bottom:22px;right:22px;transform:scale(-1)}.ax-hud__ruler{background:repeating-linear-gradient(90deg,var(--hud-chrome) 0 1.4px,transparent 1.4px 34px);bottom:20px;height:11px;left:60px;opacity:.6;overflow:hidden;position:absolute;right:60px}.ax-hud__ruler:after{animation:ax-hud-sweep 6s linear infinite;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--hud-accent) 60%,transparent),transparent);bottom:0;content:"";height:11px;left:0;position:absolute;width:120px}@keyframes ax-hud-sweep{0%{transform:translateX(-140px)}to{transform:translateX(100vw)}}.ax-hud__telem{color:var(--hud-telem);font-size:9.5px;font-weight:600;letter-spacing:.1em;position:absolute;text-transform:uppercase}.ax-hud__telem--bl{bottom:35px;left:54px}.ax-hud__telem--br{bottom:35px;right:54px}.ax-hud__live{animation:ax-hud-live 2.6s ease-in-out infinite;color:var(--hud-accent)}@keyframes ax-hud-live{0%,to{opacity:.45}50%{opacity:1}}.ax-hud__rail{color:var(--hud-chrome);display:flex;flex-direction:column;gap:14px;position:absolute;top:50%;transform:translateY(-50%)}.ax-hud__rail--l{align-items:flex-start;left:20px}.ax-hud__rail--r{align-items:flex-end;right:20px}.ax-hud__rail i{background:var(--hud-chrome);height:1.5px;opacity:.55;transition:width .45s ease,height .45s ease,opacity .45s ease;width:8px}.ax-hud__rail i.near{opacity:.8;width:13px}.ax-hud__rail i.active{background:var(--hud-accent);height:2px;opacity:1;width:24px}.ax-hud__hint{animation:ax-hud-bob 2.4s ease-in-out infinite;bottom:50px;color:var(--hud-telem);font-size:11px;left:50%;letter-spacing:.12em;position:absolute;text-transform:uppercase;transform:translateX(-50%);transition:opacity .4s ease}.ax-hud__hint-arrow{display:inline-block}@keyframes ax-hud-bob{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,5px)}}@media (max-width:860px){.ax-hud__hint,.ax-hud__rail,.ax-hud__telem--br{display:none}.ax-hud__corner{height:14px;width:14px}.ax-hud__telem--bl{font-size:9px;left:40px}.ax-hud__ruler{left:40px;right:40px}}@media (prefers-reduced-motion:reduce){.ax-hud__hint,.ax-hud__live,.ax-hud__ruler:after{animation:none}}