:root{--fx-ease:cubic-bezier(0.22,1,0.36,1)}@supports (animation-timeline:view()){html.fx .fxShot{animation:fx-shot linear both;animation-timeline:view();animation-range:entry 0 cover 42%;will-change:transform,clip-path,opacity}@keyframes fx-shot{0%{opacity:.35;-webkit-clip-path:inset(10% 7% 10% 7% round 28px);clip-path:inset(10% 7% 10% 7% round 28px);transform:perspective(1100px) rotateX(6.5deg) scale(.955) translateY(20px)}to{opacity:1;-webkit-clip-path:inset(0 0 0 0 round 18px);clip-path:inset(0 0 0 0 round 18px);transform:perspective(1100px) rotateX(0deg) scale(1) translateY(0)}}html.fx .fxStage{animation:fx-stage linear both;animation-timeline:view();animation-range:exit 0 exit 90%}@keyframes fx-stage{0%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(-26px) scale(.97);opacity:.5}}}@supports not (animation-timeline:view()){html.fx .fxShot{opacity:0;-webkit-clip-path:inset(9% 6% 9% 6% round 28px);clip-path:inset(9% 6% 9% 6% round 28px);transform:scale(.96) translateY(22px);transition:opacity .7s var(--fx-ease),transform .85s var(--fx-ease),-webkit-clip-path .85s var(--fx-ease);transition:opacity .7s var(--fx-ease),clip-path .85s var(--fx-ease),transform .85s var(--fx-ease);transition:opacity .7s var(--fx-ease),clip-path .85s var(--fx-ease),transform .85s var(--fx-ease),-webkit-clip-path .85s var(--fx-ease)}html.fx .fxShot.fx-in{opacity:1;-webkit-clip-path:inset(0 0 0 0 round 18px);clip-path:inset(0 0 0 0 round 18px);transform:none}}html.fx [data-fx]{opacity:0;transform:translateY(24px);transition:opacity .55s var(--fx-ease),transform .7s var(--fx-ease),filter .7s var(--fx-ease);transition-delay:var(--fx-d,0ms)}html.fx [data-fx].fx-in{opacity:1;transform:none;filter:none}html.fx [data-fx=kicker]{transform:scale(.7) translateY(8px);filter:blur(5px)}html.fx [data-fx=card-l]{transform:translateY(30px) rotate(-1.4deg)}html.fx [data-fx=card-r]{transform:translateY(30px) rotate(1.4deg)}html.fx [data-fx=pop]{transform:translateY(14px) scale(.9)}html.fx [data-fx=fade]{transform:none}html.fx [data-depth]{will-change:translate}@media (prefers-reduced-motion:reduce){html.fx .fxShot,html.fx .fxStage,html.fx [data-fx]{animation:none!important;transition:none!important;opacity:1!important;transform:none!important;-webkit-clip-path:none!important;clip-path:none!important;filter:none!important}html.fx [data-depth]{translate:none!important}}html.fx .page-enter{animation:bbPageEnter .45s var(--fx-ease,cubic-bezier(.22,1,.36,1)) backwards}@keyframes bbPageEnter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.xapp-veil{position:fixed;inset:0;z-index:2147483000;display:grid;place-items:center;background:linear-gradient(160deg,#f7f4fe,#efe9fd 60%,#ece4fc);opacity:0;pointer-events:none;visibility:hidden;transition:opacity .26s cubic-bezier(.22,1,.36,1),visibility 0s .26s}.xapp-veil-on{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .26s cubic-bezier(.22,1,.36,1)}.xapp-veil-inner{display:flex;flex-direction:column;align-items:center;gap:14px}.xapp-veil-mark{width:72px;height:72px;object-fit:contain;filter:drop-shadow(0 10px 24px rgba(108,92,231,.35))}.xapp-veil-on .xapp-veil-mark{animation:bbVeilPulse 1.4s ease-in-out infinite}@keyframes bbVeilPulse{0%,to{transform:scale(1)}50%{transform:scale(1.07)}}.xapp-veil-spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid #d8cff6;border-top-color:#6c5ce7;animation:bbVeilSpin .85s linear infinite}@keyframes bbVeilSpin{to{transform:rotate(1turn)}}.xapp-veil-label{font-size:14px;font-weight:600;color:#5d5777}