.wizard-background{position:relative;background-color:var(--wizard-bg-color, #0f172a)}.wizard-background:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#7182fa0d,#7182fa0d);pointer-events:none}.wizard-background:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:var(--wizard-texture, url(/wizard-texture.png));background-repeat:repeat;background-size:200px 200px;opacity:.03;pointer-events:none;mix-blend-mode:screen}.wizard-background.use-css-pattern:after{background-image:repeating-linear-gradient(45deg,transparent,transparent 35px,rgba(113,130,250,.02) 35px,rgba(113,130,250,.02) 70px),repeating-linear-gradient(-45deg,transparent,transparent 35px,rgba(113,130,250,.02) 35px,rgba(113,130,250,.02) 70px);background-size:100px 100px}.wizard-title-gradient{background:linear-gradient(135deg,#97a9fc,#8795fb,#97a9fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Cinzel,Times New Roman,serif!important;font-weight:700!important;letter-spacing:1px!important}@keyframes wizard-shimmer{0%{background-position:0% 50%}to{background-position:100% 50%}}.wizard-title-gradient{background-size:200% auto;animation:wizard-shimmer 16s ease-in-out infinite}.wizard-instruction-box{background-color:#7182fa1a;border:1px solid rgba(113,130,250,.2);border-radius:8px;padding:16px;color:#f1f5f9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@media (prefers-reduced-motion: reduce){.wizard-title-gradient{animation:none!important}}
