@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Blinker:wght@100;200;300;400;600;700;800;900&display=swap";.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;align-items:center;justify-content:space-around;background:#000000f2;border-top:1px solid rgba(255,255,255,.05);padding:.5rem;padding-bottom:calc(.5rem + env(safe-area-inset-bottom,0px));height:calc(70px + env(safe-area-inset-bottom,0px));z-index:1001;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:0 .5rem;text-decoration:none;color:#ffffff80;transition:all .15s ease-in-out;position:relative;flex:1}.nav-item:active{transform:scale(.95)}.nav-item.active{color:#fff}.nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.nav-item.active .nav-icon-wrapper:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:#ff7bac;border-radius:50%;z-index:0}.nav-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain;opacity:.6;transition:opacity .15s ease-in-out;position:relative;z-index:2}.nav-item.active .nav-icon{opacity:1}.nav-label{font-size:.6875rem;font-weight:500;white-space:nowrap;position:relative;z-index:2;transition:color .15s ease-in-out}.nav-item.active .nav-label{color:#fff}.nav-item-primary{position:relative;margin:0 .5rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.nav-item-primary .nav-label-primary{margin-top:0;position:absolute;bottom:.5rem}.nav-style-room-button{display:flex;align-items:center;justify-content:center;width:75px;height:75px;background:linear-gradient(to right,#016ba3,#a52277);border-radius:50%;position:relative;bottom:30px;left:50%;transform:translate(-50%);transition:all .15s ease-in-out}.nav-style-room-button .nav-icon{width:25px;height:25px;opacity:1}.nav-item-primary:active .nav-style-room-button{transform:translate(-50%) scale(.95)}.nav-icon-xlarge{width:44px;height:44px;-o-object-fit:contain;object-fit:contain}.nav-icon-large{width:38px;height:38px;-o-object-fit:contain;object-fit:contain}.nav-label-primary{font-size:.6875rem;font-weight:500;text-transform:none;letter-spacing:0;color:#fff;line-height:1}.nav-item-primary.active .nav-style-room-button{background:linear-gradient(to right,#016ba3,#a52277)}@media (max-width: 375px){.nav-label{font-size:.6875rem}.nav-icon{width:22px;height:22px}}.top-bar{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;z-index:1000;background:#000000fa;padding-top:env(safe-area-inset-top,0px);border-bottom:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.top-bar-header{display:flex;align-items:center;justify-content:space-between;padding:.25rem 1rem}.top-bar-logo{display:flex;align-items:center;gap:.375rem}.logo-icon{width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.top-bar-avatar{width:36px;height:36px}.avatar-circle{width:100%;height:100%;border-radius:50%;background:#ff7bac;display:flex;align-items:center;justify-content:center;color:#000;font-weight:700;font-size:.875rem}.top-bar-tabs{display:flex;gap:1.5rem;padding:0 1rem .25rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;justify-content:center}.top-bar-tabs::-webkit-scrollbar{display:none}.tab-button{flex-shrink:0;padding:.5rem 0;background:transparent;border:none;color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;position:relative;white-space:nowrap}.tab-button.active{color:#ff7bac}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:#ff7bac}.tab-button:active{opacity:.7}.app-shell{position:relative;height:100vh;height:100dvh;width:100vw;max-width:480px;margin:0 auto;overflow:hidden;background:#000}.app-content{position:absolute;top:calc(80px + env(safe-area-inset-top,0px));bottom:calc(70px + env(safe-area-inset-bottom,0px));left:0;right:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;overscroll-behavior-y:contain}.error-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--spacing-xl);background:var(--color-primary)}.error-content{text-align:center;max-width:400px}.error-icon{width:64px;height:64px;margin:0 auto var(--spacing-lg);color:var(--color-error)}.error-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:var(--spacing-md)}.error-message{font-size:1rem;color:var(--color-text-secondary);margin-bottom:var(--spacing-xl);line-height:1.5}.error-button{background:var(--color-accent);color:var(--color-primary);border:none;padding:var(--spacing-md) var(--spacing-xl);border-radius:var(--border-radius);font-size:1rem;font-weight:600;cursor:pointer;transition:opacity var(--transition)}.error-button:active{opacity:.8}.loading-screen{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:100vh}.loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.loading-spinner{width:140px;height:140px;margin-bottom:var(--spacing-lg)}.loading-icon{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.loading-message{font-size:.875rem;color:#ffffffb3;font-weight:500}.toast{position:fixed;top:80px;left:50%;transform:translate(-50%);z-index:99999;display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0006;animation:slideDown .3s ease-out;min-width:280px;max-width:90vw}@keyframes slideDown{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.toast-success{background:linear-gradient(135deg,#10b981e6,#059669e6);color:#fff}.toast-error{background:linear-gradient(135deg,#ef4444e6,#dc2626e6);color:#fff}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{font-size:14px;font-weight:500;line-height:1.4}.login-modal-card{border-radius:16px;background-color:#1a1a1a;box-shadow:0 8px 32px #0009}.onboarding-screen{position:fixed;top:0;left:50%;transform:translate(-50%);min-height:100vh;height:100vh;background:#000;display:flex;align-items:flex-start;justify-content:flex-start;padding:2rem 1rem;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;width:100%;max-width:480px}.onboarding-container{width:100%;max-width:430px;margin:0 auto;padding-bottom:2rem}.onboarding-logo{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem}.logo-image{width:180px;height:auto;-o-object-fit:contain;object-fit:contain}.onboarding-title{font-size:1.125rem;font-weight:400;text-align:center;color:hsl(var(--foreground));margin:0 0 2rem}.role-options{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.role-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#14141ecc;border:2px solid rgba(50,50,60,.5);border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.role-card.selected{border-color:#ec36b9;background:#ec36b926}.role-card:active{transform:scale(.98)}.role-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:hsl(var(--foreground))}.role-icon svg{width:24px;height:24px}.role-info{display:flex;flex-direction:column;gap:.125rem;flex:1}.role-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.role-subtitle{font-size:.875rem;color:#ec36b9;font-weight:500}.lets-go-button{width:100%;padding:1rem;background:#ff7bac;border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.lets-go-button.disabled{background:#64646e80;cursor:not-allowed;opacity:.5}.lets-go-button:not(.disabled):active{transform:scale(.98);opacity:.9}.or-divider{text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem;margin-bottom:1.5rem}.store-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.store-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#1e1e28cc;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:hsl(var(--foreground));text-decoration:none;transition:all .2s ease;min-width:160px}.store-button:active{transform:scale(.98);background:#282832e6}.store-button svg{width:28px;height:28px;flex-shrink:0}.store-text{display:flex;flex-direction:column;gap:.125rem;align-items:flex-start}.store-label{font-size:.625rem;color:hsl(var(--muted-foreground));text-transform:uppercase}.store-name{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground))}@media (max-width: 400px){.store-buttons{flex-direction:column}.store-button{width:100%}}.splash-screen{min-height:100vh;min-height:100dvh;display:flex;align-items:stretch;justify-content:center;transition:background-color .3s ease;padding:0;position:relative;overflow:hidden}.splash-container{width:100%;max-width:400px;height:100vh;height:100dvh;display:flex;flex-direction:column;padding:0;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}.splash-progress{display:flex;gap:8px;justify-content:center;padding:20px 20px 16px;flex-shrink:0;width:100%}.progress-dot{width:40px;height:4px;background-color:#ffffff4d;border-radius:2px;transition:all .3s ease}.progress-dot.active,.progress-dot.completed{background-color:#ffffffe6}.splash-content{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px;flex:1;justify-content:center;overflow-y:auto;min-height:0}.splash-content *{color:#fff!important}.splash-emoji{font-size:clamp(60px,15vw,80px);margin-bottom:20px;animation:float 3s ease-in-out infinite}.splash-image{width:100%;max-width:280px;height:auto;-o-object-fit:contain;object-fit:contain;animation:float 3s ease-in-out infinite}.splash-spinner{animation:spin .8s linear infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.splash-screen .splash-content .splash-title[data-white=true]{font-size:clamp(20px,5vw,24px)!important;font-weight:600!important;line-height:1.3!important;margin:0!important;max-width:320px!important;color:#fff!important;-webkit-text-fill-color:#ffffff!important;background:transparent!important;background-image:none!important;background-clip:border-box!important;-webkit-background-clip:border-box!important}.splash-subtitle{font-size:clamp(14px,3.5vw,16px);opacity:.9;margin:0;font-weight:500;color:#fff}.splash-bottom{display:flex;flex-direction:column;gap:12px;padding:20px;padding-bottom:max(20px,env(safe-area-inset-bottom,20px));flex-shrink:0;width:100%;margin-top:auto}.splash-actions{display:flex;flex-direction:column;gap:12px;width:100%}.splash-button{width:100%;padding:16px 24px;border-radius:12px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px;min-height:52px}.splash-button.primary{background-color:#fff!important;color:#000!important;background-image:none!important;background:#fff!important}.splash-button.primary:hover,.splash-button.primary:active,.splash-button.primary:focus{background-color:#fff!important;background:#fff!important;background-image:none!important;transform:scale(1.02);box-shadow:0 4px 12px #00000026}.splash-button.secondary{background-color:#fff3;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.splash-button.secondary:hover{background-color:#ffffff4d}.splash-pagination{text-align:center;color:#fff;font-size:14px;opacity:.8}.selected-roles{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:20px;max-width:320px}.role-badge{display:flex;align-items:center;gap:6px;background-color:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;color:#fff;font-size:14px;font-weight:500}.role-badge span:first-child{font-size:16px}@media (max-height: 700px){.splash-progress{padding:16px 20px 12px}.splash-content{gap:12px;padding:16px}.splash-emoji{font-size:clamp(50px,12vw,64px);margin-bottom:12px}.splash-bottom{gap:10px;padding:16px;padding-bottom:max(16px,env(safe-area-inset-bottom,16px))}.role-badge{padding:6px 12px;font-size:12px}.role-badge span:first-child{font-size:14px}}@media (max-height: 600px){.splash-progress{padding:12px 16px 8px;gap:6px}.progress-dot{width:32px;height:3px}.splash-content{gap:10px;padding:12px}.splash-emoji{font-size:clamp(45px,10vw,56px);margin-bottom:8px}.splash-subtitle{font-size:clamp(12px,3vw,14px)}.splash-bottom{gap:8px;padding:12px;padding-bottom:max(12px,env(safe-area-inset-bottom,12px))}.splash-button{padding:12px 20px;min-height:48px;font-size:14px}}@media (min-height: 900px) and (min-width: 500px){.splash-progress{padding:32px 20px 24px}.splash-content{gap:20px;padding:24px}.splash-emoji{font-size:clamp(80px,18vw,100px);margin-bottom:24px}.splash-subtitle{font-size:clamp(16px,4vw,18px)}.splash-bottom{gap:16px;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom,24px))}.splash-button{padding:18px 28px;min-height:56px;font-size:18px}}@media (max-width: 480px){.splash-emoji{font-size:clamp(50px,12vw,64px)}}.featured-card{position:relative;width:100%;height:240px;border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .15s ease-in-out}.featured-card:active{transform:scale(.98)}.featured-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.featured-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;crossorigin:anonymous}.featured-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0003,#000000b3)}.featured-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem;color:#fff;z-index:1}.featured-badge{display:inline-block;padding:.375rem .75rem;background:#ec36b9;color:#fff;font-size:.75rem;font-weight:700;text-transform:lowercase;border-radius:6px;margin-bottom:.75rem;width:-moz-fit-content;width:fit-content}.featured-title{font-size:1.75rem;font-weight:700;margin-bottom:.25rem;font-family:Poppins,sans-serif}.featured-subtitle{font-size:.875rem;opacity:.9;margin-bottom:0}.featured-arrow{position:absolute;right:1.5rem;bottom:1.5rem;width:40px;height:40px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease-in-out}.featured-arrow:active{transform:scale(.9)}.featured-arrow svg{width:20px;height:20px;color:#fff}.feed-card{position:relative;background:transparent;border-radius:0;overflow:hidden;cursor:pointer;margin-bottom:0}.feed-image-container{width:100%;position:relative;overflow:hidden;border-radius:0;background:#ffffff08}.feed-badges{position:absolute;top:12px;left:12px;z-index:2;display:flex;flex-wrap:wrap;gap:4px;max-width:calc(100% - 24px)}.feed-badge{display:flex;align-items:center;text-transform:capitalize;gap:.25rem;padding:8px 14px;border-radius:999px;background:#000000b3;border:1px solid rgba(255,255,255,.12);color:#ff7bac;line-height:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feed-badge svg{flex-shrink:0;width:14px;height:14px}.feed-badge-clickable{cursor:pointer}.feed-badge-clickable:active{opacity:.7}.badge-text{font-size:.65rem;font-weight:600;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:16ch}@media (max-width: 375px){.badge-text{font-size:.688rem}.feed-badge{padding:4px 8px}.feed-badges{top:8px;left:8px}}.feed-action-rail{position:absolute;right:12px;top:50%;z-index:2;display:flex;flex-direction:column;gap:.75rem;align-items:flex-end;pointer-events:auto}.feed-image-container:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 100%);z-index:1;pointer-events:none}.feed-image-container>img{width:100%;height:auto;display:block;-o-object-fit:cover;object-fit:cover;background:#ffffff0d;min-height:200px;max-height:600px}.feed-image-container>img[data-errored]{display:none!important}.feed-image-container:has(img[data-errored]):before{content:"";display:block;width:100%;padding-top:125%;background:linear-gradient(135deg,#ec36b933,#03b7ff33);position:relative}.feed-image-container:has(img[data-errored]):after{content:"🖼️";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:3rem;opacity:.3;background:none;height:auto}.feed-bottom{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:flex-start;align-items:flex-end;padding:.75rem;z-index:2;gap:.5rem}.feed-creator-info{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0;overflow:hidden}.creator-section{display:flex;align-items:center;gap:.5rem}.creator-avatar{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;border:1.5px solid rgba(255,255,255,.2)}.creator-text{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.creator-label{font-size:.625rem;color:#ffffffb3;line-height:1}.creator-name{font-size:.8125rem;font-weight:600;color:#ff7bac;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.creator-name.clickable{cursor:pointer}@media (max-width: 375px){.creator-label{font-size:.5625rem}.creator-name,.count-value{font-size:.6875rem}.count-icon{width:14px;height:14px}}.inspired-by{display:flex;flex-direction:column;gap:.125rem}.inspired-label{font-size:.625rem;color:#ffffffb3;line-height:1}.inspired-name{font-size:.8125rem;font-weight:500;color:#03b7ff;line-height:1.2;text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-counts{display:flex;gap:.75rem;align-items:center}.feed-stats-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;width:100%}.feed-delete-button{width:34px;height:34px}.feed-delete-button svg{width:16px;height:16px}.count-item{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}.count-item.clickable{background:none;border:none;padding:0;cursor:pointer;transition:transform .2s}.count-item.clickable:hover{transform:scale(1.1)}.count-item.clickable:disabled{cursor:not-allowed;opacity:.5}.count-item.clickable.liked .count-icon.heart{color:#ec36b9}.count-value{font-size:.75rem;font-weight:600;color:#fff}.count-icon{width:16px;height:16px;flex-shrink:0}.count-icon.heart{color:#fffffff2}.count-icon.share{color:#ffffffe6}.action-button{width:40px;height:40px;border-radius:999px;background:#000000a6;border:1px solid rgba(255,255,255,.14);display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;box-shadow:0 10px 30px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.action-button svg{width:16px;height:16px;color:#fffffff2}.action-button.danger svg{color:#ff5a78f2}.action-button.liked svg{color:#ec36b9}.action-button:disabled{opacity:.6;cursor:default}.home-screen{position:relative;min-height:100%;width:100%}.ptr-loading-strip{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;width:100%}.home-container{padding:.75rem 0;max-width:480px;margin:0 auto;width:100%}.home-featured{margin-bottom:1.5rem;padding:0 1rem}.home-feed{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px}.home-empty-state{min-height:calc(100% - 220px);display:flex;align-items:center;justify-content:center;padding:1.5rem;text-align:center;color:#ffffffbf}.home-empty-state-inner{max-width:320px}.home-empty-title{font-size:22px;font-weight:700;color:#fff}.home-empty-subtitle{margin-top:8px;font-size:14px;line-height:1.4}.tab-empty-state{min-height:calc(100% - 220px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:2.5rem 1.25rem 2rem}.tab-empty-illustration{width:min(360px,92%);height:auto;display:block;opacity:.95;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.tab-empty-list{width:min(260px,65%);margin:0 auto;padding:0;list-style:none;color:#ffffffbf;font-size:13px;line-height:1.35}.tab-empty-item{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;padding:10px 0}.tab-empty-check{width:18px;height:18px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.14);position:relative;margin-top:1px}.tab-empty-check:after{content:"";position:absolute;left:6px;top:3px;width:5px;height:9px;border-right:2px solid rgba(255,255,255,.7);border-bottom:2px solid rgba(255,255,255,.7);transform:rotate(40deg)}.remix-processing-card{position:relative;width:100%;min-height:100%;aspect-ratio:3 / 4;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:8px;padding:14px 12px 12px;box-sizing:border-box;color:#ffffffeb;border-radius:18px;background:radial-gradient(120% 70% at 50% 10%,#ff3dbb47,#0000 55%),linear-gradient(180deg,#ff3dbb38,#000000c7 70%,#000000db);border:1px solid rgba(255,255,255,.1);cursor:pointer}.remix-processing-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(80% 60% at 50% 30%,#0000,#0000008c);pointer-events:none}.remix-processing-icon{width:clamp(52px,14vw,72px);height:clamp(52px,14vw,72px);color:#ff3dbb;opacity:.95;z-index:1}.remix-processing-icon svg{width:100%;height:100%;display:block}.remix-processing-title,.remix-processing-subtitle,.remix-processing-caption{max-width:92%}.remix-processing-title{z-index:1;font-size:clamp(13px,3.7vw,16px);font-weight:800;color:#fff;text-align:center;line-height:1.15;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.remix-processing-subtitle{z-index:1;font-size:clamp(11px,3.2vw,13px);line-height:1.3;text-align:center;color:#ffffffd9;text-wrap:balance;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.remix-processing-subtitle-strong{font-weight:800;color:#fffffff2}.remix-processing-caption{z-index:1;font-size:clamp(10px,2.8vw,11px);line-height:1.3;text-align:center;color:#ffffffb3;text-wrap:balance;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.remix-processing-progress{z-index:1;width:88%;height:12px;margin-top:6px;border-radius:999px;background:#ffffff1a;border:1px solid rgba(255,255,255,.12);overflow:hidden}.remix-processing-progress-bar{height:100%;width:45%;border-radius:999px;background:linear-gradient(90deg,#ff3dbb00,#ff3dbb 55%,#03b7ff);animation:remix-processing-indeterminate 1.35s ease-in-out infinite}@keyframes remix-processing-indeterminate{0%{transform:translate(-120%)}to{transform:translate(220%)}}@media (min-width: 768px){.home-container{max-width:768px}.home-feed{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.home-container{max-width:1280px}.home-feed{grid-template-columns:repeat(5,minmax(0,1fr))}}.wallet-screen{--wi-pink: #ff5c9d;--wi-purple: #a855f7;--wi-card: #1a1a1a;--wi-card-border: rgba(255, 255, 255, .1);--wi-muted: #9ca3af;--wallet-modal-inset: .75rem;position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;max-width:480px;width:100%;background:#000;color:#fff;overflow:hidden;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wallet-screen--overlay-open{z-index:20000}.earn-header{flex-shrink:0;padding:.75rem 1.5rem;padding-top:calc(env(safe-area-inset-top,0px) + .75rem);display:grid;grid-template-columns:1fr auto;grid-template-rows:auto;align-items:center;gap:.5rem 1rem;background:#000;border-bottom:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.earn-header-text{display:flex;flex-direction:column;gap:.35rem;min-width:0}.earn-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0;line-height:1.15;letter-spacing:-.02em}.earn-subtitle{margin:0;font-size:.8125rem;font-weight:400;color:var(--wi-muted);line-height:1.4;max-width:17rem}.earn-header .top-bar-avatar{width:40px;height:40px;flex-shrink:0}.earn-header .avatar-circle{border:1.5px solid rgba(255,255,255,.45);background:#ffffff14;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.earn-container{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:1rem 1.5rem calc(70px + env(safe-area-inset-bottom,0px) + 1rem);display:flex;flex-direction:column;gap:1.5rem}.credits-card{background:var(--wi-card);border:1px solid var(--wi-card-border);border-radius:18px;padding:1.25rem 1.35rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.credits-info{display:flex;flex-direction:column;gap:.35rem;min-width:0}.credits-icon{width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;line-height:1}.credits-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--wi-pink);display:flex;align-items:center;gap:.4rem}.credits-amount{font-size:2.25rem;font-weight:700;color:#fff;line-height:1}.add-credits-btn{background:#fff;color:#000;border:none;border-radius:999px;padding:.65rem 1.35rem;font-size:.875rem;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}.add-credits-btn:active{transform:scale(.97);opacity:.92}.your-points-section{background:var(--wi-card);border:1px solid var(--wi-card-border);border-radius:18px;padding:1.25rem 1.35rem 1.35rem;display:flex;flex-direction:column;gap:.75rem}.your-points-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.your-points-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;color:var(--wi-muted)}.tier-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .65rem;border-radius:999px;background:#a855f738;border:1px solid rgba(168,85,247,.45);font-size:.6875rem;font-weight:600;color:#e9d5ff;white-space:nowrap}.your-points-amount{display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem;line-height:1}.your-points-value{font-size:2.5rem;font-weight:700;color:#fff}.your-points-unit{font-size:1.125rem;font-weight:500;color:var(--wi-muted)}.your-points-level{font-size:.9375rem;font-weight:600;color:var(--wi-purple);margin-top:-.15rem}.your-points-progress{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:.45rem .75rem;margin-top:.25rem}.your-points-progress-total{font-size:.75rem;color:var(--wi-muted)}.your-points-progress-next{font-size:.75rem;font-weight:700;color:#fff;text-align:right}.your-points-progress-bar{grid-column:1 / -1;height:6px;border-radius:999px;background:#ffffff1f;overflow:hidden}.your-points-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--wi-pink),var(--wi-purple));transition:width .35s ease;min-width:0}.your-points-message{font-size:.9375rem;font-style:italic;color:#c4b5fd;margin-top:.15rem;line-height:1.35}.your-points-actions{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:.15rem}.create-look-btn{flex:1 1 0;min-width:0;width:auto;border:none;border-radius:999px;padding:.85rem .9rem;font-size:.8125rem;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(90deg,var(--wi-pink),var(--wi-purple));box-shadow:0 4px 20px #a855f740;transition:transform .15s ease,opacity .15s ease;line-height:1.2}.create-look-btn:active{transform:scale(.98);opacity:.95}.how-points-work-btn{flex-shrink:0;align-self:center;background:transparent;border:none;padding:.5rem .1rem .5rem .25rem;font-size:.8125rem;font-weight:500;color:var(--wi-muted);cursor:pointer;text-decoration:none;white-space:nowrap;text-align:left}.how-points-work-btn:active{opacity:.8}.your-points-note{text-align:center;font-size:.6875rem;color:#9ca3afd9;line-height:1.4;margin-top:.25rem}.unlock-rewards-section{background:var(--wi-card);border:1px solid var(--wi-card-border);border-radius:18px;padding:1.25rem 1rem 1.35rem}.unlock-rewards-title{font-size:1.125rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#fff;margin:0 0 .35rem}.unlock-rewards-subtitle{font-size:.8125rem;color:var(--wi-muted);margin:0 0 1.25rem;padding:0 .35rem;line-height:1.4}.rewards-loading{text-align:center;font-size:.8125rem;color:var(--wi-muted);padding:1.5rem 0}.rewards-progress{position:relative;padding-top:.5rem;margin-left:-.25rem;margin-right:-.25rem}.rewards-tiers{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:stretch;gap:.45rem;overflow-x:auto;overflow-y:visible;padding:0 .5rem .6rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.rewards-tiers::-webkit-scrollbar{height:4px}.rewards-tiers::-webkit-scrollbar-thumb{background:#fff3;border-radius:999px}.reward-tier{flex:0 0 auto;width:5rem;min-width:5rem;scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;padding-top:.25rem}.reward-tier .tier-label{font-size:.6875rem;font-weight:600;color:#fff;margin-bottom:.15rem}.reward-tier .tier-points{font-size:.75rem;font-weight:600;color:var(--wi-muted);margin-bottom:.5rem}.reward-tier .tier-track{position:relative;width:100%;height:18px;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;flex-shrink:0}.reward-tier:not(:last-child) .tier-track:after{content:"";position:absolute;left:50%;top:50%;width:calc(100% + .45rem);height:2px;transform:translateY(-50%);background:#ffffff26;z-index:0;pointer-events:none}.reward-tier .tier-circle{position:relative;width:14px;height:14px;box-sizing:border-box;border-radius:50%;border:2px solid rgba(255,255,255,.35);background:var(--wi-card);display:flex;align-items:center;justify-content:center;z-index:1;flex-shrink:0;transition:all .2s ease}.reward-tier .tier-circle--redeemed{background:#10b981;border-color:#34d399}.reward-tier .tier-circle--unlocked{background:linear-gradient(135deg,var(--wi-pink),var(--wi-purple));border-color:var(--wi-purple)}.tier-check-svg{width:9px;height:9px;stroke:#fff}.reward-tier .tier-inner{width:6px;height:6px;border-radius:50%;background:#ffffff40}.reward-tier .tier-reward{width:100%;display:flex;flex-direction:column;align-items:center;gap:.2rem;flex:1;justify-content:flex-start}.reward-amount{font-size:.875rem;font-weight:700;color:#6ee7b7;min-height:1.25rem;white-space:nowrap}.reward-icon{font-size:1.25rem;line-height:1}.reward-type-icon{font-size:.625rem;margin-right:.15rem}.reward-name{font-size:.625rem;font-weight:500;color:var(--wi-muted);line-height:1.25;max-width:100%;padding:0 .1rem;word-break:break-word;white-space:normal;display:flex;align-items:center;justify-content:center;min-height:.8125rem;text-align:center}.reward-status{margin-top:auto;padding:.25rem 0;width:100%;box-sizing:border-box;border-radius:6px;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wi-muted);text-align:center}.reward-status-btn{margin-top:auto;padding:.25rem 0;width:100%;box-sizing:border-box;border-radius:6px;background:#0d0d0d;border:1px solid rgba(255,255,255,.08);font-size:.5625rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wi-muted);cursor:default;transition:all .15s ease;white-space:nowrap;text-align:center}.reward-status-btn--unlocked{background:linear-gradient(90deg,var(--wi-pink),var(--wi-purple));border-color:transparent;color:#fff;cursor:pointer}.reward-status-btn--unlocked:active{transform:scale(.95);opacity:.9}.reward-status-btn--redeemed{background:#10b98133;border-color:#34d39966;color:#6ee7b7}.reward-status-btn--view-offer{background:#6b728066;border-color:#9ca3af66;color:#fff;cursor:pointer}.daily-rewards-block{display:flex;flex-direction:column;gap:.75rem}.daily-rewards-disclaimer{margin:0;padding:.75rem 1rem;border-radius:14px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:.6875rem;font-weight:400;line-height:1.45;color:#ffffffe0}.daily-rewards-card{--dr-gold: #fbbf24;--dr-gold-deep: #d97706;--dr-glow: rgba(255, 92, 157, .45);border-radius:20px;padding:1.15rem 1rem 1.2rem;background:linear-gradient(160deg,#2e1064,#1a0a2e 45%,#0f0518);border:1px solid rgba(168,85,247,.35);box-shadow:0 0 0 1px #0003 inset,0 12px 40px #00000073}.daily-rewards-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.daily-rewards-title-group{display:flex;align-items:center;gap:.65rem;min-width:0}.daily-rewards-icon-badge{flex-shrink:0;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--wi-purple) 0%,var(--wi-pink) 100%);box-shadow:0 4px 16px #a855f759;color:#fff}.daily-rewards-icon-badge-svg{width:22px;height:22px}.daily-rewards-titles{min-width:0}.daily-rewards-card-title{margin:0 0 .2rem;font-size:1.25rem;font-weight:700;color:#fff;line-height:1.15}.daily-rewards-card-subtitle{margin:0;font-size:.8125rem;color:var(--wi-muted);line-height:1.3}.daily-rewards-streak{flex-shrink:0;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.daily-rewards-streak-label{font-size:.5625rem;font-weight:600;letter-spacing:.12em;color:var(--wi-muted)}.daily-rewards-streak-value{font-size:1.125rem;font-weight:800;color:var(--wi-pink);line-height:1.1}.daily-rewards-track-hint{margin:0 0 .65rem;font-size:.6875rem;color:#9ca3aff2;line-height:1.35}.daily-rewards-track{display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;gap:.35rem;margin-bottom:1rem;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.15rem;scrollbar-width:none}.daily-rewards-track::-webkit-scrollbar{display:none}.daily-rewards-day{flex:1 1 0;min-width:2.65rem;max-width:3.25rem;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.35rem;padding:.5rem .2rem .55rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#00000040}.daily-rewards-day-label{font-size:.5625rem;font-weight:700;letter-spacing:.04em;color:#ffffffd9;text-align:center;line-height:1.15}.daily-rewards-day-icon{font-size:1.1rem;line-height:1}.daily-rewards-day-icon--muted{opacity:.45;filter:grayscale(.2)}.daily-rewards-day-icon--bonus{font-size:1.15rem;filter:drop-shadow(0 0 6px rgba(251,191,36,.55))}.daily-rewards-day-points{font-size:.75rem;font-weight:700;color:#fff}.daily-rewards-day--active{background:linear-gradient(180deg,#ff5c9d8c,#a855f766);border-color:#ff5c9dd9;box-shadow:0 0 0 1px #ff5c9d40 inset,0 0 18px var(--dr-glow)}.daily-rewards-day--active .daily-rewards-day-label,.daily-rewards-day--active .daily-rewards-day-points{color:#fff}.daily-rewards-day--inactive{background:#ffffff0a;border-color:#ffffff24}.daily-rewards-day--inactive .daily-rewards-day-label{color:#ffffffa6}.daily-rewards-day--inactive .daily-rewards-day-points{color:#ffffff8c}.daily-rewards-day--bonus{background:linear-gradient(180deg,#b4530959,#0f172a99);border:1px solid rgba(251,191,36,.65);box-shadow:0 0 14px #fbbf2433}.daily-rewards-day--bonus .daily-rewards-day-label{color:var(--dr-gold)}.daily-rewards-day--bonus .daily-rewards-day-points{color:var(--dr-gold);font-weight:800}.daily-rewards-collect-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:14px;padding:.85rem 1rem;font-size:.9375rem;font-weight:700;color:#fff;cursor:pointer;background:linear-gradient(90deg,var(--wi-pink),var(--wi-purple));box-shadow:0 4px 22px #a855f759;transition:transform .15s ease,opacity .15s ease}.daily-rewards-collect-btn:active{transform:scale(.98);opacity:.95}.daily-rewards-collect-icon{font-size:1.05rem;line-height:1}@media (max-width: 375px){.daily-rewards-day{min-width:2.4rem;padding:.45rem .15rem .5rem}.daily-rewards-day-label{font-size:.5rem}.daily-rewards-day-points{font-size:.6875rem}.daily-rewards-card-title{font-size:1.1rem}}.stats-row{display:flex;justify-content:space-around;gap:1rem;padding:1rem 0}.stat-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.stat-icon{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon svg{width:20px;height:20px;color:#fff;stroke:#fff;fill:none}.stat-icon img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.stat-value{font-size:1.125rem;font-weight:600;color:#fff}.milestones-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem}.milestones-title{font-size:1rem;font-weight:600;color:#fff;margin:0}.milestone-progress{margin-bottom:1.5rem}.milestone-markers{display:flex;justify-content:space-between;margin-bottom:.5rem}.milestone-marker{font-size:.875rem;font-weight:600;color:#ffffff80}.milestone-marker.active{color:#ec36b9}.progress-bar{position:relative;height:6px;background:#fff3;border-radius:10px;overflow:visible}.progress-fill{height:100%;background:#ff7bac;border-radius:10px;transition:width .3s ease}.progress-handle{position:absolute;top:50%;transform:translate(-50%,-50%);width:16px;height:16px;background:#fff;border:3px solid #EC36B9;border-radius:50%;transition:left .3s ease}.milestone-actions{display:flex;flex-direction:column;gap:8px}.milestone-actions-row{display:flex;justify-content:space-between;align-items:center}.milestone-actions-left{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.milestone-action-hints{display:flex;flex-direction:column;gap:6px}.redeem-btn{background:#fff3;color:#fff;border:none;border-radius:20px;padding:.625rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.redeem-btn:active:not(:disabled){background:#ffffff4d}.redeem-btn.initiated{background:#ffffff26;color:#fff9;cursor:not-allowed}.milestones-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:1rem}.milestones-header-actions{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.milestones-action-badge{font-size:.7rem;color:#ffffff80;white-space:nowrap}.milestones-action-badge--done{color:#a78bfa}.milestone-unlock-hint{font-size:.75rem;color:#ffffff80;text-align:center;margin-top:4px}.milestone-unlock-hint--done{color:#a78bfa}.milestone-action-item{width:100%}.milestone-action-input{width:100%;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:.5rem .75rem;font-size:.8rem;color:#fff;outline:none;box-sizing:border-box}.milestone-action-input::-moz-placeholder{color:#fff6}.milestone-action-input::placeholder{color:#fff6}.milestone-action-input--done{border-color:#a78bfa;color:#a78bfa}.next-reward{display:flex;flex-direction:column;align-items:flex-end}.next-reward-label{font-size:.75rem;color:#fff9}.next-reward-amount{font-size:1rem;font-weight:700;color:#fff}.how-to-earn-section{padding-top:1rem}.section-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 1rem}.earn-list{display:flex;flex-direction:column;gap:1rem}.earn-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.earn-item-left{display:flex;align-items:center;gap:.75rem;flex:1}.earn-icon{width:20px;height:20px;color:#fff;flex-shrink:0}.earn-icon svg,.earn-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.earn-description{font-size:.875rem;color:#ffffffe6;line-height:1.4}.earn-value{font-size:.875rem;font-weight:600;white-space:nowrap}.earn-value-number{color:#fff}.earn-value-unit{color:#ffffffb3;margin-left:.2em}.congratulations-section{background:linear-gradient(135deg,#1e3a8a,#6b21a8,#7c2d87);border-radius:20px;padding:1.5rem;animation:slideDown .4s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.congrats-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.congrats-description{font-size:.875rem;color:#fffffff2;margin:0 0 1rem;line-height:1.5}.congrats-share-label{font-size:.875rem;color:#ffffffe6;margin:0 0 .75rem;font-weight:500}.about-pc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000b8;cursor:pointer;-webkit-tap-highlight-color:transparent}.about-pc-sheet{position:fixed;left:50%;bottom:var(--wallet-modal-inset);transform:translate(-50%);z-index:10000;width:calc(100% - 2 * var(--wallet-modal-inset));max-width:calc(480px - 2 * var(--wallet-modal-inset));max-height:min(calc(min(100vh,100dvh) - 2 * var(--wallet-modal-inset) - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px)),900px);display:flex;flex-direction:column;overflow:hidden;background:#0c0c0e;border-radius:22px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 48px #0000008c}.about-pc-sheet-inner{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden}.about-pc-grabber{width:36px;height:4px;border-radius:999px;background:#fff3;margin:10px auto 4px;flex-shrink:0}.about-pc-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;padding:.35rem .75rem .75rem;flex-shrink:0}.about-pc-header-spacer{width:44px}.about-pc-title{margin:0;font-size:1.0625rem;font-weight:700;color:#fff;text-align:center;line-height:1.25}.about-pc-close{width:44px;height:44px;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:none;border-radius:12px;background:transparent;color:#fff;cursor:pointer;justify-self:end}.about-pc-close svg{width:22px;height:22px}.about-pc-close:active{opacity:.7}.about-pc-body{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:0 1.15rem 1rem;display:flex;flex-direction:column;gap:1.5rem}.about-pc-block{display:flex;flex-direction:column;gap:.65rem}.about-pc-block-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.about-pc-block-head-main{display:flex;align-items:center;gap:.65rem;min-width:0}.about-pc-icon-badge{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-pc-icon-badge--points{background:linear-gradient(145deg,#d946ef,#a21caf);color:#fff;box-shadow:0 2px 12px #d946ef59}.about-pc-star-svg{width:18px;height:18px}.about-pc-icon-badge--credits{background:linear-gradient(145deg,#fb923c,#ea580c);color:#fff;box-shadow:0 2px 12px #ea580c59}.about-pc-bolt{font-size:1.15rem;line-height:1}.about-pc-block-title{margin:0;font-size:1.35rem;font-weight:700;color:#fff}.about-pc-free-badge{flex-shrink:0;padding:.3rem .55rem;border-radius:999px;background:#166534d9;border:1px solid rgba(74,222,128,.35);font-size:.5625rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#86efac}.about-pc-intro{margin:0;font-size:.875rem;line-height:1.5;color:#ffffffeb}.about-pc-card{border-radius:16px;padding:1rem 1rem 1.05rem}.about-pc-card--points{background:linear-gradient(165deg,#581c8773,#1e0a32f2);border:1px solid rgba(168,85,247,.25)}.about-pc-card--credits{background:linear-gradient(165deg,#4320088c,#0f0c0afa);border:1px solid rgba(251,146,60,.2)}.about-pc-card--tight{margin-top:.35rem}.about-pc-card-kicker{margin:0 0 .85rem;font-size:.6875rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#d8b4fe}.about-pc-card-kicker--credits{color:#fbbf24}.about-pc-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.about-pc-row{display:grid;grid-template-columns:32px 1fr auto;align-items:center;gap:.6rem}.about-pc-row-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center}.about-pc-row-icon svg{width:16px;height:16px}.about-pc-row-icon--pink{color:#f472b6}.about-pc-row-icon--orange{color:#fb923c}.about-pc-row-label{font-size:.8125rem;color:#ffffffeb;line-height:1.35}.about-pc-row-value{font-size:.8125rem;font-weight:700;white-space:nowrap}.about-pc-row-value--purple{color:#c084fc}.about-pc-row-value--orange{color:#fb923c}.about-pc-divider{border:none;height:1px;background:#fb923c33;margin:1rem 0}.about-pc-subkicker{margin:0 0 .5rem;font-size:.8125rem;font-weight:600;color:#fbbf24}.about-pc-bullets{margin:0;padding-left:1.15rem;font-size:.8125rem;line-height:1.55;color:#ffffffe6;list-style-type:"• "}.about-pc-bullets--tight{margin-top:.5rem}.about-pc-used-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.875rem;color:#ffffffeb}.about-pc-used-credits{font-weight:700;color:#fb923c;white-space:nowrap}.about-pc-callout{border-radius:14px;padding:.85rem 1rem}.about-pc-callout-text{margin:0;font-size:.8125rem;line-height:1.5;color:#ffffffeb}.about-pc-callout-strong{font-weight:700;color:#e9d5ff}.about-pc-callout-strong--note{color:#fda4af}.about-pc-callout--key{border:1.5px solid rgba(192,132,252,.65);background:#581c8733}.about-pc-callout--note{border:1.5px solid rgba(251,113,133,.55);background:#8813372e}.about-pc-footer{flex-shrink:0;padding:.75rem 1.15rem calc(5rem + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.08);background:#0c0c0e}.about-pc-got-it{width:100%;border:none;border-radius:999px;padding:.9rem 1.25rem;font-size:1rem;font-weight:700;color:#0a0a0a;background:#fff;cursor:pointer;transition:transform .15s ease,opacity .15s ease}.about-pc-got-it:active{transform:scale(.98);opacity:.92}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1000;animation:fadeIn .3s ease}.wallet-screen .modal-overlay{top:max(var(--wallet-modal-inset),env(safe-area-inset-top,0px));right:var(--wallet-modal-inset);bottom:var(--wallet-modal-inset);left:var(--wallet-modal-inset);width:auto;height:auto;border-radius:22px}.redeem-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;background:linear-gradient(135deg,#1e3a8a,#6b21a8,#7c2d87);border-radius:24px;padding:2rem 1.5rem;z-index:1001;animation:slideIn .3s ease-out}.modal-close-btn{position:absolute;top:1rem;right:1rem;width:32px;height:32px;background:transparent;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.modal-close-btn:hover{opacity:.7}.modal-close-btn svg{width:20px;height:20px}.modal-title{font-size:1.75rem;font-weight:700;color:#fff;margin:0 0 1rem;text-align:left}.modal-subtitle{font-size:1.125rem;font-weight:600;color:#fff;margin:0 0 .75rem;text-align:left}.modal-description{font-size:.875rem;color:#ffffffe6;margin:0 0 1.5rem;line-height:1.5;text-align:left}.modal-link-container{margin-top:0}.referral-link-container{display:flex;align-items:center;gap:.5rem;background:#ffffff26;border-radius:12px;padding:.75rem 1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.referral-link-input{flex:1;background:transparent;border:none;color:#fff;font-size:.875rem;outline:none;min-width:0}.referral-link-input::-moz-selection{background:#ffffff4d}.referral-link-input::selection{background:#ffffff4d}.copy-link-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease}.copy-link-btn:hover{opacity:.7}.copy-link-btn svg{width:20px;height:20px}.copy-link-btn:active{transform:scale(.95)}@media (max-width: 375px){.credits-card{flex-direction:column;align-items:flex-start;gap:1rem}.add-credits-btn{width:100%}.earn-description,.earn-value{font-size:.8rem}.redeem-modal{width:95%;padding:1.5rem 1.25rem}.modal-title{font-size:1.5rem}.modal-subtitle{font-size:1rem}}.action-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:400px;max-height:min(calc(100dvh - 8rem),520px);overflow-y:auto;-webkit-overflow-scrolling:touch;border-radius:20px;z-index:1001;animation:slideIn .25s ease-out}.action-modal-inner{padding:1.75rem 1.35rem 1.5rem;border-radius:20px}.action-modal--referrals{background:linear-gradient(160deg,#059669,#065f46)}.action-modal--social{background:linear-gradient(160deg,#2563eb,#3730a3)}.action-modal--bio{background:linear-gradient(160deg,#7c3aed,#be185d)}.action-modal--visits{background:linear-gradient(160deg,#0d9488,#0e7490)}.action-modal--combined{background:linear-gradient(160deg,#0d9488,#0891b2)}.action-modal--brand-perk{background:linear-gradient(to bottom,#f97316,#ec4899,#9333ea)}.action-modal--brand-post{background:#030712;border:1px solid rgba(255,255,255,.1)}.action-modal-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.action-modal-icon{font-size:1.35rem;line-height:1}.action-modal-title{margin:0;font-size:1.125rem;font-weight:700;color:#fff}.action-modal-desc{margin:0 0 1rem;font-size:.8125rem;color:#ffffffe6;line-height:1.45}.action-modal-link-box{margin-bottom:1rem}.action-modal-link-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;color:#fff9;margin-bottom:.4rem}.action-modal-progress-row{display:flex;justify-content:space-between;align-items:center;font-size:.8125rem;color:#ffffffe6;margin-bottom:.5rem}.action-modal-progress-count{font-weight:700;color:#fff}.action-modal-friend-dots{display:flex;gap:.35rem;flex-wrap:wrap;margin-bottom:1rem}.friend-dot{width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;background:#fff3;color:#ffffffb3}.friend-dot--done{background:#ffffff73;color:#fff}.action-modal-bar{height:8px;border-radius:999px;background:#fff3;overflow:hidden;margin-bottom:1rem}.action-modal-bar-fill{height:100%;border-radius:999px;background:#fff;transition:width .3s ease}.action-modal-url-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.action-modal-url-input{width:100%;box-sizing:border-box;border:1.5px solid rgba(255,255,255,.25);border-radius:12px;background:#ffffff1a;padding:.75rem .85rem;font-size:.8125rem;color:#fff;outline:none;margin-bottom:.5rem}.action-modal-url-input::-moz-placeholder{color:#ffffff73}.action-modal-url-input::placeholder{color:#ffffff73}.action-modal-url-input:focus{border-color:#ffffff80}.action-modal-submit{width:100%;border:none;border-radius:14px;padding:.85rem 1rem;font-size:.875rem;font-weight:700;color:#fff;cursor:pointer;background:#ffffff40;transition:transform .15s ease,opacity .15s ease;margin-bottom:.5rem}.action-modal-submit:active:not(:disabled){transform:scale(.98);opacity:.9}.action-modal-submit--disabled{background:#ffffff1f;color:#ffffff80;cursor:not-allowed}.action-modal-footer-note{margin:.5rem 0 0;font-size:.6875rem;color:#ffffffb3;text-align:center;line-height:1.4}.action-modal-badge{text-align:center;margin-bottom:.75rem;display:inline-block;background:#fff3;color:#fff;font-size:.8125rem;font-weight:600;padding:.3rem .85rem;border-radius:999px;margin:0 auto .75rem;width:-moz-fit-content;width:fit-content}.combined-task-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.combined-task-item{display:flex;align-items:center;gap:.65rem;background:#ffffff1f;border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:.75rem .85rem}.combined-task-check{width:1.25rem;height:1.25rem;border-radius:50%;border:2px solid rgba(255,255,255,.45);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.625rem;color:transparent}.combined-task-check--done{background:#fff;border-color:#fff;color:#0d9488;font-weight:700}.combined-task-info{flex:1;min-width:0}.combined-task-label{font-size:.8125rem;font-weight:600;color:#fff}.combined-task-sub{font-size:.6875rem;color:#ffffffb3;margin-top:.1rem}.referral-invite-card{background:#fff;border-radius:12px;padding:1rem;margin-bottom:1rem;color:#1f2937}.referral-invite-label{font-size:.625rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#6b7280;margin-bottom:.5rem}.referral-invite-link-display{background:#f3f4f6;border-radius:8px;padding:.5rem .75rem;font-size:.8125rem;color:#374151;font-family:monospace;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.75rem}.referral-copy-profile-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;background:#059669;color:#fff;border:2px solid rgba(236,54,185,.4);border-radius:8px;padding:.65rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.referral-copy-profile-btn:active{background:#047857}.referral-share-divider{display:flex;align-items:center;gap:.5rem;margin:1rem 0}.referral-share-divider-line{flex:1;height:1px;background:#e5e7eb}.referral-share-divider-text{font-size:.75rem;color:#6b7280;white-space:nowrap}.referral-share-buttons{display:flex;justify-content:center;gap:.75rem}.referral-share-btn{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;border:none;cursor:pointer;text-decoration:none}.referral-share-btn--whatsapp{background:#25d366}.referral-share-btn--telegram{background:#08c}.referral-share-btn--email{background:#4b5563}.referral-share-btn--native{background:#6b7280}.referral-invite-no-handle{font-size:.875rem;color:#4b5563;text-align:center;padding:.5rem 0;margin:0}.social-modal-header-centered{text-align:center;margin-bottom:.75rem;padding-top:.25rem}.social-modal-main-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.social-modal-subtitle{font-size:1.1rem;font-weight:600;color:#fff;margin:.25rem 0 0}.social-platform-icons{display:flex;justify-content:center;gap:.625rem;margin-bottom:1.25rem}.social-platform-icon{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 1px 3px #00000026}.action-modal-url-input--rose{border-color:#fb718599}.action-modal-url-input--rose:focus{border-color:#fda4afcc}.action-modal-submit--rounded{border-radius:999px}.action-modal-submit--ghost{background:#ffffff26;color:#ffffff80;cursor:not-allowed}.social-platform-icon--instagram{background:linear-gradient(135deg,#f59e0b,#ec4899,#9333ea)}.action-modal-mercury-box{margin-top:1rem;background:#ffffff1a;border-radius:12px;padding:.75rem}.action-modal-mercury-box p{margin:0;font-size:.6875rem;color:#fffc;text-align:center;line-height:1.4}.credits-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;max-width:480px;width:100%;background:#000;color:#fff;overflow-y:auto;overflow-x:hidden;z-index:3000;animation:slideInFromRight .3s ease-out}.credits-screen:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:#000;z-index:-1}@keyframes slideInFromRight{0%{transform:translate(100%)}to{transform:translate(-50%)}}.credits-header{padding:1rem 1.5rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-shrink:0}.back-button{width:36px;height:36px;background:#ffffff1a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0}.back-button:active{background:#fff3}.credits-title{flex:1;font-size:1.5rem;font-weight:600;color:#fff;margin:0}.credits-header .profile-avatar{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.credits-header .profile-avatar svg{width:20px;height:20px}.credits-container{padding:0 1.5rem 6rem;display:flex;flex-direction:column;gap:1.5rem}.free-credits-card{background:#ffffff08;border:2px solid #FFA500;border-radius:20px;padding:1.5rem}.free-credits-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.free-credits-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.free-credits-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.free-credits-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.free-credits-description{font-size:.875rem;color:#ffffffe6;margin:0 0 1rem;line-height:1.5}.highlight{color:orange;font-weight:600}.referral-link-box{display:flex;align-items:center;gap:.5rem;background:#ffffff1a;border-radius:12px;padding:.75rem 1rem;margin-bottom:.75rem}.referral-input{flex:1;background:transparent;border:none;color:#fff;font-size:.875rem;outline:none;min-width:0}.copy-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.copy-btn svg{width:20px;height:20px}.copy-btn:active{opacity:.7}.free-credits-footer{font-size:.75rem;color:#ffffffb3;margin:0;line-height:1.4}.billing-toggle{display:flex;gap:.5rem;background:#ffffff0d;border-radius:25px;padding:.375rem;max-width:280px;margin:0 auto}.toggle-btn{flex:1;background:transparent;border:none;color:#fff9;font-size:.9375rem;font-weight:600;padding:.625rem 1rem;border-radius:20px;cursor:pointer;transition:all .2s ease}.toggle-btn.active{background:#fff;color:#000}.toggle-btn:active{transform:scale(.98)}.save-badge{display:flex;align-items:center;gap:.5rem;justify-content:center}.save-percentage{background:#22c55e;color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:12px}.save-text{font-size:.875rem;color:#fffc}.pricing-cards{display:flex;flex-direction:column;gap:1.5rem}.pricing-card{background:#ffffff0d;border:2px solid rgba(255,255,255,.1);border-radius:20px;padding:1.5rem;position:relative}.pricing-card.popular{border-color:#3b82f6}.pricing-card.subscribed{border-color:#22c55e}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;font-size:.625rem;font-weight:700;padding:.375rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.375rem;letter-spacing:.05em}.popular-badge svg{width:12px;height:12px}.subscribed-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#22c55e;color:#fff;font-size:.625rem;font-weight:700;padding:.375rem 1rem;border-radius:12px;display:flex;align-items:center;gap:.375rem;letter-spacing:.05em}.subscribed-badge svg{width:12px;height:12px}.pricing-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.plan-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plan-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.plan-info{flex:1}.plan-name{font-size:.875rem;font-weight:700;color:#ffffffb3;display:block;margin-bottom:.25rem}.plan-name.trendsetter{color:#ef4444}.plan-name.fashionista{color:#ec4899}.plan-credits{font-size:1.5rem;font-weight:700;color:#fff}.credits-period{font-size:.875rem;font-weight:400;color:#ffffffb3}.plan-pricing{text-align:right;flex-shrink:0}.plan-price{font-size:1.75rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.plan-original-price{font-size:.875rem;color:#ffffff80;text-decoration:line-through;margin-bottom:.125rem}.plan-billing{font-size:.75rem;color:#fff9}.plan-features{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.feature-item{display:flex;align-items:center;gap:.75rem}.check-icon{width:20px;height:20px;color:#ffffffb3;flex-shrink:0}.feature-item span{font-size:.875rem;color:#ffffffe6}.subscribe-btn{width:100%;background:linear-gradient(135deg,#ec4899,#f472b6);border:none;border-radius:25px;padding:1rem;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.subscribe-btn:active{transform:scale(.98)}.subscribe-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.subscribe-btn.subscribed{background:transparent;border:1.5px solid #ef4444;color:#ef4444}.subscribe-btn.subscribed:active{opacity:.7}.renewal-date{font-size:.875rem;color:#fffc;text-align:center;margin-bottom:1rem}.unsubscribe-btn{width:100%;background:transparent;border:none;border-radius:25px;padding:1rem;color:#ef4444;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.unsubscribe-btn:active{opacity:.7}.credits-footer{text-align:center;font-size:.75rem;color:#fff9;line-height:1.5;padding:1rem 0 1.5rem}.purchase-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;height:100dvh;background:transparent;backdrop-filter:blur(4px) brightness(.3);-webkit-backdrop-filter:blur(4px) brightness(.3);display:flex;align-items:center;justify-content:center;z-index:10000;padding:0;margin:0;animation:fadeIn .2s ease;overflow:hidden}.purchase-modal{background:#1a1a1a;border:2px solid #22c55e;border-radius:24px;padding:2.5rem 2rem;width:90%;max-width:420px;box-shadow:0 20px 60px #00000080;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.purchase-modal-header{text-align:center;margin-bottom:1.5rem}.success-icon{width:64px;height:64px;margin:0 auto 1rem;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(0)}50%{transform:scale(1.1)}to{transform:scale(1)}}.success-icon svg{width:32px;height:32px;stroke-width:3}.purchase-modal-header h2{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.purchase-details{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem}.detail-item label{font-size:.875rem;font-weight:600;color:#ffffffb3}.detail-value{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem;color:#fff;font-size:.875rem;font-family:Courier New,monospace;word-break:break-all;line-height:1.5}.token-copy-box{display:flex;align-items:center;gap:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.875rem}.token-value{flex:1;color:#fff;font-size:.875rem;font-family:Courier New,monospace;word-break:break-all;line-height:1.5;min-width:0}.copy-token-btn{background:#ffffff1a;border:none;border-radius:8px;padding:.5rem;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.copy-token-btn:hover{background:#ffffff26}.copy-token-btn:active{background:#fff3;transform:scale(.95)}.copy-token-btn svg{width:20px;height:20px}.copied-feedback{font-size:.75rem;color:#22c55e;font-weight:600;animation:fadeIn .2s ease}@media (max-width: 375px){.credits-container{padding:0 1rem 2rem}.plan-credits{font-size:1.25rem}.plan-price{font-size:1.5rem}.purchase-modal{width:85%;padding:2rem 1.5rem}.purchase-modal-header h2{font-size:1.25rem}.success-icon{width:56px;height:56px}}.style-room-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:linear-gradient(135deg,#2d1b69,#8b5a8c,#c44569);display:flex;flex-direction:column;color:#fff;padding:0;width:100%;max-width:480px;overflow:hidden}.style-room-header{padding:.25rem 1.5rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);z-index:10;flex-shrink:0;background:transparent}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.screen-subtitle{font-size:.9rem;color:#ffb6c1e6;margin:0;font-weight:400}.style-room-main{flex:1;display:flex;padding:.5rem 1rem;gap:.75rem;align-items:flex-start;justify-content:space-between;min-height:0;overflow:hidden}.silhouette-container{flex:1;display:flex;justify-content:center;align-items:center;height:100%;padding-top:0;transition:background-color .2s ease}.silhouette-container.drag-over{background:#ec36b91a;border-radius:20px}.silhouette-figure{width:100%;max-width:260px;height:480px;display:flex;align-items:center;justify-content:center;position:relative}.silhouette-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.silhouette-placed-item{position:absolute;width:140px;height:140px;display:flex;align-items:center;justify-content:center;animation:popIn .4s cubic-bezier(.68,-.55,.265,1.55);z-index:5;transition:opacity .2s ease}.silhouette-placed-item.removing{animation:popOut .3s cubic-bezier(.6,-.28,.735,.045) forwards}@keyframes popIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes popOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.3)}}.silhouette-placed-item img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 4px 6px rgba(0,0,0,.3))}.silhouette-placed-item.tops,.silhouette-placed-item.shirts{top:15%;left:50%;transform:translate(-50%)}.silhouette-placed-item.bottoms{top:50%;left:50%;transform:translate(-50%)}.silhouette-placed-item.dress{top:20%;left:50%;transform:translate(-50%);height:300px}.silhouette-placed-item.outerwear{top:10%;left:50%;transform:translate(-50%);width:160px;height:160px}.silhouette-placed-item.accessories{top:5%;right:-10px;width:80px;height:80px}.silhouette-placed-item.shoes{bottom:5%;left:50%;transform:translate(-50%);width:100px;height:100px}.silhouette-placed-item.purse{top:40%;right:-20px;width:70px;height:70px}.remove-item-button{position:absolute;top:-10px;right:-10px;width:32px;height:32px;background:#ff7bac;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #ec36b999;transition:all .2s ease;z-index:10}.remove-item-button svg{width:14px;height:14px;color:#fff;stroke-width:3}.remove-item-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #ec36b9cc}.remove-item-button:active{transform:scale(.95)}.categories-wrapper{flex:0 0 auto;display:flex;flex-direction:column;width:auto;max-height:100%;gap:.6rem}.categories-scrollable{display:flex;flex-direction:column;gap:.6rem;align-items:flex-start;padding-top:.5rem;padding-right:.25rem;overflow-y:auto;overflow-x:hidden;flex:1 1 auto;min-height:0;position:relative;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;animation:slideInFromRight .3s cubic-bezier(.4,0,.2,1)}.loading-overlay-inline{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:2rem;background:#00000080;z-index:10}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.categories-scrollable::-webkit-scrollbar{width:4px}.categories-scrollable::-webkit-scrollbar-track{background:transparent}.categories-scrollable::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.categories-scrollable::-webkit-scrollbar-thumb:hover{background:#ffffff80}.categories-fixed{flex:0 0 auto;display:flex;flex-direction:column;gap:.6rem;align-items:flex-start;padding-bottom:.5rem;animation:fadeInUp .5s cubic-bezier(.4,0,.2,1) .45s backwards}.category-item{display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) backwards}.category-item:nth-child(1){animation-delay:.05s}.category-item:nth-child(2){animation-delay:.1s}.category-item:nth-child(3){animation-delay:.15s}.category-item:nth-child(4){animation-delay:.2s}.category-item:nth-child(5){animation-delay:.25s}.category-item:nth-child(6){animation-delay:.3s}.category-item:nth-child(7){animation-delay:.35s}.category-item:nth-child(8){animation-delay:.4s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.category-box{background:transparent;border:none;border-radius:12px;padding:0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:110px;height:110px;min-width:110px;min-height:110px;flex-shrink:0;overflow:hidden;cursor:grab}.category-box:active{cursor:grabbing}.category-box.dragging{opacity:.5;transform:scale(.95)}.category-box:active{transform:scale(.95)}.category-box.selected{border-color:#ec36b9;border-width:3px;box-shadow:0 4px 12px #ec36b966}.category-image{width:100%;height:100%;border-radius:12px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;position:relative}.category-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;padding:0;position:relative;z-index:1}.category-fallback{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#0000004d;background:#fff;z-index:0}.category-label{font-size:.75rem;font-weight:600;color:#fff;text-align:left;line-height:1.2;padding-left:.25rem;max-width:110px;word-wrap:break-word;overflow-wrap:break-word}.more-button{background:#8b5a8c99;border:1px solid rgba(255,255,255,.3);border-radius:25px;padding:.65rem 1rem;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center;min-height:44px;width:110px;display:flex;align-items:center;justify-content:center;gap:.4rem}.more-button:active{background:#8b5a8ccc}.more-button svg{width:16px;height:16px}.upload-own-button{background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:25px;padding:.65rem 1rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.4rem;color:#fff;min-height:44px;width:110px;font-size:.75rem;font-weight:600}.upload-own-button:active{border-color:#ffffffb3;background:#ffffff0d}.upload-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.upload-icon svg{width:16px;height:16px}.upload-text{text-align:center;font-size:.75rem;font-weight:600;line-height:1.2;white-space:nowrap}.style-room-footer{padding:.75rem 1.5rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom));display:flex;gap:1rem;z-index:10;flex-shrink:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,transparent 100%)}.exit-button{flex:0 0 auto;padding:.65rem 1.25rem;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.next-button{flex:1;padding:.65rem 1.25rem;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.next-button:not(:disabled):active{background:#ffffff4d;border-color:#ffffff80}.next-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1000;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.more-modal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;max-height:85vh;background:#000;border-radius:24px 24px 0 0;z-index:1001;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translate(-50%,100%)}to{transform:translate(-50%)}}.modal-handle{width:40px;height:4px;background:#ffffff4d;border-radius:2px;margin:12px auto 8px;flex-shrink:0}.modal-header{padding:0 20px 12px;flex-shrink:0}.modal-subtitle{font-size:.9rem;color:#ffb6c1e6;margin:0;font-weight:400}.modal-search{margin:0 20px 16px;position:relative;flex-shrink:0}.search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;color:#ffffff80;pointer-events:none}.search-input{width:100%;padding:14px 48px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:.95rem;outline:none}.search-input::-moz-placeholder{color:#ffffff80}.search-input::placeholder{color:#ffffff80}.search-input:focus{background:#ffffff1f;border-color:#fff3}.clear-search-button{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;background:#ffffff1a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:all .2s ease}.clear-search-button svg{width:14px;height:14px}.clear-search-button:hover{background:#ffffff26;color:#fff}.clear-search-button:active{transform:translateY(-50%) scale(.9)}.modal-results-header{display:flex;justify-content:space-between;align-items:center;padding:0 20px 16px;flex-shrink:0}.results-count{font-size:1.1rem;font-weight:700;color:#fff}.clear-all-button{background:transparent;border:none;color:#ec36b9;font-size:.95rem;font-weight:600;cursor:pointer;padding:6px 12px;transition:all .2s ease}.clear-all-button:hover{color:#ff6b9d}.clear-all-button:active{transform:scale(.95)}.modal-filters{display:flex;gap:10px;padding:0 20px 16px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.modal-filters::-webkit-scrollbar{display:none}@media (hover: hover) and (pointer: fine){.modal-filters{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;padding-bottom:20px}.modal-filters::-webkit-scrollbar{display:block;height:4px}.modal-filters::-webkit-scrollbar-track{background:transparent}.modal-filters::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}}.filter-button{padding:8px 20px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#ffffffb3;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0}.filter-button.active{background:#ff7bac;border-color:#ec36b9;color:#fff;box-shadow:0 4px 12px #ec36b966}.filter-button:active{transform:scale(.95)}.modal-grid{flex:1;overflow-y:auto;padding:0 20px 20px;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.modal-grid::-webkit-scrollbar{width:4px}.modal-grid::-webkit-scrollbar-track{background:transparent}.modal-grid::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.modal-grid-item{display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:transform .2s ease}.modal-grid-item:active{transform:scale(.95)}.modal-grid-item.selected .modal-item-image{border:3px solid #EC36B9;box-shadow:0 0 12px #ec36b999}.modal-item-image{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:#ffffff0d;position:relative;border:3px solid transparent;transition:all .2s ease}.modal-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.modal-item-checkmark{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#ff7bac;border:3px solid white;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:popIn .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:0 4px 12px #ec36b999}.modal-item-checkmark svg{width:24px;height:24px;color:#fff;stroke-width:3}.no-results{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center}.no-results p{font-size:1.1rem;font-weight:600;color:#fff;margin:0 0 .5rem}.no-results span{font-size:.9rem;color:#fff9}.modal-item-label{font-size:.8rem;color:#fff;font-weight:500;text-align:center;line-height:1.2}.modal-footer{padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:#000000f2;border-top:1px solid rgba(255,255,255,.05);display:flex;gap:12px;align-items:center;flex-shrink:0}.modal-close-button{flex:0 0 auto;padding:12px 20px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.modal-close-button:active{background:#ffffff1a;border-color:#ffffff80}.modal-add-button{flex:1;padding:12px 20px;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.modal-add-button:active{transform:scale(.98)}.modal-quantity{flex:0 0 auto;padding:8px 16px;background:#ffffff14;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;min-width:50px;text-align:center}.loading-gif-small{width:16px;height:16px}@media (max-width: 480px){.style-room-main{gap:.5rem;padding:.5rem .75rem}.silhouette-figure{max-width:220px;height:440px}.silhouette-placed-item{width:120px;height:120px}.silhouette-placed-item.dress{height:250px}.silhouette-placed-item.outerwear{width:140px;height:140px}.silhouette-placed-item.accessories{width:70px;height:70px}.silhouette-placed-item.shoes{width:85px;height:85px}.silhouette-placed-item.purse{width:60px;height:60px}.remove-item-button{width:28px;height:28px}.remove-item-button svg{width:12px;height:12px}.categories-wrapper{gap:.6rem}.categories-scrollable{gap:.6rem;padding-top:.5rem}.categories-fixed{gap:.6rem;padding-bottom:.5rem}.category-item{gap:.4rem}.category-box{width:90px;height:90px;min-width:90px;min-height:90px;padding:0}.category-label{font-size:.7rem;max-width:90px}.style-room-header{padding:.25rem 1rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem)}.header-top .profile-avatar{width:28px!important;height:28px!important}.header-top .profile-avatar svg{width:14px!important;height:14px!important}.screen-title{font-size:1.25rem}.screen-subtitle{font-size:.85rem}.style-room-footer{padding:.75rem 1rem;padding-bottom:max(.75rem,env(safe-area-inset-bottom))}}.insufficient-credits-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.insufficient-credits-modal{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:16px;padding:32px 24px;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #ec36b94d}.modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;line-height:1;padding:0;width:32px;height:32px}.insufficient-credits-modal h2{color:#fff;font-size:28px;font-weight:700;margin:0 0 24px;text-align:center}.credits-label{color:#fff;font-size:18px;font-weight:600;margin-bottom:16px}.credits-display{display:flex;flex-direction:column;gap:12px}.credits-amount{color:#fff;font-size:32px;font-weight:600}.credits-message{color:#fffc;font-size:14px;line-height:1.5;margin:0}.buy-credits-btn{width:100%;padding:16px;background:#ff7bac;border:none;border-radius:12px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s}.buy-credits-btn:active{opacity:.8}.upload-photo-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:#000;display:flex;flex-direction:column;color:#fff;padding:0;width:100%;max-width:480px;overflow-y:auto}.upload-screen-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;padding-top:max(.75rem,env(safe-area-inset-top));flex-shrink:0}.screen-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.profile-avatar{width:40px!important;height:40px!important;border-radius:50%;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-avatar svg{width:22px;height:22px;color:#fff}.upload-titles{padding:0 1.5rem 1rem;flex-shrink:0}.upload-subtitle{font-size:.875rem;color:#ec36b9;margin-bottom:.25rem;font-weight:500}.upload-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0}.upload-main{flex:1;padding:0 1.5rem 1.5rem;overflow-y:auto}.take-photo-button{width:100%;padding:2rem;background:transparent;border:2px dashed rgba(255,255,255,.3);border-radius:16px;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500;margin-bottom:1.5rem}.take-photo-button:active{border-color:#ffffff80;background:#ffffff0d}.camera-icon{width:40px;height:40px;opacity:.8;flex-shrink:0}.choose-gallery-box{width:100%;margin-bottom:1.5rem}.choose-gallery-button{width:100%;padding:2rem;background:transparent;border:2px dashed rgba(255,255,255,.3);border-radius:16px;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;cursor:pointer;transition:all .2s ease;font-size:1rem;font-weight:500}.choose-gallery-button:active{border-color:#ffffff80;background:#ffffff0d}.gallery-icon{width:40px;height:40px;opacity:.8;flex-shrink:0}.gallery-preview-container{width:100%;padding:0;background:transparent;border:2px dashed rgba(236,54,185,.6);border-radius:16px;cursor:pointer;transition:all .2s ease;overflow:hidden}.gallery-preview-container:active{border-color:#ec36b9cc;background:#ffffff0d}.gallery-preview-image{width:100%;height:100%;display:block;border-radius:14px;-o-object-fit:cover;object-fit:cover}.divider{text-align:center;margin:1.5rem 0;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background:#fff3}.divider:before{left:0}.divider:after{right:0}.divider-text{color:#ec36b9;font-weight:600;font-size:.9rem;padding:0 1rem;background:#000}.gallery-section{margin-bottom:2rem}.gallery-title{font-size:1.1rem;font-weight:600;color:#fff;margin-bottom:1rem;text-align:center}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.gallery-item{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.gallery-item:active{transform:scale(.95)}.gallery-item.selected{border-color:#ec36b9;box-shadow:0 0 0 2px #ec36b9}.gallery-item.selected .gallery-image{opacity:.7}.gallery-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.check-icon{width:32px;height:32px}.upload-footer{padding:1rem 1.5rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));display:flex;gap:.75rem;align-items:center;flex-shrink:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.05)}.exit-button{flex:0 0 auto;padding:.75rem 1.5rem;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.back-button{flex:0 0 auto;width:48px;height:48px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:50%;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.back-button:active{background:#ffffff1a;border-color:#ffffff80}.back-icon{width:20px;height:20px}.generate-button{flex:1;padding:.75rem 1.5rem;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.generate-button:not(:disabled):active{transform:scale(.98)}.generate-button:disabled{opacity:.5;cursor:not-allowed;background:#fff3}@media (max-width: 375px){.gallery-grid{gap:.5rem}.header-title{font-size:1.5rem}.take-photo-button{padding:2rem 1.5rem;font-size:.9rem}.camera-icon{width:40px;height:40px}}.remix-lab-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:#000;display:flex;flex-direction:column;color:#fff;padding:0;width:100%;max-width:480px;overflow:hidden}.remix-lab-scrollable{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;min-height:0;padding-bottom:100px}.remix-lab-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .5rem;padding-top:calc(env(safe-area-inset-top,0px) + 1.5rem);flex-shrink:0}.remix-lab-title{font-size:1.75rem;font-weight:600;color:#fff;margin:0}.remix-lab-header .profile-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.remix-lab-header .profile-avatar svg{width:20px;height:20px;color:#fff}.remix-lab-subtitle{font-size:1rem;color:#ffffffb3;margin:.5rem 0 1.5rem;padding:0 1.5rem}.remix-lab-content{flex:0 0 auto;display:flex;gap:1rem;padding:0 1.5rem 1.5rem}.style-column,.body-column{flex:1;display:flex;flex-direction:column;gap:1rem}.style-column,.body-column{max-height:380px}.upload-section{border:2px dashed rgba(255,255,255,.3);border-radius:16px;padding:1.5rem 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;position:relative}.style-section{position:relative;justify-content:flex-start;align-items:stretch;height:380px;padding:0;gap:0;overflow:hidden}.style-section .uploaded-images{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;flex-direction:column;gap:0;width:100%;height:100%;align-items:stretch}.style-section-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:0;pointer-events:none}.style-section-overlay .upload-button{pointer-events:auto}.body-section{flex:1;height:auto;min-height:0}.uploaded-images{display:flex;flex-direction:column;gap:0;width:100%;flex:1;min-height:0;align-items:stretch}.uploaded-image-wrapper{position:relative;flex:1;min-height:0;width:100%;border-radius:0;overflow:hidden;background:#ffffff0d}.uploaded-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.check-badge{position:absolute;bottom:8px;right:8px;width:28px;height:28px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white;box-shadow:0 2px 6px #0000004d}.check-badge svg{width:16px;height:16px}.remove-image-btn{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#000000b3;border:1.5px solid rgba(255,255,255,.4);border-radius:50%;color:#fff;font-size:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-image-btn:active{transform:scale(.9);background:#f009}.style-section-overlay .upload-button{flex-shrink:0;margin:0}.upload-button{width:50px;height:50px;background:transparent;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff;margin:.75rem 0 .5rem}.upload-button svg{width:30px;height:30px;stroke-width:2}.upload-button:active{transform:scale(.9)}.style-section .section-label,.style-section-overlay .section-label{font-size:.85rem;color:#fff;text-align:center;margin:0;padding:0;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.8)}.upload-section .section-label{font-size:.85rem;color:#fff;text-align:center;margin:0;font-weight:500}.selected-body-photo{width:100%;border-radius:12px;overflow:hidden;border:3px solid #EC36B9;box-shadow:0 0 0 1px #00000080 inset;flex:1;position:relative;min-height:0}.body-photo-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.remove-body-photo-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;background:#ff7bac;border:2px solid white;border-radius:50%;color:#fff;font-size:18px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px #ec36b999;padding:0;margin:0}.remove-body-photo-btn:active{transform:scale(.9);box-shadow:0 1px 4px #ec36b9cc}.body-section{justify-content:stretch;align-items:stretch;height:380px;padding:0;gap:0;flex-shrink:0}.body-section.has-photo{height:auto;min-height:100px;flex:0 0 auto;padding:0}.body-photo-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;width:100%;flex:1}.body-photo-preview{position:relative;width:100%;flex:1;min-height:0;display:flex;align-items:stretch;justify-content:stretch;border-radius:0;overflow:hidden}.body-photo-preview-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:0;display:block}.remove-body-photo-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#0009;border:2px solid white;color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.remove-body-photo-btn:hover{background:#ec36b9cc}.camera-button{width:70px;height:70px;background:transparent;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.camera-button svg{width:40px;height:40px;stroke-width:2}.camera-button:active{transform:scale(.9)}.body-photo-text{font-size:1rem;color:#fff;text-align:center;margin:0;line-height:1.5}.upload-text-button{background:transparent;border:none;color:#fff9;font-size:.85rem;text-decoration:underline;cursor:pointer;padding:.5rem;transition:color .2s ease}.upload-text-button:active{color:#fff}.camera-section-inline{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border:2px dashed rgba(255,255,255,.3);border-radius:12px;background:#ffffff05;min-height:0}.camera-section-inline .camera-button{width:80px;height:80px;border-radius:50%;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.camera-section-inline .camera-button:active{transform:scale(.95)}.camera-section-inline .camera-button svg{width:48px;height:48px;color:#fff}.existing-photos-section{flex:0 0 auto;padding:0 1.5rem 1.5rem}.existing-photos-title{font-size:1rem;color:#fff;margin:0 0 1rem;text-align:center}.existing-photos-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.existing-photo-item{position:relative;aspect-ratio:3/4;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s ease}.existing-photo-item:active{transform:scale(.95)}.existing-photo-item.upload-placeholder{background:#ffffff0d;border:2px dashed rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center}.upload-placeholder-content{display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#fff9}.upload-placeholder-content svg{width:32px;height:32px}.upload-placeholder-content span{font-size:.875rem}.existing-photo-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.existing-photo-item.selected .existing-photo-image{opacity:.7}.selected-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.selected-border{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid #EC36B9;border-radius:12px;box-shadow:0 0 0 2px #00000080 inset}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;z-index:1000}.user-params-modal{position:fixed;bottom:0;left:0;right:0;background:#1a1a1a;border-radius:20px 20px 0 0;padding:1.5rem;max-height:80vh;overflow-y:auto;z-index:1001}.modal-handle{width:40px;height:4px;background:#ffffff4d;border-radius:2px;margin:0 auto 1rem}.modal-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 .5rem;text-align:center}.modal-subtitle{color:#ffffffb3;font-size:.9rem;margin:0 0 1.5rem;text-align:center}.params-form{display:flex;flex-direction:column;gap:1rem}.param-group{display:flex;flex-direction:column;gap:.5rem}.param-group label{color:#fff;font-size:.9rem;font-weight:500}.param-group select{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.75rem;color:#fff;font-size:.9rem}.param-group select option{background:#2a2a2a;color:#fff}.modal-footer{display:flex;gap:1rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.modal-close-button{flex:1;padding:.85rem;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.9rem;font-weight:500}.modal-add-button{flex:1;padding:.85rem;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:.9rem;font-weight:600}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#fff}.loading-gif{width:140px;height:140px}.loading-content p{font-size:1.1rem;font-weight:600;margin:0}.loading-content span{font-size:.9rem;opacity:.8;margin:0}.remix-lab-footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:1rem 1.5rem;padding-bottom:max(1rem,env(safe-area-inset-bottom));display:flex;gap:1rem;background:linear-gradient(to top,#000000f2,#000c);z-index:100}.exit-button{flex:0 0 auto;padding:.85rem 1.5rem;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:30px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.exit-button:active{background:#ffffff1a;border-color:#ffffff80}.generate-button{flex:1;padding:.85rem 1.5rem;background:#ff7bac;border:none;border-radius:30px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ec36b966}.generate-button:not(:disabled):active{transform:scale(.98);box-shadow:0 2px 8px #ec36b999}.generate-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}@media (max-width: 480px){.remix-lab-title{font-size:1.5rem}.remix-lab-header{padding:1.25rem 1rem .5rem;padding-top:calc(env(safe-area-inset-top,0px) + 1.25rem)}.remix-lab-subtitle{font-size:.9rem;padding:0 1rem}.remix-lab-content{padding:0 1rem 1rem;gap:.75rem}.upload-section{padding:1rem .75rem}.style-section,.body-section{padding:0}}.wardrobe-screen{background:#000;position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;width:100%;max-width:480px;z-index:1}.wardrobe-header{padding:1rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);z-index:10;flex-shrink:0;background:transparent}.header-top{display:flex;justify-content:space-between;align-items:center}.screen-title{font-size:1.5rem;font-weight:600;color:#fff;margin:0;line-height:1.2}.header-top .profile-avatar{width:30px!important;height:30px!important;border-radius:50%;border:1.5px solid rgba(255,255,255,.4);background:#ffffff26;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0}.header-top .profile-avatar svg{width:15px!important;height:15px!important;color:#fff}.wardrobe-calendar{background:transparent;border-radius:0;padding:0;margin:.5rem}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.calendar-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0}.calendar-nav{background:transparent;border:none;color:#fffc;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:color .2s}.calendar-nav:hover{color:#fff}.calendar-nav svg{width:20px;height:20px}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-day-name{text-align:center;font-size:.75rem;font-weight:600;color:#4de0ff;padding:.5rem 0}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:1rem}.calendar-cell{aspect-ratio:2/3;position:relative;border-radius:8px;overflow:visible;border:none;background:transparent;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:24px}.calendar-cell.empty{visibility:hidden}.calendar-cell.has-item:hover{opacity:.8}.calendar-cell:not(.has-item){color:#fff9;font-size:.875rem;background:transparent}.calendar-cell.selected{border:2px solid #EC36B9;background:#ec36b926}.calendar-cell.today:not(.selected){border:1px solid rgba(255,255,255,.3)}.calendar-outfit-image{width:100%;height:calc(100% - 24px);-o-object-fit:cover;object-fit:cover;border-radius:6px;flex:1}.calendar-date{position:absolute;top:6px;left:0;right:0;background:transparent;color:#fffc;font-size:11px;padding:0;text-align:center;font-weight:600;z-index:10}.view-full-month{background:transparent;border:none;color:#ec36b9;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 0;width:100%;margin-top:1rem;transition:all .2s}.view-full-month:hover{opacity:.8}.view-full-month svg{width:16px;height:16px;transition:transform .3s}.view-full-month svg.rotated{transform:rotate(180deg)}.wardrobe-body{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.wardrobe-content{padding:0}.section-header{padding:1rem 1.5rem .5rem}.section-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.wardrobe-grid{display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:0}.wardrobe-grid>.feed-card{width:100%}.wardrobe-item-large{position:relative;cursor:pointer;animation:fadeInScale .4s cubic-bezier(.4,0,.2,1) backwards;transition:transform .2s ease}.wardrobe-item-large:nth-child(1){animation-delay:.05s}.wardrobe-item-large:nth-child(2){animation-delay:.1s}.wardrobe-item-large:nth-child(3){animation-delay:.15s}.wardrobe-item-large:nth-child(4){animation-delay:.2s}.wardrobe-item-large:nth-child(5){animation-delay:.25s}.wardrobe-item-large:nth-child(6){animation-delay:.3s}.wardrobe-item-large:nth-child(7){animation-delay:.35s}.wardrobe-item-large:nth-child(8){animation-delay:.4s}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.wardrobe-item-large:hover .wardrobe-image-large{opacity:.75}.wardrobe-item-large:active{transform:scale(.95)}.wardrobe-image-large{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transition:opacity .3s;display:block}.like-button{position:absolute;right:.75rem;bottom:.75rem;display:flex;align-items:center;gap:1rem;z-index:10}.like-button span{color:#fff;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.25rem}.like-button span:before{content:"♡";font-size:1.125rem;color:#fff}.like-button button{background:transparent;border:none;color:#fff;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.like-button svg{width:20px;height:20px}.item-overlay{position:absolute;bottom:0;left:0;right:0;padding:.75rem 5rem .75rem .75rem;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,rgba(0,0,0,.6) 50%,transparent 100%)}.item-info{display:flex;gap:.5rem;align-items:flex-start}.item-author{display:flex;flex-direction:column;gap:.375rem;align-items:flex-start}.author-top{display:flex;align-items:center;gap:.5rem}.author-avatar{width:2rem;height:2rem;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1.5px solid rgba(255,255,255,.5);flex-shrink:0}.author-info{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.author-label{color:#ffffffb3;font-size:.625rem;line-height:1;font-weight:400}.author-name{color:#fff;font-size:.75rem;line-height:1;font-weight:600}.item-inspired{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem}.inspired-label{color:#ffffffb3;font-size:.625rem;line-height:1;font-weight:400}.inspired-name{color:#fff;font-size:.75rem;line-height:1;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.25rem}.inspired-name:after{content:"↗";font-size:.875rem;opacity:.8}.wardrobe-item-large.generating-item{background:linear-gradient(135deg,#2d1b69,#8b5a8c,#c44569);animation:pulse 2s ease-in-out infinite;min-height:200px;overflow:hidden;display:flex;flex-direction:column}@keyframes pulse{0%,to{opacity:1}50%{opacity:.85}}.generating-preview{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:.75rem}.generating-preview-enhanced{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0003;position:relative;gap:.5rem;padding:2rem 1.5rem}.loading-gif-centered{width:140px;height:140px;-o-object-fit:contain;object-fit:contain;margin-bottom:.5rem}.generation-progress-container{width:100%;max-width:220px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.generation-progress-bar{width:100%;height:6px;background:#fff3;border-radius:10px;overflow:hidden}.generation-progress-fill{height:100%;background:#ff7bac;border-radius:10px;transition:width .5s ease;box-shadow:0 0 12px #ec36b9cc}.generation-progress-text{font-size:.875rem;font-weight:700;color:#fff;text-align:center}.generating-text-enhanced{font-size:1rem;font-weight:600;color:#fff;text-align:center;margin:0;margin-top:.5rem;line-height:1.4}.loading-gif-large{width:72px;height:72px;-o-object-fit:contain;object-fit:contain}.generating-item .item-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;padding:0;background:transparent}.generating-overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:0 2rem}.progress-bar-small{width:80%;height:4px;background:#fff3;border-radius:10px;overflow:hidden;margin:.5rem 0}.progress-bar-fill{height:100%;background:#ff7bac;border-radius:10px;transition:width .3s ease;box-shadow:0 0 10px #ec36b999}.progress-text-small{text-align:center;font-size:1.125rem;font-weight:700;color:#fff;margin:0;width:100%}.generating-text-small{font-size:1rem;font-weight:600;color:#ffffffe6;text-align:center;margin:0;width:100%}.wardrobe-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}.wardrobe-empty svg{width:64px;height:64px;color:#ffffff4d;margin-bottom:1.5rem}.wardrobe-empty h3{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem}.wardrobe-empty p{font-size:.875rem;color:#fff9}@media (max-width: 375px){.wardrobe-calendar{padding:.5rem}.calendar-title{font-size:1.25rem}.calendar-day-name{font-size:.625rem}.loading-gif-large{width:80px;height:80px}.dress-icon-small{width:40px;height:48px}.progress-text-small{font-size:.625rem}.generating-text-small{font-size:.5rem}}@media (min-width: 768px){.wardrobe-screen{max-width:480px}}.brands-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:#000;display:flex;flex-direction:column;color:#fff;width:100%;max-width:480px;overflow:hidden}.brands-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem .75rem;padding-top:calc(env(safe-area-inset-top,0px) + 1.5rem);flex-shrink:0}.brands-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.brands-header .profile-avatar{width:40px;height:40px;border-radius:50%;border:2px solid rgba(255,255,255,.4);background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.brands-header .profile-avatar svg{width:20px;height:20px;color:#fff}.brands-search-wrap{position:relative;margin:0 1rem .75rem;flex-shrink:0}.brands-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:16px;height:16px;color:#ffffff4d;pointer-events:none}.brands-search-input{width:100%;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.65rem 2.25rem;font-size:.85rem;color:#fff;outline:none;box-sizing:border-box}.brands-search-input::-moz-placeholder{color:#ffffff4d}.brands-search-input::placeholder{color:#ffffff4d}.brands-search-input:focus{border-color:#ec36b980}.brands-search-clear{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff6;font-size:.9rem;cursor:pointer;padding:0;line-height:1}.brands-content{flex:1;overflow-y:auto;padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.brands-content::-webkit-scrollbar{width:0;background:transparent}.brands-rows{display:flex;flex-direction:column;padding:0 0 1rem}.brand-row{padding:1rem 1rem .75rem;border-bottom:1px solid rgba(255,255,255,.06)}.brand-row-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.brand-row-identity{display:flex;align-items:center;gap:.6rem;min-width:0}.brand-row-logo{width:44px;height:44px;background:#fff;border-radius:10px;overflow:hidden;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px;box-sizing:border-box}.brand-row-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.brand-row-name{font-size:.85rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.brand-row-subtitle{font-size:.7rem;color:#fff6;margin:2px 0 0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-width:200px}.brand-row-view-all{flex-shrink:0;display:flex;align-items:center;gap:3px;font-size:.7rem;font-weight:600;padding:.4rem .75rem;border-radius:999px;background:#ec36b926;color:#ec36b9;border:none;cursor:pointer;transition:background .15s;white-space:nowrap}.brand-row-view-all:active{background:#ec36b94d}.brand-row-view-all svg{width:11px;height:11px}.brand-row-skeleton{display:flex;gap:10px;overflow:hidden}.brand-row-skeleton-card{flex-shrink:0;width:130px;aspect-ratio:4/5;border-radius:10px;background:#ffffff0f;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.brand-row-carousel-wrap{position:relative}.carousel-arrow{position:absolute;top:40%;transform:translateY(-50%);z-index:10;width:28px;height:28px;border-radius:50%;background:#000000d9;border:1px solid rgba(255,255,255,.15);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s}.carousel-arrow:active{background:#282828f2}.carousel-arrow svg{width:14px;height:14px}.carousel-arrow-left{left:-8px}.carousel-arrow-right{right:-8px}.brand-row-carousel{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.brand-row-carousel::-webkit-scrollbar{display:none}.brand-row-product{flex-shrink:0;width:130px}.brand-row-product-img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:10px;cursor:pointer;transition:opacity .15s;display:block}.brand-row-product-img:active{opacity:.75}.brand-row-product-name{font-size:.65rem;color:#ffffffbf;font-weight:500;margin:6px 0 5px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.2em}.brand-row-product-actions{display:flex;gap:4px}.prow-btn{flex:1;font-size:.6rem;font-weight:600;border:none;border-radius:8px;padding:5px 4px;cursor:pointer;transition:background .15s;line-height:1.2;display:flex;flex-direction:column;align-items:center}.prow-btn span{font-size:.55rem;font-weight:400;opacity:.7;margin-top:1px}.prow-btn-wear{background:#ec36b933;color:#ec36b9}.prow-btn-wear:active{background:#ec36b966}.prow-btn-shop{background:#ffffff12;color:#fff9}.prow-btn-shop:active{background:#ffffff24}.more-brands-section{padding:1.25rem 1rem 1rem}.more-brands-title{font-size:.65rem;font-weight:600;color:#ffffff4d;text-transform:uppercase;letter-spacing:.12em;margin:0 0 .75rem}.more-brands-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.more-brands-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .15s}.more-brands-card:active{transform:scale(.96)}.more-brands-logo{height:70px;background:#fff;display:flex;align-items:center;justify-content:center;padding:8px}.more-brands-logo img{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.more-brands-name{font-size:.65rem;font-weight:500;color:#ffffff8c;text-align:center;padding:6px 4px;margin:0}.brands-search-results{padding:0 1rem 1rem}.brands-search-meta{font-size:.75rem;color:#fff6;margin:0 0 .75rem}.search-loader-sentinel .search-skeleton-grid{margin-top:1.5rem}.search-skeleton-grid,.search-results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.search-skeleton-card{aspect-ratio:4/5;border-radius:12px;background:#ffffff0f;animation:pulse 1.5s ease-in-out infinite}.search-result-card{display:flex;flex-direction:column}.search-result-img{width:100%;aspect-ratio:4/5;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:12px;cursor:pointer;display:block;transition:opacity .15s}.search-result-img:active{opacity:.75}.search-result-name{font-size:.65rem;color:#ffffffbf;font-weight:500;margin:6px 0 2px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-result-brand{font-size:.6rem;color:#ffffff59;margin:0 0 5px}.brand-detail-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:#000;display:flex;flex-direction:column;color:#fff;width:100%;max-width:480px;overflow:hidden}.brand-detail-header{display:flex;align-items:center;justify-content:space-between;padding:0rem .5rem;padding-top:max(1rem,env(safe-area-inset-top));flex-shrink:0}.back-button{width:40px;height:40px;background:#ffffff1a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.back-button svg{width:20px;height:20px}.back-button:active{transform:scale(.9);background:#fff3}.brand-detail-title{font-size:1.5rem;font-weight:700;margin:0 0 0 1rem;flex:1;text-align:left}.profile-avatar{width:40px;height:40px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.profile-avatar svg{width:20px;height:20px}.brand-detail-content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:calc(80px + env(safe-area-inset-bottom,0px))}.brand-info-card{margin:0 .5rem}.brand-info-content{display:flex;align-items:center;gap:1rem;padding:.7rem}.brand-logo-link{flex-shrink:0;display:block;text-decoration:none}.brand-logo-image{width:110px;height:100px;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#fff;padding:.6rem;margin:0 auto}.brand-info-section{flex:1;display:flex;flex-direction:column;gap:.4rem}.brand-name{font-size:.75rem;font-weight:700;color:#fff;margin:0}.official-badge{display:inline-block;background:#4169e1;color:#fff;font-size:.7rem;font-weight:600;padding:.2rem .35rem;border-radius:8px;min-width:80px;max-width:120px;text-align:center;white-space:nowrap}.official-badge:before{content:"✓";font-weight:700}.brand-offer{display:flex;align-items:flex-start;gap:.5rem;color:#45c4ff;font-size:.8rem;line-height:1.4}.tag-icon{width:18px;height:18px;stroke:#45c4ff;flex-shrink:0;margin-top:.1rem}.brand-tabs{display:flex;gap:2rem;justify-content:center;padding:0 1.5rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.tab-button{background:none;border:none;color:#fff9;font-size:.9rem;font-weight:600;padding:.75rem 0;cursor:pointer;position:relative;transition:color .2s ease}.tab-button.active{color:#ec36b9}.tab-button.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:#ec36b9}.brand-products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;transition:opacity .15s}.brand-products-grid.category-loading{opacity:.4;pointer-events:none}.brand-ugc-grid{-moz-column-count:2;column-count:2;-moz-column-gap:.75rem;column-gap:.75rem;padding:0 1rem 1rem}.empty-state{-moz-column-span:all;column-span:all;text-align:center;padding:3rem 1.5rem;color:#fff9;font-size:1rem}.ugc-content{padding:0 1rem 1rem}.brand-product-card{position:relative;background:transparent;border-radius:0;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.brand-product-card:active{transform:scale(.98)}.brand-product-image-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;border-radius:0;background:#ffffff08;cursor:pointer}.brand-product-image-wrapper:after{content:"";position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.85) 100%);z-index:1;pointer-events:none}.brand-product-image{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;background:#ffffff0d}.brand-product-footer{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:space-between;align-items:flex-end;padding:.625rem;z-index:2;gap:.5rem}.brand-product-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0;overflow:hidden}.brand-product-label{font-size:.7rem;color:#fff6;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.brand-product-brand-name{font-size:.9rem;font-weight:600;color:#fff;line-height:1.2}.brand-product-actions{display:flex;align-items:flex-end;flex-shrink:0}.brand-product-discount{display:flex;align-items:center;gap:.35rem;color:#45c4ff;font-size:.75rem;font-weight:600;margin-top:.125rem}.tag-icon-small{width:14px;height:14px;stroke:#45c4ff;flex-shrink:0}.buy-now-button{display:flex;align-items:center;gap:.35rem;background:transparent;border:none;color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;padding:0}.buy-now-button svg{width:14px;height:14px}.buy-now-button:not(:disabled):active{color:#ec36b9;transform:scale(.95)}.buy-now-button:disabled{opacity:.5;cursor:not-allowed}.brand-ugc-card{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:.75rem;background:#ffffff05;border-radius:12px;overflow:hidden;transition:transform .2s ease;display:inline-block;width:100%}.brand-ugc-card:active{transform:scale(.98)}.brand-ugc-image-wrapper{position:relative;width:100%;aspect-ratio:3/4;overflow:hidden;background:#ffffff0d;border-radius:12px 12px 0 0}.brand-ugc-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block}.brand-ugc-actions{padding:.75rem;background:#00000080}.wear-it-button{display:flex;flex-direction:column;align-items:center;gap:.25rem;width:100%;padding:.75rem;border-radius:25px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;background:#ff7bac;color:#fff}.wear-it-button:active{transform:scale(.95)}.button-text{font-size:.875rem;font-weight:600}.button-subtext{font-size:.75rem;font-weight:400;opacity:.8}.brand-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.brand-detail-loading p{margin-top:1rem;color:#fff}.brand-detail-loading--padded{height:auto;padding:3rem}.brand-detail-loading--sm{height:auto;padding:2rem}.loading-gif{width:60px;height:60px}.category-filter-heading{padding:.75rem 1.25rem .25rem;font-size:.95rem;font-weight:600;color:#ffffff8c;margin:0}.loader-sentinel{width:100%;padding:2rem 0;display:flex;justify-content:center;align-items:center;min-height:150px}.brand-subscribe-section{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;gap:.5rem;padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);z-index:1000}.subscribe-input{flex:1;min-width:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:.65rem 1rem;color:#fff;font-size:.85rem;outline:none}.subscribe-input::-moz-placeholder{color:#fff6}.subscribe-input::placeholder{color:#fff6}.subscribe-input:focus{border-color:#fff6}.subscribe-button{background:#ff7bac;border:none;border-radius:25px;padding:.65rem 1.5rem;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;flex-shrink:0;white-space:nowrap}@media (max-width: 375px){.brand-subscribe-section{gap:.4rem;padding:.6rem .75rem}.subscribe-input{padding:.6rem .85rem;font-size:.8rem}.subscribe-button{padding:.6rem 1.2rem;font-size:.8rem}}.subscribe-button:disabled{opacity:.5;cursor:not-allowed}.subscribe-button:not(:disabled):active{transform:scale(.95)}.brand-detail-content::-webkit-scrollbar{width:0;background:transparent}@media (min-width: 768px){.brand-products-grid{grid-template-columns:repeat(3,1fr)}.brand-ugc-grid{-moz-column-count:3;column-count:3}}@media (min-width: 1024px){.brand-products-grid{grid-template-columns:repeat(4,1fr)}.brand-ugc-grid{-moz-column-count:4;column-count:4}}.category-filter-row{display:flex;gap:10px;padding:0 20px 16px;overflow-x:auto;flex-shrink:0;scrollbar-width:none}.category-filter-row::-webkit-scrollbar{display:none}@media (hover: hover) and (pointer: fine){.category-filter-row{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent;padding-bottom:20px}.category-filter-row::-webkit-scrollbar{display:block;height:4px}.category-filter-row::-webkit-scrollbar-track{background:transparent}.category-filter-row::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}}.category-pill{padding:8px 20px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:20px;color:#ffffffb3;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;display:flex;align-items:center;gap:.4rem}.category-pill.active{background:#ff7bac;border-color:#ec36b9;color:#fff;box-shadow:0 4px 12px #ec36b966}.category-pill:active{transform:scale(.95)}.category-count{font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:9999px;background:#ffffff26}.category-pill.active .category-count{background:#ffffff4d}.profile-screen{position:fixed;top:0;left:50%;transform:translate(-50%);min-height:100vh;height:100vh;background:#000;color:#fff;overflow-y:auto;display:flex;flex-direction:column;width:100%;max-width:480px}.profile-header-section{position:relative;z-index:100;background:linear-gradient(180deg,#9b4a7b,#635);padding-bottom:0;flex-shrink:0}.pink-cover-space{height:100px}.profile-header-top{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-top:calc(env(safe-area-inset-top,0px) + 16px)}.header-left{display:flex;align-items:center;gap:12px}.back-button{background:#0000004d;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.back-button:active{background:#00000080}.profile-title{font-size:20px;font-weight:600;color:#fff;margin:0}.share-button{background:#0000004d;border:none;border-radius:20px;padding:8px 16px;display:flex;align-items:center;gap:6px;color:#fff;font-size:14px;cursor:pointer}.share-button:active{background:#00000080}.profile-info-card{padding:0 20px 20px;position:relative;margin-top:-60px;z-index:101;flex-shrink:0}.profile-top-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:16px;width:100%}.profile-avatar-large{width:120px;height:120px;border-radius:50%;overflow:hidden;border:5px solid #000;box-shadow:0 8px 24px #0006;flex-shrink:0;position:relative;z-index:102}.profile-avatar-large img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;color:#fff}.social-icons{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end;padding-top:20px}.social-icon-btn{background:#0006;border:none;border-radius:50%;width:36px;height:36px;min-width:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}.social-icon-btn:active{background:#0009}.profile-name{font-size:24px;font-weight:600;margin:0 0 4px;color:#fff;text-align:left}.profile-username{font-size:14px;color:#ffffffb3;margin:0 0 20px;text-align:left}.profile-stats{display:flex;justify-content:space-around;background:#0000004d;border-radius:16px;padding:16px;margin:0;border:1px solid rgba(255,255,255,.1)}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.stat-item svg{color:#ff69b4}.stat-value{font-size:18px;font-weight:700;color:#fff}.stat-label{font-size:12px;color:#fff9}.profile-tabs{display:flex;gap:0;background:#000;padding:0 20px;border-bottom:1px solid rgba(255,255,255,.1);flex-shrink:0;position:sticky;top:0;z-index:10}.tab-btn{flex:1;background:transparent;border:none;padding:16px 12px;color:#fff9;font-size:13px;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .3s ease;white-space:nowrap}.tab-btn.active{color:#ff69b4;border-bottom-color:#ff69b4}.profile-content{background:#000;padding:24px 20px 120px;flex:1}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:8px;color:#fff}.size-selector .size-option{margin-bottom:0}.form-group input,.form-group textarea{width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:14px 16px;color:#fff;font-size:14px;font-family:inherit;transition:all .3s ease}.form-group input:disabled,.form-group textarea:disabled{background:#ffffff08;color:#ffffff80;cursor:not-allowed}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff69b4;background:#ffffff14}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#ffffff4d}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group textarea{resize:vertical;min-height:100px}.readonly-input{background:#ffffff08!important;color:#ffffff80!important;cursor:not-allowed}.input-hint{display:block;margin-top:6px;font-size:12px;color:#fff6}.section-title{font-size:18px;font-weight:600;margin:32px 0 20px;color:#fff}.skin-tone-selector{display:flex;gap:12px;margin-top:12px}.skin-tone-btn{width:60px;height:60px;border-radius:12px;border:2px solid transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.skin-tone-btn.selected{border-color:#fff;box-shadow:0 0 0 2px #ff69b4}.skin-tone-btn svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.5))}.size-selector{display:flex;flex-direction:column;gap:16px;margin-top:12px}.size-option{display:flex;align-items:center;gap:20px;cursor:pointer;padding:0;margin:8px 0}.size-option input[type=radio]{width:20px;height:20px;accent-color:#FF69B4;cursor:pointer;margin:0;flex-shrink:0}.size-option span{font-size:16px;color:#fff;line-height:20px}.photos-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.photo-upload-btn{aspect-ratio:3/4;background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#fff9;cursor:pointer;transition:all .3s ease}.photo-upload-btn:active{background:#ffffff14;border-color:#ff69b4;color:#ff69b4}.photo-upload-btn:disabled{opacity:.5;cursor:not-allowed}.photo-upload-btn span{font-size:14px;font-weight:500}.photo-item{position:relative;aspect-ratio:3/4;border-radius:16px;overflow:hidden;background:#ffffff0d}.photo-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-delete-btn{position:absolute;top:12px;right:12px;background:#000000b3;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.photo-delete-btn:active{background:#f00c}.photo-delete-btn:disabled{opacity:.6;cursor:not-allowed}.save-button{width:100%;background:linear-gradient(135deg,#ff69b4,#ff1493);border:none;border-radius:50px;padding:16px;color:#fff;font-size:16px;font-weight:600;cursor:pointer;margin-top:32px;box-shadow:0 4px 12px #ff69b44d;transition:all .3s ease}.save-button:active{transform:scale(.98);box-shadow:0 2px 8px #ff69b466}.save-button:disabled{opacity:.6;cursor:not-allowed}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}@media (max-width: 380px){.profile-tabs{padding:0 12px}.tab-btn{font-size:12px;padding:14px 8px}.skin-tone-btn{width:50px;height:50px}}.outfit-result-screen{position:fixed;top:0;left:50%;transform:translate(-50%);height:100vh;height:100dvh;background:#000;color:#fff;overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:480px;animation:slideInRight .3s ease-out}.outfit-main-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.outfit-main-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.outfit-header{position:relative;z-index:10;padding:1rem 1.5rem;padding-top:calc(env(safe-area-inset-top,0px) + 1rem);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,transparent 100%)}.back-button-circle{width:40px;height:40px;background:#0009;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button-circle svg{width:20px;height:20px}.back-button-circle:active{background:#000c}.outfit-header .profile-avatar{width:40px;height:40px;border-radius:50%;border:1.5px solid rgba(255,255,255,.8);background:#0009;display:flex;align-items:center;justify-content:center;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.outfit-header .profile-avatar svg{width:20px;height:20px}.feedback-buttons-standalone{position:absolute;bottom:calc(80px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;gap:16px;z-index:10}.feedback-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:1rem}.feedback-button{width:48px;height:48px;background:#120d1273;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#fff}.feedback-button svg{width:24px;height:24px}.feedback-button:active{background:#fff3;border-color:#ffffff80}.feedback-button--liked,.feedback-button--disliked{background:#ff7bac33;border-color:#ff7bac;color:#ff7bac}.outfit-items-section{position:absolute;bottom:calc(80px + env(safe-area-inset-bottom,0px));left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0%,rgba(0,0,0,.8) 50%,transparent 100%);padding:1rem 1.5rem;z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.outfit-items{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none}.outfit-items::-webkit-scrollbar{display:none}.outfit-item{flex:0 0 auto;width:80px}.outfit-item-image{width:80px;height:auto;background:transparent;border:4px solid #000000;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.outfit-item-image img{width:100%;height:70px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.outfit-item-footer{display:flex;justify-content:space-between;align-items:center;padding:4px 6px;background:#000;height:26px}.outfit-item-price{font-size:.7rem;font-weight:600;color:#ec36b9}.outfit-item-link{width:18px;height:18px;background:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;padding:0;flex-shrink:0}.outfit-item-link svg{width:12px;height:12px}.outfit-item-link:active{opacity:.6}.outfit-actions{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:12px;background:linear-gradient(to bottom,#120d1200,#120d12);z-index:20}.outfit-actions-buttons{display:flex;gap:12px;align-items:center;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.outfit-actions-buttons::-webkit-scrollbar{display:none}.shop-toggle-button{padding:12px 20px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.shop-toggle-button:active{background:#ffffff40}.share-earn-button{flex:1;padding:14px 24px;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.share-earn-button:active{transform:scale(.98)}.generate-look-button{width:100%;padding:16px 24px;background:linear-gradient(106deg,#ec36b9,#ff7bac);border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.generate-look-button:active{transform:scale(.98)}.action-icon-button{width:40px;height:40px;min-width:40px;min-height:40px;background:#ffffff1a;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease;flex-shrink:0}.action-icon-button svg{width:18px;height:18px}.action-icon-button .button-icon{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.button-icon-invert{filter:invert(1) brightness(2)}.action-icon-button:active{background:#fff3}.similar-items-section{padding:0 1.5rem 2rem}.similar-items-title{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff}.similar-items-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.similar-item{background:#ffffff08;border-radius:12px;overflow:hidden}.similar-item-image{width:100%;aspect-ratio:3/4;background:#ffffff0d}.similar-item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.similar-item-info{padding:12px}.similar-item-name{font-size:.85rem;color:#ffffffb3;display:block;margin-bottom:8px}.similar-item-footer{display:flex;justify-content:space-between;align-items:center}.similar-item-price{font-size:1rem;font-weight:600;color:#4de0ff}.similar-buy-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#fff;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.similar-buy-button svg{width:12px;height:12px}.similar-buy-button:active{background:#ffffff1a;border-color:#ffffff4d}.similar-modal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;max-height:85vh;background:#000;border-radius:24px 24px 0 0;z-index:1001;display:flex;flex-direction:column;animation:slideUp .3s ease-out;padding-bottom:max(1rem,env(safe-area-inset-bottom))}.similar-modal-title{font-size:1.25rem;font-weight:600;margin:0 0 1rem;color:#fff;padding:0 20px}.similar-modal-count{padding:0 20px 12px;margin-top:-8px;font-size:.9rem;color:#ffffffb3}.similar-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 16px 20px}.similar-modal-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.3) transparent}.similar-modal-scroll::-webkit-scrollbar{width:4px}.similar-modal-scroll::-webkit-scrollbar-track{background:transparent}.similar-modal-scroll::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.similar-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;padding:0;cursor:pointer;text-align:left;color:inherit;display:flex;flex-direction:column;box-shadow:0 12px 24px #00000059}.similar-card:active{transform:scale(.99)}.similar-card-image{width:100%;aspect-ratio:4/5;background:#ffffff0a}.similar-card-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.similar-card-body{padding:12px 12px 10px}.similar-card-title{font-size:.95rem;font-weight:600;color:#fffffff2;line-height:1.25;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:10px;min-height:2.4em}@media (max-width: 340px){.similar-modal-grid{grid-template-columns:1fr}}.similar-card-site{font-size:.85rem;font-weight:600;color:#ffffffbf;margin-top:-4px;margin-bottom:10px}.similar-card-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.similar-card-price{font-size:1.1rem;font-weight:800;color:#ec36b9}.similar-card-stock{font-size:.75rem;font-weight:700;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);white-space:nowrap}.similar-card-stock.in{background:#2cd58526;color:#2cd585f2;border-color:#2cd58559}.similar-card-stock.out{background:#ff57571f;color:#ff5757f2;border-color:#ff575759}.similar-card-source{font-size:.85rem;color:#ffffff8c;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.similar-close-button{margin:16px 20px 0;padding:14px 24px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.similar-close-button:active{background:#ffffff1a;border-color:#ffffff80}.similar-view-more-row{grid-column:1 / -1;display:flex;justify-content:center;padding:8px 0 4px}.similar-view-more-button{width:100%;max-width:260px;padding:14px 24px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.similar-view-more-button:active{background:#ffffff1a;border-color:#ffffff80}.similar-view-more-button[disabled],.similar-view-more-button[aria-disabled=true]{opacity:.6;cursor:default}.regenerate-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:420px;background:#2c2c2c;border-radius:24px;padding:32px 24px;z-index:2001;display:flex;flex-direction:column;gap:20px;animation:slideIn .3s ease-out;max-height:90vh;overflow-y:auto}.regenerate-modal-title{text-align:center;font-size:1.5rem;font-weight:600;color:#fff;margin:0;line-height:1.3}.environment-textarea{width:100%;padding:16px;background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;font-size:.95rem;font-family:inherit;resize:vertical;min-height:auto;outline:none}.environment-textarea::-moz-placeholder{color:#fff6}.environment-textarea::placeholder{color:#fff6}.environment-textarea:focus{border-color:#fff3;background:#252525}.or-separator{text-align:center;font-size:.9rem;color:#fff9;position:relative;margin:8px 0}.reference-image-button{width:100%;padding:14px 20px;background:transparent;border:2px solid rgba(255,255,255,.3);border-radius:25px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.reference-image-button:active{background:#ffffff1a;border-color:#ffffff80}.generate-background-button{width:100%;padding:16px 20px;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.generate-background-button:active{transform:scale(.98)}.regenerate-close-button{width:100%;padding:14px 20px;background:#fff;border:none;border-radius:25px;color:#333;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.regenerate-close-button:active{background:#e0e0e0}.edit-image-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2002;display:flex;flex-direction:column}.edit-modal-backdrop{flex:1}.edit-modal-content{background:#111;border-radius:20px 20px 0 0;padding:2.5rem 1.25rem 1.5rem;padding-bottom:max(1.5rem,env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:.875rem;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.edit-close-x{position:absolute;top:-44px;left:50%;transform:translate(-50%);width:36px;height:36px;background:#1c1c1c;border:1.5px solid rgba(255,255,255,.2);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;z-index:10}.edit-close-x svg{width:16px;height:16px}.edit-close-x:active{background:#333}.edit-header{display:flex;justify-content:space-between;align-items:center}.edit-title{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.edit-credits{display:flex;align-items:center;gap:6px;color:#ffc107;font-size:.875rem;font-weight:600}.edit-credits svg{width:18px;height:18px;fill:#ffc107}.edit-textarea{width:100%;padding:14px;background:#1e1e1e;border:1px solid rgba(255,255,255,.15);border-radius:12px;color:#ffffffd9;font-size:.9rem;font-family:inherit;resize:none;min-height:90px;outline:none;box-sizing:border-box}.edit-textarea::-moz-placeholder{color:#fff6;line-height:1.5}.edit-textarea::placeholder{color:#fff6;line-height:1.5}.edit-textarea:focus{border-color:#ffffff4d;background:#242424}.edit-reference-button{width:100%;padding:14px 20px;background:transparent;border:1.5px solid rgba(255,255,255,.35);border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s ease;text-align:center}.edit-reference-button:active{background:#ffffff14}.edit-regenerate-button{width:100%;padding:16px 20px;background:#ff3d8b;border:none;border-radius:50px;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:opacity .2s ease,transform .15s ease;text-align:center}.edit-regenerate-button:active{transform:scale(.98)}.edit-regenerate-button:disabled{opacity:.6}.share-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:2000;animation:fadeIn .3s ease}.share-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:#2c2c2c;border-radius:24px;padding:22px 18px;z-index:2001;display:flex;flex-direction:column;gap:14px;animation:slideIn .3s ease-out;max-height:90vh;overflow-y:auto;box-shadow:0 30px 70px #0009}@keyframes slideIn{0%{transform:translate(-50%,-40%);opacity:0}to{transform:translate(-50%,-50%);opacity:1}}.share-modal-title{text-align:center;font-size:1.5rem;font-weight:600;color:#ffffffe6;margin:0}.share-preview-image{width:100%;aspect-ratio:3/4;border-radius:16px;overflow:hidden;background:#ffffff0f}.share-preview-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.share-modal-copy{padding:2px 2px 8px}.share-modal-heading{text-align:center;font-size:1.02rem;font-weight:700;color:#fffffff2;margin-bottom:6px}.share-modal-subheading{text-align:center;font-size:.9rem;line-height:1.35;color:#ffffffb3}.share-form{display:flex;flex-direction:column;gap:10px}.share-field{display:flex;flex-direction:column;gap:6px}.share-field-label{font-size:.9rem;font-weight:700;color:#ffffffe6}.share-input,.share-select{width:100%;padding:14px 16px;background:#00000059;border:1px solid rgba(255,255,255,.12);border-radius:14px;color:#ffffffeb;font-size:17px;line-height:1.2;font-family:inherit;outline:none}.share-select{font-weight:700;padding-right:44px;appearance:none;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.8) 50%),linear-gradient(135deg,rgba(255,255,255,.8) 50%,transparent 50%);background-position:calc(100% - 18px) 50%,calc(100% - 12px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.share-select::-ms-expand{display:none}.share-select-button{text-align:left}.share-select-button:active{transform:scale(.99)}.share-input::-moz-placeholder{color:#ffffff73}.share-input::placeholder{color:#ffffff73}.share-input:focus,.share-select:focus{border-color:#ffffff38;background:#00000073}.share-select option{color:#111;font-size:17px;font-weight:600}.brand-picker-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:2200;animation:fadeIn .15s ease}.brand-picker-sheet{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 28px);max-width:460px;max-height:min(78%,640px);background:#2c2c2c;border:1px solid rgba(255,255,255,.12);border-radius:18px;z-index:2201;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 70px #000000a6;box-sizing:border-box}.brand-picker-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-picker-title{font-size:1.1rem;font-weight:800;color:#fffffff2}.brand-picker-close{width:38px;height:38px;border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#ffffffe6;font-size:18px;cursor:pointer}.brand-picker-search{padding:12px 18px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-picker-list{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:6px 10px 10px}.brand-picker-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#0000002e;color:#fffffff2;font-size:18px;font-weight:700;text-align:left;cursor:pointer}.brand-picker-item:active{background:#ffffff12}.brand-picker-item.active{background:#ec36b924;border-color:#ec36b959}.brand-picker-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.brand-picker-check{font-size:18px;font-weight:900;color:#fffffff2}.share-error{padding:10px 12px;border-radius:14px;background:#ff57571f;border:1px solid rgba(255,87,87,.3);color:#ffd2d2f2;font-size:.9rem;text-align:center}.post-now-button{width:100%;padding:16px 20px;background:#ff7bac;border:none;border-radius:25px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.post-now-button:active{transform:scale(.98)}.post-now-button[disabled],.post-now-button[aria-disabled=true]{opacity:.7;cursor:not-allowed}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@media (max-width: 480px){.outfit-items-section{padding:1rem 1rem .75rem}.outfit-item{width:80px}.outfit-item-image{width:80px;height:auto}.outfit-actions{padding:0 1rem 1rem}.similar-items-section{padding:0 1rem 2rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .3s ease-out}@media (min-width: 768px){.app-shell,.top-bar,.brands-screen,.brand-detail-screen,.home-screen,.onboarding-screen,.outfit-result-screen,.profile-screen,.remix-lab-screen,.style-room-screen,.upload-photo-screen,.credits-screen,.wallet-screen,.wardrobe-screen{max-width:768px!important}}@media (min-width: 1280px){.app-shell,.top-bar,.brands-screen,.brand-detail-screen,.home-screen,.onboarding-screen,.outfit-result-screen,.profile-screen,.remix-lab-screen,.style-room-screen,.upload-photo-screen,.credits-screen,.wallet-screen,.wardrobe-screen{max-width:1280px!important}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--popover: 0 0% 100%;--popover-foreground: 240 10% 3.9%;--primary: 346.8 77.2% 49.8%;--primary-foreground: 355.7 100% 97.3%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--accent: 240 4.8% 95.9%;--accent-foreground: 240 5.9% 10%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 0 0% 98%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 346.8 77.2% 49.8%;--radius: .3rem}.dark{--background: 20 14.3% 4.1%;--foreground: 0 0% 95%;--card: 24 9.8% 10%;--card-foreground: 0 0% 95%;--popover: 0 0% 9%;--popover-foreground: 0 0% 95%;--primary: 346.8 77.2% 49.8%;--primary-foreground: 355.7 100% 97.3%;--secondary: 240 3.7% 15.9%;--secondary-foreground: 0 0% 98%;--muted: 0 0% 15%;--muted-foreground: 240 5% 64.9%;--accent: 12 6.5% 15.1%;--accent-foreground: 0 0% 98%;--destructive: 0 62.8% 30.6%;--destructive-foreground: 0 85.7% 97.3%;--border: 240 3.7% 15.9%;--input: 240 3.7% 15.9%;--ring: 346.8 77.2% 49.8%}*{border-color:hsl(var(--border))}html,body{background-color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-left:1rem}@media (min-width: 1400px){.container{max-width:1400px}}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.right-0{right:0}.right-4{right:1rem}.top-4{top:1rem}.z-10{z-index:10}.z-\[10000\]{z-index:10000}.z-\[1001\]{z-index:1001}.z-\[9999\]{z-index:9999}.my-4{margin-top:1rem;margin-bottom:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.block{display:block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.\!grid{display:grid!important}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\[100vh\]{height:100vh}.max-h-\[52vh\]{max-height:52vh}.min-h-\[100dvh\]{min-height:100dvh}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-4{width:1rem}.w-44{width:11rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[100vw\]{width:100vw}.w-full{width:100%}.max-w-\[335px\]{max-width:335px}.max-w-\[520px\]{max-width:520px}.max-w-\[547px\]{max-width:547px}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.list-disc{list-style-type:disc}.flex-col{flex-direction:column}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-6{gap:1.5rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-border{border-color:hsl(var(--border))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.bg-\[\#2a2a2a\]{--tw-bg-opacity: 1;background-color:rgb(42 42 42 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-black\/70{background-color:#000000b3}.bg-black\/80{background-color:#000c}.bg-black\/95{background-color:#000000f2}.bg-card{background-color:hsl(var(--card))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-secondary{background-color:hsl(var(--secondary))}.bg-transparent{background-color:transparent}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#4D2534\]{--tw-gradient-from: #4D2534 var(--tw-gradient-from-position);--tw-gradient-to: rgb(77 37 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-400{--tw-gradient-from: #f472b6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-\[\#471138\]{--tw-gradient-to: #471138 var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-5{padding-left:1.25rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.font-\[\'Blinker\'\]{font-family:Blinker}.font-\[\'Poppins\'\]{font-family:Poppins}.text-5xl{font-size:3rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-\[\#EC36B9\]{--tw-text-opacity: 1;color:rgb(236 54 185 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-card-foreground{color:hsl(var(--card-foreground))}.text-foreground{color:hsl(var(--foreground))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-pink-300{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity, 1))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-zinc-100{--tw-text-opacity: 1;color:rgb(244 244 245 / var(--tw-text-opacity, 1))}.text-zinc-200{--tw-text-opacity: 1;color:rgb(228 228 231 / var(--tw-text-opacity, 1))}.text-zinc-300{--tw-text-opacity: 1;color:rgb(212 212 216 / var(--tw-text-opacity, 1))}.text-zinc-400{--tw-text-opacity: 1;color:rgb(161 161 170 / var(--tw-text-opacity, 1))}.text-zinc-500{--tw-text-opacity: 1;color:rgb(113 113 122 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.underline-offset-4{text-underline-offset:4px}.accent-pink-500{accent-color:#ec4899}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.shadow-\[0px_4px_104px_0px_\#000\]{--tw-shadow: 0px 4px 104px 0px #000;--tw-shadow-colored: 0px 4px 104px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[20px\]{--tw-backdrop-blur: blur(20px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.running{animation-play-state:running}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.background-card{color:#fff;background:conic-gradient(from 74deg at 50% 50%,#176b92,#9d46b6 79.19999957084656deg,#9645b396 190.79998970031738deg,#bb317891 262.8000068664551deg,#26008f 360deg);mix-blend-mode:hard-light;filter:blur(200px);position:fixed;width:1200px;height:800px;top:80px;z-index:0;left:50%;transform:translate(-50%);pointer-events:none}.gradient-text{background:var(--Gradient-1, linear-gradient(106deg, #03B7FF -20.23%, #EC36B9 102.01%));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.upload-img{border-radius:24px;border:2px dashed rgba(255,255,255,.32);background:linear-gradient(106deg,#88c6ff1a -20.23%,#ff83dc1a 102.01%);box-shadow:0 4px 104px #000;-webkit-backdrop-filter:blur(160px);backdrop-filter:blur(160px)}.gallery{max-width:1200px;margin:0 auto;-moz-column-count:4;column-count:4}.gallery-item{-moz-column-break-inside:avoid;break-inside:avoid;margin-bottom:5px}.gallery-item figure{margin:0;position:relative}.gallery-item img{max-width:100%}@media screen and (max-width:400px){.gallery{max-width:300px;-moz-column-count:2;column-count:2}}@media screen and (min-width:401px) and (max-width:600px){.gallery{max-width:400px;-moz-column-count:2;column-count:2}}@media screen and (min-width:601px) and (max-width:900px){.gallery{max-width:600px;-moz-column-count:2;column-count:2}}@media screen and (min-width:901px) and (max-width:1200px){.gallery{max-width:900px;-moz-column-count:3;column-count:3}}.new_trend_box_back{background:linear-gradient(105.8deg,#88c6ff1a -20.23%,#ff83dc1a 102.01%)}.price-box{background-color:#d692ff26;border:1px solid #FFFFFF40;border-radius:12px}.button-tag{background:linear-gradient(105.8deg,#88c6ff66 -20.23%,#ff83dc66 102.01%)}.brand-grid-border-0{padding:4px;background:#ff7bac;border-radius:4px}html,body,#root{height:100%;height:100vh;height:100dvh;overflow:hidden;margin:0;padding:0}body{overscroll-behavior:none;touch-action:pan-y}#root{position:relative}*{box-sizing:border-box}.hover\:bg-\[\#333333\]:hover{--tw-bg-opacity: 1;background-color:rgb(51 51 51 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgb(244 114 182 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-60:disabled{opacity:.6}
