.demo-shell[data-astro-cid-mou6p354]{max-width:1400px;margin:0 auto;padding:0 1rem 1.25rem}.demo-shell__frame-wrap[data-astro-cid-mou6p354]{position:relative;overflow:hidden;background:transparent;min-height:560px}.demo-shell__frame-wrap[data-astro-cid-mou6p354] iframe[data-astro-cid-mou6p354]{display:block;width:100%;min-height:0;height:0;border:0;overflow:hidden;background:transparent;opacity:0;pointer-events:none;transition:opacity .18s ease}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=ready] iframe[data-astro-cid-mou6p354]{opacity:1;pointer-events:auto}.demo-shell__loading[data-astro-cid-mou6p354]{position:absolute;top:0;right:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:560px;min-height:560px;padding:1rem;pointer-events:none;background:radial-gradient(ellipse 60% 50% at 50% 42%,color-mix(in srgb,var(--primary) 7%,transparent),transparent 70%);transition:opacity .18s ease,visibility .18s ease}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=ready] .demo-shell__loading[data-astro-cid-mou6p354]{opacity:0;visibility:hidden}.demo-shell__loader[data-astro-cid-mou6p354]{position:relative;width:13rem;height:13rem;border-radius:999px;background:radial-gradient(circle at 50% 50%,color-mix(in srgb,var(--card) 96%,transparent) 0 28%,transparent 33%),radial-gradient(circle at 50% 50%,color-mix(in srgb,#15b8a6 12%,transparent) 0 32%,transparent 50%)}.demo-shell__loader[data-astro-cid-mou6p354]:before,.demo-shell__loader[data-astro-cid-mou6p354]:after{content:"";position:absolute;inset:3rem;border-radius:inherit;border:1px solid color-mix(in srgb,var(--border) 70%,transparent)}.demo-shell__loader[data-astro-cid-mou6p354]:after{inset:3.7rem;border-color:color-mix(in srgb,#15b8a6 34%,transparent);animation:demo-loader-pulse 2.2s ease-in-out infinite}.demo-shell__loader-ring[data-astro-cid-mou6p354]{position:absolute;inset:2.3rem;border-radius:inherit;background:conic-gradient(from 90deg,#2563eb,#15b8a6,#36c275,transparent 72%);-webkit-mask:radial-gradient(circle,transparent 58%,#000 60%);mask:radial-gradient(circle,transparent 58%,#000 60%);animation:demo-loader-spin 1.7s linear infinite;will-change:transform}.demo-shell__loader-core[data-astro-cid-mou6p354]{position:absolute;inset:4.6rem;display:grid;place-items:center;animation:demo-loader-gear-spin 3.2s linear infinite;will-change:transform}.demo-shell__loader-core[data-astro-cid-mou6p354] svg[data-astro-cid-mou6p354]{width:100%;height:100%;display:block;filter:drop-shadow(0 6px 16px color-mix(in srgb,#2563eb 26%,transparent))}.demo-shell__loader-icon[data-astro-cid-mou6p354]{position:absolute;display:grid;place-items:center;width:3.3rem;height:3.3rem;border-radius:1.1rem;color:var(--text-main);background:color-mix(in srgb,var(--card) 94%,transparent);border:1px solid color-mix(in srgb,var(--border) 80%,transparent);box-shadow:0 16px 34px #0f172a29;opacity:.92;animation:demo-loader-bob 1.6s ease-in-out infinite;will-change:transform}.demo-shell__loader-icon[data-astro-cid-mou6p354] svg[data-astro-cid-mou6p354]{width:1.52rem;height:1.52rem;fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.demo-shell__loader-icon--cart[data-astro-cid-mou6p354]{left:-7rem;top:4.85rem;color:#2563eb;animation-delay:0s}.demo-shell__loader-icon--wallet[data-astro-cid-mou6p354]{left:-2.05rem;top:4.85rem;color:#15b8a6;animation-delay:-.8s}.demo-shell__loader-icon--link[data-astro-cid-mou6p354]{right:-2.05rem;top:4.85rem;color:#2563eb;animation-delay:0s}.demo-shell__loader-icon--check[data-astro-cid-mou6p354]{right:-7rem;top:4.85rem;color:#15b8a6;animation-delay:-.8s}html[data-theme=dark] .demo-shell__loader-icon[data-astro-cid-mou6p354]{background:color-mix(in srgb,var(--card) 84%,#ffffff 10%);border-color:color-mix(in srgb,#ffffff 22%,var(--border));box-shadow:0 16px 34px #00000057,0 0 0 1px #ffffff0d}html[data-theme=dark] .demo-shell__loader-icon--cart[data-astro-cid-mou6p354],html[data-theme=dark] .demo-shell__loader-icon--link[data-astro-cid-mou6p354]{color:#bfdbfe}html[data-theme=dark] .demo-shell__loader-icon--wallet[data-astro-cid-mou6p354],html[data-theme=dark] .demo-shell__loader-icon--check[data-astro-cid-mou6p354]{color:#99f6e4}@keyframes demo-loader-spin{to{transform:rotate(360deg)}}@keyframes demo-loader-pulse{0%,to{transform:scale(.96);opacity:.58}50%{transform:scale(1.06);opacity:1}}@keyframes demo-loader-gear-spin{to{transform:rotate(-360deg)}}@keyframes demo-loader-bob{0%,to{transform:translateY(-.55rem)}50%{transform:translateY(.55rem)}}.demo-shell__loading-text[data-astro-cid-mou6p354]{margin:1.5rem 0 0;font-size:.95rem;font-weight:500;color:var(--text-main);text-align:center;letter-spacing:.01em}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=loading] .demo-shell__loading-text[data-astro-cid-mou6p354]:after{content:"";display:inline-block;width:1.4em;text-align:left;animation:demo-loader-dots 1.5s steps(4,end) infinite}@keyframes demo-loader-dots{0%{content:""}25%{content:"."}50%{content:".."}75%,to{content:"..."}}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=error] .demo-shell__loading-text[data-astro-cid-mou6p354]{color:color-mix(in srgb,#c0392b 80%,var(--text-main))}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=error] .demo-shell__loader-ring[data-astro-cid-mou6p354],.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=error] .demo-shell__loader-core[data-astro-cid-mou6p354],.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=error] .demo-shell__loader-icon[data-astro-cid-mou6p354]{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.demo-shell__loader-ring[data-astro-cid-mou6p354],.demo-shell__loader[data-astro-cid-mou6p354]:after,.demo-shell__loader-core[data-astro-cid-mou6p354],.demo-shell__loader-icon[data-astro-cid-mou6p354]{animation:none;transform:none}.demo-shell__loader-icon[data-astro-cid-mou6p354]{opacity:.7}.demo-shell__frame-wrap[data-astro-cid-mou6p354][data-state=loading] .demo-shell__loading-text[data-astro-cid-mou6p354]:after{animation:none;content:"..."}}.demo-shell__missing-config[data-astro-cid-mou6p354]{display:grid;gap:.75rem;padding:1.5rem;color:var(--text-main)}.demo-shell__missing-config[data-astro-cid-mou6p354] p[data-astro-cid-mou6p354]{margin:0;color:var(--text-soft);line-height:1.7}@media(max-width:767px){.demo-shell[data-astro-cid-mou6p354]{padding:0 .75rem 1rem}.demo-shell__frame-wrap[data-astro-cid-mou6p354]{min-height:560px}.demo-shell__loading[data-astro-cid-mou6p354]{height:560px;min-height:560px}.demo-shell__loader[data-astro-cid-mou6p354]{width:10.5rem;height:10.5rem}.demo-shell__loader[data-astro-cid-mou6p354]:before{inset:2.3rem}.demo-shell__loader[data-astro-cid-mou6p354]:after{inset:2.9rem}.demo-shell__loader-ring[data-astro-cid-mou6p354]{inset:1.8rem}.demo-shell__loader-core[data-astro-cid-mou6p354]{inset:3.6rem}.demo-shell__loader-icon[data-astro-cid-mou6p354]{width:2.35rem;height:2.35rem;border-radius:.82rem}.demo-shell__loader-icon[data-astro-cid-mou6p354] svg[data-astro-cid-mou6p354]{width:1.1rem;height:1.1rem}.demo-shell__loader-icon--cart[data-astro-cid-mou6p354]{left:-3.4rem;top:4.08rem}.demo-shell__loader-icon--wallet[data-astro-cid-mou6p354]{left:-.72rem;top:4.08rem}.demo-shell__loader-icon--link[data-astro-cid-mou6p354]{right:-.72rem;top:4.08rem}.demo-shell__loader-icon--check[data-astro-cid-mou6p354]{right:-3.4rem;top:4.08rem}.demo-shell__loading-text[data-astro-cid-mou6p354]{margin-top:1.2rem;font-size:.9rem}.demo-shell__loading-hint[data-astro-cid-mou6p354]{font-size:.8rem;padding:0 1rem}}
