@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,400&display=swap");:root{--bg-primary:#f8fafc;--bg-secondary:#f1f5f9;--mirror-glow:rgba(217,119,6,0.22);--mirror-border:rgba(217,119,6,0.4);--accent-gold:#d97706;--accent-gold-light:#fef3c7;--accent-rose:#e11d48;--accent-rose-light:#ffe4e6;--accent-cyan:#0284c7;--accent-cyan-light:#e0f2fe;--accent-purple:#9333ea;--text-main:#0f172a;--text-muted:#64748b;--text-subtle:#94a3b8;--glass-bg:rgba(255,255,255,0.82);--glass-border:rgba(226,232,240,0.9);--glass-highlight:rgba(255,255,255,0.95);--font-sans:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;--font-serif:"Playfair Display",Georgia,serif}[data-lighting=golden]{--mirror-glow:rgba(245,158,11,0.3);--mirror-border:rgba(245,158,11,0.6);--ambient-aura-1:rgba(254,215,170,0.55);--ambient-aura-2:rgba(253,230,138,0.45)}[data-lighting=sunset]{--mirror-glow:rgba(244,63,94,0.3);--mirror-border:rgba(244,63,94,0.6);--ambient-aura-1:rgba(254,205,211,0.55);--ambient-aura-2:rgba(233,213,255,0.45)}[data-lighting=club]{--mirror-glow:rgba(14,165,233,0.3);--mirror-border:rgba(14,165,233,0.6);--ambient-aura-1:rgba(186,230,253,0.55);--ambient-aura-2:rgba(251,207,232,0.45)}[data-lighting=studio]{--mirror-glow:rgba(148,163,184,0.25);--mirror-border:rgba(203,213,225,0.8);--ambient-aura-1:rgba(241,245,249,0.7);--ambient-aura-2:rgba(226,232,240,0.6)}*{box-sizing:border-box;margin:0;padding:0}body,html{width:100vw;height:100vh;max-width:100vw;max-height:100vh;background-color:var(--bg-primary);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}.ambient-bg{position:fixed;inset:0;pointer-events:none;z-index:0;overflow:hidden;background:radial-gradient(circle at 50% 0,#ffffff 0,#f8fafc 60%,#f1f5f9 100%)}.ambient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.75;transition:all 1.2s cubic-bezier(.16,1,.3,1)}.orb-left{top:-15%;left:-10%;width:650px;height:650px;background:radial-gradient(circle,var(--ambient-aura-1,rgba(254,215,170,.55)) 0,transparent 70%)}.orb-right{top:5%;right:-10%;width:700px;height:700px;background:radial-gradient(circle,var(--ambient-aura-2,rgba(254,205,211,.45)) 0,transparent 70%)}.orb-center{bottom:-20%;left:25%;width:750px;height:550px;background:radial-gradient(circle,rgba(224,231,255,.4) 0,transparent 70%)}.glass-panel{background:var(--glass-bg);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);border:1px solid var(--glass-border);box-shadow:0 16px 36px -8px rgba(15,23,42,.07),0 4px 12px rgba(15,23,42,.03),inset 0 1px 0 #ffffff;border-radius:24px}.glass-header{background:rgba(255,255,255,.88);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(226,232,240,.85);box-shadow:0 4px 20px rgba(0,0,0,.03)}.glass-card{background:#ffffff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(226,232,240,.95);border-radius:18px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(15,23,42,.03)}.glass-card:hover{background:#ffffff;border-color:rgba(203,213,225,1);transform:translateY(-3px);box-shadow:0 12px 28px -6px rgba(15,23,42,.1),0 0 0 1px rgba(217,119,6,.15)}.glass-card.is-worn{border-color:var(--accent-gold);background:linear-gradient(135deg,#fffbeb,#ffffff);box-shadow:0 8px 24px -4px rgba(245,158,11,.22),0 0 0 1.5px var(--accent-gold)}.glass-button{background:#ffffff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(226,232,240,.9);color:#1e293b;border-radius:12px;padding:8px 16px;font-size:.84rem;font-weight:600;cursor:pointer;transition:all .25s ease;display:inline-flex;align-items:center;gap:8px;text-decoration:none;box-shadow:0 1px 3px rgba(0,0,0,.04)}.glass-button:hover{background:#f8fafc;border-color:#cbd5e1;transform:translateY(-1px);box-shadow:0 4px 10px rgba(0,0,0,.06)}.glass-button.active,.glass-button.primary{background:linear-gradient(135deg,#d97706,#f59e0b);border-color:#d97706;color:#ffffff;font-weight:700;box-shadow:0 4px 14px rgba(217,119,6,.35)}.smart-mirror-frame{position:relative;background:linear-gradient(180deg,#ffffff,#f1f5f9);border-radius:36px;padding:10px;box-shadow:0 24px 60px -12px rgba(15,23,42,.15),0 0 40px var(--mirror-glow),inset 0 1px 0 #ffffff;border:2px solid var(--mirror-border);transition:all .8s cubic-bezier(.16,1,.3,1);overflow:hidden}.smart-mirror-inner{position:relative;border-radius:26px;overflow:hidden;background:#e2e8f0;aspect-ratio:9/16;width:100%;max-width:440px;margin:0 auto}.mirror-sheen{position:absolute;inset:0;background:linear-gradient(115deg,rgba(255,255,255,.3),rgba(255,255,255,.1) 25%,transparent 50%,rgba(255,255,255,.15) 75%,rgba(255,255,255,.35));pointer-events:none;z-index:15}.hotspot-pin{position:absolute;width:28px;height:28px;border-radius:50%;background:#ffffff;border:2px solid var(--accent-gold);box-shadow:0 0 16px rgba(217,119,6,.5),0 2px 6px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transform:translate(-50%,-50%);transition:transform .2s cubic-bezier(.34,1.56,.64,1)}.hotspot-pin:hover{transform:translate(-50%,-50%) scale(1.25);background:#fef3c7}.hotspot-pulse{position:absolute;inset:-6px;border-radius:50%;border:2px solid var(--accent-gold);opacity:.85;animation:pulseRipple 2.2s cubic-bezier(.24,0,.38,1) infinite}@keyframes pulseRipple{0%{transform:scale(.9);opacity:.9}to{transform:scale(2.2);opacity:0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:rgba(241,245,249,.6)}::-webkit-scrollbar-thumb{background:rgba(203,213,225,.8);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,1)}.lux-badge{display:inline-flex;align-items:center;padding:3px 8px;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.badge-gold{background:#fef3c7;border-color:#fde68a;color:#b45309}.badge-rose{background:#ffe4e6;border-color:#fecdd3;color:#be123c}.badge-cyan{background:#e0f2fe;border-color:#bae6fd;color:#0369a1}.modal-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:100;display:flex;align-items:center;justify-content:center;padding:24px}body,html{height:auto;min-height:100%;max-height:none;overflow:auto;width:100%}a,button{-webkit-tap-highlight-color:transparent}button{font-family:inherit}a:focus-visible,button:focus-visible{outline:3px solid #a994ff;outline-offset:3px}.mirror-app{min-height:100vh;background:#f7f9ff;color:#101b50}.mirror-header{height:72px;padding:8px 2.6vw!important;background:#ffffffd9!important}.mirror-header h1{font-size:20px!important;letter-spacing:.15em!important;color:#101b50!important}.mirror-header p{color:#8090b7!important;font-weight:400!important}.mirror-header>div:first-child>div:first-child{width:48px!important;height:48px!important}.mirror-header svg{color:#6935ff}.mirror-header button,.mirror-header>div:last-child>div{padding:13px 21px!important;border-radius:28px!important;font-size:13px!important}.mirror-header button:last-child svg{color:white}.mirror-body{display:flex;min-height:calc(100vh - 72px)}.sidebar-rail{width:106px!important;height:auto!important;background:transparent!important;padding:24px 10px 24px 0!important;gap:8px!important}.sidebar-rail .rail-link{width:96px!important;height:92px!important;position:relative;border:0!important;gap:12px!important;color:#6476a5!important}.rail-link svg{width:26px;height:26px}.rail-link span{font-size:12px!important}.sidebar-rail .active{color:#6935ff!important;background:#f1edff!important;border-radius:0 16px 16px 0!important}.rail-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:4px;background:#6935ff}.studio-layout{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(340px,1.08fr) minmax(320px,1fr);grid-gap:22px;gap:22px;padding:20px 25px 32px 8px;width:100%;min-width:0;align-items:start}.studio-panel{background:#fff;border:1px solid #f0f2ff;border-radius:18px;box-shadow:0 5px 18px #5147a004}.category-panel{width:auto!important;min-height:calc(100vh - 124px);height:auto!important;padding:24px!important;gap:26px!important;overflow:visible!important}.category-panel h2,.panel-title{display:flex;align-items:center;gap:13px;font-size:17px!important;color:#101b50!important;font-weight:700!important}.category-panel h2{margin-bottom:20px!important}.category-panel>div:first-child>div{gap:7px!important}.category-panel>div:first-child button{padding:11px 13px!important;font-size:11px!important}.category-panel>div:nth-child(2){gap:18px 9px!important}.category-card{padding:7px!important;border-radius:16px!important;box-shadow:0 3px 7px #344a9808!important}.category-card.selected{border:2px solid #7743ff!important}.category-card>div:first-of-type{aspect-ratio:1.04!important;background:#f7f3f0!important}.category-card>div:last-of-type{width:100%;padding:10px 5px!important;gap:8px!important;font-size:11px!important}.category-card>span:last-child{display:none}.upload-photo-card{background:#f5f2ff!important;border:none!important;margin-top:6px!important;padding:20px 15px!important;text-align:left;min-height:84px}.upload-photo-card>div>div:first-child{width:48px!important;height:48px!important;background:#ebe4ff!important}.upload-photo-card>div>div:last-child>div:first-child{color:#4230bd!important;font-size:12px!important}.upload-photo-card>div>div:last-child>div:last-child{font-size:10px!important;margin-top:6px}.mirror-stage{min-width:0!important;max-width:none!important;width:100%;height:auto!important;gap:30px!important}.mirror-canvas{aspect-ratio:.81;height:auto!important;min-height:0!important;max-height:none!important;border-radius:17px!important;box-shadow:none!important}.mirror-canvas>img{display:block;position:absolute;inset:0}.mirror-navigation{max-width:none!important;justify-content:space-between!important}.mirror-navigation>div{display:none!important}.mirror-navigation>button{height:46px!important;width:46px!important;color:#6030f8!important;border-color:#e9eaff!important;box-shadow:0 3px 10px #574ba008}.try-on-trigger{display:none!important}.styling-panel{gap:8px;min-width:0}.models-panel,.selected-panel{padding:25px 21px}.model-options{display:flex;gap:9px;margin-top:23px;overflow-x:auto;padding:2px}.model-option{flex:1 0 55px;height:clamp(80px,6.3vw,110px);position:relative;border:2px solid transparent;border-radius:13px;overflow:hidden;background:#f2eeeb;padding:0;cursor:pointer}.model-option.selected{border-color:#7743ff}.model-option img{width:100%;height:100%;object-fit:cover;object-position:center top}.selection-check{position:absolute;top:5px;right:5px;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:#743dff;color:white}.selected-clothes{display:grid;grid-gap:9px;gap:9px;margin-top:19px}.selected-product{display:flex;align-items:center;gap:18px;border:1px solid #e9ebfa;padding:10px 13px;border-radius:14px}.selected-product>img{width:76px;height:88px;object-fit:contain;border-radius:10px;background:#f7f3f0}.selected-product>div{flex:1 1;min-width:0}.selected-product strong{font-size:13px;line-height:1.6;display:block}.selected-product small{display:block;margin-top:5px;font-size:11px;color:#7282ab}.remove-item{border:0;background:transparent;color:#7c88ac;cursor:pointer}.accessories-title{display:flex;align-items:center;gap:12px;font-size:14px;margin:22px 0 17px}.accessories-title svg{color:#7137ff}.accessory-options{display:flex;gap:14px;overflow-x:auto;padding-bottom:5px}.accessory-card{flex-grow:0;flex-shrink:0;flex-basis:calc((100% - 28px)/3);aspect-ratio:1.12;border-radius:12px;background:#f7f3f0;position:relative;overflow:hidden}.accessory-card img{width:100%;height:100%;object-fit:contain;padding:6px}.accessory-card button{position:absolute;top:4px;right:4px;border:0;background:#ffffffd9;color:#7982a4;border-radius:50%;width:21px;height:21px;display:grid;place-items:center;cursor:pointer}.look-actions{display:grid;grid-template-columns:1fr 1.2fr 1fr;grid-gap:12px;gap:12px;border-top:1px solid #eff0f9;padding-top:21px;margin-top:25px}.look-actions a,.look-actions button{display:flex;justify-content:center;align-items:center;gap:10px;border:1.5px solid #e1d8ff;border-radius:16px;background:white;color:#6732ff;min-height:52px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none}.empty-selection{font-size:13px;line-height:1.8;color:#7685a8;padding:12px 0}@media(min-width:1600px){.category-panel{padding:28px!important}.category-card>div:last-of-type{padding:14px 5px!important}}@media(max-width:1200px){.sidebar-rail{width:80px!important}.sidebar-rail .rail-link{width:70px!important}.studio-layout{gap:14px;grid-template-columns:minmax(240px,.9fr) minmax(280px,1fr);padding-right:16px}.styling-panel{grid-column:1/-1;display:grid;grid-template-columns:.9fr 1fr;grid-gap:14px;gap:14px}.category-panel{min-height:100%}}.mirror-app{position:relative;z-index:1}.studio-layout>*{min-width:0}.category-panel>div:nth-child(2){grid-template-columns:repeat(3,minmax(0,1fr))!important}.category-card{min-width:0}.category-panel>div:first-child>div{flex-wrap:wrap;overflow:visible!important}.category-card>div:last-of-type{padding-left:1px!important;padding-right:1px!important;gap:5px!important;font-size:10px!important}.category-card svg{flex-shrink:0;width:17px;height:17px}@media(min-width:1500px){.category-card>div:last-of-type{font-size:12px!important}}body,html{height:100%;max-height:100%;overflow:hidden}.mirror-app{height:100dvh;min-height:0;display:flex;flex-direction:column;overflow:hidden}.mirror-header{flex:0 0 64px;height:64px;position:relative!important}.mirror-body{flex:1 1;min-height:0;overflow:hidden}.sidebar-rail{width:80px!important;padding-top:14px!important;gap:3px!important}.sidebar-rail .rail-link{width:70px!important;height:72px!important;gap:8px!important}.studio-layout{height:100%;min-height:0;padding:12px 18px 14px 8px;gap:16px;grid-template-columns:minmax(300px,1.05fr) minmax(260px,1.12fr) minmax(280px,.95fr);align-items:stretch;overflow:hidden}.wardrobe-panel{display:flex;flex-direction:column;min-height:0;min-width:0;padding:16px;gap:12px;overflow:hidden}.panel-title{font-size:15px!important;gap:9px;flex-shrink:0}.catalog-total{margin-left:auto;color:#7042e8;background:#f1edff;padding:3px 7px;border-radius:8px;font-size:11px}.wardrobe-filters{display:flex;flex-wrap:wrap;gap:6px}.wardrobe-filters button{display:flex;gap:5px;align-items:center;padding:7px 9px;border:1px solid #e9eafa;border-radius:20px;background:white;color:#607096;font-size:10px;cursor:pointer}.wardrobe-filters button span{opacity:.7;font-size:9px}.wardrobe-filters button[aria-pressed=true]{background:#6835f6;border-color:#6835f6;color:white}.wardrobe-grid{flex:1 1;min-height:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.wardrobe-product{min-height:0;min-width:0;display:flex;flex-direction:column;gap:5px;border:1px solid #eaeafa;border-radius:11px;background:white;text-align:left;cursor:pointer;position:relative;overflow:hidden}.wardrobe-product[aria-pressed=true]{border:2px solid #7540ff;background:#faf8ff}.wardrobe-product img{flex:1 1;min-height:0;background:#f8f5f2;border-radius:7px}.wardrobe-product-name{flex-shrink:0;font-size:10px;line-height:1.35;height:27px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#25305b;font-weight:600}.wardrobe-pagination{display:flex;align-items:center;justify-content:space-between;gap:5px;flex-shrink:0;color:#7a86a7;font-size:10px}.compact-mirror-nav button,.wardrobe-pagination button{border:1px solid #e6e5fa;background:white;color:#6835f6;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;cursor:pointer}.wardrobe-pagination button:disabled{opacity:.3;cursor:default}.wardrobe-upload{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:10px 12px;border:0;background:#f3efff;color:#6040bc;border-radius:11px;font-size:11px;font-weight:600;cursor:pointer}.wardrobe-upload svg:last-child{margin-left:auto}.compact-mirror{display:flex;flex-direction:column;min-width:0;min-height:0;gap:9px}.compact-mirror-frame{flex:1 1;min-height:0;position:relative;overflow:hidden;border-radius:17px;background:#e9e7e3}.compact-mirror-frame>img{width:100%;height:100%;object-fit:contain;display:block}.preview-badge{top:12px;padding:7px 12px;border-radius:20px;background:#293141b8;color:white}.preview-ai,.preview-badge{position:absolute;left:12px;font-size:11px}.preview-ai{bottom:12px;display:flex;align-items:center;gap:6px;border:0;padding:8px 12px;border-radius:20px;background:#ffffffed;color:#6139ca;cursor:pointer}.clear-preview{position:absolute;right:12px;bottom:12px;border:0;border-radius:50%;width:30px;height:30px;display:grid;place-items:center;cursor:pointer}.compact-mirror-nav{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;color:#7a86a7;font-size:11px}.styling-panel{grid-column:auto;display:flex;flex-direction:column;min-height:0;gap:10px}.models-panel{padding:15px;flex-shrink:0}.model-options{margin-top:12px;gap:6px;overflow:hidden}.model-option{min-width:0;flex:1 1;height:clamp(50px,11vh,95px)}.selected-panel{padding:16px;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.selected-clothes{margin-top:13px;gap:8px}.selected-product{padding:7px 9px;gap:10px}.selected-product>img{width:58px;height:clamp(45px,9vh,80px);flex-shrink:0}.selected-product strong{font-size:11px;line-height:1.45}.selected-product small{font-size:10px;margin-top:3px}.accessories-title{font-size:12px;margin:16px 0 10px;flex-shrink:0}.accessory-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:6px;gap:6px;overflow:hidden;flex-shrink:0;padding:0}.accessory-card{aspect-ratio:1;min-width:0}.look-actions{margin-top:auto;padding-top:13px;gap:7px;flex-shrink:0}.look-actions a,.look-actions button{min-height:39px;font-size:10px;gap:6px;border-radius:12px}.look-actions svg{width:17px;height:17px}@media(max-height:700px){.mirror-header{flex-basis:56px;height:56px}.wardrobe-panel{gap:8px;padding:12px}.wardrobe-filters button{padding:5px 7px}.models-panel,.selected-panel{padding:12px}.selected-product>img{width:45px;height:45px}.accessories-title{margin-top:10px}.model-option{height:55px}.wardrobe-product-name{font-size:9px;height:24px}}@media(max-width:1050px){.sidebar-rail{width:58px!important}.sidebar-rail .rail-link{width:50px!important}.rail-link span{font-size:9px!important}.studio-layout{grid-template-columns:minmax(235px,1fr) minmax(180px,.9fr) minmax(235px,1fr);gap:9px;padding:9px}.wardrobe-panel{padding:10px}.panel-title{font-size:12px!important}}.wardrobe-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(3,minmax(0,1fr));gap:12px}.wardrobe-product{padding:8px;gap:8px;border-radius:14px}.wardrobe-product[aria-pressed=true]{padding:7px}.wardrobe-product img{border-radius:9px}.wardrobe-product-name{font-size:12px;line-height:1.4;height:34px}.wardrobe-product .selection-check{top:10px;right:10px}@media(max-height:700px),(max-width:1050px){.wardrobe-grid{gap:8px}.wardrobe-product{padding:6px;gap:5px}.wardrobe-product[aria-pressed=true]{padding:5px}.wardrobe-product-name{font-size:10px;height:28px}}.person-file-input{display:none}.simple-rail{flex-shrink:0;border-right:1px solid #e9eafa}.simple-rail,.simple-rail button{display:flex;flex-direction:column}.simple-rail button{justify-content:center;align-items:center;background:transparent;border:0;border-radius:12px;cursor:pointer}.wardrobe-wrapper{min-height:0;display:flex}.wardrobe-wrapper>.wardrobe-panel{flex:1 1}.selection-locked{opacity:.65}.wardrobe-grid{grid-template-rows:repeat(2,minmax(0,1fr))}.wardrobe-product img{object-fit:contain;width:100%;height:0}.wardrobe-product{padding:5px;gap:7px}.wardrobe-product[aria-pressed=true]{padding:4px}.wardrobe-product-name{padding:0 4px}.right-upload{margin-top:10px;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;border:1px dashed #c9b7fc;background:#f6f2ff;color:#6835e9;border-radius:10px;padding:9px;font-size:11px;cursor:pointer}.inline-actions{margin-top:auto;padding-top:12px}.selection-hint{font-size:10px;line-height:1.5;color:#8190ad;margin-bottom:8px}.generate-look{width:100%;padding:11px;display:flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:12px;background:#6935fa;color:white;font-weight:600;font-size:12px;cursor:pointer}.inline-actions .look-actions{grid-template-columns:repeat(2,minmax(0,1fr));border:0;padding-top:8px}button:disabled{cursor:not-allowed!important;opacity:.45}.generation-overlay{position:absolute;inset:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:24px;text-align:center;background:#f7f5fff0;color:#6841d8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.generation-overlay strong{font-size:16px}.generation-overlay span{font-size:12px;color:#8791af}.loading-spinner{animation:loading-turn 1s linear infinite}@keyframes loading-turn{to{transform:rotate(1turn)}}.generation-error{position:absolute;bottom:14px;left:12px;right:12px;display:flex;gap:8px;align-items:center;padding:13px;background:#fff4f1;color:#a04737;border-radius:12px;font-size:12px;line-height:1.6}.generation-error svg{flex-shrink:0}.saved-page{min-height:0;min-width:0;flex:1 1;padding:24px;display:flex;flex-direction:column;gap:20px}.saved-page>header{display:flex;justify-content:space-between;align-items:center}.saved-page h2{font-size:22px}.saved-page header>span,.saved-page p{font-size:12px;color:#8590ab;margin-top:6px}.saved-grid{min-height:0;flex:1 1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.saved-look-card{min-height:0;overflow:hidden;padding:12px;background:white;border:1px solid #e9e9f8;border-radius:16px;display:flex;flex-direction:column;gap:12px}.saved-look-card>img{min-height:0;height:0;flex:1 1;width:100%;object-fit:contain;border-radius:10px;background:#f5f4f3}.saved-look-card strong{font-size:12px}.saved-look-card small{display:block;color:#8a94ad;font-size:10px;margin:6px 0}.saved-look-card a{display:inline-block;font-size:12px;color:#6835e9}.saved-empty{margin:auto;text-align:center}.saved-empty button{margin-top:20px;background:#6935fa;color:white;border:none;padding:12px 20px;border-radius:12px;cursor:pointer}@media(max-height:740px){.right-upload{padding:6px;margin-top:7px}.inline-actions{padding-top:7px}.generate-look{padding:8px}.selected-panel{padding:12px}.selected-product>img{height:46px}.selection-hint{font-size:9px;margin-bottom:5px}}.studio-header{flex:0 0 68px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:20px;gap:20px;padding:0 24px;background:#fff;border-bottom:1px solid #e9ebfa}.studio-brand{gap:12px;color:#6935ff}.studio-brand h1{font-size:19px;letter-spacing:.14em;color:#101b50;line-height:1.3}.studio-brand p{font-size:11px;color:#8793b3;margin-top:2px}.studio-topnav{display:flex;gap:6px;padding:4px;border-radius:14px;background:#f7f6fc}.studio-topnav button{display:flex;align-items:center;gap:8px;padding:9px 18px;border:0;border-radius:11px;background:transparent;color:#7b85a6;font-size:12px;font-weight:600;cursor:pointer}.studio-topnav button[aria-current=page]{background:#ede7ff;color:#6835ed}.studio-header-actions{justify-self:end;display:flex;align-items:center;gap:14px}.studio-header-actions>span{font-size:11px;color:#784bee}.studio-header-actions>button{display:flex;align-items:center;gap:8px;background:white;border:1px solid #e5e6f4;border-radius:22px;padding:10px 17px;color:#46567e;font-size:12px;cursor:pointer}.studio-layout{padding-left:18px}@media(max-width:900px){.studio-header{padding:0 14px;gap:10px}.studio-brand h1{font-size:14px}.studio-brand p{font-size:9px}.studio-header-actions>span{display:none}}.stage-tabbar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.stage-tabs{display:flex;gap:4px;padding:4px;border-radius:14px;background:#f2f0fb;border:1px solid #eceafa}.stage-tab{position:relative;display:flex;align-items:center;gap:6px;padding:7px 13px;border:0;border-radius:10px;background:transparent;color:#7c86a8;font-size:11px;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.stage-tab:hover:not(:disabled):not(.is-active){color:#6835ed;background:#ffffffb0}.stage-tab.is-active{background:#fff;color:#6431ef;box-shadow:0 2px 8px #5a3ec722,inset 0 0 0 1px #e2d9ff}.stage-tab:disabled{opacity:.38;cursor:not-allowed!important}.stage-tab-dot{width:6px;height:6px;border-radius:50%;background:#6835f6;animation:stage-pulse 1.1s ease-in-out infinite}@keyframes stage-pulse{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1)}}.animate-cta{display:flex;align-items:center;gap:7px;padding:9px 15px;border:0;border-radius:22px;background:linear-gradient(118deg,#7a3dff,#a855f7 52%,#f0569b);color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;cursor:pointer;box-shadow:0 5px 16px #7b3dff3d;transition:transform .16s ease,box-shadow .16s ease}.animate-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #7b3dff52}.animate-cta:disabled{opacity:.75}.stage-tabbar-actions{display:flex;align-items:center;gap:10px}.stage-upload{display:none}.stage-video{width:100%;height:100%;object-fit:contain;display:block;background:#14121c}.video-progress-chip{position:absolute;z-index:3;top:12px;left:50%;transform:translateX(-50%);max-width:calc(100% - 130px);display:flex;align-items:center;gap:9px;padding:8px 14px;border-radius:20px;background:#ffffffee;color:#6841d8;box-shadow:0 4px 16px #2c235420;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none}.video-progress-chip strong{font-size:12px;white-space:nowrap}.video-progress-chip span{font-size:11px;color:#8791af;white-space:nowrap}.video-progress-chip svg{flex-shrink:0}.stage-video-actions{position:absolute;top:12px;right:12px;z-index:2;display:flex;gap:8px}.stage-video-actions a,.stage-video-actions button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 10px;border:0;border-radius:12px;background:#ffffffee;color:#6431ef;font-size:11px;font-weight:600;text-decoration:none;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 4px 14px #2c235412}.stage-video-actions button:disabled{opacity:.6}.saved-look-card{position:relative}.saved-look-card>video{min-height:0;height:0;flex:1 1;width:100%;object-fit:contain;border-radius:10px;background:#14121c}.saved-kind-badge{position:absolute;top:20px;left:20px;display:flex;align-items:center;gap:5px;padding:4px 9px;border-radius:14px;background:#241f3ce0;color:#fff;font-size:10px;font-weight:600}@media(max-height:700px){.stage-tab{padding:6px 10px;font-size:10px}.animate-cta{padding:7px 12px;font-size:10px}}.studio-brand{display:flex;align-items:center}.studio-brand img{height:38px;width:auto;max-width:100%;object-fit:contain;display:block}.powered-by{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:3;display:flex;align-items:center;gap:7px;padding:6px 13px;border-radius:20px;background:#fffffff2;box-shadow:0 3px 12px #2a234a1f;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.powered-by span{font-size:9px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8590ab}.powered-by img{height:15px;width:auto;display:block}.powered-by.on-video{bottom:54px}@media(max-height:700px){.studio-brand img{height:32px}.powered-by{bottom:9px;padding:5px 10px;gap:5px}.powered-by img{height:13px}.powered-by.on-video{bottom:48px}}@media(max-width:900px){.studio-brand img{height:30px}}@media(max-width:600px){.studio-brand img{height:24px}.powered-by{padding:4px 8px;gap:4px;bottom:7px}.powered-by span{font-size:8px;letter-spacing:.04em}.powered-by img{height:11px}.powered-by.on-video{bottom:42px}}.mirror-app{zoom:var(--ui-scale,1)}@media (orientation:portrait) and (min-width:900px){.mirror-app{height:100%}.studio-layout{padding:18px 20px 20px;gap:18px;grid-template-columns:minmax(0,1.42fr) minmax(0,1fr);grid-template-rows:minmax(0,1.62fr) minmax(0,1fr)}.compact-mirror{grid-column:1;grid-row:1}.styling-panel{grid-column:2;grid-row:1;gap:14px}.wardrobe-wrapper{grid-column:1/-1;grid-row:2}.wardrobe-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:minmax(0,1fr);gap:16px}.wardrobe-product-name{font-size:12px;height:34px}.wardrobe-filters{gap:7px}.models-panel,.selected-panel{padding:18px}.model-option{height:112px}.selected-product{padding:10px 12px;gap:14px}.selected-product>img{width:84px;height:104px}.selected-product strong{font-size:13px}.selected-product small{font-size:11px}.accessory-options{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.accessories-title{font-size:13px}.selection-hint{font-size:11px}.generate-look{padding:15px;font-size:14px}.look-actions a,.look-actions button{min-height:48px;font-size:12px}.saved-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:20px}}@media (orientation:portrait) and (min-width:1500px){.mirror-app{--ui-scale:1.3;height:100%}}@media (orientation:portrait) and (min-width:1850px){.mirror-app{--ui-scale:1.6;height:100%}}@media (orientation:portrait) and (min-width:2100px){.mirror-app{--ui-scale:1.9;height:100%}}@media (orientation:portrait) and (min-width:2560px){.mirror-app{--ui-scale:2.3;height:100%}}@media (orientation:landscape) and (min-width:2300px){.mirror-app{--ui-scale:1.45;height:100%}}@media (orientation:landscape) and (min-width:2880px){.mirror-app{--ui-scale:1.75;height:100%}}@media (orientation:landscape) and (min-width:3500px){.mirror-app{--ui-scale:2.15;height:100%}}.accessory-name,.chip-slot,.jump-accessories,.jump-selected,.panel-count,.wardrobe-cta,.wardrobe-meta{display:none}@media (max-width:820px){body,html{height:auto;max-height:none;overflow-y:auto;overflow-x:hidden}.mirror-app{height:auto;min-height:100dvh;overflow:visible}.mirror-body{display:block;min-height:0;overflow:visible}.studio-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;flex:0 0 auto;height:auto;display:grid;grid-template-columns:1fr auto;grid-template-areas:"brand actions" "tabs tabs";grid-gap:10px 8px;gap:10px 8px;padding:10px 14px;background:#fffffff2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.studio-brand{grid-area:brand}.studio-brand img{height:28px}.studio-header-actions{grid-area:actions;gap:8px}.studio-header-actions>button{padding:9px 13px;font-size:11px;border-radius:12px}.studio-topnav{grid-area:tabs;gap:4px;padding:4px;border-radius:13px}.studio-topnav button{flex:1 1;justify-content:center;padding:9px 6px;font-size:12px}.studio-topnav button[aria-current=page]{background:#fff;box-shadow:0 2px 8px #5a3ec71f}.studio-header-actions>button.jump-accessories,.studio-header-actions>button.jump-selected{display:flex;align-items:center;gap:6px;padding:9px 12px;border:1px solid #ded3ff;border-radius:12px;background:#f4efff;color:#6835ed;font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap}.studio-header-actions>button.jump-accessories svg,.studio-header-actions>button.jump-selected svg{flex-shrink:0}.studio-header-actions>button.jump-selected{background:#6835ed;border-color:#6835ed;color:#fff}#selected-look,#try-on-stage,#wardrobe-catalog{scroll-margin-top:118px}.studio-layout{display:flex;flex-direction:column;height:auto;min-height:0;gap:10px;padding:12px 12px calc(150px + env(safe-area-inset-bottom));overflow:visible}.compact-mirror{order:1}.styling-panel{display:contents}.models-panel{order:2}.selected-panel{order:3}.wardrobe-wrapper{order:4;display:block}.compact-mirror{position:relative;gap:8px}.stage-tabbar{gap:8px}.stage-tabs{gap:3px;padding:3px}.stage-tab{padding:7px 11px;font-size:11px;gap:5px}.animate-cta{padding:9px 14px;font-size:11px;gap:6px}.stage-upload{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:9px 13px;border:1px solid #d9caff;border-radius:999px;background:#f6f2ff;color:#6835e9;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer}.stage-upload:disabled{opacity:.55}.stage-upload svg{flex-shrink:0}.stage-tabs{min-width:0;overflow-x:auto}.stage-tabs::-webkit-scrollbar{display:none}.compact-mirror-frame{flex:none;aspect-ratio:auto;height:min(calc(100dvh - 326px),calc((100vw - 24px) * 4 / 3));min-height:300px;border-radius:20px}.compact-mirror-frame>img{object-fit:contain}.preview-badge{font-size:10px;padding:6px 11px}.compact-mirror-nav{position:absolute;z-index:4;left:10px;right:10px;bottom:10px;gap:8px}.compact-mirror-nav>span{display:none}.compact-mirror-nav button{flex-shrink:0;width:34px;height:34px;box-shadow:0 3px 10px #1e1b3a29}.powered-by{left:auto;right:54px;bottom:12px;transform:none}.powered-by.on-video{right:54px;bottom:56px}.generation-error{bottom:58px}.stage-video-actions{top:10px;right:10px;gap:6px}.stage-video-actions a,.stage-video-actions button{min-height:34px;font-size:10px}.video-progress-chip{max-width:calc(100% - 24px);padding:7px 12px}.video-progress-chip span{display:none}.models-panel{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;overflow:hidden;flex-shrink:0}.models-panel .panel-title{display:none}.model-options{flex:1 1;min-width:0;margin:0;gap:9px;padding:2px;overflow-x:auto}.model-options::-webkit-scrollbar{display:none}.model-option{flex:0 0 auto;width:52px;height:52px;border-radius:50%}.model-option.selected{box-shadow:0 0 0 2px #fff,0 0 0 4px #7743ff}.selection-check{width:17px;height:17px;top:0;right:0}.right-upload{display:none}.selected-panel{display:block;flex:none;min-height:0;padding:14px;border-radius:16px;overflow:visible}.selected-panel .panel-title,.wardrobe-panel .panel-title{font-size:14px!important;gap:9px}.panel-count{display:block;margin-left:auto;font-size:11px;font-weight:500;color:#8190ad}.selected-clothes{margin-top:12px;gap:8px}.selected-product{gap:10px;padding:8px;border-radius:14px;background:#fafaff}.selected-product>img{width:46px;height:54px;flex-shrink:0}.selected-product strong{display:inline;font-size:12px;line-height:1.5}.selected-product small{display:none}.chip-slot{display:inline-block;margin-right:7px;padding:2px 6px;border-radius:6px;background:#f1ecff;color:#6835ed;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;vertical-align:1px}.accessories-title{margin:15px 0 9px;font-size:12px}.accessories-title .panel-count{font-size:10px}.accessory-options{gap:8px;padding:10px;border-radius:14px;overflow:visible;background:linear-gradient(100deg,#f6f2ff,#faf7ff 55%,#f7f9ff);border:1px solid #ece4ff}.accessory-card{aspect-ratio:auto;display:flex;flex-direction:column;overflow:visible;padding:6px;background:#fff;border:1px solid #ecedf8;border-radius:12px}.accessory-card img{height:42px;padding:2px;border-radius:8px;background:#f7f3f0}.accessory-card button{top:-6px;right:-6px;width:18px;height:18px;background:#1e293b;color:#fff}.accessory-name{display:block;margin-top:4px;font-size:9px;font-weight:600;text-align:center;color:#5c6b8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wardrobe-panel{padding:14px;border-radius:16px;gap:10px;overflow:visible}.wardrobe-filters{flex-wrap:nowrap;gap:6px;overflow-x:auto;padding-bottom:2px}.wardrobe-filters::-webkit-scrollbar{display:none}.wardrobe-filters button{flex:0 0 auto;padding:8px 13px;font-size:11px}.wardrobe-grid{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:none;gap:10px}.wardrobe-product{padding:8px;gap:7px;border-radius:16px}.wardrobe-product[aria-pressed=true]{padding:7px}.wardrobe-product img{flex:none;height:auto;aspect-ratio:1;border-radius:12px}.wardrobe-product-name{height:30px;padding:0;font-size:11px}.wardrobe-meta{display:flex;align-items:center;gap:6px}.wardrobe-meta i{font-style:normal;font-size:9px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#6d7d9c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wardrobe-cta{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px;border-radius:10px;background:#f3efff;color:#6835ed;font-size:11px;font-weight:700}.wardrobe-product[aria-pressed=true] .wardrobe-cta{background:#6835f6;color:#fff}.wardrobe-product .selection-check{top:12px;right:12px;width:20px;height:20px}.wardrobe-pagination{justify-content:center;gap:14px;font-size:11px}.wardrobe-pagination button{width:30px;height:30px}.inline-actions{position:fixed;z-index:35;left:0;right:0;bottom:0;margin:0;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid #e9ebfa;box-shadow:0 -6px 24px #1f1b4a14}.selection-hint{margin-bottom:8px;font-size:10px;text-align:center}.generate-look{padding:14px;border-radius:14px;font-size:13px;background:linear-gradient(110deg,#6935fa,#8b5cf6 55%,#a855f7);box-shadow:0 8px 20px #6935fa47}.inline-actions .look-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:8px}.look-actions a,.look-actions button{min-height:42px;border-radius:12px;font-size:11px;gap:7px}.look-actions svg{width:16px;height:16px}.saved-page{padding:14px;gap:14px}.saved-page h2{font-size:18px}.saved-grid{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:210px;gap:10px}.saved-look-card{padding:9px;gap:9px;border-radius:14px}}@media (max-width:520px){.studio-header-actions>button.jump-accessories span,.studio-header-actions>button.jump-selected span{display:none}.studio-header-actions>button.jump-accessories,.studio-header-actions>button.jump-selected{padding:9px 11px}.studio-header-actions{gap:6px}.stage-upload span{display:none}.stage-upload{padding:9px 11px}.stage-tab{padding:7px 9px}.animate-cta{padding:9px 12px}.stage-tabbar,.stage-tabbar-actions{gap:6px}}