:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f5fb;background:#050506;font-synthesis:none;--bg:#050506;--panel:#0a0a0d;--panel-2:#0f0f14;--panel-3:#14141b;--text:#f7f5fb;--muted:#8b8995;--subtle:#5f5d68;--line:rgba(255,255,255,.09);--line-strong:rgba(255,255,255,.15);--purple:#a855f7;--purple-2:#7c3aed;--blue:#3976f6;--pink:#ec4899;--green:#45d18b}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;min-height:100%;margin:0;background:var(--bg)}html,body{overflow-x:clip}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}input,textarea{color:inherit}svg{stroke-width:1.8}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.boot-screen{height:100vh;display:grid;place-items:center;align-content:center;gap:18px;background:radial-gradient(circle at 50% 38%,rgba(124,58,237,.16),transparent 32%),#050506}.boot-screen>span{font-size:23px;font-weight:800;letter-spacing:-.04em}.boot-screen>span strong,.auth-brand strong,.brand strong{color:#b363ff}.boot-screen>.spin{width:18px;color:var(--purple);margin-top:15px}.brand-orb{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#101015;border:1px solid rgba(168,85,247,.42);box-shadow:0 0 24px #7c3aed47,inset 0 0 15px #ffffff05}.brand-orb svg{width:17px}.auth-screen{min-height:100vh;display:grid;place-items:center;align-content:center;padding:48px 20px;background:radial-gradient(circle at 50% 20%,rgba(124,58,237,.13),transparent 30%),#050506}.auth-brand{text-align:center;margin-bottom:34px}.auth-brand .brand-orb{width:52px;height:52px;margin:0 auto 20px}.auth-brand .brand-orb svg{width:22px}.auth-brand h1{font-size:29px;letter-spacing:-.045em;margin:0}.auth-brand p{font-size:13px;color:#a09da9;margin:10px 0 0}.auth-card{width:min(430px,100%);background:#111114e0;border:1px solid var(--line-strong);border-radius:26px;padding:34px;box-shadow:0 30px 100px #0000008c;text-align:left}.auth-lock{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:#a855f71a;color:#c48aff;margin-bottom:24px}.auth-lock svg{width:19px}.eyebrow{font-size:9px;letter-spacing:.18em;font-weight:800;color:#a885ca;text-transform:uppercase}.auth-card h2{font-size:32px;letter-spacing:-.05em;margin:10px 0}.auth-card>p{color:var(--muted);font-size:13px;line-height:1.7;margin:0 0 24px}.auth-card>small,.checkout-card>small{display:block;text-align:center;font-size:9px;color:var(--subtle);line-height:1.5;margin-top:14px}.inline-error{border:1px solid rgba(239,68,68,.25);background:#ef444414;color:#fca5a5;padding:10px 12px;border-radius:10px;font-size:11px;margin-bottom:14px}.gradient-button{border:1px solid rgba(255,255,255,.17);background:linear-gradient(115deg,#9c2df1,#316df2);color:#fff;border-radius:13px;padding:14px 17px;font-weight:750;display:flex;align-items:center;justify-content:center;gap:10px;box-shadow:0 10px 30px #7c3aed33}.gradient-button svg{width:17px}.auth-card .gradient-button{width:100%}.auth-card .gradient-button svg:last-child{margin-left:auto}.app-shell{min-height:100vh;background:#050506}.topbar{height:66px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;border-bottom:1px solid var(--line);background:#050506e6;backdrop-filter:blur(18px);position:sticky;top:0;z-index:40}.brand{border:0;background:none;color:var(--text);display:flex;align-items:center;gap:10px;padding:0;justify-self:start}.brand>b{font-size:19px;letter-spacing:-.055em}.brand .brand-orb{width:34px;height:34px;border-radius:11px}.brand .brand-orb svg{width:15px}.desktop-nav{display:flex;align-items:center;gap:4px;background:#0d0d11;border:1px solid var(--line);border-radius:13px;padding:4px}.desktop-nav button{border:0;background:transparent;color:#75737e;border-radius:9px;height:35px;padding:0 13px;display:flex;align-items:center;gap:7px;font-size:11px;font-weight:700;transition:.2s}.desktop-nav button svg{width:14px}.desktop-nav button:hover{color:#d4d1db}.desktop-nav button.active{color:#fff;background:#1a1820;box-shadow:inset 0 0 0 1px #ffffff0f}.topbar-actions{justify-self:end;display:flex;align-items:center;gap:7px}.store-pill{height:34px;display:flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:99px;color:#8c8995;padding:0 11px;font-size:10px}.store-pill>span{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 9px #45d18b99}.round-button,.bag-button{height:36px;border:1px solid var(--line);background:#0d0d11;color:#d5d2dc;border-radius:11px;display:flex;align-items:center;justify-content:center}.round-button{width:36px}.round-button svg,.bag-button svg{width:15px}.bag-button{padding:0 12px;gap:7px;font-size:10px;font-weight:700}.bag-button b,.mini-bag b{width:18px;height:18px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--blue));font-size:9px}.toast{position:fixed;z-index:80;top:79px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:18px;background:#17131f;border:1px solid rgba(168,85,247,.3);padding:11px 12px 11px 16px;border-radius:12px;box-shadow:0 18px 60px #0000008c;font-size:11px}.toast.error{background:#251113;border-color:#ef444452;color:#fecaca}.toast button{border:0;background:none;color:inherit;padding:0}.toast svg{width:14px;display:block}.workspace-main{height:calc(100vh - 66px);overflow:hidden}.workspace-grid{height:100%;display:grid;grid-template-columns:minmax(270px,.78fr) minmax(430px,1.34fr) minmax(285px,.88fr);gap:1px;background:var(--line)}.workspace-panel{min-width:0;overflow-y:auto;background:var(--panel);scrollbar-width:thin;scrollbar-color:#302d37 transparent}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:25px 22px 14px}.panel-heading h1,.panel-heading h2{font-size:27px;letter-spacing:-.05em;margin:7px 0 0}.icon-action{width:36px;height:36px;border:1px solid var(--line);border-radius:11px;background:#111116;color:#aba7b3;display:grid;place-items:center;flex:0 0 auto}.icon-action:hover{border-color:#a855f766;color:#fff}.icon-action svg{width:15px}.icon-action input{display:none}.wardrobe-panel{background:#08080a}.filter-row{display:flex;gap:6px;overflow-x:auto;padding:0 22px 13px;scrollbar-width:none}.filter-row button,.shop-filters button{border:1px solid var(--line);background:#111115;color:#777480;border-radius:9px;padding:7px 10px;text-transform:capitalize;font-size:9px;font-weight:750;white-space:nowrap}.filter-row button.active,.shop-filters button.active{background:#f7f5fb;color:#08080a;border-color:#f7f5fb}.wardrobe-meta{border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);display:flex;justify-content:space-between;padding:10px 22px;color:#5d5a64;font-size:9px}.wardrobe-meta span{display:flex;align-items:center;gap:5px}.wardrobe-meta svg{width:11px}.wardrobe-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;padding:14px 14px 100px}.wardrobe-card{position:relative;aspect-ratio:3/4;border-radius:13px;border:1px solid var(--line);overflow:hidden;background:#111115}.wardrobe-card:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,#000000eb)}.wardrobe-card>img{width:100%;height:100%;object-fit:contain;padding:10px}.wardrobe-card>div{position:absolute;z-index:2;left:10px;right:10px;bottom:10px}.wardrobe-card b,.wardrobe-card span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wardrobe-card b{font-size:11px}.wardrobe-card span{font-size:8px;color:#77737f;text-transform:uppercase;margin-top:3px}.wardrobe-card button{border:0;background:#ffffff14;color:#85818d;font-size:8px;border-radius:7px;padding:5px 6px;margin-top:7px;display:flex;align-items:center;gap:4px}.wardrobe-card button.access-on{background:#45d18b1f;color:#76dfaa}.wardrobe-card button svg{width:9px}.empty-wardrobe{grid-column:1/-1;min-height:410px;border:1px dashed rgba(255,255,255,.14);border-radius:18px;padding:30px 22px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(124,58,237,.11),transparent 45%),#0c0c0f}.empty-wardrobe>div{width:58px;height:58px;display:grid;place-items:center;border:1px solid var(--line);border-radius:18px;color:#a762e8;background:#141219}.empty-wardrobe svg{width:24px}.empty-wardrobe h3{font-size:17px;margin:19px 0 7px}.empty-wardrobe p{font-size:10px;line-height:1.65;color:#74717d;max-width:230px;margin:0}.empty-wardrobe>span{margin-top:18px;background:linear-gradient(115deg,#8a29da,#336ee8);border-radius:10px;padding:9px 12px;color:#fff;font-size:9px;font-weight:800;display:flex;align-items:center;gap:8px}.empty-wardrobe>span svg{width:12px}.empty-wardrobe input{display:none}.panel-loading{grid-column:1/-1;min-height:300px;display:flex;align-items:center;justify-content:center;gap:9px;color:#77737e;font-size:10px}.panel-loading svg{width:15px}.stylist-panel{display:flex;flex-direction:column;overflow:hidden;background:#0b0b0e}.stylist-header{height:74px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:11px;flex:0 0 auto}.agent-avatar,.message-avatar{display:grid;place-items:center;background:linear-gradient(145deg,#a855f733,#3976f621);color:#cf92ff;border:1px solid rgba(168,85,247,.3)}.agent-avatar{width:39px;height:39px;border-radius:13px}.agent-avatar svg{width:16px}.stylist-header>div:nth-child(2){min-width:0;flex:1}.stylist-header h2{font-size:14px;margin:3px 0 0}.online{color:#797681;font-size:8px;letter-spacing:.11em;display:flex;align-items:center;gap:5px}.online i{display:block;width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 8px #45d18bb3}.context-bar{height:47px;border-bottom:1px solid rgba(255,255,255,.06);display:flex;align-items:center;padding:0 20px;gap:8px;overflow-x:auto;flex:0 0 auto;scrollbar-width:none}.context-bar>span,.context-bar label{height:27px;border:1px solid rgba(255,255,255,.07);background:#101014;border-radius:8px;padding:0 8px;display:flex;align-items:center;gap:5px;font-size:8px;color:#66636e;white-space:nowrap}.context-bar svg{width:10px}.context-bar label span{text-transform:uppercase;font-weight:800}.context-bar input{border:0;background:transparent;outline:none;width:105px;color:#aaa6b1;font-size:9px}.conversation{flex:1;overflow-y:auto;padding:25px clamp(18px,4vw,48px) 24px;display:flex;flex-direction:column;gap:22px;scrollbar-width:thin;scrollbar-color:#302d37 transparent;background:radial-gradient(circle at 50% -10%,rgba(124,58,237,.08),transparent 35%)}.message-row{display:flex;align-items:flex-start;gap:10px}.message-row.user{justify-content:flex-end}.message-avatar{width:29px;height:29px;border-radius:10px;flex:0 0 auto}.message-avatar svg{width:12px}.message-avatar.user{background:#17171c;border-color:var(--line);color:#85818c}.message-bubble{max-width:78%;border:1px solid var(--line);background:#121217;border-radius:4px 16px 16px;padding:13px 15px}.message-row.user .message-bubble{border-radius:16px 4px 16px 16px;background:#19171f;border-color:#a855f733}.message-bubble b{font-size:9px;color:#b984e9;letter-spacing:.06em;text-transform:uppercase}.message-bubble p{font-size:11px;line-height:1.7;color:#aaa7b1;margin:5px 0 0}.message-row.user .message-bubble p{margin:0;color:#dedbe3}.prompt-suggestions{display:flex;flex-wrap:wrap;gap:7px;padding-left:39px}.prompt-suggestions button{border:1px solid var(--line);background:#101014;color:#817d89;border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:6px;font-size:9px}.prompt-suggestions button:hover{border-color:#a855f759;color:#d4c5df}.prompt-suggestions svg{width:10px}.thinking-card{margin-left:39px;border:1px solid rgba(168,85,247,.17);background:#a855f70f;border-radius:14px;padding:14px;display:flex;gap:11px;align-items:center}.thinking-card>svg{width:17px;color:#b76af7}.thinking-card b,.thinking-card span{display:block}.thinking-card b{font-size:10px}.thinking-card span{font-size:8px;color:#77737e;margin-top:3px}.result-message{max-width:100%}.recommendation-card{width:min(100%,490px);border:1px solid rgba(168,85,247,.2);background:linear-gradient(145deg,#131119,#0e0e12);border-radius:4px 18px 18px;padding:18px}.recommendation-card h3{font-size:18px;letter-spacing:-.035em;line-height:1.25;margin:8px 0 14px}.recommended-product{display:grid;grid-template-columns:82px 1fr;gap:12px;background:#09090b;border:1px solid var(--line);padding:8px;border-radius:12px}.recommended-product .product-visual{height:82px}.recommended-product>div:last-child{display:flex;flex-direction:column;justify-content:center;min-width:0}.recommended-product small{font-size:8px;color:#9b67c2;text-transform:uppercase}.recommended-product b{font-size:11px;margin:5px 0}.recommended-product span{font-size:10px;color:#8b8792}.recommendation-card ul{list-style:none;padding:0;margin:15px 0 0;display:grid;gap:7px}.recommendation-card li{display:flex;gap:7px;color:#8d8995;font-size:9px;line-height:1.5}.recommendation-card li svg{width:11px;color:var(--green);flex:0 0 auto}.recommendation-card>button{margin-top:15px;border:1px solid var(--line);background:#17171c;color:#aaa6b1;border-radius:9px;padding:7px 9px;font-size:9px}.composer-wrap{border-top:1px solid var(--line);padding:13px 18px;background:#09090cf5;flex:0 0 auto}.composer{display:grid;grid-template-columns:34px 1fr 37px;align-items:end;gap:7px;background:#121217;border:1px solid var(--line-strong);border-radius:15px;padding:7px}.composer:focus-within{border-color:#a855f76b;box-shadow:0 0 0 3px #a855f70f}.composer textarea{resize:none;min-height:36px;max-height:100px;border:0;background:transparent;outline:none;padding:8px 3px;font-size:11px;line-height:1.5}.composer-attach,.send-button{width:34px;height:34px;border-radius:10px;display:grid;place-items:center}.composer-attach{border:0;background:#1a1a20;color:#7f7b87}.composer-attach:hover{color:#fff}.composer-attach input{display:none}.composer-attach svg,.send-button svg{width:15px}.send-button{border:0;color:#fff;background:linear-gradient(145deg,var(--purple-2),var(--blue))}.composer-wrap>small{display:block;text-align:center;color:#4f4c55;font-size:8px;margin-top:7px}.tryon-consent{display:flex;align-items:center;gap:8px;border:1px solid rgba(69,209,139,.15);background:#45d18b0d;padding:8px 10px;border-radius:10px;margin-bottom:8px;font-size:8px;color:#8d8994}.tryon-consent>svg{width:13px;color:var(--green)}.tryon-consent>span{font-weight:700;color:#b9b5c0}.tryon-consent label{margin-left:auto;display:flex;gap:4px;align-items:center}.tryon-consent button{border:0;background:#1b2d24;color:#78dca9;border-radius:7px;padding:5px 7px;font-size:8px}.store-panel{background:#08080a;padding-bottom:95px}.store-heading{padding-bottom:6px}.mini-bag{width:36px;height:36px;position:relative;border:1px solid var(--line);border-radius:11px;background:#111116;color:#aaa6b1;display:grid;place-items:center}.mini-bag svg{width:14px}.mini-bag b{position:absolute;top:-6px;right:-6px}.panel-copy{font-size:9px;line-height:1.55;color:#67636e;margin:0;padding:0 22px 15px}.store-list{display:grid;gap:12px;padding:0 13px}.store-card{border:1px solid var(--line);background:#0f0f13;border-radius:15px;overflow:hidden}.product-visual{height:290px;display:grid;place-items:center;overflow:hidden;background:#111116}.product-visual.compact{height:175px}.product-visual img{width:100%;height:100%;object-fit:cover}.product-placeholder{background:radial-gradient(circle at 66% 25%,rgba(168,85,247,.18),transparent 25%),linear-gradient(145deg,#17151d,#0b0b0e);color:#7a4fa0;align-content:center;gap:8px}.product-placeholder svg{width:78px;height:auto;stroke-width:.75}.product-placeholder span{font-size:7px;letter-spacing:.19em;color:#5d5364}.product-placeholder.compact svg{width:62px}.store-card-copy{padding:14px}.store-card-copy>small,.shop-card>div>small{font-size:8px;color:#aa69d6;letter-spacing:.12em;font-weight:800}.store-card h3{font-size:16px;letter-spacing:-.03em;margin:5px 0}.store-card p{font-size:9px;color:#696671;line-height:1.5;margin:0}.tag-row{display:flex;gap:5px;flex-wrap:wrap;margin:11px 0}.tag-row span{font-size:7px;color:#77737e;border:1px solid var(--line);background:#151519;padding:4px 6px;border-radius:6px}.store-card-copy>button{width:100%;border:0;border-top:1px solid rgba(255,255,255,.06);background:transparent;color:#d6d2dc;padding:10px 0;display:flex;align-items:center;justify-content:space-between;text-align:left}.store-card-copy>button span{display:block}.store-card-copy>button>span:last-child{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:700}.store-card-copy>button b{font-size:9px}.store-card-copy>button small{display:block;color:#5e5b65;font-size:7px;margin-top:2px}.store-card-copy>button svg{width:11px}.view-shop{width:calc(100% - 28px);margin:13px 14px 0;border:1px solid var(--line);background:#111116;color:#aaa6b1;border-radius:11px;padding:11px 13px;display:flex;justify-content:space-between;align-items:center;font-size:9px;font-weight:700}.view-shop svg{width:13px}.workspace-mobile-switcher{display:none}.page-main{min-height:calc(100vh - 66px);background:radial-gradient(circle at 60% 0,rgba(124,58,237,.06),transparent 30%),#070708}.shop-page,.cart-page,.account-page{width:min(1380px,100%);margin:0 auto;padding:54px clamp(22px,5vw,74px) 110px}.page-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:28px}.page-title-row h1,.cart-page h1{font-size:clamp(36px,5vw,64px);line-height:1;letter-spacing:-.065em;margin:10px 0}.page-title-row p{color:#77737f;font-size:11px;line-height:1.6;margin:0;max-width:550px}.search-box{width:min(320px,100%);height:42px;border:1px solid var(--line);background:#0e0e12;border-radius:12px;display:flex;align-items:center;gap:9px;padding:0 13px}.search-box svg{width:14px;color:#615d67}.search-box input{flex:1;min-width:0;border:0;background:transparent;outline:none;font-size:10px}.shop-filters{display:flex;gap:7px;margin-bottom:20px}.shop-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.shop-card{border:1px solid var(--line);background:#0d0d10;border-radius:18px;overflow:hidden}.shop-card>div:last-child{padding:20px}.shop-card h2{font-size:22px;letter-spacing:-.04em;margin:6px 0}.shop-card p{font-size:10px;color:#77737f;line-height:1.55}.shop-variants{border-top:1px solid rgba(255,255,255,.07);margin-top:14px}.shop-variants button{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:#e3e0e6;padding:12px 0;display:flex;justify-content:space-between;align-items:center;text-align:left}.shop-variants button:last-child{border-bottom:0}.shop-variants b,.shop-variants small{display:block}.shop-variants b{font-size:10px}.shop-variants small{font-size:8px;color:#625f68;margin-top:3px}.shop-variants>button>span:last-child{display:flex;align-items:center;gap:7px;font-size:10px;font-weight:750}.shop-variants svg{width:13px}.cart-page{display:grid;grid-template-columns:1.08fr .92fr;gap:clamp(30px,6vw,80px)}.cart-lines{display:grid;gap:2px}.cart-lines article{display:grid;grid-template-columns:76px 1fr auto 28px;gap:14px;align-items:center;padding:15px 0;border-bottom:1px solid var(--line)}.cart-lines img,.cart-placeholder{width:76px;height:76px;object-fit:cover;background:#121217;border-radius:11px;border:1px solid var(--line)}.cart-placeholder{display:grid;place-items:center;color:#704497}.cart-placeholder svg{width:38px}.cart-lines h3{font-size:13px;margin:0}.cart-lines span,.cart-lines small{display:block;color:#716e79;font-size:9px;margin-top:4px}.quantity{height:31px;display:flex;align-items:center;border:1px solid var(--line);border-radius:9px}.quantity button{width:28px;height:29px;border:0;background:none;color:#77737e;display:grid;place-items:center}.quantity button svg{width:11px}.quantity b{font-size:9px}.remove{border:0;background:none;color:#5f5b65}.remove svg{width:13px}.checkout-card{background:#0e0e12;border:1px solid var(--line);border-radius:20px;padding:27px;align-self:start}.checkout-card h2{font-size:25px;letter-spacing:-.04em;margin:8px 0 22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.form-grid .wide{grid-column:1/-1}.checkout-card label{font-size:8px;text-transform:uppercase;color:#77737f;letter-spacing:.09em;font-weight:800;display:flex;flex-direction:column;gap:6px}.checkout-card input{height:39px;border:1px solid var(--line);border-radius:9px;background:#151519;outline:none;padding:0 10px;font-size:10px;text-transform:none;letter-spacing:normal}.checkout-card input:focus{border-color:#a855f766}.total{display:flex;justify-content:space-between;align-items:end;border-top:1px solid var(--line);padding:20px 0;margin-top:20px}.total span{font-size:10px;color:#77737f}.total b{font-size:27px;letter-spacing:-.045em}.checkout{width:100%}.empty-page{min-height:calc(100vh - 66px);display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:40px;color:#73707b}.empty-page>svg{width:48px;height:48px;stroke-width:1;margin-bottom:15px}.empty-page h1{font-size:35px;letter-spacing:-.05em;color:#e9e6ed;margin:8px}.empty-page p{font-size:11px}.outline-button{border:1px solid var(--line);background:#111115;color:#aaa6b1;border-radius:10px;padding:10px 14px;font-size:10px}.orders{display:grid;gap:8px}.orders article{background:#0e0e12;border:1px solid var(--line);border-radius:13px;padding:16px;display:grid;grid-template-columns:1fr auto 110px;align-items:center}.orders article>div{display:flex;align-items:center;gap:11px}.orders svg{width:17px;color:#9e63ca}.orders b,.orders small{display:block}.orders b{font-size:11px}.orders small{font-size:8px;color:#686570;margin-top:3px}.orders article>b{text-align:right}.order-status{font-size:8px;text-transform:uppercase;border:1px solid var(--line);border-radius:99px;padding:5px 7px;color:#84818b}.order-status.paid{border-color:#45d18b33;background:#45d18b12;color:#72d9a5}.empty-orders{min-height:260px;border:1px dashed var(--line-strong);border-radius:16px;display:grid;place-items:center;align-content:center;color:#66636d}.empty-orders svg{width:35px}.empty-orders h3{font-size:15px}.mobile-dock{display:none}@media(max-width:1180px){.workspace-grid{grid-template-columns:minmax(250px,.7fr) minmax(400px,1.25fr) minmax(255px,.72fr)}.store-card .product-visual.compact{height:145px}.store-pill{display:none}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.profile-photos-field{margin:4px 0 22px}.profile-photos-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:11px}.profile-photos-heading b,.profile-photos-heading small{display:block}.profile-photos-heading b{font-size:10px}.profile-photos-heading small{max-width:440px;margin-top:4px;color:var(--muted);font-size:8px;line-height:1.55}.profile-photos-heading>span{flex:0 0 auto;border:1px solid var(--line);border-radius:99px;background:#f5f1f9;color:#7e758a;padding:5px 8px;font-size:8px;font-weight:800}.profile-photo-stage{position:relative;height:440px;border:1px dashed var(--line-strong);border-radius:18px;background:radial-gradient(circle at 50% 35%,rgba(147,96,233,.14),transparent 42%),#faf8fd;overflow:visible}.profile-photo-stage.has-photos{border-style:solid;background:linear-gradient(180deg,#fbf9fd,#f2edf7)}.profile-photo-stage>input{display:none}.profile-photo-empty{width:100%;height:100%;border:0;background:transparent;color:#80778c;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px}.profile-photo-empty>svg{width:31px;height:31px;color:#8552d4}.profile-photo-empty b{font-size:11px}.profile-photo-empty small{font-size:8px;color:var(--muted)}.profile-photo-stack{position:absolute;inset:12px;perspective:1200px}.profile-photo-card{position:absolute;left:50%;bottom:0;width:min(94%,420px);height:96%;border:1px solid rgba(91,68,119,.22);border-radius:18px;overflow:hidden;background:#fbf9fd;box-shadow:0 24px 65px #35274d3d;transform-style:preserve-3d;transform-origin:50% 100%;cursor:pointer;transition:filter .18s ease}.profile-photo-card:hover{filter:brightness(1.025)}.profile-photo-card>img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.profile-photo-card>span{position:absolute;left:10px;top:10px;border:1px solid rgba(255,255,255,.35);border-radius:99px;background:#231930b8;backdrop-filter:blur(8px);color:#fff;padding:5px 8px;font-size:7px;font-weight:850;letter-spacing:.08em}.profile-photo-card>button{position:absolute;right:10px;top:10px;width:30px;height:30px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:#231930b8;backdrop-filter:blur(8px);color:#fff;display:grid;place-items:center}.profile-photo-card>button svg{width:12px}.profile-photo-add{position:absolute;z-index:60;right:14px;bottom:14px;width:47px;height:47px;border:0;border-radius:50%;background:linear-gradient(135deg,#9450df,#5e76ec);color:#fff;display:grid;place-items:center;box-shadow:0 12px 28px #6442a847}.profile-photo-add:disabled{opacity:.5}.profile-photo-add svg{width:18px}.profile-photo-stage.has-photos{height:auto;min-height:0}.profile-photo-stack{position:relative;inset:auto;padding:12px;perspective:1200px}.profile-photo-sizers{display:grid;place-items:center}.profile-photo-sizers>img{grid-area:1/1;display:block;visibility:hidden;width:min(94%,420px);height:auto;max-width:100%;pointer-events:none}.profile-photo-card{bottom:12px;height:auto}.profile-photo-card>img{height:auto;object-fit:initial}@media(max-width:880px){body{padding-bottom:0}.topbar{height:58px;grid-template-columns:1fr auto;padding:0 13px}.desktop-nav,.store-pill{display:none}.brand>b{font-size:17px}.brand .brand-orb{width:31px;height:31px}.round-button{display:none}.bag-button{height:34px}.bag-button>span{display:none}.workspace-main{height:calc(100dvh - 128px)}.workspace-grid{display:block;position:relative;width:100%;max-width:100%;min-width:0;background:#08080a}.workspace-panel{display:none;width:100%;max-width:100%;min-width:0;height:100%;overflow-y:auto;overflow-x:hidden}.workspace-panel.mobile-active{display:flex}.wardrobe-panel.mobile-active,.store-panel.mobile-active{display:block}.workspace-mobile-switcher{display:none}.panel-heading{padding:24px 18px 13px}.panel-heading h1,.panel-heading h2{font-size:29px}.filter-row,.wardrobe-meta{padding-left:18px;padding-right:18px}.wardrobe-list{padding:13px 18px 110px;gap:12px}.empty-wardrobe{min-height:460px}.stylist-header{height:64px;padding:0 15px}.context-bar{padding:0 13px}.conversation{padding:20px 14px 22px}.composer-wrap{padding:10px 12px}.message-bubble{max-width:86%}.prompt-suggestions{padding-left:39px;display:grid}.recommendation-card{width:100%}.store-panel{padding-bottom:110px}.store-list{padding:0 18px}.store-card .product-visual.compact{height:280px}.store-card-copy{padding:19px}.panel-copy{padding-left:18px;padding-right:18px}.view-shop{width:calc(100% - 36px);margin-left:18px}.mobile-dock{position:fixed;z-index:70;display:flex;align-items:center;justify-content:space-around;left:50%;transform:translate(-50%);bottom:8px;width:min(360px,88vw);height:62px;border:1px solid rgba(255,255,255,.12);background:#111115e6;backdrop-filter:blur(22px);border-radius:23px;padding:0 25px;box-shadow:0 15px 45px #0000008c}.mobile-dock button{width:45px;height:45px;border:0;background:none;color:#67636f;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px}.mobile-dock button svg{width:18px}.mobile-dock button span{font-size:7px}.mobile-dock button.active{color:#fff}.mobile-dock .dock-primary{width:58px;height:58px;margin-top:-30px;border:4px solid #050506;border-radius:50%;background:linear-gradient(145deg,#a42ef1,#326ef3);color:#fff;box-shadow:0 0 25px #7c3aed61}.mobile-dock .dock-primary svg{width:21px}.mobile-dock .dock-primary span{display:none}.page-main{min-height:calc(100dvh - 58px)}.shop-page,.cart-page,.account-page{padding:35px 18px 105px}.page-title-row{align-items:flex-start;flex-direction:column}.page-title-row h1,.cart-page h1{font-size:40px}.search-box{width:100%}.shop-grid{grid-template-columns:1fr}.shop-card .product-visual{height:360px}.cart-page{grid-template-columns:1fr;gap:30px}.checkout-card{padding:21px}.orders article{grid-template-columns:1fr auto}.orders article>b{display:none}}@media(max-width:480px){.wardrobe-list{width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-left:8px;padding-right:8px}.wardrobe-card,.wardrobe-add-card{width:100%;min-width:0}.wardrobe-card b{font-size:10px}.wardrobe-card button{max-width:100%;font-size:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.context-bar>span:last-child{display:none}.context-bar label input{width:90px}.tryon-consent{align-items:flex-start;flex-wrap:wrap}.tryon-consent label{margin-left:0}.tryon-consent button{margin-left:auto}.shop-card .product-visual{height:300px}.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.cart-lines article{grid-template-columns:62px 1fr auto}.cart-lines img,.cart-placeholder{width:62px;height:62px}.cart-lines .remove{display:none}}:root{color:#29243a;background:#f5f2fb;--bg:#f5f2fb;--panel:#fcfbff;--panel-2:#f1edf8;--panel-3:#e9e3f3;--text:#29243a;--muted:#746d82;--subtle:#9a93a7;--line:rgba(72,55,94,.13);--line-strong:rgba(72,55,94,.21);--purple:#9360e9;--purple-2:#7c4ddb;--blue:#5579ee;--pink:#dd6aa4;--green:#2fa66d}html,body,#root{background:var(--bg)}body{color:var(--text)}.boot-screen,.auth-screen{background:radial-gradient(circle at 50% 24%,rgba(147,96,233,.19),transparent 31%),linear-gradient(160deg,#faf8ff,#f0ebf8)}.brand-orb{background:#fff;border-color:#7c4ddb47;box-shadow:0 8px 26px #5641801f,inset 0 0 15px #ffffffd9}.auth-card{background:#ffffffe0;box-shadow:0 30px 90px #48375e29}.auth-brand p,.auth-card>p{color:var(--muted)}.auth-lock{background:#f0e7ff;color:#8652d4}.app-shell{background:var(--bg)}.topbar{background:#fcfbff9e;border-bottom-color:#ffffffb8;box-shadow:0 8px 30px #4b396012;backdrop-filter:blur(24px) saturate(1.3);-webkit-backdrop-filter:blur(24px) saturate(1.3)}.desktop-nav{background:#f1edf7}.desktop-nav button{color:#777083}.desktop-nav button:hover{color:#3d354d}.desktop-nav button.active{color:#2b243b;background:#fff;box-shadow:0 4px 13px #48375e14,inset 0 0 0 1px #48375e0f}.store-pill{color:#746d82;background:#fff}.round-button,.bag-button,.mini-bag,.icon-action{background:#fff;color:#625b70;box-shadow:0 4px 14px #48375e0d}.round-button:hover,.bag-button:hover,.mini-bag:hover,.icon-action:hover{color:#6d42c2;border-color:#7c4ddb4d}.icon-action,.empty-wardrobe{position:relative}.icon-action input,.empty-wardrobe input{display:block;position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-controls{display:flex;align-items:center;gap:6px}.upload-controls select{height:36px;max-width:92px;border:1px solid var(--line);border-radius:10px;background:#fff;color:#6b6377;padding:0 8px;font-size:8px;font-weight:750;outline:none;text-transform:capitalize;box-shadow:0 4px 14px #48375e0d}.language-button{width:auto;min-width:56px;padding:0 9px;gap:5px;font-size:9px;font-weight:800}.language-button span{line-height:1}.credit-pill{height:36px;border:1px solid rgba(124,77,219,.26);border-radius:99px;background:linear-gradient(120deg,#f1e8ff,#edf0ff);color:#634695;padding:0 10px;display:flex;align-items:center;gap:5px;font-size:9px;font-weight:800;box-shadow:0 5px 16px #644b9914}.credit-pill svg{width:13px}.credit-pill b{color:#9b5b21;border-left:1px solid rgba(124,77,219,.18);padding-left:6px}.toast{background:#fff;border-color:#7c4ddb40;box-shadow:0 18px 55px #48375e2b}.toast.error{background:#fff6f6;color:#a23636}.workspace-grid{background:var(--line)}.workspace-panel,.wardrobe-panel,.stylist-panel,.store-panel{background:var(--panel)}.wardrobe-panel{background:#f9f7fd}.store-panel{background:#f7f4fb}.filter-row button,.shop-filters button{background:#efebf5;color:#766f82}.filter-row button.active,.shop-filters button.active{background:#fff;color:#5f3aa9;border-color:#7c4ddb4d;box-shadow:0 4px 13px #48375e14}.wardrobe-meta{border-color:#48375e14;color:#8d8698}.wardrobe-card{background:#eee9f4}.wardrobe-card:after{background:linear-gradient(transparent,#2e2044eb)}.wardrobe-card span{color:#c9bfd8}.wardrobe-card button{background:#ffffff21;color:#e5dfee}.wardrobe-card button.access-on{background:#3bba7933;color:#c8f5de}.empty-wardrobe{border-color:#5b44772e;background:radial-gradient(circle at 50% 30%,rgba(147,96,233,.13),transparent 45%),#f7f3fb}.empty-wardrobe>div{background:#fff;color:#8652d4}.empty-wardrobe p{color:var(--muted)}.stylist-header,.context-bar,.composer-wrap{border-color:var(--line)}.stylist-tabs{height:42px;display:flex;align-items:end;gap:4px;padding:0 18px;border-bottom:1px solid var(--line);background:#faf8fd;flex:0 0 auto}.stylist-tabs button{height:34px;border:0;border-bottom:2px solid transparent;background:transparent;color:#8c8597;padding:0 9px;display:flex;align-items:center;gap:5px;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.stylist-tabs button svg{width:12px}.stylist-tabs button b{min-width:16px;height:16px;padding:0 4px;display:grid;place-items:center;background:#ece6f3;border-radius:99px;font-size:7px}.stylist-tabs button.active{color:#7041c0;border-bottom-color:#8755db}.stylist-tabs button.active b{background:#eadfff;color:#7041c0}.stylist-tabs .new-conversation-tab{align-self:center;width:30px;height:30px;margin-left:auto;padding:0;border:1px solid var(--line);border-radius:9px;display:grid;place-items:center;background:#fff;color:#706879}.stylist-tabs .new-conversation-tab:hover{border-color:#7c4ddb4d;color:#6d42c2}.stylist-tabs .new-conversation-tab svg{width:13px}.context-bar>span,.context-bar label{background:#f2eef7;border-color:#48375e14;color:#817a8d}.context-bar input{color:#4c4558}.conversation{background:radial-gradient(circle at 50% -10%,rgba(147,96,233,.1),transparent 38%),#fcfbff;scrollbar-color:#d6cede transparent}.chat-content{display:flex;flex-direction:column;gap:22px}.archive-mode .chat-content{display:none}.message-avatar.user{background:#eee9f4;color:#746b81}.message-bubble{background:#f1edf6}.message-row.user .message-bubble{background:#eee8fa;border-color:#7c4ddb2b}.message-bubble p{color:#5d5668}.message-row.user .message-bubble p{color:#3b3546}.prompt-suggestions button{background:#fff;color:#756d81;box-shadow:0 3px 12px #48375e0a}.thinking-card{position:relative;width:min(100%,440px);max-width:none;margin:10px auto 16px;padding:15px 18px;border:0;background:transparent;align-items:flex-start;box-shadow:none}.thinking-card:before{content:"";position:absolute;z-index:0;left:-28px;top:-36px;width:170px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(137,84,218,.13),rgba(105,119,232,.045) 46%,transparent 72%);filter:blur(5px);pointer-events:none}.thinking-card canvas,.thinking-card>div{position:relative;z-index:1}.thinking-card canvas{flex:0 0 auto}.thinking-card>div{min-width:0;flex:1}.thinking-card b{font-size:11px;color:#5f477e}.thinking-card span{font-size:9px;color:#7f748e;margin-top:5px}.thinking-card ol,.image-thinking-stage ol{list-style:none;padding:0;margin:12px 0 0;display:grid;gap:6px}.thinking-card li,.image-thinking-stage li{position:relative;padding-left:14px;color:#aaa2b2;font-size:8px;line-height:1.4}.thinking-card li:before,.image-thinking-stage li:before{content:"";position:absolute;left:0;top:.38em;width:5px;height:5px;border-radius:50%;background:#d8d0e2}.thinking-card li.active,.image-thinking-stage li.active{color:#65429f;font-weight:800}.thinking-card li.active:before,.image-thinking-stage li.active:before{background:#8553d8;box-shadow:0 0 0 4px #8553d81c}.thinking-card li.done:before,.image-thinking-stage li.done:before{background:#63bd90}.recommendation-card{background:linear-gradient(145deg,#fff,#f5f1fa);box-shadow:0 16px 45px #48375e14}.recommended-product{display:flex;flex-direction:column;gap:0;padding:0;overflow:hidden;background:#f1edf6}.recommendation-card li{color:#696272}.recommended-product .product-visual,.recommended-product .product-visual.compact{display:block;width:100%;height:auto;min-height:0;background:#fff}.recommended-product .product-visual img{display:block;width:100%;height:auto;object-fit:contain;padding:0}.recommended-product .product-placeholder{display:grid;aspect-ratio:4/3}.recommended-product>div:last-child{display:block;padding:14px 15px 15px;background:#f1edf6}.recommended-product small,.recommended-product b,.recommended-product span{display:block}.recommended-product b{font-size:13px;margin:5px 0}.recommended-product span{font-size:10px}.image-thinking-stage{position:relative;margin-top:14px;min-height:290px;border:0;background:transparent;padding:26px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.image-thinking-stage:before{content:"";position:absolute;z-index:0;inset:15% 12%;background:radial-gradient(circle,rgba(141,87,218,.13),rgba(93,119,236,.045) 45%,transparent 72%);filter:blur(8px);pointer-events:none}.image-thinking-stage>*{position:relative;z-index:1}.image-thinking-stage canvas{margin-bottom:12px}.image-thinking-stage>small{font-size:7px;color:#8b62be;letter-spacing:.13em;font-weight:850}.image-thinking-stage h4{max-width:310px;font-size:13px;line-height:1.45;margin:7px 0 0;color:#4e435c}.image-thinking-stage .thinking-progress{width:min(260px,82%);height:3px;margin:17px 0 2px;border-radius:99px;background:#e5deed;overflow:hidden}.image-thinking-stage .thinking-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9950e2,#5879ed);transition:width .55s ease}.image-thinking-stage ol{width:min(300px,100%);text-align:left}.used-items{margin-top:15px;padding-top:13px;border-top:1px solid var(--line);display:flex;align-items:flex-start;flex-wrap:wrap;gap:11px 18px}.used-items-title{flex:0 0 100%;font-size:8px;color:#91899b;letter-spacing:.11em;font-weight:850}.used-items-group{flex:0 1 auto;display:grid;gap:6px}.used-items-group>small{font-size:8px;color:#7c7487;font-weight:750}.used-items-group>div{display:flex;flex-wrap:wrap;gap:7px}.used-items figure{width:64px;margin:0}.used-items figure>img,.used-items figure>svg{display:block;width:64px;height:64px;border:1px solid var(--line);border-radius:10px;background:#fff;object-fit:contain;padding:5px}.used-items figcaption{margin-top:4px;font-size:7px;line-height:1.25;color:#8a8294;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-used-items figure>img,.store-used-items figure>svg{border-color:#7c4ddb40;background:#f7f3fc}.archive-list .used-items{margin-top:12px}.archive-list .used-items figure{width:52px}.archive-list .used-items figure>img,.archive-list .used-items figure>svg{width:52px;height:52px}.archive-list .used-items figcaption{display:none}.result-actions{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.result-actions button{margin:0;border:1px solid var(--line);background:#fff;color:#665e71;border-radius:9px;padding:8px 10px;display:flex;align-items:center;gap:6px;font-size:9px}.result-actions button:first-child{background:linear-gradient(120deg,#8c55e3,#5778ed);border-color:transparent;color:#fff}.result-actions svg{width:12px}.outfit-board-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;margin:14px 0 5px;border:0;border-radius:14px;background:transparent}.composer-wrap{background:#faf8fdf5}.composer{background:#fff;box-shadow:0 7px 24px #48375e0f}.composer-attach{background:#f0ecf5;color:#776f83}.composer-attach:hover{color:#6840b5}.composer-wrap>small{color:#9992a3}.tryon-consent{background:#edf9f3;color:#6f7c74}.tryon-consent>span{color:#466353}.tryon-consent button{background:#d8f0e4;color:#237549}.store-card,.shop-card,.checkout-card,.orders article{background:#fff;box-shadow:0 8px 28px #48375e0f}.product-visual{background:#ede8f2}.product-placeholder{background:radial-gradient(circle at 66% 25%,rgba(147,96,233,.17),transparent 25%),linear-gradient(145deg,#f5f1fa,#eae4f1);color:#8a62b4}.product-placeholder span{color:#9585a4}.store-card p,.shop-card p,.panel-copy{color:var(--muted)}.tag-row span{background:#f2eef6;color:#736b7d}.store-card-copy>button{border-top-color:var(--line);color:#403849}.store-card-copy>button small{color:#8c8495}.view-shop,.outline-button{background:#fff;color:#655d70}.page-main{background:radial-gradient(circle at 60% 0,rgba(147,96,233,.11),transparent 32%),var(--bg)}.search-box,.checkout-card input{background:#fff}.shop-variants{border-color:var(--line)}.shop-variants button{border-color:var(--line);color:#443d4c}.shop-variants small{color:#8a8392}.cart-lines img,.cart-placeholder{background:#eee9f3}.cart-placeholder{color:#8054ab}.quantity button,.remove{color:#766e80}.empty-page h1{color:var(--text)}.empty-orders{color:#7e7788}.modal-backdrop{position:fixed;inset:0;z-index:100;background:#2a223938;backdrop-filter:blur(8px);display:grid;place-items:center;padding:20px}.credits-modal{width:min(490px,100%);max-height:min(720px,88vh);overflow:auto;background:#fff;border:1px solid var(--line-strong);border-radius:25px;padding:24px;box-shadow:0 35px 100px #35274d38}.wardrobe-card .wardrobe-edit{position:absolute;z-index:4;right:8px;top:8px;width:28px;height:28px;padding:0;margin:0;border:1px solid rgba(255,255,255,.25);border-radius:9px;background:#ffffffdb;color:#604588;display:grid;place-items:center;box-shadow:0 5px 15px #1e142c1f}.wardrobe-card .wardrobe-edit svg{width:12px}.wardrobe-add-card{position:relative;aspect-ratio:3/4;border:1.5px dashed rgba(112,72,179,.3);border-radius:13px;background:radial-gradient(circle at 50% 40%,rgba(147,96,233,.13),transparent 42%),#ffffffb8;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:17px;overflow:hidden;cursor:pointer;color:#655d70;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.wardrobe-add-card:hover{transform:translateY(-2px);border-color:#7048b38f;box-shadow:0 12px 28px #48375e1a}.wardrobe-add-card.busy{pointer-events:none;opacity:.68}.wardrobe-add-card input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.wardrobe-add-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#9a4fe4,#5879ed);box-shadow:0 9px 24px #7048b33d}.wardrobe-add-icon svg{width:23px;height:23px}.wardrobe-add-card b{font-size:11px;margin-top:14px}.wardrobe-add-card small{font-size:8px;color:#938b9d;margin-top:6px;line-height:1.45}.wardrobe-editor-backdrop{z-index:130}.wardrobe-editor{width:min(760px,100%);max-height:min(860px,92vh);overflow:auto;background:#fff;border:1px solid var(--line-strong);border-radius:24px;padding:22px;box-shadow:0 35px 100px #35274d3d}.wardrobe-editor>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.wardrobe-editor h2{font-size:22px;letter-spacing:-.04em;margin:5px 0 0}.wardrobe-editor>header>button{width:34px;height:34px;border:1px solid var(--line);border-radius:10px;background:#f4f0f8;color:#766d82;display:grid;place-items:center}.wardrobe-editor>header svg{width:14px}.wardrobe-editor-preview{display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;margin:17px 0;padding:11px;border:1px solid var(--line);border-radius:14px;background:#faf8fc}.wardrobe-editor-preview img{width:92px;height:92px;object-fit:contain;border-radius:10px;background:#eee9f3}.wardrobe-editor-preview p{font-size:10px;line-height:1.65;color:var(--muted);margin:0}.editor-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.editor-grid label{display:grid;gap:6px;font-size:8px;color:#777080;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.editor-grid label.wide{grid-column:1/-1}.editor-grid input,.editor-grid select,.editor-grid textarea{width:100%;border:1px solid var(--line);border-radius:10px;background:#faf8fc;padding:10px 11px;color:var(--text);outline:none;font-size:10px;text-transform:none;letter-spacing:normal;font-weight:500}.editor-grid input,.editor-grid select{height:41px}.editor-grid textarea{resize:vertical;line-height:1.55}.purchase-fields{margin-top:18px;padding-top:17px;border-top:1px solid var(--line)}.purchase-fields h3{font-size:14px;margin:0 0 12px}.wardrobe-editor>footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.wardrobe-editor>footer button{min-height:40px;padding:0 15px;border:1px solid var(--line);border-radius:10px;background:#f4f0f8;color:#6f6779;font-size:9px;font-weight:800;display:flex;align-items:center;gap:7px}.wardrobe-editor>footer .gradient-button{border:0;color:#fff;background:linear-gradient(115deg,#8a29da,#336ee8)}.wardrobe-editor>footer svg{width:13px}.credits-modal>header{display:flex;align-items:center;justify-content:space-between}.credits-modal h2{font-size:30px;letter-spacing:-.05em;margin:5px 0}.credits-modal>header>button{width:34px;height:34px;border:1px solid var(--line);background:#f4f0f8;border-radius:10px;color:#776e82;display:grid;place-items:center}.credits-modal>header svg{width:14px}.credit-summary{display:grid;grid-template-columns:1.25fr .75fr;gap:10px;margin:18px 0}.credit-summary article{min-height:112px;position:relative;overflow:hidden;border:1px solid var(--line);border-radius:16px;padding:17px;background:#f8f5fc}.credit-summary article:last-child{background:linear-gradient(145deg,#f5eaff,#edf1ff)}.credit-summary span,.credit-summary b{display:block}.credit-summary span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.credit-summary b{font-size:29px;letter-spacing:-.05em;margin-top:14px}.credit-summary b small{font-size:10px;color:var(--muted)}.credit-summary i{position:absolute;height:4px;background:linear-gradient(90deg,var(--purple),var(--blue));left:17px;bottom:14px;border-radius:99px}.credit-summary article>svg{position:absolute;width:27px;right:14px;bottom:12px;color:#9a67dc}.point-costs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.point-costs>span{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:6px;border:1px solid var(--line);border-radius:11px;padding:10px;font-size:9px;color:#6e6678}.point-costs svg{width:14px;color:#8050cd}.point-costs b{width:20px;height:20px;display:grid;place-items:center;border-radius:99px;background:#ece4f8;color:#6840af}.ledger{margin-top:22px}.ledger h3{font-size:13px}.ledger>p{color:var(--muted);font-size:10px}.ledger>div{display:grid;grid-template-columns:1fr auto 34px;gap:10px;align-items:center;border-top:1px solid var(--line);padding:10px 0}.ledger span{font-size:9px;text-transform:capitalize}.ledger time{font-size:8px;color:var(--muted)}.ledger b{font-size:10px;text-align:right;color:#bd4a5c}.ledger b.positive{color:var(--green)}.archive-list{width:min(100%,620px);margin:0 auto;display:grid;gap:9px}.archive-heading{display:flex;align-items:center;gap:12px;margin-bottom:9px}.archive-heading>svg{width:34px;height:34px;padding:9px;border-radius:11px;background:#eee6fa;color:#7748c3}.archive-heading h3{font-size:22px;margin:3px 0}.archive-list article{position:relative;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 45px 14px 15px;box-shadow:0 6px 20px #48375e0a}.archive-list article>div{display:flex;align-items:center;justify-content:space-between;gap:15px}.archive-list article span{font-size:8px;color:#8250c7;text-transform:uppercase;font-weight:800}.archive-list time{font-size:8px;color:var(--muted)}.archive-list h4{font-size:13px;margin:8px 0 4px}.archive-list p{font-size:9px;color:var(--muted);line-height:1.55;margin:0}.archive-list article>button{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:28px;height:28px;border:0;border-radius:8px;background:#f5f1f8;color:#a098a8;display:grid;place-items:center}.archive-list article>button svg{width:12px}.archive-empty{min-height:220px;border:1px dashed var(--line-strong);border-radius:16px;display:grid;place-items:center;color:var(--muted);font-size:10px}.archive-list .history-lookbook{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:10px;margin-bottom:11px;background:transparent}.context-bar .agent-scope{color:#6944ad;background:#f0e8fb;border-color:#7048b324}.routing-context{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 13px}.routing-context>span{min-height:27px;padding:5px 8px;border:1px solid var(--line);border-radius:8px;background:#f3eff7;color:#6f6879;font-size:8px;font-weight:750;display:inline-flex;align-items:center;gap:5px}.routing-context svg{width:11px;height:11px}.routing-context .wardrobe-route{background:#edf8f2;color:#39775b;border-color:#39775b24}.routing-context .store-route{background:#f2ebfb;color:#7044b4;border-color:#7044b426}.settings-page{width:min(1060px,100%);margin:0 auto;padding:56px clamp(20px,5vw,70px) 110px}.settings-title h1{font-size:clamp(40px,6vw,66px);letter-spacing:-.065em;line-height:1;margin:9px 0 14px}.settings-title p{font-size:11px;color:var(--muted);line-height:1.65}.settings-layout{display:grid;grid-template-columns:190px 1fr;gap:26px;margin-top:30px}.settings-layout>nav{display:flex;flex-direction:column;gap:6px}.settings-layout>nav button{border:0;background:transparent;color:#81798b;border-radius:11px;padding:11px 12px;display:flex;align-items:center;gap:8px;text-align:left;font-size:10px;font-weight:750}.settings-layout>nav button svg{width:14px}.settings-layout>nav button.active{background:#fff;color:#6740ae;box-shadow:0 6px 20px #48375e0f}.settings-layout>form{display:grid;gap:13px}.settings-section{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 9px 30px #48375e0d}.settings-section h2{font-size:18px;margin:0 0 18px}.settings-section>label:not(.permission-toggle){display:grid;gap:6px;margin-top:12px;font-size:8px;color:#777080;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.settings-section input[type=text],.settings-section label>input:not([type]){height:41px;border:1px solid var(--line);border-radius:10px;background:#faf8fc;padding:0 11px;outline:none;text-transform:none;letter-spacing:normal;color:var(--text)}.language-options{display:flex;gap:7px}.language-options button{border:1px solid var(--line);background:#f7f4fa;color:#777080;border-radius:10px;padding:9px 12px;font-size:9px}.language-options button.active{background:#ede4fb;color:#6940b2;border-color:#7c4ddb3d}.permission-toggle{margin-top:17px;display:flex;align-items:flex-start;gap:10px;border-top:1px solid var(--line);padding-top:17px}.permission-toggle input{accent-color:var(--purple);margin-top:2px}.permission-toggle b,.permission-toggle small{display:block}.permission-toggle b{font-size:10px}.permission-toggle small{color:var(--muted);font-size:8px;margin-top:4px}.settings-actions{display:flex;justify-content:space-between;align-items:center}.settings-actions .gradient-button{padding:11px 16px}.settings-page-main{background:#fff}.profile-settings-section{border:0;border-radius:0;background:transparent;box-shadow:none;padding:22px 0}.profile-photo-stage,.profile-photo-stage.has-photos{border:0;border-radius:0;background:transparent;box-shadow:none}.profile-photo-stage.has-photos{height:clamp(360px,68vh,620px);min-height:360px;overflow:hidden;margin-top:14px}.profile-photo-stage.has-photos .profile-photo-stack{position:absolute;inset:0;overflow:hidden;padding:30px 34px}.profile-photo-stage.has-photos .profile-photo-sizers{display:none}.profile-photo-stage.has-photos .profile-photo-card{top:30px;bottom:30px;width:min(calc(100% - 68px),420px);height:calc(100% - 60px);border:0;border-radius:18px;background:transparent;box-shadow:none;display:flex;align-items:center;justify-content:center}.profile-photo-stage.has-photos .profile-photo-card>img{width:auto;height:auto;max-width:100%;max-height:100%;border-radius:18px;object-fit:contain}@media(max-width:880px){.topbar-actions{gap:5px}.credit-pill{height:34px;padding:0 8px}.credit-pill svg{display:none}.language-button{display:flex;min-width:42px}.language-button svg{display:none}.topbar .round-button:not(.language-button):not(.settings-button){display:none}.settings-button{display:grid;min-width:36px}.workspace-grid{background:var(--bg)}.mobile-dock{background:#ffffffe8;border-color:var(--line-strong);box-shadow:0 15px 45px #48375e29}.mobile-dock button.active{color:#6640b0}.mobile-dock .dock-primary{border-color:var(--bg)}.settings-page{padding:35px 18px 105px}.settings-layout{grid-template-columns:1fr}.settings-layout>nav{flex-direction:row}.settings-layout>nav button{flex:1;justify-content:center}}@media(max-width:520px){.topbar{width:100%;max-width:100vw;grid-template-columns:minmax(0,1fr) auto;padding-left:7px;padding-right:7px;overflow:hidden}.brand{min-width:0;gap:5px;overflow:hidden}.brand>b{display:block;min-width:0;overflow:hidden;white-space:nowrap;text-overflow:clip;font-size:clamp(12px,3.8vw,15px)}.brand .brand-orb{width:29px;height:29px;flex:0 0 auto}.topbar-actions{min-width:0;gap:3px}.credit-pill{height:31px;padding:0 6px;font-size:8px}.credit-pill b{display:none}.language-button{min-width:34px;width:34px;height:31px;padding:0}.settings-button{min-width:33px;width:33px;height:31px}.bag-button{height:31px;min-width:33px;padding:0 6px}.credit-summary,.point-costs{grid-template-columns:1fr}.credits-modal{padding:19px;border-radius:20px}.settings-actions{align-items:stretch;gap:8px}.settings-actions button{flex:1;justify-content:center}.wardrobe-editor{padding:17px;border-radius:19px}.editor-grid{grid-template-columns:1fr}.editor-grid label.wide{grid-column:auto}.wardrobe-editor-preview{grid-template-columns:72px 1fr}.wardrobe-editor-preview img{width:72px;height:72px}.profile-photo-stage{height:440px}.profile-photo-card{width:94%}}@media(max-width:370px){.topbar .credit-pill{display:none}.brand>b{font-size:12px}.wardrobe-list{gap:6px;padding-left:6px;padding-right:6px}.wardrobe-card>img{padding:6px}.wardrobe-card>div{left:7px;right:7px;bottom:7px}.wardrobe-card .wardrobe-edit{right:5px;top:5px;width:25px;height:25px}}.inline-message{border:1px solid rgba(83,166,120,.24);background:#eff9f3;color:#397858;padding:10px 12px;border-radius:10px;font-size:11px;margin-bottom:14px}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border:1px solid var(--line);border-radius:12px;background:#f3eff7;margin-bottom:14px}.auth-tabs button{height:36px;border:0;border-radius:9px;background:transparent;color:#81788c;font-size:10px;font-weight:800}.auth-tabs button.active{background:#fff;color:#673dac;box-shadow:0 4px 13px #48375e14}.email-auth-form{display:grid;gap:11px}.email-auth-form label{display:grid;gap:6px;color:#756d80;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.email-auth-form input{height:42px;border:1px solid var(--line);border-radius:10px;background:#faf8fc;color:var(--text);padding:0 12px;outline:none;text-transform:none;letter-spacing:normal}.email-auth-form input:focus{border-color:#7c4ddb6b;box-shadow:0 0 0 3px #7c4ddb12}.email-auth-form .gradient-button{margin-top:2px}.email-auth-form .gradient-button svg{margin:0!important}.auth-link{border:0;background:transparent;color:#7144b8;font-size:9px;padding:2px}.auth-divider{display:flex;align-items:center;gap:10px;color:#9991a3;font-size:8px;text-transform:uppercase;margin:16px 0}.auth-divider:before,.auth-divider:after{content:"";height:1px;background:var(--line);flex:1}.composer{grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;gap:8px;min-height:58px;padding:8px}.composer textarea{box-sizing:border-box;display:block;min-height:40px;max-height:96px;padding:10px 3px;line-height:20px;overflow-y:auto}.composer-attach,.send-button{width:40px;height:40px;align-self:center;line-height:0;padding:0}.composer-attach svg,.send-button svg{display:block;width:17px;height:17px}.historical-turn{display:contents}.historical-result .recommendation-card{opacity:.98}.context-bar .selected-reference{max-width:250px;color:#623ba6;background:#eee5fa;border-color:#7048b333}.selected-reference button{width:18px;height:18px;margin-left:3px;padding:0;border:0;border-radius:50%;background:#7048b317;color:#7450ac;display:grid;place-items:center}.selected-reference button svg{width:9px}.archive-list article{padding:15px}.archive-list article>.archive-meta{display:flex}.archive-list article>.used-items{display:flex;align-items:flex-start;justify-content:flex-start}.archive-list article>.archive-actions{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:7px;margin-top:13px;padding-top:12px;border-top:1px solid var(--line)}.archive-actions button{min-height:32px;border:1px solid var(--line);border-radius:9px;background:#f4f0f8;color:#6840ad;padding:0 10px;display:flex;align-items:center;gap:6px;font-size:8px;font-weight:800}.archive-actions button svg{width:12px}.archive-actions button.delete{margin-left:auto;width:32px;padding:0;justify-content:center;color:#9b6470;background:#fff4f5}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.shop-toolbar .shop-filters{margin:0}.shop-density{display:flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--line);border-radius:11px;background:#eee9f4}.shop-density>span{padding:0 5px;color:#887f92;font-size:8px}.shop-density button{width:30px;height:30px;border:0;border-radius:8px;background:transparent;color:#7e748a;font-size:9px;font-weight:850}.shop-density button.active{background:#fff;color:#623dac;box-shadow:0 3px 10px #48375e1a}.shop-grid.shop-grid-1{grid-template-columns:minmax(0,1fr)}.shop-grid.shop-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.shop-grid.shop-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-grid-1 .shop-card{display:grid;grid-template-columns:minmax(280px,42%) 1fr}.shop-grid-1 .shop-card .product-visual{height:100%;min-height:360px}.account-security{display:grid;grid-template-columns:minmax(240px,.65fr) minmax(340px,1fr);gap:22px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:22px;margin-bottom:34px;box-shadow:0 10px 35px #48375e0d}.security-heading{display:flex;align-items:flex-start;gap:12px}.security-heading>span{width:42px;height:42px;border-radius:13px;background:#eee6fa;color:#7547bd;display:grid;place-items:center;flex:0 0 auto}.security-heading svg{width:17px}.security-heading small{color:#8f6abb;font-size:8px;font-weight:850;letter-spacing:.12em}.security-heading h2{font-size:22px;margin:5px 0}.security-heading p{font-size:9px;color:var(--muted);margin:0;word-break:break-word}.account-security form{display:grid;grid-template-columns:1fr 1fr;gap:10px}.account-security form label{display:grid;gap:6px;font-size:8px;color:#766f80;font-weight:800;text-transform:uppercase}.account-security form label:first-child:nth-last-child(4){grid-column:1/-1}.account-security form input{height:40px;border:1px solid var(--line);border-radius:10px;background:#faf8fc;padding:0 11px;color:var(--text);outline:none;text-transform:none}.account-security form label small{font-size:7px;color:var(--muted);font-weight:500;text-transform:none}.account-security form .gradient-button{grid-column:1/-1;justify-self:start;padding:10px 14px}.security-dev-note{border:1px solid var(--line);border-radius:12px;background:#f8f5fb;color:var(--muted);font-size:9px;line-height:1.6;padding:13px}.security-boundaries{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px;padding-top:14px;border-top:1px solid var(--line)}.security-boundaries span{display:flex;align-items:center;gap:6px;color:#5f776b;font-size:8px}.security-boundaries svg{width:11px;color:#4eae7d}.account-section-title{margin-bottom:12px}.account-section-title h2{font-size:24px;margin:5px 0}@media(max-width:700px){.shop-toolbar{align-items:flex-start}.shop-density>span{display:none}.shop-grid{gap:10px}.shop-grid.shop-grid-3{gap:7px}.shop-grid-3 .shop-card>div:last-child{padding:10px}.shop-grid-3 .shop-card h2{font-size:13px}.shop-grid-3 .shop-card p,.shop-grid-3 .tag-row{display:none}.shop-grid-3 .shop-card .product-visual{height:150px}.shop-grid-3 .shop-variants button{padding:8px 0}.shop-grid-3 .shop-variants button>span:first-child{display:none}.shop-grid-3 .shop-variants button>span:last-child{font-size:8px}.shop-grid-2 .shop-card .product-visual{height:230px}.shop-grid-2 .shop-card>div:last-child{padding:13px}.shop-grid-2 .shop-card h2{font-size:17px}.shop-grid-1 .shop-card{display:block}.shop-grid-1 .shop-card .product-visual{min-height:0;height:360px}.account-security{grid-template-columns:1fr;padding:17px}.security-boundaries{grid-column:auto}.account-security form{grid-template-columns:1fr}.account-security form label,.account-security form label:first-child:nth-last-child(4),.account-security form .gradient-button{grid-column:auto}.account-security form .gradient-button{justify-self:stretch}.archive-actions button{flex:1;justify-content:center}.archive-actions button.delete{flex:0 0 32px}}.agent-chooser{border-bottom:1px solid var(--line);background:#faf8fd;padding:9px 14px;display:flex;align-items:center;gap:10px;flex:0 0 auto}.agent-chooser>span{flex:0 0 auto;color:#8b8295;font-size:8px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.agent-chooser>div{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.agent-chooser button{--agent-accent:#8052d2;min-width:150px;max-width:190px;height:48px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#746d7f;padding:6px 9px;display:grid;grid-template-columns:30px 1fr;grid-template-rows:1fr 1fr;column-gap:7px;text-align:left;align-items:center}.agent-chooser button>span{grid-row:1/3;width:29px;height:29px;border-radius:9px;background:color-mix(in srgb,var(--agent-accent) 12%,white);color:var(--agent-accent);display:grid;place-items:center}.agent-chooser button svg{width:13px}.agent-chooser button b{align-self:end;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;color:#4d4658}.agent-chooser button small{align-self:start;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7px;color:#9991a3}.agent-chooser button.active{border-color:color-mix(in srgb,var(--agent-accent) 38%,white);box-shadow:0 5px 15px color-mix(in srgb,var(--agent-accent) 12%,transparent);background:color-mix(in srgb,var(--agent-accent) 5%,white)}.agent-chooser button.active b{color:var(--agent-accent)}.profile-basic-grid,.preference-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px}.profile-basic-grid label,.preference-grid label{display:grid;gap:6px;font-size:8px;color:#777080;text-transform:uppercase;letter-spacing:.07em;font-weight:800}.profile-basic-grid label.wide{grid-column:1/-1}.profile-basic-grid input,.profile-basic-grid textarea,.profile-basic-grid select,.preference-grid input,.preference-grid select{width:100%;border:1px solid var(--line);border-radius:10px;background:#faf8fc;padding:10px 11px;color:var(--text);outline:none;font-size:10px;text-transform:none;letter-spacing:normal;font-weight:500}.profile-basic-grid input,.profile-basic-grid select,.preference-grid input,.preference-grid select{height:41px}.profile-basic-grid textarea{resize:vertical;line-height:1.55}.profile-basic-grid label>small{color:var(--muted);font-size:8px;font-weight:500;line-height:1.45;text-transform:none;letter-spacing:normal}.style-profile-section>p{margin:-7px 0 16px;color:var(--muted);font-size:9px;line-height:1.6}.settings-section-heading{display:flex;align-items:center;justify-content:space-between}.settings-section-heading>svg{width:20px;color:#8052d2}.settings-section-heading h2{margin:5px 0 18px}.preference-notes{display:grid;gap:16px}.preference-notes label{display:grid;gap:7px}.preference-notes label>span{font-size:11px;font-weight:800;color:#4f465a}.preference-notes label>small{font-size:9px;line-height:1.55;color:#948b9d}.preference-notes textarea{width:100%;min-height:150px;resize:vertical;border:1px solid var(--line);border-radius:13px;background:#faf8fc;padding:13px 14px;color:var(--text);outline:none;font-size:11px;line-height:1.65}.preference-notes textarea::placeholder{color:#aaa2b2}.preference-notes textarea:focus{border-color:#7c4ddb6b;box-shadow:0 0 0 3px #7c4ddb12}@media(max-width:880px){.agent-chooser{align-items:flex-start;flex-direction:column}.agent-chooser>div{width:100%}.agent-chooser button{min-width:142px}.profile-basic-grid,.preference-grid{grid-template-columns:1fr}.profile-basic-grid label.wide{grid-column:auto}}.catalog-filter-bar{display:grid;grid-template-columns:1.15fr 1.15fr .75fr .75fr auto auto;gap:9px;align-items:end;margin:0 0 18px;padding:13px;border:1px solid var(--line);border-radius:15px;background:#ffffffc2;box-shadow:0 7px 24px #48375e0a}.catalog-filter-bar label{display:grid;gap:5px;color:#81798c;font-size:7px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.catalog-filter-bar select,.catalog-filter-bar input{width:100%;height:36px;border:1px solid var(--line);border-radius:9px;background:#fff;color:#4d4657;padding:0 9px;font-size:9px;outline:none}.catalog-filter-bar>button{height:36px;border:1px solid var(--line);border-radius:9px;background:#f2edf7;color:#6743a7;padding:0 12px;font-size:8px;font-weight:800}.catalog-filter-bar>span{height:36px;display:flex;align-items:center;color:#8e8697;font-size:8px;white-space:nowrap}.shop-card{position:relative}.shop-card-media{position:relative;padding:0!important;background:#f0ebf4}.shop-card-media>.product-visual{height:310px}.shop-card-media>.product-visual img{width:100%;height:100%;object-fit:contain;background:#fff;padding:10px}.favorite-float{position:absolute;z-index:3;right:11px;top:11px;width:34px;height:34px;border:1px solid rgba(87,65,113,.14);border-radius:50%;background:#ffffffe6;color:#807589;display:grid;place-items:center;box-shadow:0 5px 16px #48375e17}.favorite-float svg{width:15px}.favorite-float.active{color:#9a4673;background:#fff0f7}.view-thumbs{position:absolute;z-index:3;left:10px;bottom:10px;display:flex;gap:5px}.view-thumbs button{position:relative;width:50px;height:50px;padding:2px;border:1px solid rgba(83,67,102,.15);border-radius:9px;background:#ffffffe3;overflow:hidden}.view-thumbs button.active{border-color:#8052d2;box-shadow:0 0 0 2px #8052d21f}.view-thumbs img{width:100%;height:100%;object-fit:contain}.view-thumbs span{position:absolute;inset:auto 2px 2px;padding:2px;border-radius:4px;background:#362c43b8;color:#fff;font-size:5px;text-transform:uppercase}.shop-card-body{padding:18px!important}.variant-swatches{display:flex;flex-wrap:wrap;gap:6px;margin:13px 0}.variant-swatches button{min-height:31px;padding:0 9px 0 6px;border:1px solid var(--line);border-radius:9px;background:#faf8fc;color:#706879;display:flex;align-items:center;gap:6px;font-size:8px}.variant-swatches button.active{border-color:#7c4ddb5c;background:#f1eafa;color:#643da8}.variant-swatches i{width:17px;height:17px;border:1px solid rgba(30,25,35,.13);border-radius:50%}.eyewear-facts{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 12px}.eyewear-facts span{padding:5px 7px;border-radius:7px;background:#f2eef6;color:#7d7487;font-size:7px;text-transform:capitalize}.product-buy-row{display:grid;grid-template-columns:1fr auto auto;gap:7px;align-items:center;padding-top:13px;border-top:1px solid var(--line)}.product-buy-row>div b,.product-buy-row>div small{display:block}.product-buy-row>div b{font-size:15px}.product-buy-row>div small{margin-top:3px;color:#8e8697;font-size:7px}.favorite-button,.add-bag-button{height:37px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:8px;font-weight:800}.favorite-button{width:67px;border:1px solid var(--line);background:#fff;color:#805a83}.add-bag-button{border:0;background:linear-gradient(115deg,#8c55e3,#5778ed);color:#fff;padding:0 11px}.favorite-button svg,.add-bag-button svg{width:12px}.add-bag-button:disabled{opacity:.45}.catalog-empty{min-height:260px;border:1px dashed var(--line-strong);border-radius:18px;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#8b8295}.catalog-empty>svg{width:42px}.catalog-empty h2{font-size:18px}.catalog-empty button{border:1px solid var(--line);border-radius:9px;background:#fff;color:#6843a8;padding:9px 12px;font-size:8px}.shop-grid-3 .shop-card-media>.product-visual{height:220px}.shop-grid-3 .view-thumbs button{width:40px;height:40px}.shop-grid-3 .product-buy-row{grid-template-columns:1fr auto}.shop-grid-3 .favorite-button span{display:none}.shop-grid-3 .favorite-button{width:37px}.shop-grid-3 .add-bag-button{grid-column:1/-1}@media(max-width:900px){.catalog-filter-bar{grid-template-columns:1fr 1fr 1fr 1fr}.catalog-filter-bar>button,.catalog-filter-bar>span{align-self:end}}@media(max-width:620px){.catalog-filter-bar{grid-template-columns:1fr 1fr}.catalog-filter-bar label:first-child,.catalog-filter-bar label:nth-child(2){grid-column:auto}.shop-card-media>.product-visual{height:270px}.product-buy-row{grid-template-columns:1fr auto}.add-bag-button{grid-column:1/-1}.shop-grid-2 .favorite-button span,.shop-grid-3 .favorite-button span{display:none}.shop-grid-2 .favorite-button,.shop-grid-3 .favorite-button{width:37px}.view-thumbs button{width:43px;height:43px}}.saved-addresses{display:grid;gap:7px;margin:0 0 17px}.saved-addresses>div{display:flex;align-items:center;gap:6px;color:#685274;font-size:9px}.saved-addresses>div svg{width:13px;color:#8052d2}.saved-addresses>button{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:11px;background:#faf8fc;color:#655d70;text-align:left}.saved-addresses>button.active{border-color:#7c4ddb57;background:#f2eafa;box-shadow:0 0 0 2px #7c4ddb0f}.saved-addresses button b,.saved-addresses button span,.saved-addresses button p{display:block}.saved-addresses button b{font-size:9px;color:#4d4558}.saved-addresses button b small{display:inline-block;margin-left:6px;padding:2px 5px;border-radius:5px;background:#e5d8f8;color:#6e42b2;font-size:6px}.saved-addresses button span,.saved-addresses button p{font-size:7px;color:#8d8595}.saved-addresses button span{margin-top:4px}.saved-addresses button p{margin:3px 0 0;line-height:1.4}.checkout-card select,.checkout-card textarea{border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--text);outline:none;padding:0 10px;font-size:10px;text-transform:none;letter-spacing:normal}.checkout-card select{height:39px}.checkout-card textarea{padding:10px;resize:vertical;line-height:1.5}.save-address{margin-top:12px!important;display:flex!important;align-items:center;flex-direction:row!important;gap:8px!important;text-transform:none!important;letter-spacing:normal!important}.save-address input{width:15px!important;height:15px!important;accent-color:#8052d2}.save-address span{font-size:8px;color:#766f80}.shop-card-media>.product-visual,.shop-grid-3 .shop-card-media>.product-visual{height:auto;aspect-ratio:4/3}.shop-card-body{padding:14px!important}.shop-card-body>p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.variant-swatches{flex-wrap:nowrap;margin:10px 0;overflow-x:auto;scrollbar-width:none}.variant-swatches button{min-height:29px;white-space:nowrap;flex:0 0 auto}.eyewear-facts{margin-bottom:10px}@media(max-width:620px){.shop-card-media>.product-visual,.shop-grid-2 .shop-card .product-visual,.shop-grid-3 .shop-card .product-visual{height:auto;aspect-ratio:4/3}.shop-card-body{padding:11px!important}.shop-card-body>p{display:none}.tag-row span:nth-child(n+4){display:none}.product-card-actions{gap:5px}.product-card-actions .chat-product-button,.product-card-actions .add-bag-button{padding:0 5px;font-size:7px}.view-thumbs button{width:38px;height:38px}}.stylist-panel{position:relative}.agent-avatar-button{border:0;cursor:pointer}.agent-avatar-button:hover,.agent-avatar-button[aria-expanded=true]{transform:translateY(-1px);box-shadow:0 8px 22px #6c50be38}.agent-picker-popover{position:absolute;z-index:70;top:68px;left:20px;width:min(430px,calc(100% - 40px));padding:14px;background:#fffffff7;border:1px solid #ded6f0;border-radius:22px;box-shadow:0 24px 70px #35255938;backdrop-filter:blur(18px)}.agent-picker-title{display:flex;justify-content:space-between;gap:14px;padding:4px 5px 12px}.agent-picker-title>div{display:flex;flex-direction:column;gap:3px}.agent-picker-title b{font-size:15px}.agent-picker-title small{color:#847c92}.agent-picker-title>button{width:32px;height:32px;border:0;border-radius:50%;background:#f4f1f8;display:grid;place-items:center}.agent-picker-title svg{width:16px}.agent-picker-list{display:grid;gap:7px}.agent-picker-list>button{border:1px solid transparent;background:#f8f6fb;border-radius:15px;padding:10px;display:grid;grid-template-columns:42px 1fr 20px;align-items:center;text-align:left;gap:10px}.agent-picker-list>button:hover,.agent-picker-list>button.active{background:#f0ebfa;border-color:#cfc0ef}.picker-avatar{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;color:#fff;box-shadow:inset 0 0 0 1px #ffffff4d}.picker-avatar svg{width:18px}.agent-picker-list button>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.agent-picker-list small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#766f81}.agent-picker-list>button>svg{width:16px;color:#6f54c9}.composer-upgraded{display:block!important;padding:0!important;border:1px solid #d8d0e9!important;border-radius:20px!important;background:#fff!important;box-shadow:0 14px 40px #382a551f!important;overflow:visible}.composer-upgraded>textarea{display:block;width:100%;min-height:66px;padding:16px 18px 8px;border:0!important;background:transparent!important;resize:none;box-sizing:border-box;line-height:1.55;outline:0}.composer-controls{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px 10px 12px}.composer-left-actions{display:flex;align-items:center;gap:5px;min-width:0}.composer-stylist{display:flex;align-items:center;gap:7px;max-width:210px;border:0;background:transparent;padding:0 2px;color:#342c44}.composer-stylist>span{width:24px;height:24px;border-radius:8px;color:#fff;display:grid;place-items:center;flex:0 0 auto}.composer-stylist>span svg{width:11px}.composer-stylist b{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-stylist>svg{width:14px;color:#9387a9}.composer-add-wrap{position:relative}.composer-add{width:24px;height:24px;border:1px solid #ded7e7;border-radius:8px;background:#f8f5fb;color:#6e54c4;display:grid;place-items:center}.composer-add svg{width:12px}.attachment-menu{position:absolute;z-index:80;left:0;bottom:38px;width:270px;background:#fff;border:1px solid #ddd4ea;border-radius:17px;padding:7px;box-shadow:0 18px 50px #2e204738}.attachment-menu label{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:10px;padding:9px;border-radius:12px;cursor:pointer}.attachment-menu label:hover{background:#f6f2fb}.attachment-menu label>svg{width:38px;height:38px;padding:10px;border-radius:12px;background:#eee8f8;color:#7557cf;box-sizing:border-box}.attachment-menu span{display:flex;flex-direction:column;gap:2px}.attachment-menu small{color:#857c91}.attachment-menu input{display:none}.composer-upgraded .send-button{position:static!important;flex:0 0 auto;width:44px;height:44px;border-radius:14px}.composer-previews{display:flex;gap:8px;padding:2px 12px 6px;overflow-x:auto}.composer-previews article{position:relative;flex:0 0 220px;min-width:0;height:62px;border:1px solid #e2dced;border-radius:14px;background:#faf8fc;display:grid;grid-template-columns:56px 1fr;gap:8px;align-items:center;padding:5px}.composer-previews article>img{width:56px;height:50px;object-fit:contain;border-radius:10px;background:#fff}.composer-previews article>svg{width:56px}.composer-previews article>span{min-width:0;display:flex;flex-direction:column}.composer-previews article small{font-size:8px;letter-spacing:.08em;color:#8b6acb}.composer-previews article b,.composer-previews article em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.composer-previews article b{font-size:11px}.composer-previews article em{font-size:9px;color:#837b8c;font-style:normal}.composer-previews article>button{position:absolute;right:4px;top:4px;width:20px;height:20px;border:0;border-radius:50%;background:#ffffffe6;display:grid;place-items:center}.composer-previews article>button svg{width:11px}.composer-scene-preview{flex-basis:180px!important}.tryon-consent{margin-bottom:8px}.catalog-filter-bar{overflow:visible!important}.choice-menu{position:relative;min-width:180px}.choice-menu>span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:5px;color:#7a7185}.choice-menu>button{width:100%;min-height:42px;border:1px solid #ddd6e7;border-radius:13px;background:#fff;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.choice-menu>button svg{width:15px;transition:.2s}.choice-menu>button.open svg{transform:rotate(180deg)}.choice-options{position:absolute;z-index:55;top:calc(100% + 6px);left:0;right:0;max-height:300px;overflow:auto;padding:6px;background:#fff;border:1px solid #ddd6e7;border-radius:15px;box-shadow:0 18px 48px #382a502e}.choice-options>button{width:100%;border:0;border-radius:10px;background:transparent;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;text-align:left}.choice-options>button:hover,.choice-options>button.active{background:#f3eff9;color:#6548bb}.choice-options svg{width:14px}.chat-product-button{border-color:#cdbfee!important;background:#f3effb!important;color:#6747bc!important}.chat-product-button svg{width:16px}.product-buy-row{flex-wrap:wrap}.product-buy-row>div:first-child{margin-right:auto}.product-buy-row>button{min-height:39px}.settings-form-hidden{display:none!important}.settings-privacy{max-width:760px}.privacy-boundaries{display:grid;gap:9px;margin:22px 0}.privacy-boundaries span{display:flex;align-items:center;gap:9px;padding:11px;border-radius:13px;background:#f5f2f9;color:#554d61}.privacy-boundaries svg{width:16px;color:#55a275}.address-book{max-width:1000px!important}.address-book-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:18px;margin-top:20px}.address-list{display:flex;flex-direction:column;gap:9px}.address-list>article{display:flex;justify-content:space-between;gap:10px;border:1px solid #e2dce9;border-radius:16px;padding:14px;background:#fff}.address-list>article.default{border-color:#bfaee7;background:#faf8fe}.address-list article>div:first-child{display:flex;flex-direction:column;gap:3px}.address-list article b{display:flex;align-items:center;gap:7px}.address-list article b small{font-size:8px;padding:3px 6px;border-radius:999px;background:#7154c4;color:#fff}.address-list article span,.address-list article p,.address-list article em{font-size:11px;color:#746d7c}.address-list article p{line-height:1.45;margin:3px 0}.address-list article em{font-style:normal}.address-list article>div:last-child{display:flex;align-items:flex-start;gap:4px}.address-list article button{border:0;background:#f3eff8;border-radius:9px;min-height:30px;padding:5px 8px;display:flex;align-items:center;gap:4px;font-size:10px}.address-list article button svg{width:13px}.address-list article button.delete{color:#a54b61}.address-editor{border:1px solid #dfd8e7;border-radius:18px;padding:16px;background:#faf9fc}.address-editor-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.address-editor-title button{border:0;background:transparent}.address-editor-title svg{width:16px}.address-empty{min-height:140px;border:1px dashed #d8cfe4;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#7b7285}.address-empty svg{color:#9a83ca}.address-editor .gradient-button{width:100%;justify-content:center}.checkout-address-summary,.checkout-address-missing{border:1px solid #ddd6e7;border-radius:17px;padding:14px;margin:12px 0;background:#faf8fc}.checkout-address-summary>div{display:flex;gap:9px;align-items:center}.checkout-address-summary>div>svg{color:#7354c4}.checkout-address-summary span{display:flex;flex-direction:column}.checkout-address-summary small{font-size:8px;color:#8a72bd;letter-spacing:.1em}.checkout-address-summary p{font-size:12px;line-height:1.55;color:#5f5767}.checkout-address-summary em{display:block;font-size:11px;color:#766b80;font-style:normal;margin-bottom:8px}.checkout-address-summary button,.checkout-address-missing button{border:0;background:transparent;color:#6848bd;padding:0;display:flex;align-items:center;gap:5px}.checkout-address-summary button svg,.checkout-address-missing button svg{width:14px}.checkout-address-missing{display:flex;flex-direction:column;align-items:flex-start;gap:6px;background:#fff9f2;border-color:#ead7bc}.checkout-address-missing p{margin:0;color:#766758}.cart-lines>article{grid-template-columns:88px 1fr auto auto!important}.cart-detail-toggle{margin-top:7px;border:0;background:transparent;color:#6f52bf;padding:0;display:flex;align-items:center;gap:4px;font-size:10px}.cart-detail-toggle svg{width:13px}.cart-lines>article.expanded{padding-bottom:16px}.cart-product-detail{grid-column:1/-1;border-top:1px solid #e6e0ea;margin-top:6px;padding-top:12px}.cart-media-strip{display:flex;gap:7px;overflow-x:auto;margin-bottom:10px}.cart-media-strip img{width:72px!important;height:55px!important;border-radius:10px!important;object-fit:contain!important;background:#f8f7fa}.cart-product-detail>div:nth-child(2){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.cart-product-detail span{display:flex;flex-direction:column;border-radius:10px;background:#f6f3f9;padding:8px}.cart-product-detail span small{font-size:8px;text-transform:uppercase;color:#8b8194}.cart-product-detail>p{font-size:11px;color:#6e6576;margin-bottom:0}.address-book>p{max-width:660px;margin:0;color:#706778;font-size:10px;line-height:1.65}.address-book-grid{align-items:start;gap:20px}.address-editor{padding:20px;border-color:#ded5e9;border-radius:21px;background:linear-gradient(145deg,#fdfcff,#f7f3fb);box-shadow:0 14px 38px #48375e12}.address-editor-title{margin-bottom:17px;padding-bottom:13px;border-bottom:1px solid #e7e0ec}.address-editor-title>b{font-size:13px;letter-spacing:-.015em;color:#31283c}.address-editor-title button{width:30px;height:30px;border-radius:10px!important;background:#eee8f5!important;color:#7251b0;display:grid;place-items:center}.address-form-grid{gap:13px 12px}.address-form-grid>label{min-width:0;display:grid;gap:7px;color:#776c82;font-size:8px;font-weight:850;letter-spacing:.075em;text-transform:uppercase}.address-editor .address-form-grid input,.address-editor .address-form-grid select,.address-editor .address-form-grid textarea{width:100%;min-width:0;box-sizing:border-box;border:1px solid #ddd4e7;border-radius:12px;background:#fffffff0;color:#342b3e;outline:0;font:500 11px/1.4 inherit;letter-spacing:normal;text-transform:none;box-shadow:0 1px #fffc,inset 0 1px 2px #3c2c4f06;transition:border-color .18s,box-shadow .18s,background .18s}.address-editor .address-form-grid input,.address-editor .address-form-grid select{height:44px;padding:0 12px}.address-editor .address-form-grid textarea{min-height:78px;padding:11px 12px;resize:vertical}.address-editor .address-form-grid input:hover,.address-editor .address-form-grid select:hover,.address-editor .address-form-grid textarea:hover{border-color:#c9bade}.address-editor .address-form-grid input:focus,.address-editor .address-form-grid select:focus,.address-editor .address-form-grid textarea:focus{border-color:#9a76dc;background:#fff;box-shadow:0 0 0 3px #8052d21a,0 7px 18px #543d740f}.address-select{position:relative;display:block}.address-select select{appearance:none;padding-right:34px!important;cursor:pointer}.address-select>svg{pointer-events:none;position:absolute;right:11px;top:50%;width:14px;height:14px;transform:translateY(-50%);color:#7c65a7}.save-address{position:relative;margin:15px 0 14px!important;padding:11px 12px!important;border:1px solid #dfd6e8;border-radius:13px;background:#ffffffc2;display:flex!important;align-items:center!important;gap:10px!important;cursor:pointer;text-transform:none!important;letter-spacing:normal!important}.save-address>input{position:absolute!important;width:1px!important;height:1px!important;opacity:0;pointer-events:none}.save-address>i{width:23px;height:23px;flex:0 0 auto;border:1px solid #cfc3dc;border-radius:8px;background:#fff;color:transparent;display:grid;place-items:center;transition:.18s}.save-address>i svg{width:13px}.save-address>input:checked+i{border-color:#7650c9;background:linear-gradient(135deg,#9251df,#5e72ec);color:#fff;box-shadow:0 5px 14px #6949be33}.save-address>input:focus-visible+i{box-shadow:0 0 0 3px #8052d224}.save-address>span{min-width:0;display:flex;flex-direction:column;gap:2px}.save-address>span b{color:#45394f;font-size:9px}.save-address>span small{color:#8b8195;font-size:7px;font-weight:500}.address-editor .gradient-button{min-height:45px;margin:0;border-radius:13px;font-size:10px}.address-empty{min-height:180px;border-color:#d8cae6;border-radius:20px;background:linear-gradient(145deg,#ffffffb8,#f7f2fbd9)}.address-empty>svg{width:25px;height:25px;margin-bottom:4px}.address-empty>b{font-size:13px;color:#51465d}.address-empty>span{font-size:9px}.address-list>article{border-radius:19px;padding:16px;box-shadow:0 7px 22px #48375e0a}@media(max-width:800px){.agent-picker-popover{position:fixed;top:auto;bottom:108px;left:12px;width:calc(100% - 24px);box-sizing:border-box}.composer-wrap{padding:8px 11px 12px!important}.composer-stylist{max-width:155px}.composer-stylist b{font-size:10px}.composer-previews article{flex-basis:190px}.catalog-filter-bar .choice-menu{min-width:calc(50% - 5px);flex:1}.address-book-grid{grid-template-columns:1fr}.address-list>article{flex-direction:column}.cart-lines>article{grid-template-columns:72px 1fr auto!important}.cart-lines>article>.quantity{grid-column:2}.cart-lines>article>.remove{grid-column:3;grid-row:1}.cart-product-detail>div:nth-child(2){grid-template-columns:repeat(2,minmax(0,1fr))}.product-buy-row .chat-product-button,.product-buy-row .add-bag-button{flex:1 1 46%}}@media(max-width:560px){.address-book{padding:17px!important}.address-book-grid{margin-top:16px}.address-editor{padding:16px}.address-form-grid{grid-template-columns:1fr}.address-form-grid .wide{grid-column:auto}.address-editor .address-form-grid input,.address-editor .address-form-grid select{height:46px}.address-empty{min-height:150px}.address-editor-title{margin-bottom:14px}.save-address{margin-top:14px!important}}.composer-left-actions{position:relative}.composer-stylist{width:26px;height:26px;max-width:none;display:grid;place-items:center;border:0;background:transparent;padding:1px;border-radius:9px}.composer-stylist:hover,.composer-stylist:focus-visible{background:#f3eef9;outline:0}.composer-stylist>span{width:24px;height:24px}.composer-left-actions>.agent-picker-popover{position:absolute;top:auto;bottom:42px;left:0;width:min(430px,calc(100vw - 52px));box-sizing:border-box}.composer-upgraded>textarea{min-height:30px!important;max-height:62px!important;padding:8px 13px 0!important;line-height:1.35!important}.composer-controls{min-height:44px!important;padding:0 6px 3px 8px!important}.composer-upgraded .send-button{width:44px;height:44px;border-radius:14px}.composer-wrap>small{margin-top:3px}.stylist-panel .context-bar{height:38px;padding-top:0;padding-bottom:0}.product-buy-row{display:grid;grid-template-columns:1fr;gap:10px;padding-top:11px}.product-card-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;width:100%}.product-card-actions .chat-product-button,.product-card-actions .add-bag-button{width:100%;height:37px;min-height:37px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:9px;font-size:8px;font-weight:800;white-space:nowrap}.product-card-actions .chat-product-button,.product-card-actions .add-bag-button{grid-column:auto!important}.product-card-actions svg{width:12px}.message-product-attachments{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:7px;margin-top:9px}.message-product-attachments article{width:min(190px,100%);min-height:54px;display:grid;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:8px;padding:5px;border:1px solid #d9cfee;border-radius:13px;background:#ffffffbd;box-sizing:border-box;text-align:left}.message-product-attachments img{width:58px;height:44px;object-fit:contain;border-radius:9px;background:#fff}.message-product-attachments article>svg{width:34px;justify-self:center;color:#7655c8}.message-product-attachments span{min-width:0;display:flex;flex-direction:column}.message-product-attachments small{font-size:7px;letter-spacing:.08em;color:#8b68c7}.message-product-attachments b,.message-product-attachments em{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-product-attachments b{font-size:10px}.message-product-attachments em{font-size:8px;color:#7d7388;font-style:normal}.effect-reference-note{display:block!important;margin:13px 0 0;padding-top:9px;border-top:1px solid rgba(85,67,104,.11);color:#9a919f!important;font-size:7px!important;font-weight:500!important;line-height:1.55!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important}.workspace-grid{grid-template-columns:minmax(0,1fr)!important;gap:0!important}.workspace-grid[hidden],.workspace-grid>.workspace-panel[hidden]{display:none!important}.workspace-grid>.workspace-panel{width:100%;min-width:0}@media(min-width:881px){.wardrobe-list{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;padding:20px clamp(22px,4vw,64px) 100px}.wardrobe-panel .panel-heading,.wardrobe-panel .filter-row,.wardrobe-panel .wardrobe-meta{padding-left:clamp(22px,4vw,64px);padding-right:clamp(22px,4vw,64px)}}.shop-page{width:100%;max-width:none}.shop-toolbar{justify-content:flex-start}.shop-search-row{display:flex;align-items:flex-end;justify-content:center;gap:10px;margin:0 0 26px}.shop-search-row .search-box{width:min(760px,72vw);height:52px;padding:0 18px;border-radius:16px;box-shadow:0 12px 35px #402d5f14}.shop-search-row .search-box svg{width:17px}.shop-search-row .search-box input{font-size:12px}.shop-currency-switch{position:relative;flex:0 0 126px;height:52px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid #ded5ea;border-radius:16px;background:#fffffff0;box-shadow:0 12px 35px #402d5f14;box-sizing:border-box}.shop-currency-switch>svg:first-child{flex:0 0 auto;width:16px;color:#7451c7}.shop-currency-switch>.choice-menu{min-width:0;flex:1}.shop-currency-switch>.choice-menu>span{font-size:7px;margin:0;color:#8e829d}.shop-currency-switch>.choice-menu>button{min-height:22px;height:22px;padding:0;border:0;border-radius:6px;background:transparent}.shop-currency-switch>.choice-menu>button b{font-size:11px}.shop-currency-switch>.choice-menu>button svg{width:12px}.shop-currency-switch .choice-options{top:calc(100% + 13px);left:-34px;right:-10px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));max-height:260px}.shop-currency-switch .choice-options>button{padding:8px;font-size:10px}.shop-currency-switch.busy{opacity:.74}.shop-currency-switch>svg.spin{position:absolute;right:9px;width:13px;color:#7651c7;background:#fff}.shop-currency-switch.busy .choice-menu>button svg{visibility:hidden}.shop-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:14px}@media(max-width:700px){.shop-search-row{margin-bottom:14px;gap:7px}.shop-search-row .search-box{width:auto;min-width:0;flex:1;height:46px;padding:0 11px}.shop-currency-switch{flex-basis:102px;height:46px;padding:0 8px;gap:5px}.shop-currency-switch>svg:first-child{width:14px}.shop-currency-switch>.choice-menu>span{font-size:6px}.shop-currency-switch .choice-options{left:-28px;right:-8px}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px}.shop-page{padding-left:12px!important;padding-right:12px!important}.shop-card{min-width:0}}.used-item-open{display:block;width:100%;aspect-ratio:1;border:0;border-radius:10px;background:#fff;padding:5px;color:#7355bd;overflow:hidden}.used-item-open>img,.used-item-open>svg{display:block;width:100%;height:100%;object-fit:contain}.used-item-open:hover,.used-item-open:focus-visible{outline:0;box-shadow:0 0 0 2px #7552c747;transform:translateY(-1px)}.used-item-detail-backdrop{position:fixed;z-index:140;inset:0;display:grid;place-items:center;padding:20px;background:#31254447;backdrop-filter:blur(10px)}.used-item-detail-modal{width:min(820px,100%);max-height:min(860px,90vh);overflow:auto;border:1px solid #ddd5e8;border-radius:24px;background:#fff;padding:22px;box-shadow:0 32px 100px #31234840}.used-item-detail-modal>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:18px}.used-item-detail-modal>header h2{font-size:28px;letter-spacing:-.045em;margin:6px 0 3px}.used-item-detail-modal>header p{margin:0;color:#786f82;font-size:11px}.used-item-detail-modal>header>button{width:36px;height:36px;flex:0 0 auto;border:1px solid #dfd8e8;border-radius:12px;background:#f5f1f8;color:#6f657b;display:grid;place-items:center}.used-item-detail-modal>header>button svg{width:15px}.used-item-detail-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-bottom:16px}.used-item-detail-gallery img{width:100%;height:128px;border:1px solid #e4deea;border-radius:14px;background:#f8f7fa;object-fit:contain}.used-item-detail-gallery img.primary{grid-column:span 2;grid-row:span 2;height:265px}.used-item-detail-specs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.used-item-detail-specs>span{min-width:0;display:flex;flex-direction:column;gap:4px;padding:10px 11px;border-radius:12px;background:#f6f3f9}.used-item-detail-specs small{color:#8d8298;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.used-item-detail-specs b{overflow:hidden;text-overflow:ellipsis;font-size:10px;color:#443b4e}.used-item-detail-copy{margin:14px 0 0;color:#6f6678;font-size:11px;line-height:1.65}.used-item-detail-wardrobe{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:16px}.used-item-detail-wardrobe>img{width:100%;max-height:520px;border-radius:18px;background:#f4f0f7;object-fit:contain}.used-item-detail-actions{position:sticky;bottom:-22px;display:flex;align-items:center;justify-content:space-between;gap:14px;margin:18px -22px -22px;padding:13px 22px;border-top:1px solid #e6e0ea;background:#fffffff0;backdrop-filter:blur(14px)}.used-item-detail-actions>span{color:#7e7488;font-size:9px;font-weight:750}.used-item-detail-actions>button{min-width:150px;height:42px;border:0;border-radius:12px;background:linear-gradient(115deg,#8a4fe1,#5979ed);color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:850;box-shadow:0 9px 24px #694cbc33}.used-item-detail-actions>button svg{width:14px}.used-item-detail-actions>button:disabled{background:#d9d3e3;color:#91899b;box-shadow:none}@media(max-width:700px){.used-item-detail-backdrop{padding:10px}.used-item-detail-modal{max-height:92vh;border-radius:20px;padding:16px}.used-item-detail-modal>header h2{font-size:22px}.used-item-detail-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}.used-item-detail-gallery img{height:90px}.used-item-detail-gallery img.primary{grid-column:1/-1;grid-row:auto;height:230px}.used-item-detail-specs{grid-template-columns:repeat(2,minmax(0,1fr))}.used-item-detail-wardrobe{grid-template-columns:1fr}.used-item-detail-wardrobe>img{max-height:360px}.used-item-detail-actions{bottom:-16px;margin:16px -16px -16px;padding:11px 16px}.used-item-detail-actions>button{min-width:128px;height:40px}}.outfit-image-trigger{position:relative;display:block;width:100%;margin:14px 0 5px;padding:0;border:0!important;border-radius:14px;background:transparent!important;box-shadow:none!important;overflow:visible;text-align:left}.outfit-image-trigger .outfit-board-image,.outfit-image-trigger .history-lookbook{display:block;width:100%;height:auto!important;max-height:none!important;margin:0!important;border:0!important;background:transparent!important;object-fit:contain;cursor:zoom-in}.outfit-image-trigger>span{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:#2d223eb8;backdrop-filter:blur(10px);color:#fff;font-size:8px;font-weight:800;box-shadow:0 5px 18px #1e142b2e}.outfit-image-trigger>span svg{width:13px}.outfit-image-trigger:hover>span,.outfit-image-trigger:focus-visible>span{background:#6744aae6}.outfit-image-trigger:focus-visible{outline:2px solid rgba(117,82,199,.45);outline-offset:2px}.archive-list article>.outfit-image-trigger{position:relative;right:auto;top:auto;transform:none;display:block;width:100%;height:auto;margin:0 0 11px;padding:0;border-radius:12px;background:transparent;color:inherit}.archive-list article>.outfit-image-trigger:hover{transform:none}.archive-list article>.outfit-image-trigger .history-lookbook{display:block;width:100%;height:auto;max-height:none;object-fit:contain}.outfit-lightbox{position:fixed;z-index:160;inset:0;display:grid;place-items:center;padding:20px;background:#15101dd1;backdrop-filter:blur(16px)}.outfit-lightbox>figure{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:96vw;max-height:94vh;margin:0}.outfit-lightbox img{display:block;max-width:94vw;max-height:88vh;border-radius:16px;object-fit:contain;box-shadow:0 30px 100px #0000006b}.outfit-lightbox figcaption{margin-top:9px;color:#ffffffc7;font-size:10px}.outfit-lightbox button{position:absolute;right:-12px;top:-12px;width:40px;height:40px;border:1px solid rgba(255,255,255,.24);border-radius:50%;background:#fffffff0;color:#4d4059;display:grid;place-items:center;box-shadow:0 8px 30px #00000047}.outfit-lightbox button svg{width:17px}@media(max-width:700px){.outfit-image-trigger>span{right:8px;bottom:8px;padding:6px}.outfit-image-trigger>span:not(:focus){font-size:0;gap:0}.outfit-lightbox{padding:10px}.outfit-lightbox img{max-width:96vw;max-height:86vh;border-radius:12px}.outfit-lightbox button{right:4px;top:4px}}.recommendation-card{position:relative}.recommendation-card>.save-outfit-corner{position:absolute;z-index:6;top:10px;right:10px;display:flex;align-items:center;gap:5px;width:auto;height:28px;margin:0!important;padding:0 8px!important;border:1px solid rgba(112,72,179,.16)!important;border-radius:9px!important;background:#ffffffe6!important;backdrop-filter:blur(10px);color:#7044b4!important;font-size:8px!important;font-weight:800;box-shadow:0 5px 16px #48375e12}.recommendation-card>.save-outfit-corner:hover{border-color:#7048b357!important;background:#fff!important;transform:translateY(-1px)}.recommendation-card>.save-outfit-corner svg{width:12px;height:12px}.recommendation-card>.save-outfit-corner span{white-space:nowrap}.recommendation-card>.eyebrow{display:block;padding-right:78px}.generated-lookbook{position:relative;margin:14px 0 5px}.background-generation-progress{position:absolute;z-index:6;top:10px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:7px;max-width:calc(100% - 92px);padding:4px 10px 4px 5px;border:1px solid rgba(255,255,255,.7);border-radius:999px;background:#ffffffeb;backdrop-filter:blur(12px);box-shadow:0 7px 22px #432a6829;color:#65429f;font-size:8px;font-weight:800;pointer-events:none}.background-generation-progress canvas{flex:0 0 auto;width:32px!important;height:32px!important}.background-generation-progress span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.generated-lookbook>.outfit-image-trigger{margin:0}.generated-lookbook>.regenerate-lookbook-overlay{position:absolute;z-index:5;left:10px;top:10px;display:flex;align-items:center;gap:5px;min-height:28px;margin:0;padding:0 9px;border:1px solid rgba(255,255,255,.58);border-radius:9px;background:#ffffffe0;backdrop-filter:blur(10px);color:#62409f;font-size:8px;font-weight:800;box-shadow:0 6px 18px #271b3921}.generated-lookbook>.regenerate-lookbook-overlay:hover{background:#fff}.generated-lookbook>.regenerate-lookbook-overlay:disabled{cursor:wait;opacity:.72}.generated-lookbook>.regenerate-lookbook-overlay svg{width:12px;height:12px}.image-missing-action{margin-top:12px}.composer-selected-reference{display:flex;align-items:center;gap:8px;margin:8px 11px 1px;padding:7px 8px;border:1px solid rgba(112,72,179,.16);border-radius:11px;background:#f5f0fb;color:#6943ae}.composer-selected-reference>svg{width:13px;height:13px;flex:0 0 auto}.composer-selected-reference>span{display:flex;align-items:baseline;gap:6px;min-width:0}.composer-selected-reference small{font-size:7px;font-weight:850;letter-spacing:.08em;color:#957db7}.composer-selected-reference b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9px;color:#53445f}.composer-selected-reference>button{width:22px;height:22px;margin-left:auto;padding:0;border:0;border-radius:8px;background:#7048b314;color:#7450ac;display:grid;place-items:center}.composer-selected-reference>button svg{width:10px}@media(max-width:520px){.recommendation-card>.save-outfit-corner{width:28px;padding:0!important;justify-content:center}.recommendation-card>.save-outfit-corner span{display:none}.recommendation-card>.eyebrow{padding-right:36px}.generated-lookbook>.regenerate-lookbook-overlay span{display:none}.generated-lookbook>.regenerate-lookbook-overlay{width:28px;padding:0;justify-content:center}.composer-selected-reference>span{display:block}.composer-selected-reference small{display:block;margin-bottom:1px}}.wardrobe-panel>.panel-heading{padding-top:14px!important;padding-bottom:10px!important;align-items:center}.wardrobe-panel>.panel-heading h1{margin:0!important}.wardrobe-panel>.filter-row{display:flex;flex-wrap:wrap;overflow:visible;gap:7px;padding-top:0;padding-bottom:12px}.wardrobe-panel>.filter-row button{min-height:32px;padding:7px 12px;border-radius:10px;text-transform:none}.wardrobe-panel>.filter-row .manage-categories-button{display:flex;align-items:center;gap:6px;border-style:dashed;color:#6942ae;background:#f4eefb}.manage-categories-button svg{width:12px;height:12px}.wardrobe-panel>.wardrobe-meta{padding-top:9px;padding-bottom:9px}.category-manager-backdrop{z-index:150;padding:18px;background:#31254447;backdrop-filter:blur(10px)}.category-manager{width:min(680px,100%);max-height:min(850px,92vh);overflow:hidden;display:flex;flex-direction:column;border:1px solid #ddd4ea;border-radius:24px;background:#fff;box-shadow:0 35px 100px #31234840}.category-manager>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 22px 17px}.category-manager>header h2{font-size:25px;letter-spacing:-.045em;margin:5px 0}.category-manager>header p{max-width:490px;margin:0;color:#81778c;font-size:10px;line-height:1.55}.category-manager>header>button{width:34px;height:34px;flex:0 0 auto;border:1px solid #e0d9e9;border-radius:11px;background:#f6f2fa;color:#716779;display:grid;place-items:center}.category-manager>header>button svg{width:14px}.category-create{margin:0 22px 15px;padding:14px;border:1px solid #e2dbea;border-radius:16px;background:linear-gradient(145deg,#fbf9fd,#f4effa)}.category-name-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}.category-name-fields label{display:grid;gap:6px;color:#7d7488;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.category-name-fields input{height:40px;border:1px solid #ddd5e7;border-radius:10px;background:#fff;padding:0 11px;color:#3f3749;outline:0;text-transform:none;letter-spacing:normal}.category-name-fields input:focus{border-color:#754bbe6b;box-shadow:0 0 0 3px #754bbe12}.category-vertical-options{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.category-vertical-options button{min-height:30px;padding:0 10px;border:1px solid #ddd5e7;border-radius:9px;background:#fff;color:#7a7084;font-size:8px;font-weight:800}.category-vertical-options button.active{border-color:#7048b347;background:#ece3f8;color:#6840ad}.category-form-actions{display:flex;justify-content:flex-end;gap:7px;margin-top:11px}.category-form-actions button{min-height:34px;padding:0 11px;border:1px solid #ddd5e7;border-radius:10px;display:flex;align-items:center;gap:6px;font-size:8px;font-weight:850}.category-form-actions svg{width:12px}.category-cancel{background:#fff;color:#766c80}.category-submit{border-color:transparent!important;background:linear-gradient(115deg,#8a4fe1,#5979ed);color:#fff}.category-submit:disabled{opacity:.48}.category-manager-list{min-height:160px;overflow-y:auto;display:grid;gap:7px;padding:0 22px 16px;scrollbar-color:#d4c9df transparent}.category-manager-list article{display:grid;grid-template-columns:auto minmax(0,1fr) 32px 32px;align-items:center;gap:9px;min-height:58px;padding:9px 10px;border:1px solid #e4deeb;border-radius:13px;background:#fff}.category-manager-list article>div{min-width:0}.category-manager-list b,.category-manager-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-manager-list b{font-size:10px;color:#443b4e}.category-manager-list small{margin-top:3px;color:#948b9e;font-size:8px}.category-kind{min-width:44px;padding:5px 7px;border-radius:8px;background:#f1ebf8;color:#7049b1;text-align:center;font-size:7px;font-weight:850}.category-kind-eyewear{background:#edf1fd;color:#506bb4}.category-kind-accessory{background:#f8edf4;color:#a04e78}.category-manager-list article>button{width:32px;height:32px;padding:0;border:1px solid #e2dce9;border-radius:9px;background:#f7f4fa;display:grid;place-items:center}.category-manager-list article>button svg{width:12px}.category-edit{color:#7149b5}.category-delete{color:#b44e64}.category-manager-list article>button:disabled{opacity:.4}.category-manager>footer{padding:11px 22px 15px;border-top:1px solid #eee9f2;color:#948b9d;font-size:8px}@media(max-width:700px){.wardrobe-panel>.panel-heading{padding-top:12px!important}.wardrobe-panel>.filter-row{gap:6px}.wardrobe-panel>.filter-row button{min-height:31px;padding:6px 10px}.manage-categories-button span{display:none}.category-manager-backdrop{padding:8px}.category-manager{max-height:94vh;border-radius:20px}.category-manager>header{padding:18px 17px 14px}.category-manager>header h2{font-size:22px}.category-create{margin:0 17px 13px;padding:12px}.category-name-fields{grid-template-columns:1fr}.category-manager-list{padding:0 17px 13px}.category-manager-list article{grid-template-columns:auto minmax(0,1fr) 30px 30px;gap:6px}.category-manager>footer{padding:10px 17px 13px}}.wardrobe-card{display:grid;grid-template-rows:minmax(0,1fr) auto;background:#f7f7f8}.wardrobe-card:after{content:none;display:none}.wardrobe-card>img{grid-row:1;width:100%;height:100%;min-height:0;padding:12px;object-fit:contain;background:#f7f7f8}.wardrobe-card>div{position:static;z-index:2;min-width:0;padding:9px 10px 10px;border-top:1px solid #e8e4ec;background:#fff}.wardrobe-card b{color:#2d2735}.wardrobe-card span{color:#81788b}.wardrobe-card>div>button{background:#eef8f3;color:#397858}.wardrobe-card>div>button.access-on{background:#e5f5ec;color:#2f7957}.wardrobe-panel>.filter-row .outfit-filter-button{display:flex;align-items:center;gap:5px}.outfit-filter-button svg{width:11px;height:11px}.outfit-filter-button b{min-width:16px;height:16px;padding:0 4px;border-radius:99px;background:#7048b31a;display:grid;place-items:center;font-size:7px}.outfit-filter-button.active b{background:#7149b5;color:#fff}.wardrobe-card{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.wardrobe-card:hover{transform:translateY(-2px);box-shadow:0 12px 30px #3427481c}.wardrobe-card:focus-visible{outline:2px solid rgba(112,72,179,.36);outline-offset:2px}.wardrobe-card>.wardrobe-access-toggle{position:absolute;z-index:4;left:8px;top:8px;width:auto;min-width:48px;height:27px;margin:0;padding:0 7px;border:1px solid rgba(112,72,179,.14);border-radius:9px;background:#ffffffeb;color:#7e708d;display:flex;align-items:center;justify-content:center;gap:4px;box-shadow:0 5px 15px #1e142c1a;font-size:8px;font-weight:800;white-space:nowrap}.wardrobe-card>.wardrobe-access-toggle.access-on{background:#eaf8f0f0;color:#35805c;border-color:#35805c29}.wardrobe-card>.wardrobe-access-toggle svg{width:11px;height:11px;flex:0 0 auto}.wardrobe-card>.wardrobe-access-toggle:hover,.wardrobe-card>.wardrobe-edit:hover{transform:translateY(-1px)}.message-bubble{position:relative}.message-bubble.deletable{padding-bottom:25px}.message-delete-button,.delete-turn-button{border:0;background:transparent;color:#9a8fa5;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:8px;line-height:1;cursor:pointer}.message-delete-button{position:absolute;right:7px;bottom:5px;margin:0;padding:5px}.message-row.user .message-delete-button{left:7px;right:auto}.message-row.assistant .message-delete-button{left:auto;right:7px}.message-delete-button svg,.delete-turn-button svg{width:11px;height:11px}.message-delete-button:hover,.delete-turn-button:hover{color:#ad4d68;background:#fff2f5;border-radius:7px}.recommendation-card.has-delete-turn{position:relative;padding-bottom:42px!important}.recommendation-card>.delete-turn-button{position:absolute!important;right:12px;bottom:9px;margin:0!important;padding:6px 7px!important;border:0!important;background:transparent!important;color:#9a8fa5!important}.recommendation-card>.delete-turn-button:hover{color:#ad4d68!important;background:#fff2f5!important}.cart-lines>article>.cart-remove-button{width:auto;min-width:56px;height:30px;padding:0 8px;border:1px solid #ead9df;border-radius:9px;background:#fff7f9;color:#a24c64;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:9px;font-weight:750}.cart-lines>article>.cart-remove-button svg{width:12px}.cart-lines>article>.cart-remove-button:hover{background:#ffedf2;border-color:#dfbfc9}@media(max-width:480px){.cart-lines .cart-remove-button{display:inline-flex!important;min-width:30px;width:30px;padding:0}.cart-lines .cart-remove-button span,.message-delete-button span,.delete-turn-button span{display:none}}.wardrobe-outfit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:14px clamp(18px,4vw,64px) 110px}.wardrobe-outfit-grid>.panel-loading,.wardrobe-outfit-grid>.wardrobe-outfit-empty{grid-column:1/-1}.wardrobe-outfit-card{min-width:0;overflow:hidden;border:1px solid #e1dae9;border-radius:17px;background:#fff;box-shadow:0 8px 25px #3427480e}.wardrobe-outfit-image{display:block;width:100%;aspect-ratio:4/5;padding:0;border:0;border-bottom:1px solid #e8e3ed;background:#f5f3f7;overflow:hidden}.wardrobe-outfit-image img{display:block;width:100%;height:100%;object-fit:contain}.wardrobe-outfit-image>span{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:#8d8198;font-size:9px}.wardrobe-outfit-image>span svg{width:24px}.wardrobe-outfit-image:not(:disabled){cursor:zoom-in}.wardrobe-outfit-copy{padding:11px 12px 9px}.wardrobe-outfit-copy>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:8px}.wardrobe-outfit-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8050c3;font-size:7px;font-weight:850;text-transform:uppercase}.wardrobe-outfit-copy time{flex:0 0 auto;color:#9a929f;font-size:7px}.wardrobe-outfit-copy h3{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:34px;margin:7px 0 9px;font-size:12px;line-height:1.35;letter-spacing:-.02em}.wardrobe-outfit-thumbs{display:flex;gap:5px;overflow:hidden}.wardrobe-outfit-thumbs img{width:35px;height:35px;flex:0 0 auto;border:1px solid #e6e0eb;border-radius:8px;background:#f7f5f9;object-fit:contain}.wardrobe-outfit-card>footer{display:flex;gap:7px;padding:0 12px 12px}.wardrobe-outfit-card>footer button{min-height:34px;border:1px solid #ded6e8;border-radius:9px;background:#f4eff9;color:#6844ad;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:6px;font-size:8px;font-weight:800}.wardrobe-outfit-card>footer button:first-child{flex:1}.wardrobe-outfit-card>footer button.delete{width:34px;padding:0;color:#a55367;background:#fff5f6}.wardrobe-outfit-card>footer svg{width:12px}.wardrobe-outfit-empty{min-height:300px;border:1px dashed #d8cfe4;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;color:#8a8094}.wardrobe-outfit-empty>svg{width:30px;color:#8053c5}.wardrobe-outfit-empty b{margin-top:13px;font-size:12px}.wardrobe-outfit-empty span{max-width:280px;margin-top:6px;font-size:9px;line-height:1.55}@media(max-width:520px){.wardrobe-outfit-grid{gap:9px;padding:10px 11px 105px}.wardrobe-outfit-card{border-radius:13px}.wardrobe-outfit-copy{padding:9px}.wardrobe-outfit-copy h3{font-size:10px;min-height:28px}.wardrobe-outfit-thumbs img{width:29px;height:29px}.wardrobe-outfit-card>footer{padding:0 9px 9px;gap:5px}.wardrobe-outfit-card>footer button{min-height:31px;padding:0 7px}.wardrobe-outfit-card>footer button.delete{width:31px}.wardrobe-outfit-card>footer button:first-child{font-size:7px}}.address-editor .address-form-grid input,.address-editor .address-form-grid select,.address-editor .address-form-grid textarea{font-family:inherit;font-size:11px;font-weight:500;line-height:1.4}.shop-grid{align-items:stretch}.shop-card{display:flex;flex-direction:column;height:100%}.shop-card>.shop-card-body{display:flex;flex:1;flex-direction:column}.shop-card .product-buy-row{margin-top:auto}.settings-account-panel{width:100%;margin:0;padding:0}.account-panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.account-panel-heading h2{font-size:26px;letter-spacing:-.04em;margin:6px 0}.account-panel-heading p{font-size:10px;line-height:1.55;color:#766f80;margin:0}.settings-account-panel .account-security{margin-bottom:24px}.empty-orders p{font-size:10px;color:#91899a;margin:5px 0 0}@media(max-width:760px){.settings-layout>nav{overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none;justify-content:flex-start;padding:2px 0 7px}.settings-layout>nav::-webkit-scrollbar{display:none}.settings-layout>nav button{flex:0 0 auto!important;min-width:max-content;white-space:nowrap}.account-panel-heading{align-items:flex-start;flex-direction:column}.settings-account-panel .account-security{margin-bottom:20px}}.composer-upgraded.is-compact{display:grid!important;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:7px;min-height:52px;padding:6px 8px!important}.composer-upgraded.is-compact>.composer-controls{display:contents!important}.composer-upgraded.is-compact>.composer-controls>.composer-left-actions{grid-column:1;grid-row:1;align-self:center}.composer-upgraded.is-compact>.composer-input-row{display:contents}.composer-upgraded.is-compact>.composer-input-row>textarea{grid-column:2;grid-row:1;min-height:36px!important;max-height:36px!important;height:36px!important;padding:8px 3px!important;overflow:hidden}.composer-upgraded.is-compact>.composer-input-row>.send-button{grid-column:3;grid-row:1;align-self:center}.composer-upgraded.is-expanded{position:relative;display:block!important;padding:9px 66px 7px 8px!important}.composer-upgraded.is-expanded>.composer-input-row{display:block}.composer-upgraded.is-expanded>.composer-input-row>textarea{display:block;width:100%;min-height:20px!important;max-height:140px!important;line-height:20px!important;padding:0 7px!important;overflow-y:auto;resize:none}.composer-upgraded.is-expanded>.composer-input-row>.send-button{position:absolute!important;right:10px!important;top:50%!important;transform:translateY(calc(-50% - 2px))!important}.composer-upgraded.is-expanded>.composer-controls{min-height:31px!important;margin-top:2px!important;padding:0 0 2px!important;align-items:flex-end;justify-content:flex-start}.composer-upgraded .composer-stylist,.composer-upgraded .composer-add{width:30px!important;height:30px!important;min-width:30px!important}.composer-upgraded .composer-stylist svg,.composer-upgraded .composer-add svg{width:15px!important;height:15px!important}.composer-upgraded .send-button{width:46px!important;height:46px!important;min-width:46px!important;border-radius:15px!important}.composer-upgraded .send-button svg{width:21px!important;height:21px!important}.stylist-panel>.conversation{overflow-anchor:none}.composer-wrap{position:relative;background:transparent!important;-webkit-backdrop-filter:none;backdrop-filter:none;border-top-color:transparent!important;box-shadow:none}.composer-upgraded{background:linear-gradient(135deg,#ffffffad,#f7f2fd7a)!important;-webkit-backdrop-filter:blur(24px) saturate(1.4);backdrop-filter:blur(24px) saturate(1.4);border-color:#ffffffd1!important;box-shadow:0 14px 40px #382a5524,inset 0 1px #ffffffd1!important}.jump-to-latest{position:absolute;inset:-43px auto auto 50%;transform:translate(-50%);z-index:26;width:36px;height:36px;border:1px solid rgba(255,255,255,.8);border-radius:999px;background:#ffffffb8;-webkit-backdrop-filter:blur(18px) saturate(1.35);backdrop-filter:blur(18px) saturate(1.35);color:#6f42d8;box-shadow:0 8px 22px #3c24602e;display:grid;place-items:center;cursor:pointer}.jump-to-latest svg{width:18px;height:18px}.jump-to-latest:hover{transform:translate(-50%,1px);background:#f8f5ffd1}.wardrobe-editor-actions{display:grid!important;grid-template-columns:auto 1fr auto auto!important;align-items:center;gap:9px}.wardrobe-delete-item{color:#b82f49!important;border-color:#efd0d7!important;background:#fff7f8!important}.wardrobe-delete-item.confirming{color:#fff!important;background:#c73a55!important;border-color:#c73a55!important}@media(max-width:760px){.jump-to-latest{top:-42px}.wardrobe-editor-actions{grid-template-columns:1fr 1fr!important}.wardrobe-editor-actions>span{display:none}.wardrobe-editor-actions .wardrobe-delete-item{grid-column:1/-1}}html,body,.page-main,.workspace-panel,.conversation,.category-manager-list,.used-item-detail-modal,.wardrobe-editor,.settings-layout{scrollbar-width:thin;scrollbar-color:#c9bfd7 transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{min-height:42px;border:2px solid transparent;border-radius:999px;background:#c9bfd7;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#9f8db8;background-clip:padding-box}*::-webkit-scrollbar-corner{background:transparent}.app-shell{position:relative;height:100dvh;min-height:0;overflow:hidden}.page-main{height:100dvh;min-height:0!important;padding-top:66px;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;overscroll-behavior-y:contain}.workspace-main{height:100dvh!important;padding-top:0;box-sizing:border-box}.workspace-main .wardrobe-panel,.workspace-main .store-panel{padding-top:66px;box-sizing:border-box}.workspace-main .stylist-panel>.conversation{padding-top:91px!important}.page-main::-webkit-scrollbar-track{margin-top:66px}.topbar{position:absolute!important;inset:0 0 auto;z-index:80;isolation:isolate;background:#f8f4fd47!important;-webkit-backdrop-filter:blur(34px) saturate(1.7) contrast(1.02);backdrop-filter:blur(34px) saturate(1.7) contrast(1.02);border-bottom-color:#ffffffb3!important;box-shadow:0 10px 34px #422f5e1f,inset 0 1px #ffffffe0!important}.topbar:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 18% -40%,rgba(255,255,255,.58),transparent 42%),linear-gradient(110deg,#fff3,#ffffff0a 48%,#d2bdf429)}.topbar:after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");mix-blend-mode:soft-light}.topbar .brand-orb,.topbar .desktop-nav,.topbar .store-pill,.topbar .credit-pill,.topbar .round-button,.topbar .bag-button{-webkit-backdrop-filter:blur(16px) saturate(1.45);backdrop-filter:blur(16px) saturate(1.45);border-color:#ffffffb3!important;box-shadow:0 6px 18px #45316117,inset 0 1px #ffffffd1!important}.topbar .brand-orb,.topbar .desktop-nav,.topbar .store-pill,.topbar .round-button,.topbar .bag-button{background:#ffffff6b!important}.topbar .credit-pill{background:linear-gradient(125deg,#efe6ff9e,#ebefff61)!important}@media(max-width:880px){.page-main{height:100dvh!important;padding-top:58px}.page-main::-webkit-scrollbar-track{margin-top:58px}.workspace-main{height:100dvh!important;padding-top:0}.workspace-main .wardrobe-panel,.workspace-main .store-panel{padding-top:58px}.workspace-main .stylist-panel>.conversation{padding-top:78px!important}.mobile-dock{background:linear-gradient(115deg,#ffffff80,#ffffff14 48%,#dbcaf82e),linear-gradient(135deg,#ffffff61,#f6f1fc38)!important;-webkit-backdrop-filter:blur(28px) saturate(1.5);backdrop-filter:blur(28px) saturate(1.5);border-color:#ffffffc2!important;box-shadow:0 14px 38px #4936632e,inset 0 1px #ffffffd1!important}.mobile-dock .dock-primary{border-color:#ffffffb8!important}.stylist-panel>.conversation{padding-bottom:166px!important}.stylist-panel>.composer-wrap{position:absolute;left:0;right:0;bottom:72px;z-index:24;margin:0!important}}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#root{min-height:100%;min-height:100dvh}button,a,label,[role=button]{touch-action:manipulation}@media(max-width:880px){html,body,#root{width:100%;max-width:100%;overscroll-behavior-x:none}body{min-height:100dvh;touch-action:pan-y}input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]),textarea,select{font-size:16px!important}.page-main,.shop-page,.cart-page,.account-page,.settings-page{padding-bottom:118px!important}.mobile-dock{bottom:10px!important}.workspace-main{padding-bottom:0}.workspace-main .wardrobe-list,.workspace-main .store-panel{padding-bottom:120px!important}.reference-auth-screen{padding-bottom:30px!important}}.reference-auth-screen{min-height:100dvh;box-sizing:border-box;overflow-y:auto;padding:clamp(24px,5vh,54px) 18px;background:radial-gradient(circle at 15% 8%,rgba(191,153,255,.24),transparent 29%),radial-gradient(circle at 88% 22%,rgba(127,167,255,.2),transparent 31%),linear-gradient(155deg,#faf8ff,#f3edfc 48%,#f8f6fd)}.reference-auth-shell{width:min(440px,100%);margin:0 auto}.reference-auth-brand{margin:0 0 20px;text-align:center}.reference-auth-brand .brand-orb{width:48px;height:48px;margin:0 auto 12px;border:1px solid rgba(255,255,255,.82);background:linear-gradient(135deg,#9357e6,#5977ed);box-shadow:0 13px 34px #6943b838}.reference-auth-brand .brand-orb svg{width:22px;height:22px}.reference-auth-brand h1{margin:0;color:#352940;font-size:27px;letter-spacing:-.055em}.reference-auth-brand h1 strong{color:#8b4de0}.reference-auth-brand>p{margin:7px 0 12px;color:#7b7088;font-size:10px}.auth-language{width:max-content;margin:0 auto;display:flex;align-items:center;gap:7px;padding:5px 8px;border:1px solid rgba(216,207,231,.86);border-radius:999px;background:#ffffffa3;box-shadow:0 7px 20px #44305e0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-language>svg{width:13px;color:#7e55c6}.auth-language button{border:0;background:transparent;padding:3px 4px;color:#978da2;font-size:8px;font-weight:850;cursor:pointer}.auth-language button.active{color:#7441c6}.auth-language i{width:1px;height:11px;background:#ded6e8}.auth-bonus{margin:0 8px 10px;padding:10px 13px;border:1px solid rgba(232,194,116,.38);border-radius:13px;background:linear-gradient(115deg,#fff8dfe8,#fff2e7c2);color:#87632a;display:flex;align-items:center;justify-content:center;gap:7px;font-size:9px;font-weight:750;box-shadow:0 9px 24px #704d1d0f}.auth-bonus svg{width:14px;color:#b77e25}.reference-auth-card{width:100%;box-sizing:border-box;padding:24px;border:1px solid rgba(255,255,255,.86);border-radius:28px;background:linear-gradient(145deg,#ffffffd1,#faf7ffad);box-shadow:0 24px 70px #39275421,inset 0 1px #ffffffeb;-webkit-backdrop-filter:blur(26px) saturate(1.28);backdrop-filter:blur(26px) saturate(1.28)}.reference-auth-card .auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:5px;margin:0 0 20px;padding:4px;border:1px solid #e5deec;border-radius:14px;background:#efeaf5b8}.reference-auth-card .auth-tabs button{height:38px;border:0;border-radius:10px;background:transparent;color:#8b8196;font-size:10px;font-weight:850;cursor:pointer;transition:.18s}.reference-auth-card .auth-tabs button.active{background:#fff;color:#7344bd;box-shadow:0 6px 17px #4733601a}.reference-email-form{display:grid;gap:13px}.reference-email-form>label:not(.auth-terms-check){display:grid;gap:6px;color:#6e637a;font-size:8px;font-weight:850;letter-spacing:.07em;text-transform:uppercase}.auth-input{height:48px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 12px;border:1px solid #ddd4e8;border-radius:13px;background:#ffffffe0;box-shadow:inset 0 1px 2px #3a285106;transition:border-color .18s,box-shadow .18s,background .18s}.auth-input:focus-within{border-color:#a787dd;background:#fff;box-shadow:0 0 0 3px #7e4ccf17,0 8px 20px #422e5c0f}.auth-input>svg{width:16px;height:16px;color:#8a6fba}.auth-input input{min-width:0;width:100%;height:100%;padding:0;border:0!important;outline:0;background:transparent!important;color:#352d3f;font:600 11px/1.4 inherit;letter-spacing:normal;text-transform:none;box-shadow:none!important}.auth-input input::placeholder{color:#aaa1b2;font-weight:500}.auth-input button{width:32px;height:32px;padding:0;border:0;border-radius:9px;background:transparent;color:#8c8197;display:grid;place-items:center;cursor:pointer}.auth-input button:hover{background:#f2edf7;color:#6f42ba}.auth-input button svg{width:15px}.auth-terms-check{position:relative;display:flex!important;align-items:flex-start;gap:8px;margin:1px 0 0;color:#706677;font-size:9px!important;font-weight:600!important;line-height:1.55!important;letter-spacing:normal!important;text-transform:none!important;cursor:pointer}.auth-terms-check input{width:15px;height:15px;margin:1px 0 0;accent-color:#7950cb;flex:0 0 auto}.auth-terms-check button,.auth-legal-link button{border:0;background:transparent;padding:0;color:#7445bd;font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.reference-auth-card .auth-submit{width:100%;min-height:48px;margin:1px 0 0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:10px;font-weight:850}.reference-auth-card .auth-submit svg{width:15px}.reference-auth-card .auth-submit:disabled{cursor:not-allowed;opacity:.62}.reference-auth-card .auth-link{justify-self:center;margin-top:-5px;border:0;background:transparent;color:#7246b8;font-size:9px;font-weight:750;cursor:pointer}.reference-auth-card>small:not(.auth-legal-link){display:block;margin-top:13px;color:#92899a;text-align:center;font-size:8px;line-height:1.5}.auth-divider{position:relative;height:25px;margin:8px 0;display:grid;place-items:center}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e5dfea}.auth-divider span{position:relative;padding:0 10px;background:#fcf9ffe6;color:#a39aaa;font-size:8px}.google-auth-button{width:100%;min-height:46px;border:1px solid #dcd4e6!important;background:#ffffffe6!important;color:#4c4257!important;box-shadow:none!important;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:13px!important;font-size:10px!important}.google-auth-button svg{width:15px}.google-auth-button svg:last-child{margin-left:auto}.auth-legal-link{display:block;margin:14px 10px 0;color:#9a919f;text-align:center;font-size:7px;line-height:1.55}.inline-error,.inline-message{margin:0 0 14px;padding:10px 12px;border-radius:11px;font-size:9px;line-height:1.5}.inline-error{border:1px solid #efd2d9;background:#fff3f5;color:#a33c54}.inline-message{border:1px solid #d6e7dc;background:#f1faf5;color:#39755a}.auth-terms-backdrop{position:fixed;inset:0;z-index:220;padding:22px;display:grid;place-items:center;background:#20162b6b;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-terms-modal{width:min(680px,100%);max-height:min(88dvh,780px);overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;border:1px solid rgba(255,255,255,.84);border-radius:26px;background:#fefcfff5;box-shadow:0 34px 100px #1e122d4d}.auth-terms-modal>header{display:grid;grid-template-columns:42px minmax(0,1fr) 34px;align-items:center;gap:11px;padding:20px 21px 16px;border-bottom:1px solid #ebe5ef}.auth-terms-modal>header>span{width:42px;height:42px;border-radius:13px;background:linear-gradient(135deg,#8d51df,#5a76eb);color:#fff;display:grid;place-items:center;box-shadow:0 9px 23px #6843b12e}.auth-terms-modal>header>span svg{width:19px}.auth-terms-modal h2{margin:0;color:#332a3d;font-size:19px;letter-spacing:-.035em}.auth-terms-modal>header p{margin:4px 0 0;color:#8e8498;font-size:8px}.auth-terms-modal>header>button{width:34px;height:34px;border:0;border-radius:11px;background:#f1edf5;color:#776d81;display:grid;place-items:center;cursor:pointer}.auth-terms-modal>header>button svg{width:15px}.auth-terms-hint{min-height:33px;padding:0 21px;border-bottom:1px solid #eee9f1;background:#f7f2fc;color:#7448b8;display:flex;align-items:center;gap:6px;font-size:8px;font-weight:800}.auth-terms-hint svg{width:12px}.auth-terms-content{min-height:0;overflow-y:auto;padding:9px 24px 18px;overscroll-behavior:contain;scrollbar-color:#baa9ce transparent}.auth-terms-content article{padding:12px 0;border-bottom:1px solid #eee9f2}.auth-terms-content article:last-child{border:0}.auth-terms-content h3{margin:0 0 6px;color:#44364f;font-size:11px}.auth-terms-content p{margin:0;color:#6f6578;font-size:9px;line-height:1.75}.auth-terms-modal>footer{padding:14px 21px 17px;border-top:1px solid #e9e3ed;background:#fbf9fc;display:flex;align-items:center;justify-content:space-between;gap:14px}.auth-terms-modal>footer>label{display:flex;align-items:center;gap:8px;color:#54495f;font-size:9px;font-weight:750}.auth-terms-modal>footer>label.disabled{color:#aaa2ae}.auth-terms-modal>footer input{width:15px;height:15px;accent-color:#7950c9}.auth-terms-modal>footer>div{display:flex;gap:7px}.auth-terms-modal>footer button{min-height:37px;padding:0 14px;border:1px solid #ded6e6;border-radius:10px;background:#fff;color:#6e6477;font-size:8px;font-weight:850;cursor:pointer}.auth-terms-modal>footer button.agree{border-color:transparent;background:linear-gradient(115deg,#8b4fe0,#5c75eb);color:#fff}.auth-terms-modal>footer button:disabled{opacity:.42;cursor:not-allowed}@media(max-width:560px){.reference-auth-screen{padding:24px 12px 40px}.reference-auth-brand{margin-bottom:16px}.reference-auth-card{padding:19px;border-radius:22px}.reference-auth-brand h1{font-size:24px}.auth-terms-backdrop{padding:8px}.auth-terms-modal{max-height:94dvh;border-radius:20px}.auth-terms-modal>header{grid-template-columns:38px minmax(0,1fr) 32px;padding:16px 15px 13px}.auth-terms-modal>header>span{width:38px;height:38px}.auth-terms-modal h2{font-size:16px}.auth-terms-content{padding:7px 17px 14px}.auth-terms-modal>footer{align-items:stretch;flex-direction:column;padding:12px 15px 14px}.auth-terms-modal>footer>div{display:grid;grid-template-columns:1fr 1fr}.auth-terms-modal>footer button{width:100%}}.topbar{height:calc(66px + env(safe-area-inset-top,0px))!important;padding-top:env(safe-area-inset-top,0px)!important}.page-main,.workspace-main .wardrobe-panel,.workspace-main .store-panel{padding-top:calc(66px + env(safe-area-inset-top,0px))}.workspace-main .stylist-panel>.conversation{padding-top:calc(91px + env(safe-area-inset-top,0px))!important}.page-main::-webkit-scrollbar-track{margin-top:calc(66px + env(safe-area-inset-top,0px))}.toast{top:calc(79px + env(safe-area-inset-top,0px))}.reference-auth-screen{padding-top:max(clamp(24px,5vh,54px),calc(18px + env(safe-area-inset-top,0px)));padding-bottom:clamp(24px,5vh,54px)}.auth-back-to-landing{top:calc(12px + env(safe-area-inset-top,0px))}@media(max-width:880px){.topbar{height:calc(58px + env(safe-area-inset-top,0px))!important}.page-main{padding-top:calc(58px + env(safe-area-inset-top,0px))}.page-main::-webkit-scrollbar-track{margin-top:calc(58px + env(safe-area-inset-top,0px))}.workspace-main .wardrobe-panel,.workspace-main .store-panel{padding-top:calc(58px + env(safe-area-inset-top,0px))}.workspace-main .stylist-panel>.conversation{padding-top:calc(78px + env(safe-area-inset-top,0px))!important}}.global-landing{min-height:100vh;color:#29243a;background:radial-gradient(circle at 12% 2%,#eadfff 0,transparent 30%),radial-gradient(circle at 92% 18%,#def3ff 0,transparent 28%),linear-gradient(180deg,#faf8ff,#f5f6fb 58%,#fbfafc);font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif}.glass-landing{background:#ffffff94;border:1px solid rgba(255,255,255,.86);box-shadow:0 20px 65px #4e3b731a;backdrop-filter:blur(25px) saturate(1.25);-webkit-backdrop-filter:blur(25px) saturate(1.25)}.landing-nav{position:sticky;top:12px;z-index:50;width:min(1180px,calc(100% - 28px));height:68px;margin:12px auto 0;padding:0 13px 0 17px;border-radius:22px;display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:10px;border:0;background:none;color:#2f293c}.landing-brand b{font-size:16px;letter-spacing:-.04em}.landing-brand strong{color:#8d52df}.landing-nav nav{display:flex;gap:28px}.landing-nav nav a{color:#756c82;text-decoration:none;font-size:12px;font-weight:700}.landing-nav>div{display:flex;align-items:center;gap:7px}.landing-nav button{border:0;cursor:pointer}.landing-language,.landing-login{height:38px;border-radius:11px!important;background:#ffffffa8!important;color:#6d637a;padding:0 12px;display:flex;align-items:center;gap:6px;font-size:10px;font-weight:800}.landing-language svg{width:14px}.landing-join,.landing-cta button:first-child,.landing-privacy>button{height:40px;border:0;border-radius:12px;background:linear-gradient(135deg,#8650da,#6880ee);color:#fff;padding:0 15px;display:inline-flex;align-items:center;gap:8px;font-size:10px;font-weight:850;box-shadow:0 10px 24px #774fd333}.landing-join svg,.landing-cta svg,.landing-privacy button svg{width:13px}.landing-hero{width:min(1180px,calc(100% - 36px));min-height:650px;margin:auto;display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center;padding:70px 5px 60px}.landing-kicker,.landing-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#7855b1;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.landing-kicker svg{width:14px}.landing-hero h1{max-width:660px;margin:22px 0;font-size:clamp(46px,6vw,78px);line-height:.99;letter-spacing:-.065em}.landing-hero-copy>p{max-width:610px;color:#756d80;font-size:16px;line-height:1.75}.landing-cta{display:flex;gap:9px;margin:30px 0 20px}.landing-cta button{height:47px;padding:0 18px;cursor:pointer}.landing-cta button:last-child{border:1px solid rgba(92,70,124,.14);border-radius:12px;background:#ffffffb3;color:#5e5469;font-size:10px;font-weight:800}.landing-hero-copy>small{display:flex;align-items:center;gap:7px;color:#8b8294;font-size:9px}.landing-hero-copy>small svg{width:14px;color:#4a9e7d}.landing-preview{border-radius:30px;padding:17px;transform:rotate(1.5deg)}.landing-preview-top{height:42px;display:flex;align-items:center;gap:6px;padding:0 7px}.landing-preview-top span{width:7px;height:7px;border-radius:50%;background:#d8cde5}.landing-preview-top b{margin-left:auto;color:#8b8194;font-size:9px}.landing-preview-body{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing-look{min-height:175px;border:1px solid rgba(84,64,112,.1);border-radius:20px;background:#ffffffb8;padding:18px;display:flex;flex-direction:column;justify-content:flex-end}.landing-look.featured{grid-row:span 2;min-height:360px;background:linear-gradient(160deg,#ede6fb,#dfe8fc)}.landing-look>span{margin-bottom:auto;color:#9a8ba8;font-size:8px}.landing-look svg{width:38px;height:38px;margin-bottom:20px;color:#7650b2}.landing-look.featured svg{width:66px;height:66px}.landing-look b{font-size:10px;letter-spacing:.09em}.landing-look p{margin:6px 0 0;color:#887f91;font-size:8px}.landing-section{width:min(1180px,calc(100% - 36px));margin:auto;padding:100px 0}.landing-section>h2,.landing-commerce h2,.landing-privacy h2{max-width:800px;margin:14px 0 40px;font-size:clamp(32px,4vw,52px);line-height:1.05;letter-spacing:-.05em}.landing-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.landing-feature-grid article{min-height:240px;padding:28px;border:1px solid rgba(90,70,118,.1);border-radius:23px;background:#ffffffa6}.landing-feature-grid svg{width:30px;color:#8057c1}.landing-feature-grid h3{margin:55px 0 10px;font-size:18px}.landing-feature-grid p,.landing-commerce p,.landing-privacy p{color:#817889;font-size:12px;line-height:1.75}.landing-commerce{width:min(1180px,calc(100% - 36px));margin:40px auto 100px;padding:55px;border-radius:30px;background:#2f2940;color:#fff;display:grid;grid-template-columns:1.15fr .85fr;gap:70px}.landing-commerce h2{margin-bottom:20px}.landing-commerce p{color:#bbb2c8}.landing-commerce-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.landing-commerce-cards span{min-height:120px;border:1px solid rgba(255,255,255,.09);border-radius:17px;background:#ffffff0d;padding:17px;display:flex;flex-direction:column;justify-content:space-between;color:#ddd4ea;font-size:10px}.landing-commerce-cards svg{width:25px;color:#b28aeb}.landing-privacy{width:min(1180px,calc(100% - 36px));margin:0 auto 90px;padding:42px;border-radius:28px;display:grid;grid-template-columns:70px 1fr auto;align-items:center;gap:25px}.landing-privacy>svg{width:48px;height:48px;color:#4c9c7e}.landing-privacy h2{margin:9px 0 8px;font-size:34px}.landing-privacy p{margin:0;max-width:720px}.landing-footer{width:min(1180px,calc(100% - 36px));margin:auto;padding:25px 0 40px;border-top:1px solid rgba(84,64,112,.1);display:flex;align-items:center;justify-content:space-between;color:#8b8394;font-size:9px}.landing-footer>button{border:0;background:none;color:#734aae;font-weight:850}.auth-back-to-landing{position:fixed;left:22px;top:22px;z-index:10;border:1px solid rgba(85,65,110,.12);border-radius:12px;background:#ffffffb8;color:#6c6078;padding:9px 12px;display:flex;align-items:center;gap:7px;font-size:9px;font-weight:800;backdrop-filter:blur(16px)}.auth-back-to-landing svg{width:13px;transform:rotate(180deg)}@media(max-width:900px){.landing-nav nav{display:none}.landing-hero{grid-template-columns:1fr;gap:20px;padding-top:80px}.landing-preview{transform:none}.landing-feature-grid{grid-template-columns:1fr}.landing-commerce{grid-template-columns:1fr;padding:35px;gap:30px}.landing-privacy{grid-template-columns:55px 1fr}.landing-privacy>button{grid-column:1/-1;justify-content:center}.landing-section{padding:70px 0}}@media(max-width:620px){.landing-nav{top:7px;margin-top:7px}.landing-nav .landing-login,.landing-nav .landing-language{display:none}.landing-hero{width:min(100% - 26px,1180px);padding-top:65px}.landing-hero h1{font-size:45px}.landing-hero-copy>p{font-size:13px}.landing-cta{flex-direction:column}.landing-cta button{justify-content:center}.landing-preview-body{display:block}.landing-look{margin-bottom:8px}.landing-look.featured{min-height:230px}.landing-feature-grid,.landing-commerce,.landing-privacy,.landing-section,.landing-footer{width:calc(100% - 26px)}.landing-commerce-cards{grid-template-columns:1fr}.landing-commerce{padding:28px}.landing-privacy{padding:27px}.landing-footer{flex-wrap:wrap;gap:15px}.auth-back-to-landing{position:absolute;top:12px;left:12px}}.global-landing{overflow-x:clip;overflow-y:visible;background:radial-gradient(circle at 72% 14%,rgba(220,202,249,.47),transparent 27%),radial-gradient(circle at 18% 30%,rgba(220,237,255,.45),transparent 25%),linear-gradient(180deg,#fff,#fbfaff 52%,#f7f7fb)}.landing-nav{top:calc(12px + env(safe-area-inset-top,0px));margin-top:calc(12px + env(safe-area-inset-top,0px))}.landing-scroll-hero{position:relative;height:350vh;min-height:2100px;margin-top:calc(-80px - env(safe-area-inset-top,0px))}.landing-scroll-stage{position:sticky;top:0;height:100dvh;min-height:640px;overflow:hidden;background:radial-gradient(circle at 72% 40%,rgba(224,210,249,.63),transparent 28%),radial-gradient(circle at 18% 45%,rgba(232,243,255,.7),transparent 31%)}.landing-scroll-stage:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(105deg,#fffffff5,#ffffffc2 43%,#ffffff14 68%)}.landing-scroll-stage .landing-hero-copy{position:absolute;z-index:4;top:50%;left:max(26px,calc((100% - 1180px)/2));width:min(610px,47vw);transform:translateY(-50%);will-change:opacity,transform}.landing-scroll-stage .landing-hero-copy h1{max-width:660px;margin:22px 0;font-size:clamp(47px,5.9vw,79px);line-height:.98;letter-spacing:-.067em;color:#29243a}.landing-scroll-stage .landing-hero-copy>p{max-width:570px;color:#716a7c;font-size:15px;line-height:1.75}.landing-scroll-stage .landing-hero-copy>small{display:flex;align-items:center;gap:7px;color:#81778b;font-size:9px}.landing-scroll-stage .landing-hero-copy>small svg{width:14px;color:#4a9e7d}.landing-phone-wrap{position:absolute;z-index:3;width:292px;height:598px;will-change:left,top,transform;filter:drop-shadow(0 35px 45px rgba(59,42,88,.23))}.landing-phone{position:absolute;inset:0;border:7px solid #242029;border-radius:49px;background:#141218;padding:6px;box-shadow:inset 0 0 0 1px #ffffff1a,0 0 0 1px #14101959;overflow:hidden}.landing-phone:before{content:"";position:absolute;z-index:20;top:11px;left:50%;transform:translate(-50%);width:84px;height:24px;border-radius:99px;background:#17141b;box-shadow:inset 0 -1px #ffffff0d}.landing-phone:after{content:"";position:absolute;z-index:20;bottom:7px;left:50%;transform:translate(-50%);width:92px;height:4px;border-radius:99px;background:#1e19238c}.landing-phone-shadow{position:absolute;z-index:-1;left:20%;right:20%;bottom:-30px;height:55px;border-radius:50%;background:#48336647;filter:blur(22px)}.landing-phone-screen{position:relative;width:100%;height:100%;border-radius:37px;overflow:hidden;background:linear-gradient(155deg,#fbf9ff,#f1eafa 58%,#f8f7fc);color:#302a3b}.landing-phone-status{position:relative;z-index:22;height:39px;padding:13px 17px 0;display:flex;align-items:flex-start;justify-content:space-between;font-size:7px;font-weight:850}.landing-phone-status i{width:36px}.landing-phone-status b{font-size:6px}.landing-phone-appbar{position:relative;z-index:12;height:43px;padding:0 12px;border-bottom:1px solid rgba(93,70,126,.08);display:flex;align-items:center;gap:6px;background:#ffffff80;backdrop-filter:blur(12px)}.landing-phone-appbar b{font-size:8px;letter-spacing:-.04em}.landing-phone-appbar strong{color:#9753e2}.phone-mini-brand,.phone-avatar{display:grid;place-items:center}.phone-mini-brand{width:22px;height:22px;border-radius:8px;background:#fff;color:#7444bd;box-shadow:0 4px 12px #442e5f1a}.phone-mini-brand svg{width:11px}.phone-avatar{width:24px;height:24px;margin-left:auto;border:1px solid rgba(96,72,126,.1);border-radius:50%;background:#fff;color:#8a7c98}.phone-avatar svg{width:11px}.phone-stage{position:absolute;z-index:3;inset:82px 0 49px;padding:20px 16px 14px;transition:opacity .1s linear;pointer-events:none}.phone-stage-title{display:grid;gap:6px}.phone-stage-title small,.phone-result-copy small{color:#9a61d6;font-size:6px;font-weight:900;letter-spacing:.13em}.phone-stage-title b{font-size:15px;line-height:1.2;letter-spacing:-.045em}.phone-scan-card{position:relative;height:300px;margin-top:18px;border:1px solid rgba(112,75,161,.12);border-radius:20px;display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 42%,#fff,#e9e0f5)}.phone-scan-card>svg{width:115px;height:115px;color:#5d5269;stroke-width:1}.phone-scan-card i{position:absolute;left:12px;bottom:11px;padding:6px 8px;border-radius:8px;background:#ffffffd6;color:#73697d;font-size:6px;font-style:normal;box-shadow:0 6px 16px #36264814}.phone-scan-line{position:absolute;left:10%;right:10%;top:25%;height:2px;background:linear-gradient(90deg,transparent,#9a52e2,transparent);box-shadow:0 0 12px #9b58df;animation:phone-scan 2.2s ease-in-out infinite}.phone-progress{height:4px;margin:14px 8px 0;border-radius:99px;overflow:hidden;background:#e3dce9}.phone-progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9555dd,#6178ed)}@keyframes phone-scan{0%,to{top:22%;opacity:.45}50%{top:74%;opacity:1}}.phone-wardrobe-tabs{display:flex;gap:5px;margin:14px 0 10px}.phone-wardrobe-tabs>*{padding:6px 8px;border:1px solid rgba(101,76,132,.1);border-radius:8px;background:#fff;color:#8d8198;font-size:6px;font-weight:750}.phone-wardrobe-tabs b{background:#342c41;color:#fff}.phone-wardrobe-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.phone-wardrobe-grid i{height:143px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#e9e0f3);box-shadow:0 8px 20px #412e570f}.phone-wardrobe-grid i:nth-child(2){background:linear-gradient(145deg,#eee6fb,#fff)}.phone-wardrobe-grid i:nth-child(3){background:linear-gradient(145deg,#e8eef9,#fff)}.phone-wardrobe-grid svg{width:47px;height:47px;color:#746382;stroke-width:1.25}.phone-stage-chat{padding-top:18px}.phone-chat{display:flex;gap:7px;align-items:flex-start;margin-top:16px}.phone-chat>svg{flex:0 0 auto;width:22px;height:22px;padding:5px;border-radius:8px;background:linear-gradient(135deg,#9551df,#6378ed);color:#fff}.phone-chat p{margin:0;padding:9px;border-radius:12px 12px 12px 4px;background:#fff;color:#665e70;font-size:7px;line-height:1.55;box-shadow:0 5px 18px #3c2b4f12}.phone-chat.user{justify-content:flex-end;margin-left:43px}.phone-chat.user p{border-radius:12px 12px 4px;background:#e8ddfa;color:#5d447e}.phone-compose{position:absolute;left:16px;right:16px;bottom:14px;height:43px;padding:0 8px 0 12px;border:1px solid rgba(101,76,132,.11);border-radius:15px;background:#fff;display:flex;align-items:center;justify-content:space-between;color:#9b91a4;font-size:6px}.phone-compose svg{width:28px;height:28px;padding:8px;border-radius:10px;background:linear-gradient(135deg,#9551df,#6378ed);color:#fff}.phone-stage-thinking{display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center}.phone-thinking-orb{position:relative;width:105px;height:105px;margin-bottom:24px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 35% 25%,#cba4ff,#7c4bd0 45%,#516fea);box-shadow:0 0 0 20px #8f5bdb12,0 20px 45px #6243a340;animation:phone-orb 2.7s ease-in-out infinite}.phone-thinking-orb svg{width:36px;color:#fff}.phone-thinking-orb i{position:absolute;inset:-11px;border:1px solid rgba(146,91,218,.18);border-radius:50%}.phone-thinking-orb i:last-child{inset:-22px;opacity:.5}.phone-stage-thinking>small{color:#9260c5;font-size:6px;font-weight:900;letter-spacing:.1em}.phone-stage-thinking>b{max-width:220px;margin:9px 0 18px;font-size:12px;line-height:1.4}.phone-thinking-list{width:100%;display:grid;gap:7px;text-align:left}.phone-thinking-list span{height:31px;padding:0 10px;border-radius:9px;background:#ffffffba;display:flex;align-items:center;gap:7px;color:#736a7d;font-size:6px}.phone-thinking-list svg{width:11px;color:#4ea078}@keyframes phone-orb{0%,to{transform:scale(.97)}50%{transform:scale(1.04)}}.phone-stage-result{padding:11px 12px 12px}.phone-result-visual{position:relative;height:245px;border-radius:17px;overflow:hidden;background:radial-gradient(circle at 50% 38%,#fff,#e7e0f0)}.phone-result-visual>span{position:absolute;display:grid;place-items:center}.phone-result-visual svg{stroke-width:1.1}.result-shirt{inset:28px 36px 45px}.result-shirt svg{width:120px;height:120px;color:#5b5263}.result-glasses{right:27px;top:25px;width:61px;height:45px;border-radius:12px;background:#fffc;box-shadow:0 7px 20px #3e2d501a}.result-glasses svg{width:35px;color:#7d51b6}.phone-result-visual i{position:absolute;left:12px;bottom:11px;font-size:5px;font-style:normal;font-weight:900;letter-spacing:.1em;color:#8e829a}.phone-result-copy{padding:12px 4px 0}.phone-result-copy b{display:block;margin:5px 0;font-size:11px;line-height:1.3}.phone-result-copy p{margin:0;color:#7d7487;font-size:6px;line-height:1.55}.phone-stage-result>button{position:absolute;left:16px;right:16px;bottom:10px;height:37px;border:0;border-radius:11px;background:linear-gradient(135deg,#8f50dc,#5d78eb);color:#fff;font-size:7px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:7px}.phone-stage-result>button svg{width:11px}.landing-phone-dock{position:absolute;z-index:14;left:12px;right:12px;bottom:12px;height:42px;padding:0 28px;border:1px solid rgba(255,255,255,.8);border-radius:18px;background:#ffffffb8;backdrop-filter:blur(18px);display:flex;align-items:center;justify-content:space-between;color:#8a8095;box-shadow:0 7px 22px #3728481a}.landing-phone-dock svg{width:14px}.landing-phone-dock span{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#9550e1,#5977ed);color:#fff;box-shadow:0 6px 18px #7047bd3d}.landing-scroll-cue{position:absolute;z-index:5;left:50%;bottom:20px;transform:translate(-50%);display:flex;align-items:center;flex-direction:column;gap:4px;color:#8b8294;font-size:7px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.landing-scroll-cue svg{width:15px;animation:scroll-cue 1.7s ease-in-out infinite}@keyframes scroll-cue{0%,to{transform:translateY(0)}50%{transform:translateY(5px)}}.landing-demo-copy{position:absolute;z-index:6;left:50%;right:auto;bottom:22px;width:min(760px,calc(100% - 36px));transform:translate(-50%);text-align:center;pointer-events:none;transition:opacity .14s linear,transform .35s ease}.landing-demo-copy>span{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(126,80,201,.18);border-radius:999px;background:#ffffffb8;color:#7850ba;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.landing-demo-copy>span svg{width:13px}.landing-demo-copy h2{margin:11px 0 7px;color:#2e2738;font-size:clamp(25px,3.5vw,43px);line-height:1.03;letter-spacing:-.05em}.landing-demo-copy b{display:block;color:#5e536b;font-size:12px}.landing-demo-copy p{max-width:620px;margin:8px auto 0;color:#84798f;font-size:10px;line-height:1.55}.landing-section{scroll-margin-top:calc(92px + env(safe-area-inset-top,0px))}.landing-footer{padding-bottom:40px}@media(max-width:900px){.landing-scroll-stage .landing-hero-copy{width:min(560px,54vw)}.landing-scroll-stage .landing-hero-copy h1{font-size:clamp(42px,6vw,62px)}.landing-phone-wrap{width:276px;height:565px}}@media(max-width:700px){.landing-nav{top:calc(7px + env(safe-area-inset-top,0px));margin-top:calc(7px + env(safe-area-inset-top,0px));height:57px;width:calc(100% - 18px);padding-left:11px;border-radius:18px}.landing-nav .landing-brand b{font-size:13px}.landing-nav .brand-orb{width:30px;height:30px}.landing-nav .landing-join{height:36px;padding:0 10px}.landing-nav .landing-language{display:flex;height:36px;padding:0 8px}.landing-nav .landing-language svg{display:none}.landing-nav .landing-login{display:none}.landing-scroll-hero{margin-top:calc(-71px - env(safe-area-inset-top,0px));height:390vh;min-height:2600px}.landing-scroll-stage{min-height:600px;background:radial-gradient(circle at 50% 70%,rgba(220,203,248,.68),transparent 35%),linear-gradient(180deg,#fff,#faf8ff)}.landing-scroll-stage:before{background:linear-gradient(180deg,#fffffffa,#ffffffe0 43%,#ffffff14 70%)}.landing-scroll-stage .landing-hero-copy{top:calc(82px + env(safe-area-inset-top,0px));left:18px;right:18px;width:auto;transform:none!important}.landing-scroll-stage .landing-hero-copy h1{margin:10px 0;font-size:clamp(34px,9.8vw,43px);line-height:1}.landing-scroll-stage .landing-hero-copy>p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:11px;line-height:1.5;max-width:500px}.landing-scroll-stage .landing-hero-copy .landing-cta{margin:12px 0 9px;flex-direction:row}.landing-scroll-stage .landing-hero-copy .landing-cta button{height:39px;padding:0 11px}.landing-scroll-stage .landing-hero-copy .landing-cta button:last-child{display:none}.landing-scroll-stage .landing-hero-copy>small{font-size:6.5px}.landing-phone-wrap{width:248px;height:508px}.landing-demo-copy{bottom:28px;width:calc(100% - 28px)}.landing-demo-copy h2{font-size:25px}.landing-demo-copy b{font-size:10px}.landing-demo-copy p{font-size:8px;line-height:1.45}.landing-demo-copy>span{padding:5px 8px;font-size:6px}.landing-scroll-cue{bottom:12px}}@media(max-width:420px){.landing-nav{width:calc(100% - 12px);padding:0 7px}.landing-nav>div{gap:4px}.landing-nav .landing-brand{gap:6px}.landing-nav .landing-brand b{font-size:12px}.landing-phone-wrap{width:236px;height:483px}.landing-scroll-stage .landing-hero-copy h1{font-size:35px}.landing-scroll-stage .landing-hero-copy>p{font-size:10px}}@media(prefers-reduced-motion:reduce){.phone-scan-line,.phone-thinking-orb,.landing-scroll-cue svg{animation:none}.landing-phone-wrap,.landing-scroll-stage .landing-hero-copy{transition:none}}
