.hd-page-enter{animation:.15s ease-out hdPageIn}@keyframes hdPageIn{0%{opacity:0}to{opacity:1}}@keyframes hdSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.hd-instant>*{animation:.1s ease-out hdPageIn}.hd-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:12px;animation:1.2s infinite hdShimmer}@keyframes hdShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.hd-check{animation:.4s cubic-bezier(.175,.885,.32,1.275) hdPop}@keyframes hdPop{0%{opacity:0;transform:scale(0)}60%{transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.hd-card{-webkit-tap-highlight-color:transparent;cursor:pointer;transition:transform .12s,box-shadow .12s}.hd-card:active{transform:scale(.97)}.hd-pill{-webkit-tap-highlight-color:transparent;transition:all .15s}.hd-pill:active{transform:scale(.95)}.hd-stagger>*{animation:.3s ease-out both hdFadeIn}.hd-stagger>:first-child{animation-delay:0s}.hd-stagger>:nth-child(2){animation-delay:50ms}.hd-stagger>:nth-child(3){animation-delay:.1s}.hd-stagger>:nth-child(4){animation-delay:.15s}.hd-stagger>:nth-child(5){animation-delay:.2s}.hd-stagger>:nth-child(6){animation-delay:.25s}.hd-stagger>:nth-child(7){animation-delay:.3s}.hd-stagger>:nth-child(8){animation-delay:.35s}@keyframes hdFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hd-pull-indicator{background:#e5e7eb;border-radius:2px;width:36px;height:4px;margin:8px auto}.hd-counter{animation:.6s ease-out hdCountUp;display:inline-block}@keyframes hdCountUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hd-toast{color:#fff;z-index:9999;background:#111827;border-radius:14px;max-width:340px;padding:12px 20px;font-size:14px;font-weight:600;animation:.3s ease-out hdToastIn;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0003}@keyframes hdToastIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.hd-confetti{animation:.5s ease-out hdConfetti}@keyframes hdConfetti{0%{opacity:0;transform:scale(.5)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.hd-img-loading{background:#f3f4f6;justify-content:center;align-items:center;display:flex}.hd-hscroll{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:10px;padding-bottom:4px;display:flex;overflow-x:auto}.hd-hscroll::-webkit-scrollbar{display:none}.hd-btn-loading:after{content:"";vertical-align:middle;border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;margin-left:8px;animation:.6s linear infinite hdSpin;display:inline-block}@keyframes hdSpin{to{transform:rotate(360deg)}}