.ms-wiz{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:stretch;justify-content:center;padding:0;width:100%;height:100%;height:100dvh;height:100svh;overscroll-behavior:none}.ms-wiz[hidden]{display:none!important}.ms-wiz__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617b8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ms-wiz__panel{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:100%;height:100%;max-height:100%;overflow:hidden;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:linear-gradient(to bottom right,#020617,#111827,#09090b);box-shadow:0 25px 50px -12px #00000080;border:none}.ms-wiz__panel:before{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top right,rgba(46,16,101,.3),transparent,rgba(76,5,25,.3));z-index:0}.ms-wiz__panel:after{content:"";pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom left,rgba(30,27,75,.2),transparent,rgba(74,4,78,.2));z-index:0}.ms-wiz__inner{position:relative;z-index:1;display:flex;flex-direction:column;flex:1;min-height:0;width:100%;background:#1a0a2e}.ms-wiz__close,.ms-wiz__back{position:absolute;top:max(8px,env(safe-area-inset-top));z-index:30;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:0;background:transparent;color:#ffffffb3;cursor:pointer;-webkit-tap-highlight-color:transparent}.ms-wiz__close{right:4px}.ms-wiz__back{left:4px}.ms-wiz__close:hover,.ms-wiz__back:hover{color:#fff}.ms-wiz__back[hidden]{display:none!important}.ms-wiz__progress{flex-shrink:0;padding:max(6px,env(safe-area-inset-top)) 0 0}.ms-wiz__progress-track{height:3px;width:100%;background:#ffffff1a;overflow:hidden}.ms-wiz__progress-fill{height:100%;background:linear-gradient(to right,#fb923c,#ec4899);transition:width .5s ease-out}.ms-wiz__header{flex-shrink:0;z-index:10}.ms-wiz__title{margin:0;padding:14px 48px 0;text-align:center;font-family:Reddit Sans,Inter,system-ui,sans-serif;font-size:1.05rem;font-weight:700;line-height:1.2;color:#fff}.ms-wiz-coach{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px 8px 12px;box-sizing:border-box}.ms-wiz-coach__mascot{position:relative;flex-shrink:0;width:56px;height:56px}.ms-wiz-coach__mascot svg{width:100%;height:100%;display:block}.ms-wiz-coach__bubble{position:relative;flex:1;min-width:0;min-height:56px;border-radius:16px;border:1px solid #333;background:linear-gradient(107.87deg,#a56cea4d -7.32%,#dd528f4d,#581ca04d 107.84%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;padding:12px 14px;box-sizing:border-box}.ms-wiz-coach__bubble p{margin:0;font-size:13px;font-weight:500;line-height:1.25;color:#fff;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ms-wiz-coach__tail{position:absolute;left:-11px;top:50%;transform:translateY(-50%);z-index:2;overflow:visible}.ms-wiz__body{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;padding:0}.ms-wiz-step{flex:1 1 0;min-height:0;height:100%;display:flex;flex-direction:column;overflow:auto;padding:0 16px 20px;-webkit-overflow-scrolling:touch}.ms-wiz-step[hidden]{display:none!important}.ms-wiz-step--upload{position:relative;padding:0;overflow:hidden!important;height:100%;max-height:100%}.ms-wiz-step__scroll{flex:1 1 0;min-height:0;overflow-x:hidden;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:4px 20px 96px;-webkit-overflow-scrolling:touch}.ms-wiz-step__footer{position:absolute;left:0;right:0;bottom:0;z-index:20;flex-shrink:0;width:100%;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px));box-sizing:border-box;border-top:1px solid rgba(255,255,255,.1);background:#111827f7;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.ms-wiz-heroart{width:100%;max-width:360px;margin:0 auto;display:flex;align-items:center;justify-content:center;min-height:0;flex:0 1 auto}.ms-wiz-heroart img{width:100%;height:auto;max-height:calc(100dvh - 260px);max-height:calc(100svh - 260px);object-fit:contain;display:block}.ms-wiz-heroart__desktop{display:none!important}.ms-wiz-heroart__mobile{display:block!important}.ms-wiz-heroart--compact img{max-height:calc(100dvh - 280px);max-height:calc(100svh - 280px)}.ms-wiz-upload{display:block;width:100%;cursor:pointer}.ms-wiz-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:52px;border:0;border-radius:9999px;overflow:hidden;cursor:pointer;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:600;text-decoration:none;background:transparent;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.ms-wiz-btn:active{transform:scale(.98)}.ms-wiz-btn--primary .ms-wiz-btn__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#9333ea,#db2777,#9333ea);background-size:200% 100%;animation:ms-wiz-gradient 3s linear infinite}.ms-wiz-btn__label{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 24px}.ms-wiz-btn--ghost{background:#ffffff14;border:1px solid rgba(255,255,255,.16)}.ms-wiz-btn--ghost .ms-wiz-btn__bg{display:none}.ms-wiz-btn:disabled{opacity:.5;cursor:not-allowed}@keyframes ms-wiz-gradient{0%{background-position:0% 50%}to{background-position:200% 50%}}.ms-wiz-field{display:grid;gap:6px;margin-bottom:14px;font-size:.85rem;font-weight:600}.ms-wiz-field em{color:#f472b6;font-style:normal}.ms-wiz-field small{font-weight:500;opacity:.65}.ms-wiz-field input,.ms-wiz-field select{width:100%;min-height:48px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#00000047;color:#fff;padding:0 14px;font:inherit;font-weight:600;box-sizing:border-box}.ms-wiz-field input::placeholder{color:#fff6}.ms-wiz-seg{border:0;margin:0 0 18px;padding:0;display:grid;gap:8px}.ms-wiz-seg legend{margin-bottom:8px;font-size:.85rem;font-weight:600}.ms-wiz-seg label{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 14px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-weight:600;cursor:pointer}.ms-wiz-preview-row{display:flex;justify-content:center;margin:8px 0 16px}.ms-wiz-preview-row img{width:88px;height:88px;border-radius:16px;object-fit:cover;border:2px solid rgba(255,255,255,.2);background:#2a1848}.ms-wiz-gen{text-align:center;padding:64px 10px 48px}.ms-wiz-gen__orb{width:88px;height:88px;margin:0 auto 22px;border-radius:50%;background:conic-gradient(from 0deg,#9333ea,#db2777,#0ef2f4,#9333ea);animation:ms-wiz-spin 1.1s linear infinite;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px));mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 calc(100% - 7px))}.ms-wiz-gen h3{margin:0 0 8px;font-size:1.25rem;font-family:Reddit Sans,Inter,sans-serif}.ms-wiz-gen p{margin:0;opacity:.75;font-weight:500}@keyframes ms-wiz-spin{to{transform:rotate(360deg)}}.ms-wiz-hero{text-align:center;margin:8px 0 16px}.ms-wiz-hero img{width:min(260px,70vw);aspect-ratio:1;object-fit:cover;border-radius:22px;border:3px solid rgba(255,180,255,.35);box-shadow:0 16px 40px #00000059;background:#2a1848}.ms-wiz-hero__note{margin:12px 0 0;font-size:.78rem;opacity:.7;font-weight:500}.ms-wiz-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.ms-wiz-lead{margin:0 0 16px;font-size:.9rem;line-height:1.45;opacity:.82;font-weight:500}.ms-wiz-choice{width:100%;text-align:left;display:grid;gap:4px;padding:16px;margin-bottom:10px;border-radius:16px;border:1px solid rgba(255,180,255,.28);background:#9333ea2e;color:#fff;cursor:pointer;font:inherit;box-sizing:border-box}.ms-wiz-choice strong{font-size:1rem;font-weight:700}.ms-wiz-choice span{font-size:.82rem;opacity:.75;font-weight:500}.ms-wiz-choice--muted{background:#ffffff0d;border-color:#ffffff1f}.ms-wiz-book__stage{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.14);background:#0d0d0d}.ms-wiz-book__stage img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.ms-wiz-book__badge{position:absolute;left:12px;right:12px;bottom:12px;padding:10px 12px;border-radius:12px;background:#140a23d1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.85rem;font-weight:700;line-height:1.3}.ms-wiz-book__pages{display:flex;gap:8px;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:none}.ms-wiz-book__pages::-webkit-scrollbar{display:none}.ms-wiz-page{flex:none;padding:0;border:2px solid transparent;border-radius:10px;background:transparent;cursor:pointer;opacity:.7}.ms-wiz-page.is-active{border-color:#ec4899;opacity:1}.ms-wiz-page img{display:block;width:72px;height:46px;object-fit:cover;border-radius:8px}.ms-wiz-summary{list-style:none;margin:14px 0;padding:0;display:grid;gap:8px}.ms-wiz-summary li{display:flex;justify-content:space-between;gap:12px;font-size:.85rem;font-weight:600;padding:10px 12px;border-radius:12px;background:#ffffff0f}.ms-wiz-summary li span:last-child{color:#f9a8d4;text-align:right}.ms-wiz-fine{margin:12px 0 0;text-align:center;font-size:.72rem;opacity:.6;font-weight:500;line-height:1.4}.ms-wiz-fine--italic{margin:4px 0 16px;font-style:italic;opacity:.55}.ms-wiz-error{position:absolute;top:0;right:0;bottom:0;left:0;z-index:40;display:flex;align-items:center;justify-content:center;padding:24px 20px;box-sizing:border-box;background:#0a04168c;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.ms-wiz-error[hidden]{display:none!important}.ms-wiz-error__card{width:min(360px,100%);padding:28px 22px 22px;border-radius:20px;background:#1a0a2ef5;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 60px #00000073;text-align:center}.ms-wiz-error__card h3{margin:0 0 12px;font-family:Reddit Sans,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:800;color:#fff}.ms-wiz-error__card p{margin:0 0 20px;font-size:.9rem;line-height:1.45;font-weight:500;color:#ffffffc7}.ms-wiz-field input.is-invalid,.ms-wiz-field select.is-invalid{border-color:#fb923c;box-shadow:0 0 0 1px #fb923c}.ms-wiz-photo-banner{position:absolute;left:50%;top:72px;z-index:35;width:min(420px,calc(100% - 24px));transform:translate(-50%);background:#fff;color:#374151;border-radius:16px;box-shadow:0 12px 40px #0f0a1e47;padding:14px 14px 16px;box-sizing:border-box}.ms-wiz-photo-banner[hidden]{display:none!important}.ms-wiz-photo-banner__head{display:grid;grid-template-columns:22px 1fr 28px;gap:10px;align-items:start;margin-bottom:14px}.ms-wiz-photo-banner__info{width:20px;height:20px;border-radius:999px;background:#1f2937;color:#fff;font-size:12px;font-weight:700;font-style:italic;display:grid;place-items:center;line-height:1;margin-top:1px}.ms-wiz-photo-banner__head p{margin:0;font-size:13px;line-height:1.35;font-weight:500;color:#4b5563}.ms-wiz-photo-banner__close{width:28px;height:28px;border:0;background:transparent;color:#9ca3af;font-size:22px;line-height:1;cursor:pointer;border-radius:8px;display:grid;place-items:center;padding:0}.ms-wiz-photo-banner__close:hover{color:#4b5563;background:#f3f4f6}.ms-wiz-photo-banner__grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 12px}.ms-wiz-photo-banner__grid li{display:flex;align-items:flex-start;gap:8px;min-width:0}.ms-wiz-photo-banner__ico{flex-shrink:0;width:18px;height:18px;border-radius:999px;margin-top:1px;background:#d1d5db center / 10px 10px no-repeat}.ms-wiz-photo-banner__grid li.is-ok .ms-wiz-photo-banner__ico{background-color:#22c55e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2.5 6.2L4.8 8.5L9.5 3.5' stroke='%23fff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}.ms-wiz-photo-banner__grid li.is-bad .ms-wiz-photo-banner__ico{background-color:#ef4444;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3.5 3.5L8.5 8.5M8.5 3.5L3.5 8.5' stroke='%23fff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E")}.ms-wiz-photo-banner__grid li.is-pending .ms-wiz-photo-banner__ico{background-color:#e5e7eb}.ms-wiz-photo-banner__meta{display:grid;gap:2px;min-width:0}.ms-wiz-photo-banner__meta small{font-size:11px;font-weight:500;color:#9ca3af;line-height:1.2}.ms-wiz-photo-banner__meta strong{font-size:13px;font-weight:600;color:#374151;line-height:1.25}@media(min-width:640px){.ms-wiz-photo-banner{top:88px}}body.ms-wiz-open{overflow:hidden;touch-action:none}@media(min-width:640px){.ms-wiz{align-items:center;padding:16px}.ms-wiz__panel{width:min(800px,100%);height:min(90vh,648px);max-height:648px;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.ms-wiz__panel:before,.ms-wiz__panel:after{border-radius:12px}.ms-wiz__inner{border-radius:12px}.ms-wiz__progress{padding-top:0}.ms-wiz__progress-track{border-radius:12px 12px 0 0}.ms-wiz__close{right:12px;top:12px;width:44px;height:44px;border-radius:8px}.ms-wiz__close:hover{background:#ffffff1a}.ms-wiz__back{left:12px;top:12px;width:44px;height:44px;border-radius:8px}.ms-wiz__title{padding:16px 56px 0;font-size:1.125rem}.ms-wiz-coach{padding:12px 40px 12px 24px}.ms-wiz-coach__mascot{width:72px;height:72px}.ms-wiz-coach__bubble{min-height:64px}.ms-wiz-step:not(.ms-wiz-step--upload){padding:0 24px 24px}.ms-wiz-step__scroll{padding:8px 32px 16px;justify-content:center}.ms-wiz-step__footer{border-top:1px solid rgba(255,255,255,.08);background:#1a0a2efa;padding:16px 24px 24px}.ms-wiz-heroart{max-width:85%}.ms-wiz-heroart img{max-height:368px}.ms-wiz-heroart__mobile{display:none!important}.ms-wiz-heroart__desktop{display:block!important}}@media(max-width:639px)and (max-height:700px){.ms-wiz-coach{padding-top:8px;padding-bottom:4px}.ms-wiz-coach__mascot{width:44px;height:44px}.ms-wiz-coach__bubble{min-height:44px;padding:8px 12px}.ms-wiz-heroart img{max-height:calc(100dvh - 230px);max-height:calc(100svh - 230px)}.ms-wiz-step__scroll{padding-bottom:88px}.ms-wiz__title{padding-top:10px;font-size:1rem}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/ms-preview.css.map */
