/* Scoped to the inspiration card; upload, processing and result views stay independent. */
#example-view.showcase{background:#f0edff;border:1px solid #e5dfff;border-radius:28px;overflow:hidden;color:#17241d}
.showcase-heading{display:flex;align-items:center;justify-content:space-between;padding:22px 24px 12px;gap:12px}
.showcase-kicker{font-size:9px;letter-spacing:.15em;font-weight:700;color:#6044cc}
.showcase-heading h2{font-size:27px;line-height:1.12;letter-spacing:-1px;margin:5px 0 0}
.showcase-play{width:42px;height:42px;display:grid;place-items:center;border:1px solid #ddd4ff;border-radius:50%;background:#fff9;color:#6044cc;flex-shrink:0}
.showcase-play svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.showcase-play-icon,.showcase-play[aria-pressed=true] .showcase-pause-icon{display:none}
.showcase-play[aria-pressed=true] .showcase-play-icon{display:block}
.showcase-people{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;padding:0 16px 14px}
.showcase-people button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:7px 1px 8px;border:1px solid transparent;border-radius:14px;background:transparent;font-size:10px;font-weight:600;color:#665c7a;min-width:0;transition:background .2s,border-color .2s}
.showcase-people button[aria-pressed=true]{background:#fff;border-color:#c7b7ff;color:#372067;box-shadow:0 3px 9px #4323930b}
.showcase-avatar{width:38px;height:38px;border-radius:50%;background:#e5dcff;display:grid;place-items:center;font-size:13px;color:#8771b5;background-size:400% auto;background-position:83.333% 0%;background-repeat:no-repeat;overflow:hidden}
.showcase-avatar-girl{background-image:url(example-result.jpg);background-size:200% auto;background-position:50% 9%}
.showcase-people button:nth-child(3) .showcase-avatar{background-color:#dce8d7}.showcase-people button:nth-child(4) .showcase-avatar{background-color:#ffdfd3}.showcase-people button:nth-child(5) .showcase-avatar{background-color:#ffeaa2}.showcase-people button:nth-child(6) .showcase-avatar{background-color:#e5dcff}
.showcase-stage{position:relative;height:clamp(340px,35vw,440px);overflow:hidden;isolation:isolate;background:#d3d5d1;--split:50%}
.showcase-layer{position:absolute;inset:0;overflow:hidden;display:flex;justify-content:center;background:#d3d5d1}
.showcase-portrait{position:relative;height:100%;aspect-ratio:2/3;overflow:hidden;flex-shrink:0}
#example-view .showcase-portrait img{display:block;width:100%;height:100%;max-width:none;object-fit:fill}
#example-view .showcase-stage.is-paired .showcase-portrait img{width:200%;height:100%}
.showcase-stage.is-paired .showcase-after img{transform:translateX(-50%)}
.showcase-before{clip-path:inset(0 calc(100% - var(--split)) 0 0);z-index:1}
.showcase-label{position:absolute;top:15px;z-index:2;padding:6px 12px;border-radius:20px;font-size:10px;font-weight:700;background:#ffffffe6;box-shadow:0 2px 8px #00000006;pointer-events:none}
.showcase-label-before{left:16px}.showcase-label-after{right:16px;background:#cbff31}
.showcase-divider{position:absolute;z-index:3;top:0;bottom:0;left:clamp(2px,var(--split),calc(100% - 2px));width:2px;background:#fff;pointer-events:none;box-shadow:0 0 5px #0002}
.showcase-divider>span{position:absolute;top:48%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;display:flex;align-items:center;justify-content:center;gap:4px;border-radius:50%;background:#fff;color:#6244d2;box-shadow:0 3px 16px #231a3322;font-size:21px}
.showcase-divider svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}
#example-view .showcase-range{position:absolute;z-index:4;inset:0;width:100%;height:100%;opacity:0;margin:0;padding:0;cursor:ew-resize;touch-action:pan-y}
.showcase-stage:focus-within{outline:3px solid #7752f1;outline-offset:-4px}
.showcase-outfit{position:absolute;z-index:3;bottom:14px;left:50%;transform:translateX(-50%);max-width:92%;width:max-content;border-radius:20px;background:#ffffffef;padding:8px 14px;font-size:11px;color:#392e52;pointer-events:none;box-shadow:0 2px 12px #00000008;text-align:center}
.showcase-bottom{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px 10px}
.showcase-caption{min-width:0;display:grid;gap:5px}.showcase-caption strong{font-size:17px;letter-spacing:-.4px;line-height:1.2}.showcase-caption>span{font-size:10px;color:#7a718d}
#showcase-try{display:flex;align-items:center;justify-content:center;gap:7px;flex-shrink:0;min-height:44px;padding:10px 15px;border:0;border-radius:16px;background:#ccff31;color:#1b2a17;font-size:12px;font-weight:700}
#showcase-try .icon{width:17px;height:17px}.showcase-disclaimer{font-size:9px;line-height:1.5;color:#867c94;padding:0 22px 15px;margin:0}
.showcase button:focus-visible{outline:3px solid #7752f1;outline-offset:2px}
.showcase button:hover{filter:brightness(.98)}
@media(max-width:600px){.showcase-heading{padding:18px 18px 10px}.showcase-heading h2{font-size:25px}.showcase-people{padding:0 10px 12px;gap:2px}.showcase-people button{font-size:9px}.showcase-avatar{width:34px;height:34px}.showcase-stage{height:360px}.showcase-bottom{padding:15px 16px 9px;gap:8px}.showcase-caption strong{font-size:15px}.showcase-caption>span{font-size:9px}#showcase-try{padding:10px 12px;font-size:11px}.showcase-disclaimer{padding:0 16px 14px;font-size:8px}}
@media(prefers-reduced-motion:reduce){.showcase-people button{transition:none}}

/* Soft compact hero choices, including the shared fitting mode. */
.showcase-people{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;padding:0 22px 16px}
.showcase-people button{flex-direction:row;justify-content:flex-start;gap:7px;min-height:48px;padding:6px 9px;border:1px solid #ffffffb3;border-radius:17px;background:#ffffff80;font-size:11px;line-height:1.2;color:#675b7c;box-shadow:0 2px 5px #39265b03;transition:background .2s,box-shadow .2s,transform .2s,border-color .2s}
.showcase-people button:hover{background:#fff;transform:translateY(-2px);box-shadow:0 5px 14px #4d337e0b;filter:none}
.showcase-people button[aria-pressed=true]{background:#fff;border-color:#ba9ffa;color:#452880;box-shadow:0 3px 12px #6740af14,inset 0 0 0 1px #ba9ffa33}
.showcase-avatar{width:30px;height:30px;flex-shrink:0;box-shadow:0 0 0 2px #fff9}
.showcase-people .showcase-couple{grid-column:span 2;background:#fbe6f1b3;border-color:#f3d5e8;gap:10px}
.showcase-people .showcase-couple[aria-pressed=true]{background:#fff0f7;border-color:#dca9ca;color:#753957;box-shadow:0 3px 12px #ad568712,inset 0 0 0 1px #e4b3d133}
.showcase-couple>span:not(.showcase-avatar){text-align:left}.showcase-couple small{display:block;font-size:9px;font-weight:400;margin-top:3px;color:#99768c}
.showcase-couple>svg{margin-left:auto;width:19px;height:19px;fill:none;stroke:#b6779a;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}
.showcase-people .showcase-avatar-duo{display:flex;width:49px;overflow:visible;background:none;box-shadow:none}
.showcase-avatar-duo i{display:block;flex-shrink:0;width:29px;height:29px;border-radius:50%;border:2px solid #fff;background:#e8dffd url(example-result.jpg) 50% 9% / 200% auto no-repeat}
.showcase-avatar-duo i+i{margin-left:-9px;background:#dbe8df url(showcase/young-man.webp) 83.333% 0% / 400% auto no-repeat}
.showcase-duo .showcase-bottom{flex-wrap:wrap}.showcase-duo #showcase-try{background:#ecd9fa;color:#4e2d68}
@media(max-width:600px){.showcase-people{padding:0 14px 13px;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.showcase-people button{min-height:44px;padding:5px 7px;font-size:10px;gap:5px;border-radius:14px}.showcase-avatar{width:27px;height:27px}.showcase-people .showcase-couple{grid-column:1/-1;min-height:43px;justify-content:center}.showcase-couple>svg{margin-left:8px}.showcase-couple small{display:inline;margin-left:7px;font-size:9px}.showcase-avatar-duo i{width:27px;height:27px}.showcase-people .showcase-avatar-duo{width:45px}.showcase-bottom{flex-wrap:wrap}.showcase-caption{flex:1 1 140px}#showcase-try{font-size:11px}}
@media(prefers-reduced-motion:reduce){.showcase-people button{transition:none}.showcase-people button:hover{transform:none}}

/* Eight options keep an even grid, with the stylist next to the couple. */
.showcase-people .showcase-couple{grid-column:auto;gap:6px;padding:6px 7px;justify-content:flex-start}.showcase-couple small,.showcase-couple>svg{display:none}.showcase-people .showcase-avatar-duo{width:36px}.showcase-avatar-duo i{width:24px;height:24px}.showcase-people .showcase-ai{background:linear-gradient(125deg,#e9deff,#f7e4f4);border-color:#decbf5;color:#76529b;gap:6px;padding:6px 7px;font-size:10px}.showcase-ai-icon{display:grid;place-items:center;width:29px;height:29px;flex-shrink:0;border-radius:11px;background:#ffffffa6;color:#9a6ac3}.showcase-ai-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.showcase-people .showcase-ai[aria-pressed=true]{background:linear-gradient(125deg,#dcc5fa,#f1d5ec);border-color:#b892d7;color:#5a317f;box-shadow:0 3px 12px #9868bf1a,inset 0 0 0 1px #ffffff70}.showcase-stylist #showcase-try{background:#e9d7fb;color:#5d337d}.showcase-stylist .showcase-bottom{flex-wrap:wrap}
@media(max-width:600px){.showcase-people{grid-template-columns:repeat(6,minmax(0,1fr))}.showcase-people>button{grid-column:span 2}.showcase-people .showcase-couple,.showcase-people .showcase-ai{grid-column:span 3;justify-content:center;min-height:44px;gap:8px}.showcase-people .showcase-ai{font-size:11px}.showcase-ai-icon{width:28px;height:28px}.showcase-people .showcase-avatar-duo{width:39px}}

/* Beauty examples share the same comparison stage and compact controls. */
.showcase-beauty{margin:0 22px 15px;padding-top:10px;border-top:1px solid #ded5f3}
.showcase-beauty-options button[data-beauty=makeup]{background:#fff1f6;border-color:#f3dce6;color:#a45a7b}
.showcase-beauty-options button[data-beauty=nails]{background:#fff5e9;border-color:#f2e0cb;color:#9b7544}
.showcase-beauty-options button[data-beauty=makeup][aria-pressed=true]{background:#ffe4ee;border-color:#d79bb4;color:#933b64}
.showcase-beauty-options button[data-beauty=nails][aria-pressed=true]{background:#ffedc9;border-color:#d9b779;color:#82591e}
.showcase-beauty-active .showcase-bottom{flex-wrap:wrap}
.showcase-beauty-active #showcase-try{background:#eee0ff;color:#61358f}
.showcase[data-beauty=makeup] #showcase-try{background:#ffe4ee;color:#933b64}
.showcase[data-beauty=nails] #showcase-try{background:#ffedc9;color:#82591e}
@media(max-width:600px){.showcase-beauty{margin:0 14px 13px;padding-top:8px}.showcase-beauty .beauty-modes-title>small{font-size:8px}}
