.wz-wizard{display:flex;flex-direction:column;min-height:calc(100dvh - 2 * var(--wz-space-4) - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))}.wz-wizard__head{display:flex;align-items:center;gap:var(--wz-space-2)}.wz-wizard__dots{margin-left:auto;display:flex;gap:var(--wz-space-1)}.wz-wizard__dot{width:8px;height:8px;border-radius:50%;background:var(--wz-line)}.wz-wizard__dot.is-on{background:var(--wz-gold)}.wz-wizard__title:focus:not(:focus-visible){outline:none}.wz-wizard__body{flex:1;display:flex;flex-direction:column;gap:var(--wz-space-3);margin-top:var(--wz-space-3);animation:wz-wizstep-in var(--wz-dur-base) var(--wz-ease-standard)}@keyframes wz-wizstep-in{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:none}}.wz-wizard__chips{flex-wrap:wrap;gap:var(--wz-space-2)}.wz-wizard__quick{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left}.wz-wizard__quicksub{font-size:var(--wz-text-sm)}.wz-wizard__foot{margin-top:var(--wz-space-3)}.wz-wizard__foot>.wz-btn{width:100%}.wz-wizsheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:var(--wz-space-4);padding-bottom:calc(var(--wz-space-4) + env(safe-area-inset-bottom,0px));background:color-mix(in srgb,var(--wz-bg) 68%,transparent);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.wz-wizsheet__card{width:min(30rem,100%)}.wz-codebox--tap{cursor:pointer}@media(prefers-reduced-motion:reduce){.wz-wizard__body{animation:none}}
