.hxy-mark{--hxy-blue:#6186da;--hxy-violet:#927bd4;--hxy-pink:#d17ba7;--hxy-green:#48a487;--hxy-orange:#db9858;--hxy-fill:#eef7ff;overflow:visible}
.dark .hxy-mark{--hxy-blue:#9bbaff;--hxy-violet:#c4b0fa;--hxy-pink:#f3afd0;--hxy-green:#89dcc0;--hxy-orange:#f8c18e;--hxy-fill:#25374c}
.hxy-stop-blue{stop-color:var(--hxy-blue)}.hxy-stop-violet{stop-color:var(--hxy-violet)}.hxy-stop-pink{stop-color:var(--hxy-pink)}.hxy-stop-green{stop-color:var(--hxy-green)}
.hxy-drop{animation:hxy-drop 3.2s ease-in-out infinite;transform-origin:center}
.hxy-drop-1{fill:var(--hxy-blue)}.hxy-drop-2{fill:var(--hxy-violet);animation-delay:-.8s;animation-duration:3.8s}.hxy-drop-3{fill:var(--hxy-pink);animation-delay:-1.5s;animation-duration:3s}.hxy-drop-4{fill:var(--hxy-orange);animation-delay:-2.1s;animation-duration:3.5s}
.hxy-cloud{fill:var(--hxy-fill);animation:hxy-breathe 4s ease-in-out infinite;transform-origin:116px 100px}
.hxy-mark-loading .hxy-drop{animation-duration:1.5s}.hxy-loading-wave{stroke-dasharray:28 12;animation:hxy-wave 1.5s linear infinite}
@keyframes hxy-drop{0%,100%{transform:translateY(-14px);opacity:.2}20%{opacity:1}70%{transform:translateY(2px);opacity:1}85%{opacity:.45}}
@keyframes hxy-breathe{0%,100%{transform:translateY(0)}50%{transform:translateY(-2px)}}
@keyframes hxy-wave{to{stroke-dashoffset:-40}}
@media(prefers-reduced-motion:reduce){.hxy-drop,.hxy-cloud,.hxy-loading-wave{animation:none;opacity:1}}
.hxy-boot{position:fixed;inset:0;display:grid;place-content:center;justify-items:center;gap:16px;background:#f2f9fd;color:#24475b;font:500 15px system-ui,sans-serif;z-index:10000}.dark .hxy-boot{background:#111c28;color:#d4e8f4}.hxy-boot svg{width:88px;height:88px}.hxy-boot a{color:inherit}.hxy-boot-error{display:none}
