.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-step--names{display:flex;flex-direction:column;gap:0}.ms-wiz-nameblock{display:grid;gap:12px;margin-bottom:18px}.ms-wiz-field--name{margin-bottom:0}.ms-wiz-field--name input{min-height:54px;border-radius:14px;border:1.5px solid rgba(255,255,255,.28);background:#08041473;font-size:16px;font-weight:500;transition:border-color .15s ease,box-shadow .15s ease}.ms-wiz-field--name input:focus{outline:none;border-color:#fb923c;box-shadow:0 0 0 1px #fb923c59}.ms-wiz-field--name input.is-invalid{border-color:#fb923c}.ms-wiz-namecover{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000059;padding:14px 16px}.ms-wiz-namecover[hidden]{display:none!important}.ms-wiz-namecover__label{display:block;margin-bottom:6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffff73}.ms-wiz-namecover__value{display:block;font-size:18px;font-weight:800;color:#fff;line-height:1.25}.ms-wiz-fine--italic{margin:0;font-size:13px;font-style:italic;font-weight:500;color:#ffffff73;text-align:left}.ms-wiz-fine--italic[hidden]{display:none!important}.ms-wiz-name-extras{margin-bottom:18px;padding-top:4px;border-top:1px solid rgba(255,255,255,.06)}.ms-wiz-btn--confirm-name:disabled{opacity:1;cursor:not-allowed}.ms-wiz-btn--confirm-name:disabled .ms-wiz-btn__bg{background:#4b5568;animation:none}.ms-wiz-btn--confirm-name:disabled .ms-wiz-btn__label{color:#ffffffb8}.ms-wiz-step--meta{display:flex;flex-direction:column;gap:22px}.ms-wiz-gender{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ms-wiz-gender__btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:56px;padding:0 16px;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0f;color:#fff;font-family:Inter,system-ui,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease}.ms-wiz-gender__btn:hover{background:#ffffff1a}.ms-wiz-gender__btn.is-active,.ms-wiz-gender__btn[aria-pressed=true]{border-color:transparent;background:linear-gradient(101deg,#38bdf8,#2563eb);box-shadow:0 8px 22px #2563eb59}.ms-wiz-gender__ico{font-size:18px;line-height:1;opacity:.95}.ms-wiz-age{display:grid;gap:12px;padding:4px 2px 8px}.ms-wiz-age__row{display:flex;align-items:baseline;justify-content:space-between;font-size:16px;font-weight:700}.ms-wiz-age__row strong{font-size:20px;font-weight:800}.ms-wiz-age__slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:999px;background:#ffffff2e;outline:none;cursor:pointer}.ms-wiz-age__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:28px;height:28px;border-radius:50%;background:#3b82f6;border:3px solid #fff;box-shadow:0 2px 10px #00000059;cursor:pointer}.ms-wiz-age__slider::-moz-range-thumb{width:28px;height:28px;border-radius:50%;background:#3b82f6;border:3px solid #fff;box-shadow:0 2px 10px #00000059;cursor:pointer}.ms-wiz-age__slider::-moz-range-track{height:4px;border-radius:999px;background:#ffffff2e}.ms-wiz-step--save{display:flex;flex-direction:column;gap:16px}.ms-wiz-namechip{display:inline-flex;align-items:center;gap:10px;align-self:flex-start;max-width:100%;min-height:42px;padding:0 14px;border-radius:999px;border:1px solid rgba(168,85,247,.45);background:#581c8740;color:#fff;font-size:15px;font-weight:700;cursor:pointer;text-align:left}.ms-wiz-namechip:hover{background:#581c8766}.ms-wiz-namechip__edit{flex-shrink:0;opacity:.85}.ms-wiz-save-copy h3{margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.25;letter-spacing:-.01em}.ms-wiz-save-copy p{margin:0;color:#ffffffb3;font-size:14px;line-height:1.45}.ms-wiz-save-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:4px;border-radius:999px;background:#00000047;border:1px solid rgba(255,255,255,.08)}.ms-wiz-save-tab{min-height:40px;border:0;border-radius:999px;background:transparent;color:#ffffffb3;font:inherit;font-size:14px;font-weight:700;cursor:pointer}.ms-wiz-save-tab.is-active{background:linear-gradient(101deg,#38bdf8,#2563eb);color:#fff}.ms-wiz-save-field{position:relative;display:block}.ms-wiz-save-field[hidden]{display:none!important}.ms-wiz-save-field input{width:100%;min-height:52px;box-sizing:border-box;padding:0 44px 0 16px;border-radius:14px;border:1.5px solid rgba(255,255,255,.22);background:#08041473;color:#fff;font:inherit;font-size:16px;font-weight:500;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.ms-wiz-save-field input:focus{border-color:#22d3ee;box-shadow:0 0 0 1px #22d3ee59}.ms-wiz-save-field.is-valid input{border-color:#22d3ee}.ms-wiz-save-field__check{position:absolute;right:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;background:#22d3ee;color:#0f172a;font-size:13px;font-weight:800;display:grid;place-items:center;line-height:1}.ms-wiz-save-field__check[hidden]{display:none!important}.ms-wiz-skip{border:0;background:transparent;color:#ffffff80;font:inherit;font-size:13px;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px;padding:0;align-self:center}.ms-wiz-skip:hover{color:#fff}.ms-wiz-btn[data-save-continue]:disabled{opacity:1;cursor:not-allowed}.ms-wiz-btn[data-save-continue]:disabled .ms-wiz-btn__bg{background:#4b5568;animation:none}.ms-wiz-btn[data-save-continue]:disabled .ms-wiz-btn__label{color:#ffffffb8}.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-compare{display:grid;grid-template-columns:1fr 1fr;gap:10px;align-items:start}.ms-wiz-compare__item{margin:0}.ms-wiz-compare__item img{width:100%;max-width:none}.ms-wiz-compare__item figcaption{margin-top:8px;font-size:.76rem;font-weight:700;letter-spacing:.02em;opacity:.75}.ms-wiz-coverstage{position:relative;margin:4px 0 10px;padding:0;border-radius:16px;overflow:hidden;background:transparent}.ms-wiz-coverstage:before{display:none}.ms-wiz-coverbook{position:relative;z-index:1;width:100%;max-width:420px;margin:0 auto;filter:drop-shadow(0 12px 22px rgba(0,0,0,.35))}.ms-wiz-coverbook__art{position:relative;aspect-ratio:1;border-radius:6px 10px 10px 6px;overflow:hidden;background:#123;box-shadow:8px 0 0 -4px #ffffff2e inset,0 0 0 1px #0003}.ms-wiz-coverbook__art img{display:block;width:100%;height:100%;object-fit:cover}.ms-wiz-coverbook__art img[hidden]{display:none!important}.ms-wiz-coverbook__loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:18px;background:linear-gradient(160deg,#12183ceb,#281246eb);color:#fff;font-size:.82rem;font-weight:700;line-height:1.35;text-align:center}.ms-wiz-coverbook__loading[hidden]{display:none!important}.ms-wiz-coverbook__spinner{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.25);border-top-color:#ff5fd2;animation:ms-wiz-coverspin .9s linear infinite}.ms-wiz-coverstage[data-state=failed] .ms-wiz-coverbook__spinner{display:none}@keyframes ms-wiz-coverspin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ms-wiz-coverbook__spinner{animation:none}}.ms-wiz-coverbook__name{position:absolute;top:16%;left:8%;right:8%;margin:0;text-align:center;font-size:.78rem;font-weight:700;letter-spacing:.03em;color:#fffffff2;text-shadow:0 1px 8px rgba(0,0,0,.55)}.ms-wiz-coverbook__name[hidden]{display:none!important}.ms-wiz-book__stage.is-personal-cover img{aspect-ratio:1;object-fit:cover}.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:relative;z-index:1;width:100%;max-width:420px;margin:0 auto 14px;background:#fff;color:#374151;border-radius:14px;box-shadow:0 4px 18px #0f0a1e24;padding:12px 12px 14px;box-sizing:border-box}.ms-wiz-photo-banner[hidden]{display:none!important}.ms-wiz-photo-banner.is-recommend{background:#fffbeb;box-shadow:none;border:1px solid #fde68a}.ms-wiz-photo-banner__head{display:grid;grid-template-columns:22px 1fr 28px;gap:10px;align-items:start;margin-bottom:12px}.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.is-recommend .ms-wiz-photo-banner__info{background:#d97706}.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:12px 10px}.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}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}.ms-wiz-coverbook{max-width:460px}}@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}}.ms-wiz__backdrop{background:#073e9838;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.ms-wiz__panel{color:#0b46a0;background:linear-gradient(180deg,#eff9ff,#fff);font-family:Nunito,system-ui,sans-serif;box-shadow:0 30px 80px #073e9838}.ms-wiz__panel:before,.ms-wiz__panel:after{display:none}.ms-wiz__inner{background:transparent}.ms-wiz__progress-track{background:#d4ebfb}.ms-wiz__close,.ms-wiz__back{top:max(12px,env(safe-area-inset-top));width:44px;height:44px;border-radius:14px;background:#e8f7ff;color:#0b46a0}.ms-wiz__close{right:14px}.ms-wiz__back{left:14px}.ms-wiz__close:hover,.ms-wiz__back:hover{color:#063782;background:#dff3ff}.ms-wiz__title{padding:18px 62px 4px;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:900}.ms-wiz-coach{max-width:920px;margin:6px auto 10px;padding:0 18px}.ms-wiz-coach__mascot{width:58px;height:58px}.ms-wiz-coach__bubble{min-height:58px;border:1px solid #cfe5fa;border-radius:22px;background:#fff;box-shadow:0 12px 28px #073e9814}.ms-wiz-coach__bubble p{color:#0b46a0;font-size:clamp(15px,1.7vw,20px);font-weight:900}.ms-wiz-coach__tail path{fill:#fff;stroke:#cfe5fa}.ms-wiz-step__scroll{padding:8px 18px 104px;background:radial-gradient(circle at 50% 18%,rgba(255,188,36,.16),transparent 30%)}.ms-wiz-heroart{max-width:min(720px,92vw);padding:14px;border-radius:30px;background:#fff;box-shadow:0 18px 42px #073e981f}.ms-wiz-heroart img{max-height:calc(100svh - 285px);border-radius:22px;object-fit:contain}.ms-wiz-step__footer{padding:14px 18px calc(14px + env(safe-area-inset-bottom,0px));border-top:1px solid #cfe5fa;background:#fffffff0}.ms-wiz-btn{min-height:54px;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:18px;font-weight:900}.ms-wiz-btn--primary .ms-wiz-btn__bg{background:#ff6246;animation:none}.ms-wiz-btn__label{gap:10px;color:#fff}@media(min-width:760px){.ms-wiz{align-items:center;padding:24px}.ms-wiz__panel{max-width:980px;height:min(820px,94svh);border-radius:34px}.ms-wiz-heroart__mobile{display:none!important}.ms-wiz-heroart__desktop{display:block!important}.ms-wiz-heroart{max-width:760px}.ms-wiz-heroart img{max-height:calc(100svh - 300px)}.ms-wiz-step__footer{left:50%;right:auto;bottom:22px;width:min(520px,calc(100% - 36px));transform:translate(-50%);border:0;border-radius:999px;background:transparent;padding:0}.ms-wiz-upload{width:100%}}@media(max-width:420px){.ms-wiz__title{font-size:22px}.ms-wiz-coach__mascot{display:none}.ms-wiz-coach__bubble{border-radius:18px}.ms-wiz-heroart{padding:10px;border-radius:22px}.ms-wiz-heroart img{max-height:calc(100svh - 270px);border-radius:16px}.ms-wiz-btn{min-height:50px;font-size:16px}}.ms-wiz__panel{border:4px solid #fff;outline:1px solid rgba(27,141,234,.28);background:linear-gradient(180deg,#e9f8ff,#f9fdff 56%,#fff)}.ms-wiz__panel:before{display:block;content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;background:linear-gradient(135deg,#ff624673,#1b8dea47,#ffbc2459);z-index:-1}.ms-wiz__progress{padding:0}.ms-wiz__progress-track{height:4px;background:#d7edfb}.ms-wiz__progress-fill{background:linear-gradient(90deg,#ff6246,#ffbc24)}.ms-wiz-heroart{padding:10px;border:1px solid #cfe5fa;border-radius:32px;background:linear-gradient(135deg,#e9f8ff,#fff 45%,#fff7eb);box-shadow:0 18px 46px #073e9821}.ms-wiz-heroart img{border-radius:24px;background:#e9f8ff;filter:drop-shadow(0 12px 22px rgba(7,62,152,.1))}.ms-wiz-step__footer{box-shadow:0 -10px 28px #073e9812}@media(min-width:760px){.ms-wiz__panel{border-radius:36px}.ms-wiz-step__scroll{padding-top:6px}.ms-wiz-heroart{max-width:820px}.ms-wiz-heroart img{max-height:calc(100svh - 315px)}}@media(max-width:420px){.ms-wiz__panel{border-width:2px}.ms-wiz-heroart{border-radius:24px}.ms-wiz-heroart img{border-radius:18px}}.ms-wiz__panel{border:3px solid #fff;outline:1px solid #bfe3fa;background:linear-gradient(180deg,#f3fbff,#fff 58%,#eef9ff)!important;box-shadow:0 28px 72px #073e9833}.ms-wiz__panel:before{display:none!important}.ms-wiz__inner{background:transparent!important}.ms-wiz__body{background:transparent}.ms-wiz-step__scroll{background:radial-gradient(circle at 18% 8%,rgba(255,188,36,.14),transparent 22%),radial-gradient(circle at 88% 20%,rgba(74,169,232,.18),transparent 28%),linear-gradient(180deg,#f3fbff,#fff)!important}.ms-wiz__title{color:#0b46a0}.ms-wiz__close,.ms-wiz__back{background:#fff;color:#0b46a0;box-shadow:0 8px 20px #073e981a}.ms-wiz-coach__bubble{background:#fff;border-color:#cfe5fa;box-shadow:0 10px 24px #073e9814}.ms-wiz-coach__bubble p{color:#0b46a0}.ms-wiz-heroart{background:#fff!important;border-color:#d8edf9;box-shadow:0 16px 38px #073e981a}.ms-wiz-step__footer{background:#fff!important;border-top:1px solid #d8edf9}.ms-wiz-btn--primary .ms-wiz-btn__bg{background:linear-gradient(180deg,#ff765b,#ff553d)!important}.ms-wiz__progress-track{background:#d8edf9}.ms-wiz__progress-fill{background:#ffbc24!important}.ms-wiz-gender__btn,.ms-wiz-field input,.ms-wiz-field select,.ms-wiz-namecover,.ms-wiz-age{background:#ffffffd1!important;border-color:#cfe5fa!important;color:#0b46a0!important}.ms-wiz-gender__btn.is-active,.ms-wiz-gender__btn[aria-pressed=true]{background:#fff!important;border-color:#1b8dea!important;box-shadow:0 10px 24px #1b8dea29}.ms-wiz-age__slider{accent-color:#1b8dea}.ms-wiz-heroart{width:min(900px,94vw)!important;max-width:min(900px,94vw)!important;padding:0!important;border:0!important;border-radius:32px!important;background:transparent!important;box-shadow:none!important}.ms-wiz-upload-showcase{width:100%;box-sizing:border-box;padding:22px;border:1px solid #d8edf9;border-radius:32px;background:linear-gradient(145deg,#fff,#f4fbff 46%,#fff8ec);box-shadow:0 18px 46px #073e981f}.ms-wiz-upload-showcase__top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.ms-wiz-upload-showcase__top span{display:block;color:#5b7395;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ms-wiz-upload-showcase__top strong{display:block;margin-top:4px;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:24px;line-height:1.05;font-weight:900}.ms-wiz-upload-showcase__top em{flex:0 0 auto;padding:9px 14px;border-radius:999px;background:#e8f7ff;color:#0b46a0;font-style:normal;font-weight:900}.ms-wiz-upload-scene{position:relative;display:grid;grid-template-columns:1fr auto 1.2fr;align-items:center;gap:16px;min-height:260px;padding:28px 24px;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 88% 22%,rgba(255,188,36,.28),transparent 18%),radial-gradient(circle at 15% 80%,rgba(255,98,70,.13),transparent 24%),linear-gradient(135deg,#eef9ff,#fff 42%,#fff2d9)}.ms-wiz-upload-scene:after{content:"";position:absolute;inset:auto -10% -35% -10%;height:48%;background:radial-gradient(ellipse at center,rgba(255,188,36,.36),transparent 68%);pointer-events:none}.ms-wiz-upload-face{position:relative;z-index:1;margin:0;display:grid;justify-items:center;gap:10px}.ms-wiz-upload-face figcaption{order:-1;display:inline-flex;min-height:36px;align-items:center;padding:0 18px;border-radius:999px;background:#ffffffc7;color:#526a8e;font-size:15px;font-weight:900;box-shadow:0 8px 20px #073e9814}.ms-wiz-upload-face--hero figcaption{background:#168def;color:#fff}.ms-wiz-upload-face img{display:block!important;width:min(100%,230px)!important;height:auto!important;max-height:none!important;aspect-ratio:1/1;object-fit:cover!important;border:7px solid #fff;border-radius:28px!important;background:#fff!important;box-shadow:0 16px 30px #073e9824!important;filter:none!important}.ms-wiz-upload-face--hero img{width:min(100%,280px)!important;border-radius:34px!important}.ms-wiz-upload-arrow{position:relative;z-index:2;display:grid;place-items:center;width:50px;height:50px;border-radius:999px;background:#fff;color:#0b46a0;font-size:32px;font-weight:900;box-shadow:0 12px 24px #073e981f}.ms-wiz-upload-note{position:absolute;right:22px;bottom:18px;z-index:2;max-width:150px;margin:0;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:20px;line-height:1.05;font-weight:900;transform:rotate(-7deg)}.ms-wiz-upload-privacy{display:grid;grid-template-columns:54px 1fr;gap:14px;align-items:center;margin-top:16px;padding:16px 18px;border-radius:22px;background:linear-gradient(135deg,#dcfae8,#f4fff8);color:#0f3f58}.ms-wiz-upload-privacy span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:#bdf5d1;font-size:28px}.ms-wiz-upload-privacy p{margin:0;font-size:15px;line-height:1.35;font-weight:800}.ms-wiz-upload-privacy strong{display:block;color:#073e98;font-size:18px}.ms-wiz-upload-tips{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0 0;padding:0;list-style:none}.ms-wiz-upload-tips li{display:flex;align-items:center;justify-content:center;gap:10px;min-height:64px;padding:10px 12px;border-radius:20px;background:#ffffffc7;color:#163b73;font-size:14px;font-weight:900;text-align:left;box-shadow:0 10px 24px #073e9812}.ms-wiz-upload-tips span{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;border-radius:14px;background:#e8f7ff;font-size:20px}.ms-wiz-step--upload .ms-wiz-step__scroll{padding-top:10px!important}.ms-wiz-step--upload .ms-wiz-btn{min-height:62px;box-shadow:0 12px 28px #ff624638}.ms-wiz-step--upload .ms-wiz-btn__label{font-size:20px}@media(max-width:639px){.ms-wiz-heroart{width:calc(100vw - 30px)!important;max-width:calc(100vw - 30px)!important}.ms-wiz-upload-showcase{padding:14px;border-radius:26px}.ms-wiz-upload-showcase__top{margin-bottom:12px}.ms-wiz-upload-showcase__top span{font-size:10px;letter-spacing:.07em}.ms-wiz-upload-showcase__top strong{font-size:18px;line-height:1.12}.ms-wiz-upload-showcase__top em{display:none}.ms-wiz-upload-scene{grid-template-columns:1fr 34px 1fr;gap:6px;min-height:0;padding:22px 12px 54px;border-radius:22px}.ms-wiz-upload-face figcaption{min-height:30px;padding:0 12px;font-size:12px}.ms-wiz-upload-face img{width:130px!important;border-width:5px;border-radius:22px!important}.ms-wiz-upload-face--hero img{width:150px!important;border-radius:26px!important}.ms-wiz-upload-arrow{width:34px;height:34px;font-size:24px}.ms-wiz-upload-note{right:12px;bottom:12px;max-width:116px;font-size:15px}.ms-wiz-upload-privacy{grid-template-columns:42px 1fr;margin-top:12px;padding:12px;border-radius:18px}.ms-wiz-upload-privacy span{width:42px;height:42px;border-radius:14px;font-size:22px}.ms-wiz-upload-privacy p{font-size:12px}.ms-wiz-upload-privacy strong{font-size:14px}.ms-wiz-upload-tips{grid-template-columns:1fr;gap:8px;margin-top:12px}.ms-wiz-upload-tips li{justify-content:flex-start;min-height:44px;border-radius:16px;font-size:13px}.ms-wiz-upload-tips span{width:30px;height:30px;border-radius:12px;font-size:17px}.ms-wiz-step--upload .ms-wiz-step__scroll{padding-bottom:106px!important}.ms-wiz-step--upload .ms-wiz-btn{min-height:56px}.ms-wiz-step--upload .ms-wiz-btn__label{font-size:17px}}@media(max-width:380px){.ms-wiz-upload-face img{width:112px!important}.ms-wiz-upload-face--hero img{width:132px!important}.ms-wiz-upload-scene{padding-left:8px;padding-right:8px}.ms-wiz-upload-note{font-size:13px}}.ms-wiz__body,.ms-wiz-step--upload,.ms-wiz-step--upload .ms-wiz-step__scroll,.ms-wiz-upload-showcase,.ms-wiz-upload-scene,.ms-wiz-upload-face{min-width:0}@media(max-width:639px){.ms-wiz__body,.ms-wiz-step--upload{overflow-x:hidden!important}.ms-wiz-step--upload .ms-wiz-step__scroll{align-items:stretch!important;padding:8px 10px 92px!important}.ms-wiz-heroart{width:100%!important;max-width:100%!important}.ms-wiz-upload-showcase{width:100%!important;max-width:100%!important;padding:12px!important;overflow:hidden;border-radius:24px}.ms-wiz-upload-showcase__top{gap:8px}.ms-wiz-upload-showcase__top strong{font-size:17px}.ms-wiz-upload-scene{width:100%;grid-template-columns:minmax(0,1fr) 30px minmax(0,1fr)!important;gap:4px!important;padding:18px 10px 46px!important;box-sizing:border-box;overflow:hidden}.ms-wiz-upload-face{width:100%;max-width:100%;overflow:visible}.ms-wiz-upload-face img,.ms-wiz-upload-face--hero img{width:100%!important;max-width:132px!important;height:auto!important;box-sizing:border-box}.ms-wiz-upload-face--hero img{max-width:142px!important}.ms-wiz-upload-arrow{width:30px!important;height:30px!important;font-size:22px!important}.ms-wiz-upload-note{right:10px;bottom:10px;max-width:106px;font-size:13px}.ms-wiz-upload-privacy{margin-top:10px!important}.ms-wiz-upload-tips{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important;margin-top:10px!important}.ms-wiz-upload-tips li{display:grid!important;justify-items:center!important;align-content:center!important;gap:5px!important;min-height:62px!important;padding:7px 5px!important;border-radius:15px!important;font-size:10px!important;line-height:1.1!important;text-align:center!important}.ms-wiz-upload-tips span{width:28px!important;height:28px!important;border-radius:10px!important;font-size:16px!important}}@media(max-width:360px){.ms-wiz-upload-showcase{padding:10px!important}.ms-wiz-upload-scene{grid-template-columns:minmax(0,1fr) 26px minmax(0,1fr)!important;padding:16px 7px 42px!important}.ms-wiz-upload-face img,.ms-wiz-upload-face--hero img{max-width:118px!important;border-width:4px}.ms-wiz-upload-face--hero img{max-width:126px!important}.ms-wiz-upload-face figcaption{min-height:26px;padding:0 8px;font-size:10px}.ms-wiz-upload-arrow{width:26px!important;height:26px!important;font-size:19px!important}.ms-wiz-upload-privacy{grid-template-columns:36px 1fr!important;padding:10px!important}.ms-wiz-upload-privacy span{width:36px!important;height:36px!important;font-size:18px!important}.ms-wiz-upload-privacy p{font-size:11px!important}.ms-wiz-upload-privacy strong{font-size:13px!important}}@media(max-height:720px)and (max-width:639px){.ms-wiz__title{padding-top:12px!important;font-size:25px!important}.ms-wiz-coach{margin-bottom:6px!important}.ms-wiz-coach__bubble{min-height:50px!important}.ms-wiz-coach__bubble p{font-size:15px!important}.ms-wiz-upload-showcase__top,.ms-wiz-upload-tips{display:none!important}}@media(min-width:760px){.ms-wiz__panel{width:min(1120px,calc(100vw - 80px))!important;height:min(760px,calc(100svh - 80px))!important;max-width:none!important}.ms-wiz__title{padding-top:18px!important;padding-bottom:8px!important;font-size:34px!important}.ms-wiz-coach{max-width:940px!important;margin:0 auto 10px!important}.ms-wiz-step--upload .ms-wiz-step__scroll{padding:0 32px 112px!important;align-items:center!important}.ms-wiz-heroart{width:min(940px,100%)!important;max-width:940px!important}.ms-wiz-upload-showcase{display:grid;grid-template-columns:minmax(0,1fr) 250px;grid-template-areas:"top top" "scene privacy" "scene tips";gap:14px;padding:18px!important;border-radius:28px}.ms-wiz-upload-showcase__top{grid-area:top;margin:0!important}.ms-wiz-upload-showcase__top strong{font-size:22px!important}.ms-wiz-upload-scene{grid-area:scene;grid-template-columns:minmax(0,190px) 46px minmax(0,230px)!important;justify-content:center;gap:14px!important;min-height:318px!important;padding:22px 18px 40px!important}.ms-wiz-upload-face img,.ms-wiz-upload-face--hero img{width:100%!important;max-width:190px!important;border-width:6px}.ms-wiz-upload-face--hero img{max-width:230px!important}.ms-wiz-upload-face figcaption{min-height:30px;padding:0 14px;font-size:13px}.ms-wiz-upload-arrow{width:46px!important;height:46px!important;font-size:30px!important}.ms-wiz-upload-note{right:18px!important;bottom:14px!important;max-width:138px!important;font-size:18px!important}.ms-wiz-upload-privacy{grid-area:privacy;grid-template-columns:44px 1fr!important;align-self:stretch;margin:0!important;padding:14px!important;border-radius:20px}.ms-wiz-upload-privacy span{width:44px!important;height:44px!important;border-radius:15px!important;font-size:22px!important}.ms-wiz-upload-privacy p{font-size:13px!important}.ms-wiz-upload-privacy strong{font-size:15px!important}.ms-wiz-upload-tips{grid-area:tips;grid-template-columns:1fr!important;gap:8px!important;margin:0!important}.ms-wiz-upload-tips li{justify-content:flex-start!important;min-height:54px!important;padding:8px 10px!important;border-radius:16px!important;font-size:13px!important;line-height:1.15!important}.ms-wiz-upload-tips span{width:32px!important;height:32px!important;border-radius:12px!important;font-size:17px!important}.ms-wiz-step--upload .ms-wiz-step__footer{bottom:20px!important;width:min(520px,calc(100% - 64px))!important}}@media(min-width:760px)and (max-height:740px){.ms-wiz__panel{height:calc(100svh - 48px)!important}.ms-wiz__title{padding-top:12px!important;padding-bottom:4px!important;font-size:30px!important}.ms-wiz-coach{margin-bottom:6px!important}.ms-wiz-coach__bubble{min-height:50px!important}.ms-wiz-upload-showcase{grid-template-columns:minmax(0,1fr) 230px;gap:10px;padding:14px!important}.ms-wiz-upload-showcase__top{display:none!important}.ms-wiz-upload-scene{min-height:286px!important;padding:18px 16px 34px!important}.ms-wiz-upload-face img,.ms-wiz-upload-face--hero img{max-width:168px!important}.ms-wiz-upload-face--hero img{max-width:205px!important}.ms-wiz-upload-privacy{padding:12px!important}.ms-wiz-upload-tips li{min-height:45px!important}}.ms-wiz-step--names{gap:16px;padding-inline:20px!important}.ms-wiz-name-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:18px;width:min(820px,100%);margin:8px auto 0;padding:24px 26px;overflow:hidden;border:1px solid #d8edf9;border-radius:30px;background:radial-gradient(circle at 84% 18%,rgba(255,188,36,.3),transparent 18%),linear-gradient(135deg,#fff,#f1fbff 52%,#fff7e8);box-shadow:0 18px 42px #073e981a;box-sizing:border-box}.ms-wiz-name-hero__copy{position:relative;z-index:2;align-self:center}.ms-wiz-name-hero__copy span{display:block;margin-bottom:8px;color:#ff6246;font-size:13px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.ms-wiz-name-hero__copy h3{margin:0;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:34px;line-height:.98;font-weight:900;letter-spacing:-.02em}.ms-wiz-name-hero__copy p{max-width:480px;margin:10px 0 0;color:#526a8e;font-size:17px;line-height:1.28;font-weight:800}.ms-wiz-name-hero__art{position:relative;min-height:156px}.ms-wiz-name-hero__art img{position:absolute;right:-22px;bottom:-42px;width:205px;height:auto;filter:drop-shadow(0 12px 22px rgba(7,62,152,.14))}.ms-wiz-name-hero__art em{position:absolute;left:-8px;top:42px;z-index:2;max-width:96px;padding:10px 12px;border-radius:18px 18px 18px 4px;background:#fff2bf;color:#163b73;font-style:normal;font-size:13px;line-height:1.05;font-weight:900;text-align:center;transform:rotate(-7deg);box-shadow:0 8px 18px #073e981a}.ms-wiz-step--names .ms-wiz-nameblock{width:min(820px,100%);margin:0 auto;padding:22px;border:1px solid #d8edf9;border-radius:28px;background:#ffffffc7;box-shadow:0 14px 34px #073e9814;box-sizing:border-box}.ms-wiz-step--names .ms-wiz-field{position:relative;display:grid;gap:8px}.ms-wiz-field__label{display:block;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:15px;font-weight:900}.ms-wiz-field__icon{position:absolute;left:18px;bottom:16px;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:#e8f7ff;font-size:18px}.ms-wiz-step--names .ms-wiz-field--name input{min-height:66px!important;padding-left:66px!important;border-width:2px!important;border-radius:20px!important;background:#fff!important;color:#0b46a0!important;font-size:20px!important;font-weight:900!important;box-shadow:0 10px 24px #073e980f}.ms-wiz-step--names .ms-wiz-field--name input::placeholder{color:#8ca0bf!important;font-weight:800!important}.ms-wiz-step--names .ms-wiz-namecover{border-radius:20px!important;background:linear-gradient(135deg,#e8f7ff,#fff)!important;box-shadow:none!important}.ms-wiz-step--names .ms-wiz-fine{margin:0!important;color:#526a8e!important;font-weight:800!important;text-align:center}.ms-wiz-step--names .ms-wiz-btn--confirm-name{width:min(620px,100%);margin:0 auto;min-height:62px;box-shadow:0 14px 30px #ff624633}.ms-wiz-step--names .ms-wiz-btn--confirm-name .ms-wiz-btn__label{font-size:19px}@media(max-width:639px){.ms-wiz-step--names{padding:0 14px 20px!important;gap:12px}.ms-wiz-name-hero{grid-template-columns:1fr 112px;gap:8px;margin-top:0;padding:18px 16px;border-radius:24px}.ms-wiz-name-hero__copy span{font-size:10px;margin-bottom:6px}.ms-wiz-name-hero__copy h3{font-size:27px}.ms-wiz-name-hero__copy p{font-size:13px;line-height:1.22}.ms-wiz-name-hero__art{min-height:120px}.ms-wiz-name-hero__art img{right:-38px;bottom:-30px;width:154px}.ms-wiz-name-hero__art em{left:-26px;top:26px;max-width:78px;padding:8px;font-size:11px}.ms-wiz-step--names .ms-wiz-nameblock{padding:14px;border-radius:22px}.ms-wiz-field__label{font-size:13px}.ms-wiz-field__icon{left:14px;bottom:14px;width:30px;height:30px;font-size:16px}.ms-wiz-step--names .ms-wiz-field--name input{min-height:58px!important;padding-left:56px!important;border-radius:17px!important;font-size:17px!important}.ms-wiz-step--names .ms-wiz-btn--confirm-name{min-height:56px}.ms-wiz-step--names .ms-wiz-btn--confirm-name .ms-wiz-btn__label{font-size:16px}}@media(max-height:720px)and (max-width:639px){.ms-wiz-name-hero{padding:14px}.ms-wiz-name-hero__copy p,.ms-wiz-name-hero__art em{display:none}.ms-wiz-name-hero__art{min-height:82px}.ms-wiz-name-hero__art img{width:118px;bottom:-24px}}@media(min-width:760px){.ms-wiz-step--names{justify-content:flex-start!important;gap:14px!important;padding:0 32px 24px!important;overflow:hidden!important}.ms-wiz-name-hero{grid-template-columns:minmax(0,1fr) 230px!important;align-items:center!important;width:min(880px,100%)!important;min-height:150px!important;max-height:168px!important;padding:22px 28px!important;overflow:visible!important}.ms-wiz-name-hero__copy h3{font-size:38px!important;line-height:.92!important}.ms-wiz-name-hero__copy p{max-width:520px!important;font-size:15px!important}.ms-wiz-name-hero__art{min-height:132px!important;overflow:visible!important}.ms-wiz-name-hero__art img{right:-8px!important;bottom:-22px!important;width:190px!important;max-width:none!important}.ms-wiz-name-hero__art em{left:-18px!important;top:42px!important;max-width:112px!important;font-size:13px!important}.ms-wiz-step--names .ms-wiz-nameblock{width:min(880px,100%)!important;padding:20px 22px 16px!important;border-radius:24px!important}.ms-wiz-step--names .ms-wiz-field{gap:7px!important}.ms-wiz-step--names .ms-wiz-field--name input{min-height:58px!important;border-radius:17px!important;font-size:18px!important}.ms-wiz-field__icon{bottom:12px!important}.ms-wiz-step--names .ms-wiz-namecover{margin-top:4px!important;padding:10px 14px!important}.ms-wiz-step--names .ms-wiz-fine{font-size:13px!important}.ms-wiz-step--names .ms-wiz-btn--confirm-name{width:min(540px,100%)!important;min-height:56px!important;margin-top:4px!important}.ms-wiz-step--names .ms-wiz-btn--confirm-name .ms-wiz-btn__label{font-size:17px!important}}@media(min-width:760px)and (max-height:740px){.ms-wiz-step--names{gap:10px!important;padding-bottom:18px!important}.ms-wiz-name-hero{min-height:122px!important;max-height:136px!important;padding:16px 24px!important}.ms-wiz-name-hero__copy span,.ms-wiz-name-hero__copy p{display:none!important}.ms-wiz-name-hero__copy h3{font-size:34px!important}.ms-wiz-name-hero__art{min-height:104px!important}.ms-wiz-name-hero__art img{width:152px!important;bottom:-18px!important}.ms-wiz-name-hero__art em{top:34px!important;font-size:11px!important}.ms-wiz-step--names .ms-wiz-nameblock{padding:16px 20px 12px!important}.ms-wiz-step--names .ms-wiz-field--name input{min-height:52px!important}}@media(min-width:760px){.ms-wiz-step--names .ms-wiz-nameblock{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(240px,300px)!important;grid-template-areas:"first preview" "last preview" "hint preview";gap:12px 18px!important;align-items:stretch!important}.ms-wiz-step--names .ms-wiz-field:first-of-type{grid-area:first}.ms-wiz-step--names .ms-wiz-field:nth-of-type(2){grid-area:last}.ms-wiz-step--names .ms-wiz-namecover{grid-area:preview;display:flex!important;flex-direction:column;justify-content:center;min-height:0!important;margin:0!important;padding:16px 18px!important;border:2px solid #cfe5fa!important;border-radius:20px!important;background:linear-gradient(135deg,#0b46a0,#168def)!important;color:#fff!important}.ms-wiz-step--names .ms-wiz-namecover[hidden]{display:none!important}.ms-wiz-step--names .ms-wiz-namecover__label{color:#ffffffb8!important;font-size:11px!important;letter-spacing:.13em!important}.ms-wiz-step--names .ms-wiz-namecover__value{color:#fff!important;font-size:26px!important;line-height:1.05!important;overflow-wrap:anywhere}.ms-wiz-step--names .ms-wiz-fine{grid-area:hint;align-self:center;text-align:left!important}.ms-wiz-step--names .ms-wiz-nameblock:has(.ms-wiz-namecover:not([hidden])){padding:16px 18px!important}.ms-wiz-step--names .ms-wiz-nameblock:has(.ms-wiz-namecover:not([hidden])) .ms-wiz-field--name input{min-height:50px!important}.ms-wiz-step--names .ms-wiz-nameblock:has(.ms-wiz-namecover:not([hidden])) .ms-wiz-field__icon{bottom:8px!important}}@media(max-width:759px){.ms-wiz-step--names .ms-wiz-namecover{min-height:72px!important;margin-top:2px!important;padding:12px 14px!important;border-radius:18px!important;background:linear-gradient(135deg,#0b46a0,#168def)!important}.ms-wiz-step--names .ms-wiz-namecover__label{color:#ffffffb3!important;font-size:10px!important}.ms-wiz-step--names .ms-wiz-namecover__value{color:#fff!important;font-size:22px!important;overflow-wrap:anywhere}}.ms-wiz-step--meta{gap:26px!important;padding-inline:28px!important}.ms-wiz-step--meta .ms-wiz-gender{width:min(900px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:6px;border:1px solid #d8edf9;border-radius:28px;background:#ffffffb8;box-shadow:0 14px 32px #073e9812}.ms-wiz-step--meta .ms-wiz-gender__btn{position:relative;min-height:86px;border:2px solid transparent!important;border-radius:24px!important;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#d8edf9,#eef8ff) border-box!important;color:#0b46a0!important;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:26px!important;font-weight:900!important;box-shadow:0 10px 24px #073e980f}.ms-wiz-step--meta .ms-wiz-gender__btn:after{content:"";position:absolute;right:16px;top:16px;width:22px;height:22px;border:2px solid #cfe5fa;border-radius:999px;background:#fff}.ms-wiz-step--meta .ms-wiz-gender__btn.is-active,.ms-wiz-step--meta .ms-wiz-gender__btn[aria-pressed=true]{background:linear-gradient(135deg,#e8f7ff,#fff) padding-box,linear-gradient(135deg,#168def,#0b46a0) border-box!important;box-shadow:0 16px 34px #1b8dea2e!important;transform:translateY(-1px)}.ms-wiz-step--meta .ms-wiz-gender__btn.is-active:after,.ms-wiz-step--meta .ms-wiz-gender__btn[aria-pressed=true]:after{border-color:#168def;background:radial-gradient(circle,#168def 0 45%,#fff 48%)}.ms-wiz-step--meta .ms-wiz-gender__ico{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:#e8f7ff;color:#0b46a0;font-size:28px!important}.ms-wiz-step--meta .ms-wiz-age{width:min(900px,100%);margin:0 auto;padding:24px 28px 30px;border:1px solid #d8edf9!important;border-radius:28px;background:linear-gradient(135deg,#fff,#f4fbff)!important;box-shadow:0 14px 32px #073e9812}.ms-wiz-step--meta .ms-wiz-age__row{margin-bottom:14px;color:#0b46a0;font-family:Reddit Sans,Nunito,system-ui,sans-serif;font-size:24px;font-weight:900}.ms-wiz-step--meta .ms-wiz-age__row strong{display:inline-grid;place-items:center;min-width:54px;height:44px;padding:0 14px;border-radius:999px;background:#e8f7ff;color:#0b46a0;font-size:25px;box-shadow:inset 0 0 0 1px #cfe5fa}.ms-wiz-step--meta .ms-wiz-age__slider{height:14px!important;border-radius:999px!important;background:linear-gradient(90deg,#ffbc24,#168def)!important;box-shadow:inset 0 0 0 4px #e8f7ff,0 10px 22px #073e981a}.ms-wiz-step--meta .ms-wiz-age__slider::-webkit-slider-thumb{width:38px!important;height:38px!important;border:5px solid #fff!important;background:#168def!important;box-shadow:0 8px 18px #073e9847!important}.ms-wiz-step--meta .ms-wiz-age__slider::-moz-range-thumb{width:38px!important;height:38px!important;border:5px solid #fff!important;background:#168def!important;box-shadow:0 8px 18px #073e9847!important}.ms-wiz-step--meta .ms-wiz-age:after{content:"2 a\f1os   \b7    4   \b7    6   \b7    8   \b7    10   \b7    12 a\f1os";display:flex;justify-content:space-between;margin-top:16px;color:#6d83a3;font-size:13px;font-weight:900;letter-spacing:.01em;white-space:pre}.ms-wiz-step--meta .ms-wiz-btn{width:min(720px,100%);margin:0 auto;min-height:62px;box-shadow:0 14px 30px #ff624633}@media(max-width:639px){.ms-wiz-step--meta{gap:18px!important;padding:0 16px 20px!important}.ms-wiz-step--meta .ms-wiz-gender{gap:10px;padding:5px;border-radius:22px}.ms-wiz-step--meta .ms-wiz-gender__btn{min-height:70px;border-radius:18px!important;font-size:21px!important}.ms-wiz-step--meta .ms-wiz-gender__btn:after{right:10px;top:10px;width:18px;height:18px}.ms-wiz-step--meta .ms-wiz-gender__ico{width:34px;height:34px;border-radius:12px;font-size:22px!important}.ms-wiz-step--meta .ms-wiz-age{padding:18px 16px 24px;border-radius:22px}.ms-wiz-step--meta .ms-wiz-age__row{font-size:21px}.ms-wiz-step--meta .ms-wiz-age__row strong{min-width:46px;height:38px;font-size:22px}.ms-wiz-step--meta .ms-wiz-age__slider{height:12px!important}.ms-wiz-step--meta .ms-wiz-age:after{content:"2   4   6   8   10   12";font-size:11px}.ms-wiz-step--meta .ms-wiz-btn{min-height:56px}}.ms-wiz-step--meta .ms-wiz-age,.ms-wiz-step--meta .ms-wiz-gender{box-sizing:border-box;max-width:calc(100vw - 64px)}.ms-wiz-step--meta .ms-wiz-age:after{content:none!important;display:none!important}.ms-wiz-step--meta .ms-wiz-age__slider{display:block;width:100%;box-sizing:border-box;margin:8px 0 0!important}@media(max-width:639px){.ms-wiz-step--meta .ms-wiz-age,.ms-wiz-step--meta .ms-wiz-gender{max-width:100%}.ms-wiz-step--meta .ms-wiz-age{padding:18px 14px 22px!important}.ms-wiz-step--meta .ms-wiz-age__slider{width:calc(100% - 8px);margin-inline:4px!important}}.ms-wiz-step[data-step=book-preview]{width:min(100%,1040px);margin:0 auto;gap:18px!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book{padding:14px;border:1px solid #d8edf9;border-radius:30px;background:#ffffffe0;box-shadow:0 18px 42px #073e9817}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage{border:1px solid #cfe5fa!important;border-radius:24px!important;background:#e8f7ff!important;box-shadow:0 14px 34px #073e981f}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{aspect-ratio:16/7!important;max-height:320px;object-fit:cover}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__badge{left:14px;right:14px;bottom:14px;padding:12px 16px;border-radius:16px;background:linear-gradient(90deg,#0b46a0f0,#062252e0)!important;color:#fff!important;font-size:18px;font-weight:900;box-shadow:0 10px 24px #06225238}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__pages{gap:12px;padding:14px 4px 2px}.ms-wiz-step[data-step=book-preview] .ms-wiz-page{border-radius:14px;background:#fff;border-color:#d8edf9;opacity:.82;box-shadow:0 8px 18px #073e9814}.ms-wiz-step[data-step=book-preview] .ms-wiz-page.is-active{border-color:#ff6246!important;box-shadow:0 0 0 3px #ff62462e,0 10px 20px #073e981f}.ms-wiz-step[data-step=book-preview] .ms-wiz-page img{width:86px;height:54px;border-radius:11px}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li{display:grid;gap:6px;padding:15px 16px;border:1px solid #d8edf9;border-radius:20px;background:#fff!important;box-shadow:0 10px 22px #073e980f}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li span:first-child{color:#6d83a3;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li span:last-child{color:#0b46a0!important;text-align:left;font-size:20px;font-weight:900;overflow-wrap:anywhere}.ms-wiz-step[data-step=book-preview] .ms-wiz-btn{width:min(720px,100%);margin:2px auto 0;min-height:62px}.ms-wiz-step[data-step=book-preview] .ms-wiz-fine{margin-top:0;color:#6d83a3!important;opacity:1!important;font-size:15px;font-weight:900}@media(min-width:760px){.ms-wiz__panel:has(.ms-wiz-step[data-step=book-preview].is-active){max-width:min(1180px,94vw)!important;height:auto!important;max-height:min(860px,94svh)!important}.ms-wiz-step[data-step=book-preview]{padding-inline:20px;gap:12px!important;width:min(100%,1080px)}.ms-wiz-step[data-step=book-preview] .ms-wiz-book{padding:12px!important;border-radius:28px}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{aspect-ratio:16/5.8!important;max-height:250px!important;object-position:center 42%}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__badge{bottom:12px;padding:10px 14px;font-size:16px}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__pages{padding-top:12px}.ms-wiz-step[data-step=book-preview] .ms-wiz-page img{width:74px;height:46px}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li{padding:12px 14px;border-radius:18px}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li span:last-child{font-size:18px}.ms-wiz-step[data-step=book-preview] .ms-wiz-btn{min-height:56px}.ms-wiz-step[data-step=book-preview] .ms-wiz-fine{font-size:13px}}@media(max-width:759px){.ms-wiz-step[data-step=book-preview] .ms-wiz-book{padding:10px;border-radius:24px}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{aspect-ratio:16/10!important;max-height:none}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__badge{font-size:14px;padding:10px 12px}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary{grid-template-columns:1fr}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li{grid-template-columns:1fr auto;align-items:center}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li span:last-child{text-align:right;font-size:18px}}@media(min-width:760px){.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active),.ms-wiz__panel:has(.ms-wiz-step[data-step=see-cover].is-active){max-width:min(1180px,94vw)!important;height:auto!important;max-height:min(820px,92svh)!important}.ms-wiz-step[data-step=meet-hero],.ms-wiz-step[data-step=see-cover]{width:min(100%,1080px);margin:0 auto;gap:14px!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero,.ms-wiz-step[data-step=see-cover] .ms-wiz-coverstage{margin:0!important;padding:14px!important;border:1px solid #d8edf9;border-radius:28px;background:#fff;box-shadow:0 16px 36px #073e9814}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare{gap:14px;align-items:stretch}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item{display:grid;grid-template-rows:1fr auto;min-width:0}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item img{width:100%!important;height:min(300px,36svh)!important;aspect-ratio:16/8!important;object-fit:cover!important;border:2px solid #cfe5fa!important;border-radius:22px!important;background:#e8f7ff!important;box-shadow:none!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item:first-child img{object-position:center 38%}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item figcaption{margin-top:8px;color:#0b46a0!important;opacity:1!important;font-size:14px;font-weight:900}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero__note,.ms-wiz-step[data-step=see-cover] .ms-wiz-hero__note{margin:8px 0 0!important;color:#6d83a3!important;opacity:1!important;font-size:14px;font-weight:900}.ms-wiz-step[data-step=see-cover] .ms-wiz-coverbook{max-width:min(520px,48svh)!important;filter:drop-shadow(0 18px 28px rgba(7,62,152,.16))!important}.ms-wiz-step[data-step=see-cover] .ms-wiz-coverbook__art{border-radius:18px!important;box-shadow:0 0 0 1px #cfe5fa,10px 0 0 -4px #0b46a02e inset!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions,.ms-wiz-step[data-step=see-cover] .ms-wiz-actions{width:min(620px,100%);margin:0 auto!important;gap:12px}.ms-wiz-step[data-step=meet-hero] .ms-wiz-btn--ghost,.ms-wiz-step[data-step=see-cover] .ms-wiz-btn--ghost{min-height:50px;border:1px solid #cfe5fa!important;background:#fff!important;color:#0b46a0!important;box-shadow:0 10px 22px #073e9812}.ms-wiz-step[data-step=meet-hero] .ms-wiz-btn--ghost .ms-wiz-btn__bg,.ms-wiz-step[data-step=see-cover] .ms-wiz-btn--ghost .ms-wiz-btn__bg{background:#fff!important}.ms-wiz-step[data-step=meet-hero]>.ms-wiz-btn,.ms-wiz-step[data-step=see-cover]>.ms-wiz-btn{width:min(760px,100%);margin:0 auto;min-height:58px}}@media(max-width:759px){.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions,.ms-wiz-step[data-step=see-cover] .ms-wiz-actions{gap:10px}.ms-wiz-step[data-step=meet-hero] .ms-wiz-btn--ghost,.ms-wiz-step[data-step=see-cover] .ms-wiz-btn--ghost{background:#fff!important;color:#0b46a0!important;border:1px solid #cfe5fa!important}}@media(min-width:760px){.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active),.ms-wiz__panel:has(.ms-wiz-step[data-step=see-cover].is-active),.ms-wiz__panel:has(.ms-wiz-step[data-step=book-preview].is-active){height:min(860px,94svh)!important;max-height:min(860px,94svh)!important;max-width:min(1180px,94vw)!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz__body,.ms-wiz__panel:has(.ms-wiz-step[data-step=see-cover].is-active) .ms-wiz__body,.ms-wiz__panel:has(.ms-wiz-step[data-step=book-preview].is-active) .ms-wiz__body{min-height:0!important;overflow:auto!important}.ms-wiz-step[data-step=meet-hero],.ms-wiz-step[data-step=see-cover],.ms-wiz-step[data-step=book-preview]{padding:0 24px 28px!important;gap:14px!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero,.ms-wiz-step[data-step=see-cover] .ms-wiz-coverstage,.ms-wiz-step[data-step=book-preview] .ms-wiz-book{width:100%!important;margin:0 auto!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item img{height:clamp(220px,28svh,330px)!important;aspect-ratio:16/9!important}.ms-wiz-step[data-step=see-cover] .ms-wiz-coverbook{max-width:clamp(320px,34svh,470px)!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{max-height:clamp(220px,29svh,320px)!important;aspect-ratio:16/7!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions,.ms-wiz-step[data-step=see-cover] .ms-wiz-actions{display:grid!important;opacity:1!important;visibility:visible!important}}.ms-wiz,.ms-wiz *{box-sizing:border-box}.ms-wiz img{max-width:100%}@media(min-width:760px){.ms-wiz{align-items:center!important;justify-content:center!important;padding:clamp(12px,2vw,28px)!important}.ms-wiz__panel{width:min(1180px,calc(100vw - 48px))!important;height:min(900px,calc(100svh - 48px))!important;max-height:calc(100svh - 48px)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}.ms-wiz__inner{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}.ms-wiz__header{flex:0 0 auto!important}.ms-wiz__title{padding:18px 72px 4px!important;font-size:clamp(30px,3.2vw,44px)!important;line-height:1!important}.ms-wiz-coach{max-width:940px!important;margin:4px auto 12px!important;padding:0 18px!important}.ms-wiz-coach__mascot{width:56px!important;height:56px!important}.ms-wiz-coach__bubble{min-height:56px!important;border-radius:20px!important;padding:10px 18px!important}.ms-wiz-coach__bubble p{font-size:clamp(16px,1.45vw,20px)!important;line-height:1.15!important}.ms-wiz__body{flex:1 1 auto!important;min-height:0!important;overflow:hidden!important}.ms-wiz-step{flex:1 1 auto!important;min-height:0!important;height:100%!important;overflow-y:auto!important;overflow-x:hidden!important;padding:0 26px 26px!important;width:100%!important}.ms-wiz-step[data-step=meet-hero],.ms-wiz-step[data-step=see-cover],.ms-wiz-step[data-step=book-preview]{display:flex!important;flex-direction:column!important;gap:12px!important;max-width:1120px!important;margin:0 auto!important}.ms-wiz-step[data-step=meet-hero][hidden],.ms-wiz-step[data-step=see-cover][hidden],.ms-wiz-step[data-step=book-preview][hidden]{display:none!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero,.ms-wiz-step[data-step=see-cover] .ms-wiz-coverstage,.ms-wiz-step[data-step=book-preview] .ms-wiz-book{flex:0 0 auto!important;width:100%!important;margin:0!important;padding:12px!important;border:1px solid #d8edf9!important;border-radius:26px!important;background:#fff!important;box-shadow:0 14px 32px #073e9814!important;overflow:hidden!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item img{display:block!important;width:100%!important;height:clamp(210px,30svh,320px)!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important;border:2px solid #cfe5fa!important;border-radius:20px!important;box-shadow:none!important;background:#e8f7ff!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item figcaption,.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero__note,.ms-wiz-step[data-step=see-cover] .ms-wiz-hero__note{color:#6d83a3!important;opacity:1!important;font-weight:900!important}.ms-wiz-step[data-step=see-cover] .ms-wiz-coverstage{display:grid!important;place-items:center!important}.ms-wiz-step[data-step=see-cover] .ms-wiz-coverbook{width:min(440px,42svh,100%)!important;max-width:min(440px,42svh,100%)!important;filter:drop-shadow(0 16px 28px rgba(7,62,152,.16))!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{display:block!important;width:100%!important;height:clamp(190px,27svh,280px)!important;max-height:none!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__badge{left:14px!important;right:14px!important;bottom:14px!important;padding:10px 14px!important;font-size:16px!important;border-radius:14px!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__pages{padding:10px 2px 0!important;gap:10px!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-page img{width:74px!important;height:46px!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary{flex:0 0 auto!important;display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:0!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary li{min-height:74px!important;padding:12px 14px!important;border-radius:18px!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions,.ms-wiz-step[data-step=see-cover] .ms-wiz-actions{flex:0 0 auto!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;width:min(620px,100%)!important;margin:0 auto!important}.ms-wiz-step[data-step=meet-hero]>.ms-wiz-btn,.ms-wiz-step[data-step=see-cover]>.ms-wiz-btn,.ms-wiz-step[data-step=book-preview]>.ms-wiz-btn{flex:0 0 auto!important;width:min(720px,100%)!important;min-height:56px!important;margin:0 auto!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-btn--ghost,.ms-wiz-step[data-step=see-cover] .ms-wiz-btn--ghost{min-height:48px!important;background:#fff!important;border:1px solid #cfe5fa!important;color:#0b46a0!important;box-shadow:0 10px 22px #073e9812!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-btn--ghost .ms-wiz-btn__bg,.ms-wiz-step[data-step=see-cover] .ms-wiz-btn--ghost .ms-wiz-btn__bg{background:#fff!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-fine{flex:0 0 auto!important;margin:0!important;font-size:13px!important}}@media(max-width:759px){.ms-wiz__panel{width:100%!important;height:100svh!important;max-height:100svh!important;border-radius:0!important}.ms-wiz-step{min-height:0!important;overflow-y:auto!important;overflow-x:hidden!important;padding-inline:16px!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare{grid-template-columns:1fr!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item img{height:auto!important;aspect-ratio:1.45!important;object-fit:cover!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-book__stage img{height:auto!important;aspect-ratio:16/10!important}.ms-wiz-step[data-step=book-preview] .ms-wiz-summary{grid-template-columns:1fr!important}}@media(max-width:759px){.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active){overflow:hidden!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz__title{padding-top:10px!important;font-size:28px!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz-coach{margin:4px 0 8px!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz-coach__mascot{width:46px!important;height:46px!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz-coach__bubble{min-height:50px!important;padding:9px 12px!important}.ms-wiz__panel:has(.ms-wiz-step[data-step=meet-hero].is-active) .ms-wiz-coach__bubble p{font-size:15px!important;line-height:1.15!important}.ms-wiz-step[data-step=meet-hero]{padding:0 12px 14px!important;gap:10px!important;justify-content:flex-start!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero{margin:0!important;padding:0!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;align-items:start!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item img{width:100%!important;height:clamp(135px,27svh,230px)!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center 35%!important;border-radius:18px!important;border:2px solid #7b4b8d!important;box-shadow:0 10px 22px #073e981f!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-compare__item figcaption{margin-top:5px!important;font-size:13px!important;color:#0b46a0!important;opacity:1!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-hero__note{margin:4px 0 0!important;font-size:13px!important;line-height:1.2!important;color:#5276b8!important;opacity:1!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important}.ms-wiz-step[data-step=meet-hero] .ms-wiz-actions .ms-wiz-btn{min-height:48px!important;font-size:18px!important}.ms-wiz-step[data-step=meet-hero]>.ms-wiz-btn{min-height:54px!important;margin:0!important;width:100%!important;font-size:18px!important}}@media(max-width:759px){.ms-wiz:not([hidden]){height:100vh!important;height:100dvh!important;min-height:100vh!important;min-height:100dvh!important;overflow:hidden!important}.ms-wiz:not([hidden]) .ms-wiz__panel{height:100vh!important;height:100dvh!important;max-height:100vh!important;max-height:100dvh!important;overflow:hidden!important}.ms-wiz-step--upload.is-active{min-height:0!important;height:100%!important;overflow:hidden!important}.ms-wiz-step--upload.is-active .ms-wiz-step__scroll{overflow-y:auto!important;-webkit-overflow-scrolling:touch!important;padding-bottom:calc(112px + env(safe-area-inset-bottom,0px))!important}.ms-wiz-step--upload.is-active .ms-wiz-step__footer{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:2147483000!important;display:block!important;width:100%!important;transform:none!important;padding:12px 16px calc(12px + env(safe-area-inset-bottom,0px))!important;border-top:1px solid #d8edf9!important;border-radius:0!important;background:linear-gradient(180deg,#ffffffd1,#fff 32% 100%)!important;box-shadow:0 -16px 34px #073e9824!important}.ms-wiz-step--upload.is-active .ms-wiz-upload{display:block!important;width:100%!important;max-width:520px!important;margin:0 auto!important}.ms-wiz-step--upload.is-active .ms-wiz-upload .ms-wiz-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:60px!important;border:4px solid #fff!important;border-radius:999px!important;background:#ff6246!important;box-shadow:0 18px 40px #ff624652,0 8px 22px #073e9824!important;opacity:1!important;visibility:visible!important}.ms-wiz-step--upload.is-active .ms-wiz-upload .ms-wiz-btn__bg{background:linear-gradient(180deg,#ff765b,#ff553d)!important;opacity:1!important}.ms-wiz-step--upload.is-active .ms-wiz-upload .ms-wiz-btn__label{color:#fff!important;-webkit-text-fill-color:#fff!important;font-size:clamp(16px,4.4vw,19px)!important;line-height:1.05!important;white-space:nowrap!important}}@media(max-width:360px){.ms-wiz-step--upload.is-active .ms-wiz-step__footer{padding-left:10px!important;padding-right:10px!important}.ms-wiz-step--upload.is-active .ms-wiz-upload .ms-wiz-btn{min-height:56px!important}.ms-wiz-step--upload.is-active .ms-wiz-upload .ms-wiz-btn__label{font-size:15px!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ms-preview.css.map */
