.hs{position:fixed;inset:0;z-index:1000;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#07070b;opacity:1;transition:opacity .28s ease}.hs--leaving{opacity:0;pointer-events:none}.hs-center{display:flex;flex-direction:column;align-items:center;gap:18px}.hs-vault{position:relative;width:112px;height:112px;display:grid;place-items:center}.hs-mark{transform:scale(1.24) rotate(0deg);animation:hs-vault 1.4s cubic-bezier(.3,0,.2,1) forwards;will-change:transform}.hs-word{font-family:Inter,system-ui,sans-serif;font-size:15px;font-weight:300;letter-spacing:.22em;text-transform:uppercase;color:rgba(245,243,239,.78);opacity:0;transform:translateY(6px);animation:hs-word .45s ease .95s forwards}@keyframes hs-vault{0%{transform:scale(1.24) rotate(0deg)}58%{transform:scale(1.24) rotate(40deg)}78%{transform:scale(.9) rotate(40deg)}to{transform:scale(1) rotate(40deg)}}@keyframes hs-word{to{opacity:1;transform:translateY(0)}}.hs-wait{position:absolute;bottom:clamp(48px,14vh,120px);left:0;right:0;margin:0 auto;width:min(440px,calc(100vw - 48px));display:flex;flex-direction:column;align-items:center;gap:16px;animation:hs-word .4s ease forwards;opacity:0}.hs-bar{width:128px;height:2px;border-radius:2px;background:rgba(245,243,239,.12);overflow:hidden}.hs-bar-fill{display:block;height:100%;width:0;background:#8b5cf6;animation:hs-fill 6s cubic-bezier(.16,.6,.2,1) forwards}@keyframes hs-fill{0%{width:2%}to{width:92%}}.hs-fact{margin:0;text-align:center;font-family:Inter,system-ui,sans-serif;font-size:13px;line-height:1.55;font-weight:400;color:rgba(245,243,239,.6);animation:hs-fact-in .45s ease}.hs-fact-src{color:rgba(245,243,239,.36);white-space:nowrap}@keyframes hs-fact-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.hs-mark{animation:none;transform:scale(1) rotate(0deg)}.hs-word{opacity:1;transform:none}.hs-fact,.hs-word{animation:none}.hs-bar-fill{animation-duration:.01s;width:92%}}