@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=Nunito:wght@700;800;900&display=swap";:root{color-scheme:light;--brand-deep-purple: #2e0f6e;--brand-purple-red: #5a226a;--brand-brick: #a1422f;--navy: var(--brand-deep-purple);--navy-2: var(--brand-purple-red);--orange: var(--brand-brick);--orange-bright: var(--brand-brick);--orange-soft: #f7e8e4;--blue: var(--brand-purple-red);--blue-soft: #f2eaf5;--cream: #faf7fc;--paper: #fefcff;--surface: #ffffff;--ink: #281247;--muted: #655b72;--border: #ded2e8;--border-strong: #c9b8d7;--success: #16825d;--danger: #b91c1c;--shadow-lg: 0 20px 50px rgba(46, 15, 110, .16), 0 4px 12px rgba(90, 34, 106, .08);--shadow-md: 0 12px 28px rgba(46, 15, 110, .12), 0 2px 8px rgba(90, 34, 106, .07);--shadow-sm: 0 6px 16px rgba(46, 15, 110, .09), 0 1px 4px rgba(90, 34, 106, .06);--radius-sm: 12px;--radius-md: 18px;--radius-lg: 24px;--radius-xl: 30px;--tap-size: 48px;--header-height: 64px;--ease-out: cubic-bezier(.22, 1, .36, 1)}*{box-sizing:border-box}html{min-width:0;min-height:100%;background:#e7e0ef;-webkit-text-size-adjust:100%}body{margin:0;min-width:0;min-height:100vh;min-height:100dvh;color:var(--ink);background:radial-gradient(circle at 8% -6%,rgba(90,34,106,.2),transparent 30rem),radial-gradient(circle at 104% 94%,rgba(161,66,47,.16),transparent 28rem),#e7e0ef;font-family:DM Sans,PingFang SC,Microsoft YaHei,sans-serif;font-size:16px;line-height:1.5;overscroll-behavior-y:contain;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent;touch-action:manipulation}button:disabled{cursor:not-allowed}img{display:block;max-width:100%}[hidden]{display:none!important}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.app-shell{position:relative;width:min(100%,600px);min-height:100vh;min-height:100dvh;margin:0 auto;overflow:clip;background:var(--cream);box-shadow:0 0 0 1px #2e0f6e0d,0 30px 90px #2e0f6e2e}.topbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:10px;min-height:calc(var(--header-height) + env(safe-area-inset-top));padding:max(8px,env(safe-area-inset-top)) 16px 8px;background:#faf7fcf2;border-bottom:1px solid rgba(90,34,106,.14);-webkit-backdrop-filter:blur(18px) saturate(1.15);backdrop-filter:blur(18px) saturate(1.15)}.icon-button,.brand-lockup,.back-button{border:0;cursor:pointer}.icon-button{display:inline-grid;place-items:center;flex:0 0 var(--tap-size);width:var(--tap-size);height:var(--tap-size);padding:0;color:var(--navy);background:var(--surface);border:1px solid rgba(46,15,110,.14);border-radius:16px;box-shadow:var(--shadow-sm);transition:transform .18s var(--ease-out),background-color .18s ease,box-shadow .18s ease}.icon-button:active{transform:scale(.96);box-shadow:0 2px 8px #2030541a}.icon-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.brand-lockup{display:inline-flex;align-items:center;flex:1 1 auto;gap:10px;min-width:0;min-height:var(--tap-size);padding:0;color:var(--navy);text-align:left;background:transparent}.brand-copy{display:grid;min-width:0}.brand-lockup strong{font-family:Nunito,PingFang SC,sans-serif;font-size:16px;font-weight:900;letter-spacing:-.02em;line-height:1.12}.brand-lockup small{display:grid;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.03em;line-height:1.22}.brand-english{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-mark{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;padding:2px;background:#fff;border:1px solid rgba(46,15,110,.14);border-radius:50%;box-shadow:0 5px 12px #2e0f6e29}.brand-mark img{width:100%;height:100%;object-fit:contain}main{min-width:0;outline:none}.screen{min-height:calc(100vh - var(--header-height));min-height:calc(100dvh - var(--header-height) - env(safe-area-inset-top));padding:20px 16px max(28px,env(safe-area-inset-bottom));animation:screen-in .26s var(--ease-out) both}.screen{background:linear-gradient(180deg,#faf7fcf5,#faf7fccc 31%,#faf7fc94 58%,#faf7fce6),url(/assets/campus-postcard-1280-CMAZ5IrW.webp) center 38% / cover no-repeat}@keyframes screen-in{0%{opacity:0}to{opacity:1}}h1,h2,p{margin-top:0}h1,h2,.panel-title strong,.scene-card__copy strong,.outfit-card__copy strong{font-family:Nunito,PingFang SC,Microsoft YaHei,sans-serif}.entry-layout{display:grid;gap:18px}.entry-copy{position:relative;z-index:2}.hero-column{display:grid;gap:12px;min-width:0}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin:0 0 10px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.12em}.eyebrow-dot{width:8px;height:8px;background:var(--orange-bright);border-radius:50%;box-shadow:0 0 0 5px #a1422f24}h1{max-width:480px;margin-bottom:10px;font-size:clamp(38px,11vw,58px);font-weight:900;letter-spacing:-.055em;line-height:.98}h1 em{color:var(--orange);font-style:normal}.entry-intro{display:grid;gap:2px;max-width:30rem;margin-bottom:0;color:var(--muted);font-size:15px;line-height:1.6}.entry-intro strong{color:var(--navy);font-size:16px}.entry-intro span{display:block}.primary-button,.secondary-button,.text-button,.micro-button,.upload-button,.asset-tile,.frame-tile,.scene-card,.outfit-card,.experience-card,.editor-tool-tab,.sticker-action-grid button{cursor:pointer;transition:transform .18s var(--ease-out),box-shadow .18s ease,border-color .18s ease,background-color .18s ease,color .18s ease,opacity .18s ease}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;padding:0 20px;border-radius:18px;font-size:16px;font-weight:900}.primary-button{color:#fff;background:linear-gradient(145deg,var(--brand-purple-red),var(--navy));border:1px solid var(--navy);box-shadow:0 8px 18px #2e0f6e3d,0 3px #21084f}.secondary-button{color:var(--navy);background:#fff;border:1px solid #cdd7e7;box-shadow:var(--shadow-sm)}.primary-button:active,.secondary-button:active,.micro-button:active,.upload-button:active,.asset-tile:active,.frame-tile:active,.scene-card:active,.outfit-card:active,.experience-card:active,.editor-tool-tab:active,.sticker-action-grid button:active{transform:scale(.975)}.primary-button:disabled,.secondary-button:disabled,.micro-button:disabled,.upload-button:disabled,.asset-tile:disabled,.frame-tile:disabled,.outfit-card:disabled,.experience-card:disabled,.editor-tool-tab:disabled,.sticker-action-grid button:disabled{cursor:not-allowed;opacity:.48;transform:none;box-shadow:none}.primary-button svg,.secondary-button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.primary-button.full-width{width:100%;margin-top:0}.mobile-action-bar{position:sticky;z-index:24;bottom:0;margin-top:16px;padding:12px 0 max(12px,env(safe-area-inset-bottom));background:linear-gradient(to bottom,rgba(250,247,252,0),rgba(250,247,252,.94) 24%,var(--cream) 58%)}.experience-actions{display:grid;gap:10px}.experience-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 38px;align-items:end;gap:10px;width:100%;min-height:112px;aspect-ratio:3 / 1;padding:15px;overflow:hidden;isolation:isolate;color:#fff;text-align:left;background:var(--navy);border:1px solid rgba(46,15,110,.18);border-radius:20px;box-shadow:0 10px 24px #2e0f6e2e}.experience-card:after{position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(30,10,73,.82) 0%,rgba(46,15,110,.42) 34%,transparent 70%);content:"";pointer-events:none}.experience-card--cutout:after{background:linear-gradient(90deg,rgba(46,15,110,.12),transparent 44%),linear-gradient(to top,rgba(15,7,42,.18),transparent 30%)}.experience-card--ai:after{background:linear-gradient(to top,rgba(15,7,42,.16),transparent 32%)}.experience-card__cover{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .42s var(--ease-out),filter .24s ease}.experience-card__arrow{position:relative;z-index:1;grid-column:2;align-self:end;justify-self:end;width:36px;height:36px;padding:8px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;background:#230c52b3;border:1px solid rgba(255,255,255,.54);border-radius:50%;box-shadow:0 4px 12px #1405343d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.screen-heading{margin-bottom:18px}.compact-heading{margin-bottom:14px}.step-line{display:flex;align-items:center;gap:9px;margin-bottom:8px;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.13em}.step-line i{width:44px;height:2px;background:#cdb9d8;border-radius:999px}.screen-heading h2{margin-bottom:6px;font-size:clamp(29px,8.5vw,42px);font-weight:900;letter-spacing:-.045em;line-height:1.05}.screen-heading p{margin-bottom:0;color:var(--muted);font-size:14px;line-height:1.55}body[data-active-screen=scene] .screen{width:min(100%,760px);margin-inline:auto}body[data-active-screen=scene] .screen-heading{margin-bottom:20px}body[data-active-screen=scene] .screen-heading h2{color:var(--brand-deep-purple)}body[data-active-screen=scene] .screen-heading p{font-size:14px}body[data-active-screen=scene] .mobile-action-bar{position:static;margin-top:18px}body[data-active-screen=scene] #scene-continue-button{min-height:62px;border-radius:20px;font-size:17px}body[data-active-screen=outfit] .mobile-action-bar{position:static;margin-top:18px}.mode-kicker{display:inline-flex;align-items:center;gap:7px;margin-bottom:7px!important;color:var(--navy)!important;font-size:12px!important;font-weight:900;letter-spacing:.06em}.mode-kicker span{display:inline-grid;place-items:center;min-width:28px;height:24px;padding:0 7px;color:#fff;background:var(--brand-purple-red);border-radius:999px;font-size:10px;letter-spacing:.08em}.scene-grid{display:grid;gap:16px}.scene-card{position:relative;display:block;width:100%;min-width:0;min-height:44px;padding:0;overflow:hidden;color:#fff;text-align:left;background:#dfe5eb;border:2px solid transparent;border-radius:18px;box-shadow:0 7px 18px #2e0f6e1a}.scene-card.is-selected{border-color:var(--brand-deep-purple);box-shadow:0 12px 28px #2e0f6e33}.scene-card__image{position:relative;display:block;aspect-ratio:16 / 9;overflow:hidden;background:#dfe5eb}.scene-card__image:after{position:absolute;inset:42% 0 0;background:linear-gradient(to bottom,transparent,rgba(12,6,30,.7));content:"";pointer-events:none}.scene-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .24s var(--ease-out)}.scene-check{position:absolute;z-index:3;top:16px;right:16px;display:grid;place-items:center;width:24px;height:24px;color:#fff;background:var(--brand-deep-purple);border:0;border-radius:50%;box-shadow:0 4px 12px #1508343d;opacity:0;transform:scale(.7);transition:opacity .18s ease,transform .18s var(--ease-out)}.scene-card.is-selected .scene-check{opacity:1;transform:scale(1)}.scene-check svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round}.scene-card__copy{position:absolute;z-index:2;right:0;bottom:0;left:0;display:grid;align-content:end;min-width:0;padding:36px 24px 28px;pointer-events:none}.scene-card__copy strong{color:#fff;font-size:clamp(19px,5vw,24px);font-weight:900;letter-spacing:-.025em;line-height:1.2;text-shadow:0 2px 9px rgba(8,3,24,.7)}.outfit-helper{margin:-8px 0 16px;color:var(--muted);font-size:13px;font-weight:700}.outfit-choice-stack{display:grid;gap:20px;max-width:760px;margin-inline:auto}.outfit-choice-section{display:grid;gap:10px;min-width:0}.outfit-choice-heading{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.outfit-choice-heading h3{margin:0;color:var(--navy);font-size:18px;font-weight:950}.outfit-choice-heading small{color:var(--muted);font-size:12px;font-weight:800}.outfit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;width:100%}.outfit-card{min-width:0;min-height:44px;overflow:hidden;padding:0;color:var(--ink);text-align:left;background:#fff;border:2px solid transparent;border-radius:20px;box-shadow:var(--shadow-sm)}.outfit-card.is-selected{background:#fbf7fd;border-color:var(--brand-purple-red);box-shadow:0 10px 24px #2e0f6e24}.outfit-card__image{position:relative;display:block;aspect-ratio:1.34;overflow:hidden;background:#dadada}.outfit-card__garment{width:100%;height:100%;object-fit:cover;transition:transform .22s var(--ease-out)}.outfit-card__image--gallery{aspect-ratio:3 / 4}.outfit-card__image--gallery>img{display:block;width:200%;max-width:none;height:100%;object-fit:cover}.outfit-card__image--gallery[data-gender=female]>img{transform:translate(-50%)}.outfit-card__image--hat{display:grid;place-items:center;background:linear-gradient(155deg,#ece8f4,#d8dde9)}.outfit-card__hat-preview{width:92%;height:92%;padding:4px;object-fit:contain;transition:transform .22s var(--ease-out)}.outfit-card[data-hat=academic-cap] .outfit-card__hat-preview{position:absolute;inset:4%}.outfit-card__image--none{display:grid;place-items:center;background:linear-gradient(155deg,#f0f2f6,#e1e5ec)}.outfit-card__none-icon{display:grid;width:46px;height:46px;place-items:center;color:#6b7280;background:#ffffffc7;border-radius:50%}.outfit-card__none-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.outfit-check{position:absolute;top:9px;right:9px;display:grid;place-items:center;width:34px;height:34px;color:#fff;background:var(--brand-purple-red);border:2px solid white;border-radius:50%;opacity:0;transform:scale(.72);transition:opacity .18s ease,transform .18s var(--ease-out)}.outfit-card.is-selected .outfit-check{opacity:1;transform:scale(1)}.outfit-check svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.outfit-card__copy{display:grid;gap:3px;min-height:68px;padding:10px}.outfit-card__copy strong{font-size:14px;font-weight:900;line-height:1.25}.outfit-card__copy small{color:var(--muted);font-size:11px;font-weight:650;line-height:1.35}.outfit-selection-summary{max-width:760px;margin:14px auto 0;padding:11px 13px;color:var(--navy);background:#ffffffe0;border:1px solid rgba(90,34,106,.18);border-radius:14px;font-size:13px;font-weight:850;line-height:1.4;text-align:center}.capture-card,.composition-card,.result-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}body[data-active-screen=capture] .screen{padding-top:12px}body[data-active-screen=capture] .compact-heading{margin-bottom:10px}body[data-active-screen=capture] .screen-heading h2{font-size:clamp(27px,7vw,32px)}.capture-card{position:relative;width:min(100%,390px);margin-inline:auto;padding:8px;overflow:hidden;border-radius:28px}.camera-stage{position:relative;overflow:hidden;width:100%;aspect-ratio:3 / 4;background:#14234a;border-radius:21px}.camera-stage:after{position:absolute;z-index:5;inset:auto 0 0;height:34%;background:linear-gradient(to bottom,transparent,rgba(6,18,43,.44));content:"";pointer-events:none}.camera-stage video,.camera-freeze{position:absolute;inset:0;width:100%;height:100%;background:#14234a}.camera-stage video{z-index:0;object-fit:contain;background:#14234a;opacity:0;transform-origin:center;transition:opacity .22s ease}.camera-stage.is-mirrored video{transform:scaleX(-1)}.camera-stage.has-video video{opacity:1}.camera-freeze{z-index:2;object-fit:contain;opacity:0;pointer-events:none;transition:opacity .16s ease}.camera-stage.is-frozen .camera-freeze{opacity:1}.camera-stage.is-frozen video{opacity:0}.camera-stage.has-video .camera-empty,.camera-stage.is-frozen .camera-empty{opacity:0;pointer-events:none}.camera-empty{position:absolute;z-index:1;inset:0;display:grid;place-items:center;padding:42px 28px;color:#fff;transition:opacity .2s ease}.camera-empty__icon{display:grid;place-items:center;width:68px;height:68px;color:var(--orange);background:#fff8ee;border-radius:22px;box-shadow:0 10px 26px #04122d38}.camera-empty__icon svg{width:38px;height:38px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.camera-guide{position:absolute;z-index:3;inset:16% 11% 20%;opacity:1;pointer-events:none;transition:opacity .16s ease}.camera-stage.is-frozen .camera-guide{opacity:0}.camera-guide span{position:absolute;width:32px;height:32px;border-color:#ffffffe0;border-style:solid}.camera-guide span:nth-child(1){top:0;left:0;border-width:2px 0 0 2px;border-radius:8px 0 0}.camera-guide span:nth-child(2){top:0;right:0;border-width:2px 2px 0 0;border-radius:0 8px 0 0}.camera-guide span:nth-child(3){right:0;bottom:0;border-width:0 2px 2px 0;border-radius:0 0 8px}.camera-guide span:nth-child(4){bottom:0;left:0;border-width:0 0 2px 2px;border-radius:0 0 0 8px}.countdown{position:absolute;z-index:9;inset:0;display:grid;place-items:center;color:#fff;font-family:Nunito,sans-serif;font-size:96px;font-weight:900;opacity:0;text-shadow:0 5px 18px rgba(4,18,45,.42);pointer-events:none}.countdown.is-visible{animation:count-pop .85s var(--ease-out) both}@keyframes count-pop{0%{opacity:0;transform:scale(1.4)}18%{opacity:1;transform:scale(1)}75%{opacity:1}to{opacity:0;transform:scale(.86)}}.capture-toolbar{position:absolute;z-index:10;top:18px;right:18px;left:18px;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:0;color:#fff;pointer-events:none}.camera-status{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;color:#fff;background:#071735b8;border:1px solid rgba(255,255,255,.24);border-radius:12px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.camera-status i{width:9px;height:9px;flex:0 0 auto;background:var(--orange-bright);border-radius:50%;box-shadow:0 0 0 4px #a1422f33}.camera-status.is-ready i{background:#31c48d;box-shadow:0 0 0 4px #31c48d33}.camera-status.is-error i{background:#f87171;box-shadow:0 0 0 4px #f8717133}.upload-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;gap:6px;min-height:44px;padding:0 12px;color:var(--navy);background:#fff;border:1px solid rgba(255,255,255,.72);border-radius:12px;box-shadow:0 3px 10px #04122d29;font-size:12px;font-weight:900;white-space:nowrap;pointer-events:auto}.upload-button svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.capture-actions{position:absolute;z-index:10;right:0;bottom:28px;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.shutter-button{display:grid;place-items:center;width:80px;height:80px;padding:0;background:#fffffff0;border:6px solid white;border-radius:50%;box-shadow:0 10px 28px #21084f57,0 0 0 3px #a1422ff2;cursor:pointer;pointer-events:auto;transition:transform .16s var(--ease-out),box-shadow .16s ease,opacity .16s ease}.shutter-button span{display:block;width:56px;height:56px;background:var(--orange-bright);border-radius:50%;box-shadow:inset 0 -4px #912f052e}.shutter-button:active{transform:scale(.94);box-shadow:0 5px 16px #21084f4d,0 0 0 3px #a1422ff2}.shutter-button:disabled{cursor:wait;opacity:.5;transform:none}.cutout-progress{position:absolute;z-index:12;right:12px;bottom:12px;left:12px;display:grid;gap:7px;padding:9px 12px 10px;color:#fff;text-align:center;background:#071735c2;border:1px solid rgba(255,255,255,.22);border-radius:14px;box-shadow:0 6px 18px #0717353d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cutout-progress[hidden]{display:none}.cutout-progress__label{font-size:15px;font-weight:900;line-height:1.25;letter-spacing:.02em}.cutout-progress__track{position:relative;display:block;height:5px;overflow:hidden;background:#ffffff70;border-radius:999px}.cutout-progress__track i{position:absolute;inset:0 auto 0 0;width:42%;background:linear-gradient(90deg,#fff,#ffb45d);border-radius:inherit;animation:cutout-progress 1.1s ease-in-out infinite}@keyframes cutout-progress{0%{transform:translate(-110%)}to{transform:translate(340%)}}.camera-stage.is-processing .camera-guide{opacity:.4}.editor-layout{display:grid;gap:14px}.composition-card{justify-self:center;width:min(100%,clamp(280px,72vw,310px));padding:8px;border-radius:24px}.composition-stage{position:relative;overflow:hidden;aspect-ratio:9 / 16;background:#fff;border-radius:17px;isolation:isolate;touch-action:none}.composition-window{position:absolute;z-index:0;top:0;left:0;width:100%;height:100%;overflow:hidden;background:#dce6f0;isolation:isolate;touch-action:none;mask-repeat:no-repeat;mask-position:center;mask-size:100% 100%;mask-mode:alpha;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:100% 100%}.composition-background,.frame-layer{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.composition-background{z-index:0}.editor-empty{position:absolute;z-index:1;inset:37% 12% auto;display:grid;justify-items:center;gap:8px;padding:20px 14px;color:var(--navy);text-align:center;background:#ffffffe6;border:1px dashed rgba(46,15,110,.3);border-radius:18px;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:opacity .18s ease}.editor-empty>span{display:grid;place-items:center;width:42px;height:42px;color:var(--orange);background:var(--orange-soft);border-radius:13px}.editor-empty svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.editor-empty strong{font-family:Nunito,sans-serif;font-size:16px;font-weight:900}.composition-stage.has-photo .editor-empty{opacity:0;pointer-events:none}.sticker-layers{position:absolute;z-index:2;inset:0;pointer-events:none}.portrait-layer,.sticker-layer{position:absolute;z-index:2;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab;outline:0;transform-origin:center center;-webkit-user-drag:none;-webkit-touch-callout:none}.portrait-layer{top:58%;left:50%;width:68%;height:76%;transform:translate(-50%,-50%) rotate(0) scale(.8)}.portrait-layer.is-gesturing,.sticker-layer.is-gesturing{cursor:grabbing}.portrait-layer img,.sticker-layer img{width:100%;height:100%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 7px 6px rgba(18,42,85,.18));-webkit-user-drag:none}.portrait-layer:after,.sticker-layer:after{position:absolute;z-index:3;inset:-5px;border:2px solid transparent;border-radius:13px;box-shadow:0 0 0 1px transparent;content:"";pointer-events:none}.portrait-layer.is-selected:after,.sticker-layer.is-selected:after{border-color:#fff;box-shadow:0 0 0 3px var(--orange-bright),0 5px 16px #122a553d}.portrait-layer:focus-visible:after,.sticker-layer:focus-visible:after{border-color:#fff;box-shadow:0 0 0 4px var(--blue),0 5px 16px #122a553d}.sticker-layer{top:23%;left:75%;width:31%;height:31%;pointer-events:auto;transform:translate(-50%,-50%) rotate(-9deg) scale(1)}.sticker-layer img{filter:drop-shadow(0 5px 4px rgba(18,42,85,.22))}.frame-layer{z-index:20;pointer-events:none}.stage-hint{position:absolute;z-index:30;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:7px;max-width:calc(100% - 20px);min-height:32px;padding:5px 10px;color:#fff;background:#0a1e43c7;border:1px solid rgba(255,255,255,.3);border-radius:999px;font-size:11px;font-weight:800;line-height:1.25;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.composition-stage:not(.has-photo) .stage-hint{opacity:0}.hint-pulse{width:7px;height:7px;flex:0 0 auto;background:var(--orange-bright);border-radius:50%;box-shadow:0 0 0 4px #a1422f33}.control-panel{position:relative;display:grid;gap:12px;margin:0 -16px -28px;padding:22px 16px max(24px,env(safe-area-inset-bottom));background:#ffffffe0;border:1px solid rgba(18,42,85,.08);border-bottom:0;border-radius:28px 28px 0 0;box-shadow:0 -12px 36px #2030541a;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.control-panel:before{position:absolute;top:9px;left:50%;width:42px;height:4px;background:#d5dbe5;border-radius:999px;content:"";transform:translate(-50%)}.editor-tool-tabs{position:sticky;z-index:22;top:calc(var(--header-height) + env(safe-area-inset-top) + 8px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:5px;background:#f3f6fbf0;border:1px solid #dce4ef;border-radius:17px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.editor-tool-tab{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:0;min-height:48px;padding:0 10px;color:var(--muted);background:transparent;border:1px solid transparent;border-radius:12px;font-size:14px;font-weight:900}.editor-tool-tab svg{width:20px;height:20px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.editor-tool-tab.is-selected{color:var(--navy);background:#fff;border-color:#5a226a47;box-shadow:0 4px 12px #2e0f6e1a}.panel-block{padding:14px;background:#fff;border:1px solid #e3e8f0;border-radius:18px;box-shadow:0 4px 14px #2030540f}.panel-block[data-tool-panel]{display:none}.panel-block[data-tool-panel].is-active{display:block}.panel-title{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:12px}.panel-title strong{font-size:16px;font-weight:900}.panel-title span{color:var(--muted);font-size:12px;font-weight:700}.range-control{display:grid;grid-template-columns:42px 1fr 46px;align-items:center;gap:10px;min-height:48px;color:var(--muted);font-size:13px;font-weight:800}.range-control input{width:100%;height:44px;margin:0;accent-color:var(--orange);cursor:pointer}.range-control output{color:var(--orange);font-size:13px;font-weight:900;text-align:right;font-variant-numeric:tabular-nums}.micro-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:8px}.micro-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:48px;padding:0 8px;color:var(--navy);background:#f7f9fc;border:1px solid #dce4ef;border-radius:13px;font-size:13px;font-weight:900}.micro-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.asset-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(58px,1fr));gap:8px}.asset-tile{display:grid;justify-items:center;align-content:center;gap:5px;min-width:0;min-height:80px;padding:7px 4px;color:var(--muted);background:#f9fafc;border:1.5px solid #dfe5ee;border-radius:14px}.asset-tile.is-selected{color:var(--navy);background:#fbf7fd;border-color:var(--brand-purple-red);box-shadow:0 4px 12px #2e0f6e1f}.asset-tile img,.asset-none{width:44px;height:44px}.asset-tile img{object-fit:contain}.asset-tile small{overflow:hidden;max-width:100%;font-size:11px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.asset-none{display:grid;place-items:center;color:#667085;background:#e9edf3;border-radius:12px;font-size:16px;font-weight:900}.sticker-adjustments{display:grid;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e9f0}.sticker-adjustments__title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;min-width:0}.sticker-adjustments__title strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.sticker-adjustments__title span{max-width:150px;color:var(--muted);font-size:11px;font-weight:700;line-height:1.35;text-align:right}.sticker-action-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:7px}.sticker-action-grid button{display:grid;place-items:center;align-content:center;gap:3px;min-width:0;min-height:56px;padding:5px 2px;color:var(--navy);background:#f7f9fc;border:1px solid #dce4ef;border-radius:12px;font-weight:900}.sticker-action-grid button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sticker-action-grid button small{font-size:10px;font-weight:900}.sticker-action-grid button.is-danger{color:var(--danger);background:#fff4f4;border-color:#fecaca}.frame-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.frame-tile{position:relative;min-width:0;overflow:hidden;padding:0;color:var(--navy);background:#f3f6fb;border:2px solid transparent;border-radius:15px}.frame-tile.is-selected{background:#fbf7fd;border-color:var(--brand-purple-red);box-shadow:0 5px 14px #2e0f6e1f}.frame-tile img{width:100%;height:168px;padding:6px;object-fit:contain;object-position:center;background:linear-gradient(160deg,#e8f4fb,#eef6e7)}.frame-none-preview{display:grid;width:100%;height:168px;place-content:center;gap:6px;color:#667085;background:linear-gradient(160deg,#eef2f7,#e5ebf3)}.frame-none-preview strong{font-size:28px;font-weight:950;line-height:1}.frame-none-preview small{font-size:11px;font-weight:900;letter-spacing:.08em}.frame-tile span{display:block;padding:8px 6px 9px;overflow:hidden;font-size:12px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.editor-submit-bar{position:static;margin:0;padding-bottom:max(8px,env(safe-area-inset-bottom));background:linear-gradient(to bottom,#fff0,#fffffff5 28%,#fff 62%)}.result-card{width:min(100%,310px);margin-inline:auto;padding:9px}.result-image-wrap{position:relative;overflow:hidden;aspect-ratio:9 / 16;background:#dce6f0;border-radius:18px}.result-image-wrap img{width:100%;height:100%;object-fit:cover;user-select:auto;-webkit-user-select:auto;-webkit-touch-callout:default;transition:opacity .18s ease}.result-image-wrap img.is-loading{opacity:.45}.hold-save-hint{display:flex;align-items:center;gap:11px;padding:12px 4px 4px}.hold-save-icon{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;color:var(--orange);background:var(--orange-soft);border-radius:13px}.hold-save-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.hold-save-hint>span:last-child{display:grid;gap:1px;min-width:0}.hold-save-hint strong{font-family:Nunito,sans-serif;font-size:15px;font-weight:900}.hold-save-hint small{color:var(--muted);font-size:11px;font-weight:600;line-height:1.35}.result-actions{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin-top:10px}.result-actions .primary-button,.result-actions .secondary-button{min-width:0;min-height:56px;padding:0 12px;font-size:14px}.toast{position:fixed;z-index:100;left:50%;bottom:max(86px,calc(env(safe-area-inset-bottom) + 74px));width:max-content;max-width:min(90vw,420px);padding:11px 15px;color:#fff;background:#0c1f44f5;border:1px solid rgba(255,255,255,.22);border-radius:14px;box-shadow:0 12px 30px #0c1f4442;font-size:13px;font-weight:800;line-height:1.4;text-align:center;opacity:0;transform:translate(-50%,10px);pointer-events:none;transition:opacity .18s ease,transform .18s var(--ease-out)}.toast.is-visible{opacity:1;transform:translate(-50%)}:focus-visible{outline:3px solid rgba(90,34,106,.72);outline-offset:3px}main:focus-visible{outline:none}main h1:focus-visible,main h2:focus-visible{outline:none}@media(hover:hover)and (pointer:fine){.icon-button:hover,.secondary-button:hover,.micro-button:hover,.asset-tile:hover,.frame-tile:hover,.outfit-card:hover,.editor-tool-tab:hover,.sticker-action-grid button:hover{background-color:#f7faff}.primary-button:hover{background:linear-gradient(145deg,#6b2d72,#3a167c)}.experience-card:hover .experience-card__cover{transform:scale(1.035);filter:saturate(1.04) contrast(1.02)}.scene-card:hover,.outfit-card:hover{border-color:#5a226a80;transform:translateY(-2px)}.scene-card:hover .scene-card__image img{transform:scale(1.035)}.outfit-card:hover .outfit-card__garment{transform:scale(1.025)}.outfit-card:hover .outfit-card__hat-preview{transform:translateY(-2px) rotate(-1deg)}}@media(max-width:359px){.topbar,.screen{padding-right:12px;padding-left:12px}.brand-lockup strong{font-size:14px}.brand-lockup small{font-size:8px}.brand-english{display:none}.experience-card{grid-template-columns:minmax(0,1fr) 34px;min-height:96px;padding:11px}.experience-card__arrow{width:32px;height:32px;padding:7px}.outfit-grid{gap:6px}.outfit-card{border-radius:15px}.outfit-card__copy{min-height:64px;padding:8px 6px}.outfit-card__copy strong{font-size:12px}.outfit-card__copy small{font-size:10px}.outfit-check{top:6px;right:6px;width:28px;height:28px}.scene-card__copy{padding:28px 16px 13px}.control-panel{margin-right:-12px;margin-left:-12px;padding-right:12px;padding-left:12px}.editor-tool-tab{gap:5px;padding:0 6px;font-size:13px}.editor-tool-tab svg{width:18px;height:18px}.result-card{width:min(100%,292px)}}@media(min-width:600px){.app-shell{width:min(calc(100% - 24px),720px);min-height:calc(100dvh - 24px);margin:12px auto;border-radius:30px}.topbar{border-radius:30px 30px 0 0}.screen{padding:28px 30px max(34px,env(safe-area-inset-bottom))}.scene-grid{gap:18px}.capture-card{width:min(100%,420px)}.composition-card{width:min(100%,350px)}.control-panel{margin-right:-30px;margin-left:-30px;padding-right:30px;padding-left:30px}.result-card{width:min(100%,350px)}}@media(min-width:720px)and (min-height:600px){.app-shell{width:min(calc(100% - 32px),980px);min-height:calc(100dvh - 32px);margin:16px auto;border-radius:32px}.topbar{padding-right:24px;padding-left:24px;border-radius:32px 32px 0 0}.screen{min-height:calc(100dvh - 96px);padding:34px 38px 42px}.entry-layout{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);align-items:center;gap:48px;min-height:calc(100dvh - 190px)}.entry-copy{align-self:center}.hero-column{order:2}.mobile-action-bar{background:transparent}body[data-active-screen=editor] .app-shell{width:min(calc(100% - 32px),1080px)}body[data-active-screen=editor] .editor-layout{grid-template-columns:minmax(320px,430px) minmax(320px,1fr);align-items:start;gap:26px}body[data-active-screen=editor] .composition-card{position:sticky;top:calc(var(--header-height) + env(safe-area-inset-top) + 24px);width:100%}body[data-active-screen=editor] .control-panel{margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}body[data-active-screen=editor] .control-panel:before{display:none}body[data-active-screen=editor] .editor-tool-tabs{display:none}body[data-active-screen=editor] .panel-block[data-tool-panel]{display:block}body[data-active-screen=editor] .panel-block{padding:16px}body[data-active-screen=editor] .editor-submit-bar{position:sticky;bottom:12px;padding:12px 0;background:#faf7fceb;border-radius:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}@media(min-width:1024px)and (min-height:700px){.app-shell{width:min(calc(100% - 48px),1120px)}body[data-active-screen=editor] .app-shell{width:min(calc(100% - 48px),1180px)}body[data-active-screen=editor] .editor-layout{grid-template-columns:minmax(400px,500px) minmax(380px,1fr);gap:32px}}@media(orientation:landscape)and (max-height:520px){:root{--header-height: 56px}.topbar{padding-top:4px;padding-bottom:4px}.screen{padding-top:12px}.screen-heading{margin-bottom:12px}.screen-heading h2{font-size:28px}.compact-heading p{display:none}.composition-card{width:min(100%,290px)}.mobile-action-bar{padding-bottom:max(8px,env(safe-area-inset-bottom))}body[data-active-screen=capture] .step-line,body[data-active-screen=capture] .screen-heading p{display:none}body[data-active-screen=capture] .screen-heading{margin-bottom:8px}body[data-active-screen=capture] .capture-card{width:min(100%,220px)}}@media(orientation:landscape)and (min-width:640px)and (max-height:520px){body[data-active-screen=entry] .entry-layout{grid-template-columns:minmax(220px,.9fr) minmax(250px,1.1fr);align-items:start;gap:18px}body[data-active-screen=entry] .hero-column{order:2;width:100%;justify-items:stretch}body[data-active-screen=entry] .experience-actions{width:100%}}@media(max-height:700px){:root{--header-height: 56px}.topbar{padding-top:4px;padding-bottom:4px}body[data-active-screen=capture] .screen{padding-top:8px}body[data-active-screen=capture] .step-line,body[data-active-screen=capture] .screen-heading p{display:none}body[data-active-screen=capture] .screen-heading{margin-bottom:8px}body[data-active-screen=capture] .screen-heading h2{margin-bottom:0;font-size:27px}}@media(orientation:portrait)and (max-height:600px){body[data-active-screen=entry] .hero-column{justify-items:center}body[data-active-screen=entry] .experience-actions{width:100%}body[data-active-screen=capture] .capture-card{width:min(100%,277px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.countdown.is-visible{opacity:1!important;transform:none!important;animation:none!important}}body:is([data-active-screen=scene],[data-active-screen=outfit],[data-active-screen=editor],[data-active-screen=result]) .screen{padding-bottom:calc(128px + env(safe-area-inset-bottom));scroll-padding-bottom:calc(128px + env(safe-area-inset-bottom))}body:is([data-active-screen=scene],[data-active-screen=outfit],[data-active-screen=editor],[data-active-screen=result]) .mobile-action-bar{position:fixed;z-index:50;left:50%;bottom:max(12px,env(safe-area-inset-bottom));width:min(calc(100% - 32px),700px);margin:0;padding:12px;transform:translate(-50%);border:1px solid rgba(90,34,106,.12);border-radius:24px;background:#faf7fcf2;box-shadow:0 8px 32px #2e0f6e2e;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}
