.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.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))}.rounded-full{border-radius:9999px}.p-4{padding:1rem}.uppercase{text-transform:uppercase}.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)}:root{--bg: #0A0A0F;--surface: #16161E;--surface-elevated: #1E1E28;--border: rgba(255, 255, 255, .06);--text-primary: #F4F4F5;--text-secondary: #71717A;--text-tertiary: #52525B;--accent: #E11D48;--accent-soft: rgba(225, 29, 72, .12);--accent-glow: rgba(225, 29, 72, .3);--card: var(--surface);--card-surface: var(--surface-elevated);--text: var(--text-primary);--text-muted: var(--text-secondary);--gap-section: 24px;--gap-card: 12px;--radius: 12px;--radius-nav: 0;--shadow-glow: 0 8px 24px var(--accent-glow)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Inter,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text-primary);-webkit-tap-highlight-color:transparent;overflow-x:hidden}a{color:var(--accent)}button{cursor:pointer;font-size:1rem}input,select{font-size:16px}.screen h1{font-size:20px;font-weight:600;letter-spacing:-.02em;margin:0}.screen p{color:var(--text-secondary);margin:0;font-size:13px}.item-count{font-size:13px;font-weight:400;color:var(--text-secondary)}.section-title{font-size:15px;font-weight:600;color:var(--text-primary);margin:0 0 12px}.card-label{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-state-text{font-size:13px;font-weight:400;color:var(--text-tertiary)}.tab-label{font-size:11px;font-weight:500}.category-label{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 24px;border:none;border-radius:var(--radius);font-weight:600;transition:transform .15s,opacity .15s}.btn:active{opacity:.9}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 8px 24px var(--accent-glow)}.btn-secondary{background:var(--surface);color:var(--text-primary);border:1px solid var(--border)}.btn-ghost{background:transparent;color:var(--accent)}.screen{min-height:100vh;padding:max(env(safe-area-inset-top),16px) 16px max(env(safe-area-inset-bottom),88px);display:flex;flex-direction:column}.screen h1{font-size:1.5rem;margin:0;font-weight:700}.screen p{color:var(--text-muted);margin:0;font-size:.9375rem}.app-header{display:flex;align-items:center;justify-content:space-between;padding:var(--gap-section) 0;gap:var(--gap-card)}.app-header h1{font-size:1.5rem;margin:0}.app-header .sub{color:var(--text-muted);font-size:.875rem;margin-top:2px}.app-header .add-btn{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:var(--accent);color:#fff;border:none;font-size:1.5rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 0 16px var(--accent-glow);transition:transform .15s}.app-header .add-btn:active{transform:scale(.96)}.app-header--global{display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:max(env(safe-area-inset-top),12px) 16px 12px;min-height:56px;background:var(--bg);border-bottom:1px solid var(--border)}.app-header--global .app-header-title{min-width:0;text-align:center;display:flex;align-items:center;justify-content:center;gap:8px}.app-header--global .app-header-title h1{font-size:20px;font-weight:600;letter-spacing:-.02em}.app-header--global .app-header-title .sub{margin-top:0}.header-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;padding:2px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:500}.header-back,.header-profile-btn{width:44px;height:44px;border:none;background:transparent;color:var(--text-primary);font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background .15s}.header-profile-btn{width:36px;height:36px;padding:0;border:1px solid var(--border);border-radius:10px;overflow:hidden}.header-profile-btn img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.header-back:hover,.header-profile-btn:hover{background:var(--surface-elevated)}.header-profile-icon{font-size:1.25rem}.profile-page{padding-top:24px}.profile-avatar-block{margin-bottom:24px}.profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;gap:12px}.profile-avatar-img,.profile-avatar-placeholder{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--card-surface)}.profile-avatar-placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem}.profile-avatar-actions{display:flex;gap:12px}.profile-fields{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.profile-label{display:flex;flex-direction:column;gap:4px;color:var(--text-muted);font-size:.875rem}.profile-label input,.profile-label select{padding:12px 14px;border-radius:var(--radius);border:1px solid var(--card-surface);background:var(--card);color:var(--text)}.profile-section{margin-top:8px}.profile-section--logout{margin-top:28px;padding-top:20px;border-top:1px solid var(--border)}.profile-logout-btn{width:100%}.profile-section-title{font-size:1.125rem;margin:0 0 4px}.profile-section-desc{color:var(--text-muted);font-size:.875rem;margin:0 0 12px}.profile-save-ok{color:var(--accent);font-size:.875rem;margin:8px 0 0}.btn-sm{min-height:36px;padding:8px 16px;font-size:.875rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.modal-content{background:var(--card);border-radius:var(--radius);padding:24px;max-width:360px;width:100%;box-shadow:var(--shadow-glow)}.modal-content h2{margin:0 0 8px;font-size:1.25rem}.wardrobe-categories{display:flex;gap:8px;overflow-x:auto;padding:0 16px 4px;margin-bottom:20px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.wardrobe-categories::-webkit-scrollbar{display:none}.wardrobe-category-chip{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.wardrobe-category-chip:hover{color:var(--text-primary)}.wardrobe-category-chip.active{background:var(--accent-soft);border-color:#e11d484d;color:var(--accent)}.wardrobe-section{margin-bottom:var(--gap-section)}.wardrobe-section:last-of-type{margin-bottom:80px}.studio-screen .wardrobe-section{margin-bottom:calc(var(--gap-section) * .5)}.wardrobe-carousel-scroll{overflow-x:auto;overflow-y:hidden;margin:0 -16px;padding:2px 16px 8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-x;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.wardrobe-carousel-scroll:active{cursor:grabbing}.wardrobe-carousel-scroll::-webkit-scrollbar{display:none}.wardrobe-carousel-scroll img{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.wardrobe-carousel{display:flex;flex-wrap:nowrap;gap:12px;width:-moz-max-content;width:max-content;min-height:0;padding-left:calc(50% - 80px);padding-right:calc(50% - 80px);box-sizing:content-box}.wardrobe-carousel-card-wrap{flex:0 0 auto;width:160px;transition:transform .35s cubic-bezier(.25,.46,.45,.94)}.wardrobe-card-new--carousel{width:100%;min-width:0}.wardrobe-card-new{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .15s ease-out,transform .15s ease-out}.wardrobe-card-new:hover,.wardrobe-card-new:active{border-color:#ffffff1f;transform:scale(.98)}.wardrobe-card-new .photo-wrap{aspect-ratio:3 / 4;background:var(--surface-elevated);overflow:hidden;border-radius:10px;margin:8px 8px 0}.wardrobe-card-new .photo-wrap img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.wardrobe-card-new .label-wrap{padding:10px 12px 12px;min-height:40px;display:flex;align-items:center}.wardrobe-card-new .card-label{margin:0;line-height:1.3}.wardrobe-card-new .card-outfits-count{display:block;font-size:11px;color:var(--text-tertiary);margin-top:2px}.wardrobe-empty-block{border:1px dashed rgba(255,255,255,.1);border-radius:12px;height:120px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-tertiary);font-size:13px;font-weight:400;cursor:pointer;transition:border-color .15s,color .15s;margin-bottom:80px}.wardrobe-empty-block:hover{border-color:#fff3;color:var(--text-secondary)}.wardrobe-empty-block .icon{font-size:20px}.wardrobe-section .wardrobe-empty-block{margin-bottom:0}.wardrobe-screen{padding-top:20px}.wardrobe-page{width:100%;display:flex;flex-direction:column}.wardrobe-page-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.wardrobe-split{width:100%;display:flex;gap:16px}.wardrobe-left{flex:1;min-width:0}.wardrobe-left-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.wardrobe-top-switcher{display:flex;gap:8px;flex:1}.wardrobe-top-switch{flex:1;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#1a1a24;color:#71717a;font-size:13px;font-weight:600}.wardrobe-top-switch.active{background:#e11d481f;border-color:#e11d4859;color:#e11d48}.wardrobe-filters-btn{padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:#1a1a24;color:#d0cde0;font-size:13px;font-weight:600;white-space:nowrap}.wardrobe-filters-btn:hover{color:var(--text-primary)}.wardrobe-items-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start;padding-bottom:80px}.wardrobe-empty-text{color:var(--text-secondary);font-size:13px;padding:16px 8px}.wardrobe-select-row{width:100%;border:1px solid var(--border);border-radius:14px;background:#1a1a24;padding:10px;display:flex;gap:10px;align-items:center;cursor:pointer;text-align:left;transition:border-color .15s,transform .15s}.wardrobe-list-card{background:#121218;border-radius:24px;border:1px solid rgba(255,255,255,.06);padding:16px;overflow:hidden}.wardrobe-select-row:hover{border-color:#ffffff2e;transform:translateY(-1px)}.wardrobe-select-row.active{border-color:#e11d4859}.wardrobe-select-row-photo{width:64px;height:64px;border-radius:12px;background:var(--surface-elevated);overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.wardrobe-select-row-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.wardrobe-select-row-meta{min-width:0;flex:1}.wardrobe-select-row-title{font-size:13px;font-weight:600;color:#e8e6f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wardrobe-select-row-sub{margin-top:3px;font-size:11px;color:var(--text-tertiary)}.wardrobe-right{flex:1;min-width:0}.wardrobe-filters-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;z-index:200;display:flex;align-items:flex-end;justify-content:center;padding:16px}.wardrobe-filters-drawer{width:100%;max-width:520px;max-height:90vh;background:var(--surface-elevated);border-radius:18px;border:1px solid var(--border);box-shadow:0 12px 40px #00000073;overflow:hidden;display:flex;flex-direction:column}.wardrobe-filters-header{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;align-items:center;padding:14px 12px;border-bottom:1px solid var(--border);gap:4px}.wardrobe-filters-header-spacer{width:40px;height:40px}.wardrobe-filters-header--sub{grid-template-columns:44px minmax(0,1fr) 40px}.wardrobe-filters-title{font-size:16px;font-weight:700;text-align:center}.wardrobe-filters-title--grow{min-width:0}.wardrobe-filters-back{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:transparent;color:var(--text-primary);cursor:pointer;font-size:22px;line-height:1;display:flex;align-items:center;justify-content:center}.wardrobe-filters-close{width:40px;height:40px;border-radius:12px;border:1px solid var(--border);background:transparent;color:var(--text-primary);cursor:pointer;justify-self:end}.wardrobe-filters-body{padding:12px 16px 4px;max-height:70vh;overflow:auto}.wardrobe-filters-body--drill-main{padding:0 0 8px;overflow-y:auto;flex:1;min-height:0;max-height:min(62vh,520px)}.wardrobe-filters-body--drill-sub{padding:8px 0 12px;flex:1;min-height:0;max-height:none;display:flex;flex-direction:column;gap:8px;overflow:hidden}.wardrobe-filters-drill-row{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;border:none;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;color:inherit;cursor:pointer;text-align:left;font-size:15px}.wardrobe-filters-drill-row:hover{background:#ffffff0a}.wardrobe-filters-drill-label{flex:0 0 auto;font-weight:600;color:var(--text-primary)}.wardrobe-filters-drill-summary{flex:1;min-width:0;font-size:13px;color:var(--text-tertiary);text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wardrobe-filters-drill-chevron{flex:0 0 auto;color:var(--text-tertiary);font-size:18px;font-weight:300}.wardrobe-filters-sub-search-wrap{padding:0 16px 4px}.wardrobe-filters-sub-search{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#121218;color:var(--text-primary);font-size:14px}.wardrobe-filters-sub-search::-moz-placeholder{color:var(--text-tertiary)}.wardrobe-filters-sub-search::placeholder{color:var(--text-tertiary)}.wardrobe-filters-option-list{padding:0 8px 8px;display:flex;flex-direction:column;gap:2px;overflow-y:auto;flex:1;min-height:0;-webkit-overflow-scrolling:touch}.wardrobe-filters-option-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border-radius:12px;cursor:pointer;font-size:14px;color:var(--text-primary)}.wardrobe-filters-option-row:hover{background:#ffffff0a}.wardrobe-filters-option-row--btn{border:none;background:transparent;width:100%;font:inherit;color:inherit;text-align:left}.wardrobe-filters-option-row--active{background:#e11d4814}.wardrobe-filters-option-text{flex:1;min-width:0}.wardrobe-filters-option-check{width:20px;height:20px;flex-shrink:0;accent-color:#e11d48;cursor:pointer}.wardrobe-filters-option-check-fake{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:14px;color:#e11d48}.wardrobe-filters-color-dot{width:18px;height:18px;border-radius:999px;flex-shrink:0;border:1px solid rgba(255,255,255,.15)}.wardrobe-filters-color-dot--neutral{background:linear-gradient(135deg,#888,#ccc)}.wardrobe-filters-actions--single{padding:12px 16px 16px}.wardrobe-filters-actions--single .btn{width:100%}.wardrobe-filter-block{margin-bottom:16px}.wardrobe-filter-label{font-size:12px;color:var(--text-tertiary);font-weight:700;margin-bottom:8px}.wardrobe-filter-checkboxes{display:flex;flex-wrap:wrap;gap:8px}.wardrobe-filter-check{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:12px;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);font-size:12px}.wardrobe-filter-check input{width:16px;height:16px}.wardrobe-filter-select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary)}.wardrobe-filters-actions{padding:12px 16px 16px;display:flex;gap:12px;border-top:1px solid var(--border)}.wardrobe-filters-actions .btn{flex:1}@media (max-width: 767px){.wardrobe-split.wardrobe-split--list .wardrobe-right,.wardrobe-split.wardrobe-split--carousels .wardrobe-left{display:none}.wardrobe-items-grid{grid-template-columns:1fr}}.wardrobe-wb-card{width:100%;background:#1a1a24;border:1px solid rgba(255,255,255,.06);border-radius:18px;padding:12px;overflow:hidden}.wardrobe-wb-card.active{border-color:#e11d4859}.wardrobe-wb-photo{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:14px;background:#121218;border:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;overflow:hidden}.wardrobe-wb-photo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;background:transparent}.wardrobe-wb-photo-placeholder{color:#ffffff4d;font-size:28px}.wardrobe-wb-heart{position:absolute;top:10px;right:10px;width:36px;height:36px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#00000059;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.wardrobe-wb-assemble-btn{position:absolute;right:10px;bottom:10px;width:44px;height:34px;border-radius:12px;background:linear-gradient(135deg,#7c6ef6,#6358d4);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;box-shadow:0 10px 20px #7c6ef640}.wardrobe-wb-assemble-btn:active{transform:scale(.98)}.wardrobe-wb-title{margin-top:10px;font-size:13px;font-weight:700;color:#e8e6f0;line-height:1.25;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.wardrobe-wand-btn{position:fixed;right:16px;bottom:calc(env(safe-area-inset-bottom) + 88px);width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#7c6ef6,#6358d4);color:#fff;border:none;z-index:70;box-shadow:0 10px 30px #7c6ef659;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px}.wardrobe-search-wrap{margin-top:12px;margin-bottom:12px}.wardrobe-search{width:100%;padding:12px 14px;border-radius:14px;border:1px solid var(--border);background:#1a1a24;color:#e8e6f0;font-size:14px;font-weight:600}.wardrobe-search:focus{outline:none;border-color:#e11d4859}@media (min-width: 768px){.wardrobe-split{align-items:flex-start}}.wardrobe-card-new{position:relative}.wardrobe-card-ph-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary);font-size:24px}.wardrobe-card-menu-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border:none;border-radius:6px;background:#00000080;color:#fff;font-size:16px;line-height:1;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center}.wardrobe-card-menu-btn:hover{background:#000000b3}.wardrobe-card-menu{position:absolute;top:36px;right:8px;min-width:140px;padding:4px 0;background:var(--surface-elevated);border:1px solid var(--border);border-radius:8px;z-index:10;box-shadow:0 8px 24px #0006}.wardrobe-card-menu button{display:block;width:100%;padding:10px 14px;border:none;background:none;color:var(--text-primary);font-size:13px;text-align:left;cursor:pointer}.wardrobe-card-menu button:hover{background:var(--border)}.wardrobe-card-menu button.delete{color:#f87171}.item-detail-screen{padding-top:20px;position:relative}.item-detail-card{display:flex;flex-direction:column;gap:20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px;position:relative}.item-detail-edit-btn{position:absolute;top:12px;right:12px;width:40px;height:40px;border:none;border-radius:10px;background:var(--surface-elevated);color:var(--text-primary);font-size:18px;cursor:pointer;z-index:5;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000004d}.item-detail-edit-btn:hover{background:var(--border)}.item-detail-photo-wrap{width:100%;display:flex;justify-content:center;align-items:center;border-radius:10px;overflow:hidden;background:var(--surface-elevated)}.item-detail-photo-wrap img{width:100%;max-width:280px;height:auto;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover;display:block}.item-detail-photo-wrap .wardrobe-card-ph-placeholder{width:100%;max-width:280px;aspect-ratio:3 / 4;display:flex;align-items:center;justify-content:center;color:var(--text-tertiary);font-size:48px}.item-detail-info{width:100%;min-width:0}.item-detail-name{font-size:18px;font-weight:600;margin:0 0 16px;color:var(--text-primary)}.item-detail-attrs{margin:0;display:flex;flex-direction:column;gap:10px}.item-detail-attr{display:flex;align-items:baseline;gap:8px;font-size:14px}.item-detail-attr dt{margin:0;color:var(--text-secondary);min-width:90px}.item-detail-attr dd{margin:0;color:var(--text-primary)}.item-detail-build-btn{width:100%;margin-top:4px}.item-detail-edit-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;font-size:14px}.item-detail-edit-field span{color:var(--text-secondary);font-weight:500}.item-detail-edit-field input,.item-detail-edit-field select{padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary)}.item-detail-edit-field input:focus,.item-detail-edit-field select:focus{outline:none;border-color:var(--accent)}.item-detail-edit-attrs{margin-top:20px;padding-top:16px;border-top:1px solid var(--border)}.item-detail-edit-attrs-title{display:block;font-size:13px;font-weight:600;color:var(--text-secondary);margin-bottom:12px}.item-detail-multi-dd{position:relative;margin-top:6px}.item-detail-multi-dd-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);text-align:left}.item-detail-multi-dd-btn .val{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.item-detail-multi-dd-btn .chev{color:var(--text-tertiary)}.item-detail-multi-dd-btn.open{border-color:#e11d4859}.item-detail-multi-dd-pop{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:240px;overflow:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface-elevated);box-shadow:0 12px 30px #00000073;z-index:30;padding:6px}.item-detail-multi-dd-opt{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:none;border-radius:8px;background:transparent;color:var(--text-primary);text-align:left}.item-detail-multi-dd-opt:hover{background:#ffffff0a}.item-detail-multi-dd-opt .box{width:18px;height:18px;border-radius:6px;border:1px solid rgba(255,255,255,.18);display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:#00000040}.item-detail-multi-dd-opt.active{background:var(--accent-soft)}.item-detail-multi-dd-opt.active .box{border-color:#e11d4899;background:var(--accent)}.item-detail-multi-dd-opt .txt{flex:1;min-width:0}.item-detail-edit-actions{display:flex;gap:12px;margin-top:20px}.item-detail-edit-actions .btn{flex:1}.item-card-v2-edit-content{display:flex;flex-direction:column;gap:12px}.item-card-v2-edit-block,.item-card-v2-block.item-card-v2-edit-block{margin-bottom:0}.item-card-v2-edit-block .item-detail-edit-field{margin-bottom:12px}.item-card-v2-edit-block .item-detail-edit-field span{color:#4e4b5e;font-family:Space Grotesk,sans-serif;font-weight:600}.item-card-v2-edit-block .item-detail-edit-field input,.item-card-v2-edit-block .item-detail-edit-field select{background:#121218}.item-card-v2-edit-attrs{border-top:none!important;padding-top:0!important;margin-top:0!important}.item-card-v2-edit-actions{display:flex;gap:12px;margin-top:8px}.item-card-v2-edit-actions .btn{flex:1}.item-detail-card.item-card-v2{padding:0;gap:0;background:#121218;border-radius:24px;border:1px solid rgba(255,255,255,.06);overflow:hidden;max-width:375px;width:100%;margin:0 auto}.item-detail-card.item-card-v2 .item-detail-info{padding:20px}.item-card-v2-photo{width:100%;height:400px;background:linear-gradient(180deg,#1a1a24,#121218);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.item-card-v2-photo-img{width:280px;height:320px;-o-object-fit:contain;object-fit:contain;border-radius:16px;background:#1e1e2a;border:1px solid rgba(255,255,255,.04);display:block}.item-card-v2-photo-placeholder{width:280px;height:320px;border-radius:16px;background:#1e1e2a;border:1px solid rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;color:#ffffff59;font-size:56px}.item-card-v2-overlay-btn{position:absolute;top:16px;width:36px;height:36px;border:none;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}.item-card-v2-overlay-back{left:16px}.item-card-v2-overlay-right{position:absolute;top:16px;right:16px;display:flex;gap:8px}.item-card-v2-overlay-right .item-card-v2-overlay-btn{position:static}.item-card-v2-photo-dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:6px}.item-card-v2-photo-dot{height:3px;border-radius:2px;width:8px;background:#ffffff26}.item-card-v2-photo-dot.active{width:24px;background:#7c6ef6}.item-card-v2-content{padding:0}.item-card-v2-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.item-card-v2-name{font-family:Space Grotesk,sans-serif;font-size:22px;font-weight:600;margin:0;color:#f0eef8;letter-spacing:-.5px;line-height:1.15;flex:1;min-width:0;padding-right:10px}.item-card-v2-outfits-badge{background:#7c6ef61f;color:#a99ef8;font-size:11px;font-weight:500;padding:4px 10px;border-radius:20px;white-space:nowrap}.item-card-v2-itemcode{font-family:Space Grotesk,monospace;font-size:12px;color:#4e4b5e;margin:4px 0 16px;letter-spacing:.5px}.item-card-v2-actions-row{display:flex;gap:8px;margin-bottom:12px}.item-card-v2-action-outline{flex:1;padding:12px;background:transparent;border:1px solid rgba(124,110,246,.35);border-radius:12px;color:#a99ef8;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Space Grotesk,sans-serif;letter-spacing:-.2px;min-height:48px}.item-card-v2-actions-ai{margin-bottom:20px}.item-card-v2-action-gradient{width:100%;padding:13px;background:linear-gradient(135deg,#7c6ef6,#6358d4);border:none;border-radius:12px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;font-family:Space Grotesk,sans-serif;letter-spacing:-.2px;min-height:48px}.item-card-v2-tags{display:flex;gap:8px;margin-bottom:12px;flex-wrap:wrap}.item-card-v2-pill{background:#1a1a24;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:7px 13px;display:flex;align-items:center;gap:6px}.item-card-v2-pill--plain{padding:7px 13px}.item-card-v2-pill-tag-icon{width:13px;height:13px;border-radius:3px;background:#6b688080;display:inline-block}.item-card-v2-pill-text{font-size:13px;color:#a9a6b8;font-family:Space Grotesk,sans-serif}.item-card-v2-seasons{display:flex;gap:6px;margin-bottom:20px;flex-wrap:wrap}.item-card-v2-season-badge{background:#5dcaa51a;color:#5dcaa5;font-size:12px;font-weight:500;padding:5px 12px;border-radius:8px;font-family:Space Grotesk,sans-serif}.item-card-v2-block{background:#1a1a24;border-radius:14px;padding:16px;margin-bottom:12px;border:1px solid rgba(255,255,255,.04)}.item-card-v2-block-title{font-size:11px;color:#4e4b5e;margin:0 0 12px;text-transform:uppercase;letter-spacing:1px;font-family:Space Grotesk,sans-serif;font-weight:500}.item-card-v2-color-row{display:flex;align-items:center;gap:12px;margin-bottom:14px}.item-card-v2-color-circle{width:28px;height:28px;border-radius:50%;border:2.5px solid rgba(255,255,255,.12)}.item-card-v2-color-name{font-size:13px;color:#d0cde0;margin:0;font-weight:500;font-family:Inter,sans-serif}.item-card-v2-color-type{font-size:11px;color:#4e4b5e;margin-top:2px;font-family:Inter,sans-serif}.item-card-v2-temp-row{display:flex;align-items:center;gap:10px}.item-card-v2-therm-icon{width:16px;height:16px;border-radius:4px;background:#5dcaa559}.item-card-v2-temp-content{flex:1}.item-card-v2-temp-label-row{display:flex;justify-content:space-between;margin-bottom:4px}.item-card-v2-temp-label{font-size:11px;color:#4e4b5e;font-family:Inter,sans-serif}.item-card-v2-temp-value{font-size:12px;color:#5dcaa5;font-weight:500;font-family:Space Grotesk,sans-serif}.item-card-v2-track-bg{height:4px;background:#ffffff0f;border-radius:2px;position:relative;overflow:hidden}.item-card-v2-track-active{position:absolute;top:0;height:100%;border-radius:2px;background:linear-gradient(90deg,#5dcaa5,#7c6ef6)}.item-card-v2-char-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.item-card-v2-char-label{font-size:11px;color:#4e4b5e;margin:0 0 3px;font-family:Inter,sans-serif}.item-card-v2-char-value{font-size:14px;color:#d0cde0;font-family:Inter,sans-serif}.item-card-v2-insulation{margin-bottom:20px}.item-card-v2-insulation-row{display:flex;justify-content:space-between;align-items:center}.item-card-v2-insulation-label{font-size:11px;color:#4e4b5e;margin:0 0 4px;text-transform:uppercase;letter-spacing:.5px;font-family:Space Grotesk,sans-serif;font-weight:500}.item-card-v2-insulation-value{font-size:14px;color:#d0cde0;margin:0;font-family:Inter,sans-serif}.item-card-v2-insulation-right{text-align:right}.item-card-v2-insulation-right .item-card-v2-insulation-label{margin:0 0 6px}.item-card-v2-insulation-bars{display:flex;gap:3px;justify-content:flex-end}.item-card-v2-insulation-bar{width:16px;height:4px;border-radius:2px;background:#ffffff14}.item-card-v2-insulation-bar.active{background:#7c6ef6}.item-card-v2-related{margin-bottom:16px}.item-card-v2-related-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.item-card-v2-related-title{font-size:14px;font-weight:600;color:#d0cde0;margin:0;font-family:Space Grotesk,sans-serif}.item-card-v2-related-seeall{font-size:12px;color:#7c6ef6;margin:0;cursor:pointer;font-family:Space Grotesk,sans-serif}.item-card-v2-related-row{display:flex;gap:10px;overflow-x:auto}.item-card-v2-related-card{min-width:90px;height:110px;background:#1a1a24;border-radius:12px;border:1px solid rgba(255,255,255,.04)}.item-card-v2-bottom-spacer{height:20px}.toast{position:fixed;top:max(env(safe-area-inset-top),12px);left:50%;transform:translate(-50%);padding:12px 20px;background:var(--surface-elevated);border:1px solid var(--border);border-radius:var(--radius);color:var(--text-primary);font-size:14px;z-index:100;box-shadow:0 4px 20px #0006}.fab{position:fixed;right:16px;bottom:calc(env(safe-area-inset-bottom) + 80px);width:56px;height:56px;border-radius:14px;background:var(--accent);color:#fff;border:none;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px var(--accent-glow);z-index:50;transition:transform .15s ease-out,box-shadow .15s}.fab:active{transform:scale(.95);box-shadow:0 4px 16px var(--accent-glow)}.bottom-nav{display:flex;align-items:center;justify-content:center;padding:8px 8px max(env(safe-area-inset-bottom),8px);min-height:56px;background:var(--surface);position:fixed;left:0;right:0;bottom:0;z-index:40;border-top:1px solid var(--border)}.bottom-nav-inner{display:flex;align-items:center;justify-content:space-around;width:100%;max-width:28rem;margin-left:auto;margin-right:auto}.bottom-nav-item{flex:1;max-width:120px;padding:8px;border:none;background:transparent;color:var(--text-tertiary);font-size:11px;font-weight:500;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;transition:color .15s,transform .2s;cursor:pointer}.bottom-nav-item--active{color:var(--accent)}.bottom-nav-item:hover:not(.bottom-nav-item--active){color:var(--text-secondary)}.bottom-nav-mi{font-size:24px;line-height:1;font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}.bottom-nav-item--active .bottom-nav-mi{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}.looks-screen{padding-top:12px}.looks-toolbar{display:flex;gap:8px;margin-bottom:16px}.looks-view-btn{flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text-secondary);font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.looks-view-btn:hover{color:var(--text-primary)}.looks-view-btn.active{background:var(--accent-soft);border-color:#e11d4859;color:var(--accent)}.looks-view-btn--fav.active{color:var(--accent)}.looks-filters{margin-bottom:16px}.looks-wait-banner{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;margin:0 0 14px;border-radius:14px;border:1px solid rgba(78,95,130,.22);background:#4e5f8217;font-size:13px;line-height:1.45;color:#475569}.looks-wait-banner strong{display:block;font-weight:700;font-size:14px;color:#1e293b;margin-bottom:4px}.looks-wait-banner-text span{display:block}.looks-wait-banner-spinner{flex-shrink:0;width:22px;height:22px;margin-top:2px;border:2px solid rgba(78,95,130,.28);border-top-color:#4e5f82;border-radius:50%;animation:looks-spin .8s linear infinite}.looks-filter-group{margin-bottom:12px}.looks-filter-label{display:block;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:6px}.looks-filter-chips{display:flex;flex-wrap:wrap;gap:6px}.looks-filter-chip{padding:6px 12px;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text-secondary);font-size:12px;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.looks-filter-chip:hover{color:var(--text-primary)}.looks-filter-chip.active{background:var(--accent-soft);border-color:#e11d484d;color:var(--accent)}.looks-generate-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:10px;position:relative}.looks-generate-btn:disabled{cursor:not-allowed;opacity:.9}.looks-generate-btn.is-loading{pointer-events:none}.looks-generate-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:looks-spin .8s linear infinite}@keyframes looks-spin{to{transform:rotate(360deg)}}.looks-grid,.shopping-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--gap-card)}.looks-card{position:relative;border-radius:var(--radius);overflow:hidden;background:var(--surface);border:1px solid var(--border)}.looks-card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;display:block}.looks-card-fav{position:absolute;top:8px;right:8px;width:32px;height:32px;border:none;border-radius:50%;background:#0006;color:#fff;font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,transform .15s}.looks-card-fav:hover{background:#0009;transform:scale(1.1)}.looks-card-fav.is-favorite{color:var(--accent)}.looks-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;display:flex;align-items:flex-end;justify-content:center;padding:0 16px calc(env(safe-area-inset-bottom) + 9rem);z-index:50}.looks-detail-overlay.looks-detail-overlay--pass-through{pointer-events:none;background:#02061759}.looks-detail-overlay.looks-detail-overlay--pass-through .looks-detail-sheet{pointer-events:auto}.looks-detail-sheet{width:min(520px,calc(100vw - 24px));background:#fff;border-radius:22px;border:1px solid rgba(119,123,128,.18);box-shadow:-6px -6px 14px #fff,6px 6px 14px #d7dae0;overflow-y:auto;overflow-x:hidden;max-height:calc(100vh - (env(safe-area-inset-bottom) + 9rem));display:flex;flex-direction:column}.looks-detail-header{padding:14px 16px 10px;border-bottom:1px solid rgba(119,123,128,.12);display:flex;align-items:center;justify-content:space-between;gap:12px}.looks-detail-title{font-size:14px;font-weight:800;color:#2e3338}.looks-detail-close{width:32px;height:32px;border-radius:10px;border:1px solid rgba(119,123,128,.18);background:#fff9;color:#64748b;font-size:18px;line-height:1;cursor:pointer}.looks-detail-photo{padding:16px 18px 0}.looks-detail-photo img{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover;display:block;border-radius:16px;background:#eceef3;border:1px solid rgba(119,123,128,.12)}.looks-detail-items-carousel{padding:12px 12px 28px;display:flex;gap:12px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x}.looks-detail-items-carousel::-webkit-scrollbar{display:none}.looks-detail-item-card{flex:0 0 150px;border-radius:16px;border:1px solid rgba(119,123,128,.22);background:#2e333808;padding:10px 10px 12px;display:flex;flex-direction:column;gap:8px;min-height:190px}.looks-detail-item-card-thumb{width:100%;aspect-ratio:1;border-radius:14px;overflow:hidden;background:#e9eef6;border:1px solid rgba(78,95,130,.14)}.looks-detail-item-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.looks-detail-item-card-name{font-size:12px;font-weight:800;color:#2e3338;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.looks-detail-item-card-meta{font-size:11px;font-weight:700;color:#5b5f65;letter-spacing:.02em;text-transform:uppercase}.looks-detail-item-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:14px;background:#2e333808;border:1px solid rgba(119,123,128,.12);margin-bottom:10px}.looks-detail-item-thumb{width:40px;height:40px;border-radius:10px;background:#e9eef6;background-size:cover;background-position:center;flex-shrink:0;overflow:hidden;border:1px solid rgba(78,95,130,.14)}.looks-detail-item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.looks-detail-item-text{min-width:0;display:flex;flex-direction:column;gap:4px}.looks-detail-item-name{font-size:13px;font-weight:800;color:#2e3338;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.looks-detail-item-meta{font-size:12px;font-weight:600;color:#5b5f65}.looks-detail-loading{padding:16px 14px;text-align:center}.looks-detail-empty{padding:8px 0;text-align:center}body.wardrobe-tab-active .looks-view-btn{border-color:#777b802e;background:#16161e}body.wardrobe-tab-active .looks-view-btn.active{background:#fff;border-color:#e11d488c;color:var(--accent);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}body.wardrobe-tab-active .looks-filter-label{color:#4e5f82;font-weight:700}body.wardrobe-tab-active .looks-filter-chip{background:#0f172a;border:1px solid rgba(119,123,128,.15);color:#94a3b8;border-radius:8px;padding:6px 12px}body.wardrobe-tab-active .looks-filter-chip:hover{color:#1e293b}body.wardrobe-tab-active .looks-filter-chip.active{background:#e11d4824;border-color:#e11d4859;color:#e11d48}body.wardrobe-tab-active .looks-generate-btn.btn{min-height:56px;border-radius:16px;box-shadow:0 6px 20px #4e5f8240}body.wardrobe-tab-active .looks-card{background:#fff;border-radius:14px;border:1px solid rgba(119,123,128,.15);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}body.wardrobe-tab-active .looks-card img{background:#fff}body.wardrobe-tab-active .looks-card-fav{background:#ffffffe0;border:1px solid rgba(119,123,128,.15);color:#94a3b8;transition:background .15s,transform .15s}body.wardrobe-tab-active .looks-card-fav:hover{background:#fffffffa;transform:scale(1.1)}body.wardrobe-tab-active .looks-card-fav.is-favorite{color:#e11d48}body.wardrobe-tab-active .shopping-grid{gap:14px}body.wardrobe-tab-active .shopping-grid .card{background:#fff;border-radius:14px;border:1px solid rgba(119,123,128,.15);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}.shopping-grid .card{border-radius:var(--radius);overflow:hidden;background:var(--card);box-shadow:0 0 12px #8b5cf626}.shopping-grid .card img{width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;display:block}.admin-screen{padding-top:16px}.admin-header{margin-bottom:24px;position:relative}.admin-back{display:inline-block;font-size:14px;color:var(--text-secondary);margin-bottom:8px;text-decoration:none}.admin-back:hover{color:var(--accent)}.admin-header h1{font-size:22px;font-weight:600;margin:0}.admin-header-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-view-switch{display:inline-flex;border:1px solid rgba(119,123,128,.25);border-radius:10px;overflow:hidden}.admin-view-btn{border:none;background:#0f172a59;color:var(--text-secondary);font-size:12px;font-weight:700;padding:8px 12px;cursor:pointer}.admin-view-btn.active{background:#3b82f633;color:var(--text-primary)}.admin-section h2{font-size:16px;font-weight:600;margin:0 0 16px;color:var(--text-primary)}.admin-attr-list{list-style:none;margin:0;padding:0}.admin-attr-item{border:1px solid var(--border);border-radius:var(--radius);margin-bottom:10px;overflow:hidden;background:var(--surface)}.admin-attr-head{width:100%;display:flex;align-items:center;gap:10px;padding:14px 16px;border:none;background:none;color:var(--text-primary);font-size:15px;text-align:left;cursor:pointer}.admin-attr-head:hover{background:#ffffff08}.admin-attr-title{flex:1;font-weight:500}.admin-attr-meta{font-size:12px;color:var(--text-tertiary)}.admin-attr-chevron{font-size:10px;color:var(--text-tertiary)}.admin-attr-body{padding:12px 16px 16px;border-top:1px solid var(--border);background:var(--surface-elevated)}.admin-value-list{list-style:none;margin:0 0 14px;padding:0}.admin-value-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.admin-value-row:last-child{border-bottom:none}.admin-value-label{flex:1;min-width:0;color:var(--text-primary)}.admin-value-code{font-size:12px;color:var(--text-tertiary);font-family:monospace}.admin-btn-sm{padding:6px 10px;font-size:12px;min-height:auto}.admin-value-row .delete{color:#f87171}.admin-value-add{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-top:12px}.admin-value-add input{padding:8px 10px;border-radius:6px;border:1px solid var(--border);background:var(--bg);color:var(--text-primary);font-size:14px;min-width:120px}.admin-error{padding:16px 0}.admin-error .btn{margin-top:12px}.admin-compat-block{margin-top:28px}.admin-rules-note{margin-top:10px;border:1px solid rgba(119,123,128,.22);border-radius:12px;padding:12px 14px;background:#ffffff05}.admin-rules-title{font-size:14px;font-weight:700;margin-bottom:8px}.admin-rules-note ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:6px}.admin-rules-note li{font-size:13px;line-height:1.35;color:var(--text-secondary)}.admin-rules-legend{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.admin-rules-legend .badge{padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.admin-rules-legend .b0{background:#dc262633;color:#fecaca}.admin-rules-legend .b1{background:#eab30833;color:#fde68a}.admin-rules-legend .b2{background:#10b98133;color:#bbf7d0}.compat-grid-wrap{overflow-x:auto;margin-top:12px;padding-bottom:12px}.compat-grid{border-collapse:separate;border-spacing:0;width:-moz-max-content;width:max-content;min-width:100%;background:#ffffff05;border:1px solid rgba(119,123,128,.35);border-radius:12px;overflow:hidden}.compat-grid th,.compat-grid td{border-right:1px solid rgba(119,123,128,.25);border-bottom:1px solid rgba(119,123,128,.18)}.compat-grid thead th{position:sticky;top:0;z-index:2;background:#1e293bf2;color:#fff;font-weight:700;font-size:12px;padding:10px;text-align:center;white-space:nowrap}.compat-grid thead th:first-child{left:0;z-index:3}.compat-grid tbody th{position:sticky;left:0;background:#1e293be6;color:#fff;font-weight:700;font-size:12px;padding:10px;text-align:left;white-space:nowrap}.compat-cell-input{width:52px;border:none;outline:none;background:transparent;color:#fff;font-weight:800;text-align:center;padding:10px 6px;font-size:13px}.compat-cell{padding:0}.compat-score-0{background:#0f172a59}.compat-score-1{background:#3b82f638}.compat-score-2{background:#10b98138}.compat-score-badge{font-size:12px;font-weight:700;color:#e2e8f0}.admin-compat-actions{display:flex;gap:12px;align-items:center;margin-top:16px}.admin-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 14px}.admin-tab-btn{flex:1;min-width:calc(50% - 4px);border:1px solid rgba(119,123,128,.25);border-radius:10px;background:#0f172a59;color:var(--text-secondary);font-size:12px;font-weight:700;padding:10px 8px;cursor:pointer}.admin-tab-btn.active{color:var(--text-primary);border-color:#3b82f68c;background:#3b82f62e}.admin-users-note{margin-bottom:12px;max-width:720px}.admin-users-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid rgba(119,123,128,.25);border-radius:12px;background:#0f172a40}.admin-users-table{width:100%;border-collapse:collapse;font-size:12px}.admin-users-table th,.admin-users-table td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(119,123,128,.2);vertical-align:top}.admin-users-table th{font-weight:700;color:var(--text-secondary);white-space:nowrap}.admin-users-table tbody tr:last-child td{border-bottom:none}.admin-users-mono{font-family:ui-monospace,monospace;font-size:11px;word-break:break-all}.admin-users-password{color:var(--text-primary)}.admin-users-empty{text-align:center;color:var(--text-secondary);padding:20px 12px}.welcome-screen.screen{padding-top:max(env(safe-area-inset-top),28px);padding-bottom:max(env(safe-area-inset-bottom),32px);justify-content:center}.welcome-shell{width:100%;max-width:400px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.welcome-brand{text-align:center}.welcome-title{font-size:1.75rem;font-weight:700;letter-spacing:-.03em;margin:0 0 8px;color:var(--text-primary)}.welcome-tagline{font-size:.9375rem;line-height:1.45;color:var(--text-secondary);max-width:320px;margin:0 auto}.welcome-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px 20px 24px;box-shadow:0 12px 40px #00000059,0 0 0 1px #ffffff08 inset}.welcome-auth-tabs{display:flex;gap:8px;margin:0 0 22px;padding:4px;border-radius:12px;background:var(--surface-elevated);border:1px solid var(--border)}.welcome-auth-tab{flex:1;border:none;border-radius:10px;padding:11px 12px;background:transparent;color:var(--text-secondary);font-weight:600;font-size:13px;letter-spacing:.02em;cursor:pointer;transition:background .15s,color .15s,box-shadow .15s}.welcome-auth-tab:hover{color:var(--text-primary)}.welcome-auth-tab.active{background:var(--surface);color:var(--accent);box-shadow:0 2px 8px #0003;border:1px solid rgba(225,29,72,.25)}.welcome-auth-form{display:flex;flex-direction:column;gap:16px}.welcome-field{display:flex;flex-direction:column;gap:6px;margin:0}.welcome-field-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-secondary)}.welcome-auth-input{width:100%;padding:14px 16px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-elevated);color:var(--text-primary);font-size:16px;transition:border-color .15s,box-shadow .15s}.welcome-auth-input::-moz-placeholder{color:var(--text-tertiary)}.welcome-auth-input::placeholder{color:var(--text-tertiary)}.welcome-auth-input:focus{outline:none;border-color:#e11d4873;box-shadow:0 0 0 3px var(--accent-soft)}.welcome-auth-error{margin:0;padding:12px 14px;border-radius:var(--radius);font-size:13px;line-height:1.4;color:#fda4af;background:#e11d481f;border:1px solid rgba(225,29,72,.25)}.welcome-auth-submit{width:100%;margin-top:4px}.welcome-auth-submit:disabled{opacity:.65;cursor:not-allowed}.welcome-back-to-start{color:var(--accent);font-weight:600;text-decoration:none}.welcome-back-to-start:hover{text-decoration:underline}body.wardrobe-tab-active .welcome-screen .welcome-title{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.03em;color:var(--text-primary)}body.wardrobe-tab-active .welcome-screen .welcome-tagline{color:var(--text-secondary)}body.wardrobe-tab-active .welcome-card{background:#fff;border:1px solid rgba(119,123,128,.15);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}body.wardrobe-tab-active .welcome-auth-tabs{background:#eceef3;border:1px solid rgba(119,123,128,.12)}body.wardrobe-tab-active .welcome-auth-tab.active{background:#fff;color:#4e5f82;border:1px solid rgba(78,95,130,.22);box-shadow:-3px -3px 8px #fffffff2,3px 3px 8px #d7dae0d9}body.wardrobe-tab-active .welcome-auth-tab:not(.active):hover{color:#334155}body.wardrobe-tab-active .welcome-field-label{color:#64748b}body.wardrobe-tab-active .welcome-auth-input{background:#fff;border-color:#777b8033;color:#1e293b}body.wardrobe-tab-active .welcome-auth-input:focus{border-color:#4e5f8273;box-shadow:0 0 0 3px #4e5f821f}body.wardrobe-tab-active .welcome-auth-error{color:#b91c1c;background:#ef444414;border:1px solid rgba(239,68,68,.22)}body.wardrobe-tab-active .onboarding-screen h1{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:700;color:#1e293b}body.wardrobe-tab-active .onboarding-screen>p{color:#64748b}body.wardrobe-tab-active .onboarding-screen p.onboarding-status-line{color:#4e5f82;font-weight:600;margin-bottom:16px}body.wardrobe-tab-active .onboarding-screen p.onboarding-wait-hint{color:#94a3b8}.admin-prompts-block{margin-top:0}.admin-prompt-card{margin-top:14px;border:1px solid rgba(119,123,128,.25);border-radius:14px;padding:12px;background:#ffffff05}.admin-prompt-title{font-size:13px;font-weight:700;margin-bottom:8px}.admin-prompt-textarea{width:100%;min-height:150px;border-radius:10px;border:1px solid rgba(119,123,128,.28);background:#0f172a73;color:var(--text-primary);padding:10px 12px;font-size:13px;line-height:1.45;resize:vertical}.admin-prompt-actions{margin-top:10px;display:flex;justify-content:flex-end}@media (min-width: 980px){.admin-screen.admin-screen--web{max-width:1240px!important;width:calc(100vw - 48px);margin:0 auto;padding:20px 22px 120px}.admin-screen.admin-screen--web .admin-header{margin-bottom:16px}.admin-screen.admin-screen--web .admin-tabs{max-width:100%;margin-bottom:18px}.admin-screen.admin-screen--web .admin-tab-btn{min-width:0;flex:1 1 0}.admin-screen.admin-screen--web .admin-section{border:1px solid rgba(119,123,128,.24);border-radius:16px;padding:16px;background:#ffffff05}.admin-screen.admin-screen--web .compat-grid-wrap{max-height:62vh;overflow:auto}.admin-screen.admin-screen--web .admin-prompt-textarea{min-height:220px;font-size:14px}}.admin-anchor-block{margin-top:20px}.admin-anchor-actions{margin-top:0}.admin-anchor-panel{margin-top:12px;padding:14px 14px 12px;border-radius:16px;border:1px solid rgba(119,123,128,.28);background:#ffffff08;box-shadow:inset 0 1px #ffffff0f}.admin-anchor-hint{margin:0 0 12px;opacity:.9}.admin-anchor-error{color:#f87171;margin-bottom:8px}.admin-anchor-cats{display:flex;flex-direction:column;gap:8px}.admin-anchor-cat{border-radius:12px;border:1px solid rgba(119,123,128,.22);overflow:hidden;background:#0f172a33}.admin-anchor-cat-head{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;border:none;background:transparent;color:var(--text-primary);font-size:14px;font-weight:600;cursor:pointer;text-align:left}.admin-anchor-cat-count{margin-left:auto;font-size:12px;font-weight:700;color:var(--text-tertiary);opacity:.85}.admin-anchor-cat-chevron{font-size:11px;color:var(--text-tertiary)}.admin-anchor-item-list{list-style:none;margin:0;padding:0 8px 8px;max-height:220px;overflow-y:auto}.admin-anchor-item-empty{padding:12px;font-size:13px;color:var(--text-tertiary)}.admin-anchor-item-row{width:100%;display:flex;align-items:center;gap:12px;padding:8px 10px;margin-bottom:6px;border-radius:12px;border:1px solid transparent;background:#ffffff0a;cursor:pointer;text-align:left;color:inherit}.admin-anchor-item-row:hover{background:#ffffff14}.admin-anchor-item-row.is-selected{border-color:#3b82f6a6;box-shadow:0 0 0 1px #3b82f640}.admin-anchor-item-thumb{flex:0 0 48px;width:48px;height:64px;border-radius:8px;overflow:hidden;background:#0003}.admin-anchor-item-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.admin-anchor-item-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.admin-anchor-item-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-anchor-item-id{font-size:11px;color:var(--text-tertiary)}.admin-anchor-summary{display:flex;align-items:center;gap:12px;margin-top:14px;padding:12px 14px;border-radius:14px;border:1px solid rgba(59,130,246,.35);background:#3b82f614}.admin-anchor-summary-thumb{flex:0 0 52px;width:52px;height:68px;border-radius:10px;overflow:hidden;background:#00000026}.admin-anchor-summary-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.admin-anchor-summary-text{flex:1;min-width:0}.admin-anchor-summary-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-weight:700}.admin-anchor-summary-title{font-size:13px;font-weight:700;margin-top:2px;color:var(--text-primary)}.admin-anchor-summary-name{font-size:12px;color:var(--text-secondary);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-anchor-clear{flex-shrink:0;font-size:13px}.admin-compat-filter-logs{margin-top:28px;padding-top:20px;border-top:1px solid rgba(119,123,128,.28)}.admin-filter-logs-title{font-size:16px;font-weight:700;margin:0 0 8px;color:var(--text-primary)}.admin-filter-logs-intro{margin:0 0 16px;line-height:1.45}.admin-filter-anchor-card{border-radius:14px;border:1px solid rgba(59,130,246,.35);background:#3b82f614;padding:12px 14px;margin-bottom:18px}.admin-filter-anchor-card-title{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:700;color:var(--text-tertiary);margin-bottom:6px}.admin-filter-anchor-card-body,.admin-filter-meta-line{display:block;font-size:12px;color:var(--text-secondary);line-height:1.4}.admin-filter-cat-block{margin-bottom:20px}.admin-filter-cat-title{font-size:14px;font-weight:700;margin:0 0 10px;color:var(--text-primary)}.admin-filter-item{border-radius:12px;border:1px solid rgba(119,123,128,.25);padding:12px 14px 10px;margin-bottom:12px;background:#ffffff05}.admin-filter-item--in{border-color:#10b98166;background:#10b9810f}.admin-filter-item--out{border-color:#f8717159;background:#f871710d}.admin-filter-item-head{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;margin-bottom:6px}.admin-filter-item-status{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-filter-item--in .admin-filter-item-status{color:#34d399}.admin-filter-item--out .admin-filter-item-status{color:#f87171}.admin-filter-item-label{font-size:13px;font-weight:600;color:var(--text-primary)}.admin-filter-item-codes{margin-bottom:8px;font-size:11px;line-height:1.4}.admin-filter-fail-reason{font-size:12px;font-weight:600;color:#f87171;margin-bottom:8px}.admin-filter-steps{margin:0;padding-left:1.1rem;font-size:12px;color:var(--text-secondary)}.admin-filter-step{margin-bottom:8px;padding-left:2px}.admin-filter-step-check{font-weight:600;color:var(--text-primary)}.admin-filter-step-dir{font-size:11px;color:var(--text-tertiary)}.admin-filter-step-detail{margin-top:2px;line-height:1.35;opacity:.95}.admin-filter-step--ok .admin-filter-step-check{color:#6ee7b7}.admin-filter-step--fail .admin-filter-step-check,.admin-filter-step--fail .admin-filter-step-detail{color:#fecaca}.admin-filter-step--skip{opacity:.75}.btn.btn-secondary.is-active{border-color:#3b82f680;background:#3b82f61f}.admin-compat-outfits{margin-top:18px}.admin-outfits-grid{display:flex;flex-direction:column;gap:12px}.admin-outfit-row{border:1px solid rgba(119,123,128,.28);border-radius:14px;padding:12px;background:#ffffff05}.admin-outfit-thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.admin-outfit-thumb{border-radius:12px;overflow:hidden;border:1px solid rgba(119,123,128,.25);background:#ffffff08}.admin-outfit-thumb img{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover;display:block}.admin-outfit-thumb-meta{padding:6px 7px 8px;border-top:1px solid rgba(119,123,128,.2)}.admin-outfit-thumb-meta .cat{font-size:10px;letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary)}.admin-outfit-thumb-meta .name{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.admin-outfit-thumb-meta .id{font-size:11px;color:var(--text-tertiary)}@media (min-width: 768px){.screen{max-width:480px;margin:0 auto;width:100%;box-shadow:0 0 0 1px var(--border)}body{background:var(--bg)}.bottom-nav{left:50%;transform:translate(-50%);max-width:480px;width:100%}.fab{right:calc(50% - 224px)}}@media (min-width: 1024px){.screen,.bottom-nav{max-width:520px}.fab{right:calc(50% - 244px)}}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;line-height:1}body.wardrobe-tab-active .bottom-nav-item:not(.bottom-nav-item--active) .bottom-nav-mi{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24}body.wardrobe-tab-active .bottom-nav-item--active .bottom-nav-mi{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24}body.wardrobe-tab-active{background:#f8fafc;color:#1e293b;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}body.wardrobe-tab-active .profile-page,body.wardrobe-tab-active .welcome-screen,body.wardrobe-tab-active .onboarding-screen{--bg: #f8fafc;--surface: #eceef3;--surface-elevated: #ffffff;--border: rgba(119, 123, 128, .15);--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--card: #ffffff;--card-surface: #f2f3f7;--text: #1e293b;--text-muted: #64748b}body.wardrobe-tab-active .screen{background:transparent}body.wardrobe-tab-active .app-header--global{background:#f8fafce0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(119,123,128,.12);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}body.wardrobe-tab-active .app-header--global .header-back,body.wardrobe-tab-active .app-header--global .header-profile-btn{color:#4e5f82}body.wardrobe-tab-active .app-header--global .app-header-title h1{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:-.03em;color:#1e293b}body.wardrobe-tab-active .header-badge{background:#4e5f8224;color:#4e5f82}body.wardrobe-tab-active .bottom-nav{background:#f8fafc;border-top:none;box-shadow:0 -10px 40px #0000000f;border-radius:3rem 3rem 0 0;padding:1rem 2rem max(2rem,env(safe-area-inset-bottom));z-index:50;min-height:unset}body.wardrobe-tab-active .bottom-nav-item{flex:0 0 auto;max-width:none;padding:1rem;gap:.25rem;color:#94a3b8;font-family:Inter,system-ui,sans-serif;font-weight:600}body.wardrobe-tab-active .bottom-nav-item:not(.bottom-nav-item--active) .bottom-nav-mi{color:#94a3b8}body.wardrobe-tab-active .bottom-nav-item--active{background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;border-radius:9999px;box-shadow:inset 0 2px 6px #0000001f}body.wardrobe-tab-active .bottom-nav-item--active .bottom-nav-mi,body.wardrobe-tab-active .bottom-nav-item--active .tab-label{color:#fff}body.wardrobe-tab-active .bottom-nav-item--active svg path{stroke:#fff!important}body.wardrobe-tab-active .bottom-nav-item--active svg circle{fill:#fff!important}body.wardrobe-tab-active .bottom-nav-item--active>div span{color:#fff!important}body.wardrobe-tab-active .bottom-nav-item:active{transform:scale(.96)}body.wardrobe-tab-active .bottom-nav .tab-label.bottom-nav-label{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-top:.25rem}#wardrobe-v2-root .wardrobe-card-new{background:#fff;border:none;border-radius:12px;box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}#wardrobe-v2-root .wardrobe-card-new:hover,#wardrobe-v2-root .wardrobe-card-new:active{border-color:transparent}#wardrobe-v2-root .wardrobe-card-new--selected{border:2px solid rgba(78,95,130,.85)!important;box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0,0 0 0 4px #4e5f821a;z-index:2}#wardrobe-v2-root .wardrobe-card-new--selected:hover,#wardrobe-v2-root .wardrobe-card-new--selected:active{border-color:#4e5f82f2!important;transform:none}#wardrobe-v2-root .wardrobe-card-check{position:absolute;top:10px;right:10px;width:20px;height:20px;border-radius:9999px;background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;z-index:5;border:1px solid rgba(255,255,255,.95);box-shadow:0 8px 18px #4e5f8240}#wardrobe-v2-root .wardrobe-card-new .photo-wrap{background:#eceef3}#wardrobe-v2-root .wardrobe-card-new .card-label{color:#2e3338}#wardrobe-v2-root .wardrobe-card-new .card-outfits-count{color:#5b5f65}#wardrobe-v2-root .wardrobe-card-menu-btn{color:#4e5f82}#wardrobe-v2-root .wardrobe-section .category-label{color:#5b5f65}#wardrobe-v2-root .wardrobe-empty-block{background:#e6e8ed;border:1px dashed rgba(78,95,130,.25);color:#4e5f82}body.wardrobe-tab-active .fab.wardrobe-v2-fab{width:64px;height:64px;min-height:64px;border-radius:9999px;background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;box-shadow:0 10px 28px #4e5f8259;border:none;right:1.5rem;bottom:calc(env(safe-area-inset-bottom) + 6.5rem);z-index:70}body.wardrobe-tab-active .fab.wardrobe-v2-fab .material-symbols-outlined{font-variation-settings:"FILL" 1,"wght" 400,"GRAD" 0,"opsz" 24!important;color:#fff!important}body.wardrobe-tab-active .fab.wardrobe-v2-fab svg path{fill:#fff!important}body.wardrobe-tab-active .fab.wardrobe-v2-fab svg{display:block}@media (min-width: 768px){body.wardrobe-tab-active .fab.wardrobe-v2-fab{right:calc(50% - 240px + 1.5rem)}}@media (min-width: 1024px){body.wardrobe-tab-active .fab.wardrobe-v2-fab{right:calc(50% - 260px + 1.5rem)}}body.wardrobe-tab-active .wardrobe-filters-overlay{background:#2e333859}body.wardrobe-tab-active .wardrobe-filters-drawer{background:#f9f9fc;border-color:#777b8026;color:#2e3338;--text-primary: #2e3338;--text-secondary: #5b5f65;--text-tertiary: #71717a;--border: rgba(46, 51, 56, .1)}body.wardrobe-tab-active .wardrobe-filters-header{border-bottom-color:#2e33381a}body.wardrobe-tab-active .wardrobe-filters-title{color:#2e3338}body.wardrobe-tab-active .wardrobe-filters-back,body.wardrobe-tab-active .wardrobe-filters-close{color:#2e3338;border-color:#2e333826}body.wardrobe-tab-active .wardrobe-filters-drill-row{border-bottom-color:#2e333814;color:#2e3338}body.wardrobe-tab-active .wardrobe-filters-drill-label{color:#2e3338}body.wardrobe-tab-active .wardrobe-filters-drill-summary{color:#5b5f65}body.wardrobe-tab-active .wardrobe-filters-drill-chevron{color:#777b80}body.wardrobe-tab-active .wardrobe-filters-drill-row:hover{background:#4e5f820f}body.wardrobe-tab-active .wardrobe-filters-sub-search{background:#fff;border-color:#777b8040;color:#2e3338}body.wardrobe-tab-active .wardrobe-filters-sub-search::-moz-placeholder{color:#777b80}body.wardrobe-tab-active .wardrobe-filters-sub-search::placeholder{color:#777b80}body.wardrobe-tab-active .wardrobe-filters-option-row{color:#2e3338}body.wardrobe-tab-active .wardrobe-filters-option-row:hover{background:#4e5f820f}body.wardrobe-tab-active .wardrobe-filters-option-row--active{background:#4e5f821a}body.wardrobe-tab-active .wardrobe-filters-actions{border-top-color:#2e33381a}body.wardrobe-tab-active .btn-primary{background:linear-gradient(135deg,#4e5f82,#665881);box-shadow:0 6px 20px #4e5f8240}body.wardrobe-tab-active .btn-secondary{background:#fff;color:#4e5f82;border-color:#777b8040}body.wardrobe-tab-active .wardrobe-add-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:205;background:#191c1d66;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}body.wardrobe-tab-active .wardrobe-add-sheet-panel{position:fixed;left:0;right:0;bottom:0;z-index:206;max-width:520px;margin:0 auto;background:#fff;border-radius:2.5rem 2.5rem 0 0;box-shadow:0 -12px 48px #00000024;animation:wardrobe-add-sheet-in .28s ease-out}@keyframes wardrobe-add-sheet-in{0%{transform:translateY(100%);opacity:.96}to{transform:translateY(0);opacity:1}}body.wardrobe-tab-active .wardrobe-add-sheet-handle-wrap{display:flex;justify-content:center;padding-top:16px;padding-bottom:6px}body.wardrobe-tab-active .wardrobe-add-sheet-handle{width:48px;height:6px;border-radius:9999px;background:#c8c5ce73}body.wardrobe-tab-active .wardrobe-add-sheet-inner{padding:8px 32px max(28px,calc(env(safe-area-inset-bottom) + 12px))}body.wardrobe-tab-active .wardrobe-add-sheet-header{margin-bottom:8px}body.wardrobe-tab-active .wardrobe-add-sheet-title{font-family:Manrope,Inter,system-ui,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#454565;margin:0 0 6px}body.wardrobe-tab-active .wardrobe-add-sheet-sub{margin:0;font-size:14px;line-height:1.45;color:#47464d}body.wardrobe-tab-active .wardrobe-add-sheet-options{display:flex;flex-direction:column;gap:16px;margin-top:24px}body.wardrobe-tab-active .wardrobe-add-option{width:100%;display:flex;align-items:center;gap:20px;padding:20px;border:none;border-radius:1rem;background:#f3f4f5;cursor:pointer;text-align:left;transition:background .2s,transform .15s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .wardrobe-add-option:hover{background:#e7e8e9}body.wardrobe-tab-active .wardrobe-add-option:active{transform:scale(.98)}body.wardrobe-tab-active .wardrobe-add-option:disabled{opacity:.55;pointer-events:none}body.wardrobe-tab-active .wardrobe-add-option-icon{width:56px;height:56px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s}body.wardrobe-tab-active .wardrobe-add-option:hover .wardrobe-add-option-icon{transform:scale(1.08)}body.wardrobe-tab-active .wardrobe-add-option-icon .material-symbols-outlined{font-size:26px}body.wardrobe-tab-active .wardrobe-add-option-icon--camera{background:#5d5d7e;color:#fff;box-shadow:0 8px 20px #5d5d7e59}body.wardrobe-tab-active .wardrobe-add-option-icon--gallery{background:#fff;color:#5d5d7e;box-shadow:0 4px 14px #00000014;border:1px solid rgba(200,197,206,.55)}body.wardrobe-tab-active .wardrobe-add-option-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}body.wardrobe-tab-active .wardrobe-add-option-title{font-family:Manrope,Inter,system-ui,sans-serif;font-size:17px;font-weight:700;color:#191c1d;line-height:1.2}body.wardrobe-tab-active .wardrobe-add-option-desc{font-size:13px;color:#47464d}body.wardrobe-tab-active .wardrobe-add-option-chevron{color:#c8c5ce;flex-shrink:0;font-size:22px}body.wardrobe-tab-active .wardrobe-add-sheet-footer{display:flex;align-items:center;margin-top:28px;gap:8px}body.wardrobe-tab-active .wardrobe-add-footer-spacer{width:48px;flex:0 0 48px}body.wardrobe-tab-active .wardrobe-add-cancel{flex:1;border:none;background:none;padding:14px 8px;font-family:Manrope,Inter,system-ui,sans-serif;font-weight:700;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#454565;cursor:pointer;text-align:center}body.wardrobe-tab-active .wardrobe-add-cancel:hover{opacity:.85}body.wardrobe-tab-active .wardrobe-add-close-fab{width:48px;height:48px;flex:0 0 48px;border-radius:9999px;border:none;background:#5d5d7e;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 22px #5d5d7e59;transition:transform .15s,opacity .15s}body.wardrobe-tab-active .wardrobe-add-close-fab .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .wardrobe-add-close-fab:hover{opacity:.92}body.wardrobe-tab-active .wardrobe-add-close-fab:active{transform:scale(.95)}@media (prefers-reduced-motion: reduce){body.wardrobe-tab-active .wardrobe-add-sheet-panel{animation:none}}body.wardrobe-tab-active .wardrobe-pending-preview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:230;display:flex;flex-direction:column;background:#f8f9fa;font-family:Manrope,Inter,system-ui,sans-serif;color:#191c1d}body.wardrobe-tab-active .wardrobe-pending-preview-toolbar{flex-shrink:0;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;gap:8px;padding:max(env(safe-area-inset-top),12px) 20px 12px;background:#f8fafce0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(119,123,128,.1)}body.wardrobe-tab-active .wardrobe-pending-preview-iconbtn{width:44px;height:44px;border:none;border-radius:12px;background:transparent;color:#334155;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .15s,transform .15s}body.wardrobe-tab-active .wardrobe-pending-preview-iconbtn:active{transform:scale(.95)}body.wardrobe-tab-active .wardrobe-pending-preview-iconbtn .material-symbols-outlined{font-size:24px}body.wardrobe-tab-active .wardrobe-pending-preview-brand{margin:0;font-size:1.125rem;font-weight:700;letter-spacing:-.02em;text-align:center;color:#0f172a}body.wardrobe-tab-active .wardrobe-pending-preview-scroll{flex:1;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:20px 24px 180px;max-width:672px;margin:0 auto;width:100%}body.wardrobe-tab-active .wardrobe-pending-preview-intro{margin-bottom:2.5rem}body.wardrobe-tab-active .wardrobe-pending-preview-kicker{display:block;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#454565;margin-bottom:10px}body.wardrobe-tab-active .wardrobe-pending-preview-headline{margin:0 0 10px;font-size:clamp(1.85rem,6vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:#191c1d}body.wardrobe-tab-active .wardrobe-pending-preview-lead{margin:0;max-width:20rem;font-size:14px;line-height:1.5;color:#47464d}body.wardrobe-tab-active .wardrobe-pending-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (min-width: 480px){body.wardrobe-tab-active .wardrobe-pending-preview-grid{gap:24px}}body.wardrobe-tab-active .wardrobe-pending-preview-tile{position:relative;aspect-ratio:3 / 4;border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 2px 12px #191c1d0f;transition:transform .35s ease}body.wardrobe-tab-active .wardrobe-pending-preview-tile:hover{transform:scale(1.02)}body.wardrobe-tab-active .wardrobe-pending-preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}body.wardrobe-tab-active .wardrobe-pending-preview-remove{position:absolute;top:14px;right:14px;width:40px;height:40px;border-radius:9999px;border:none;background:#ffffffeb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#191c1d;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0000001f;transition:transform .15s}body.wardrobe-tab-active .wardrobe-pending-preview-remove .material-symbols-outlined{font-size:20px}body.wardrobe-tab-active .wardrobe-pending-preview-remove:hover{transform:scale(1.08)}body.wardrobe-tab-active .wardrobe-pending-preview-remove:active{transform:scale(.92)}body.wardrobe-tab-active .wardrobe-pending-preview-addmore{aspect-ratio:3 / 4;border-radius:1rem;border:2px dashed rgba(200,197,206,.55);background:#f3f4f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:background .25s,transform .15s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .wardrobe-pending-preview-addmore:hover:not(:disabled){background:#e7e8e9}body.wardrobe-tab-active .wardrobe-pending-preview-addmore:active:not(:disabled){transform:scale(.97)}body.wardrobe-tab-active .wardrobe-pending-preview-addmore:disabled{opacity:.55;cursor:not-allowed}body.wardrobe-tab-active .wardrobe-pending-preview-addmore-iconwrap{width:48px;height:48px;border-radius:9999px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000000f;transition:transform .2s}body.wardrobe-tab-active .wardrobe-pending-preview-addmore:hover:not(:disabled) .wardrobe-pending-preview-addmore-iconwrap{transform:scale(1.1)}body.wardrobe-tab-active .wardrobe-pending-preview-addmore-iconwrap .material-symbols-outlined{font-size:28px;color:#454565}body.wardrobe-tab-active .wardrobe-pending-preview-addmore-label{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#454565}body.wardrobe-tab-active .wardrobe-pending-preview-bottom{position:fixed;left:0;right:0;bottom:0;z-index:231;padding:32px 24px max(24px,env(safe-area-inset-bottom));background:linear-gradient(to top,#f8f9fa 55%,#f8f9fa00);pointer-events:none}body.wardrobe-tab-active .wardrobe-pending-preview-bottom-inner{max-width:672px;margin:0 auto;pointer-events:auto}body.wardrobe-tab-active .wardrobe-pending-preview-submit{width:100%;border:none;border-radius:9999px;padding:18px 24px;font-family:Manrope,Inter,system-ui,sans-serif;font-size:15px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:#5d5d7e;cursor:pointer;box-shadow:0 12px 32px #5d5d7e47;transition:transform .2s,opacity .2s,box-shadow .2s}body.wardrobe-tab-active .wardrobe-pending-preview-submit:hover:not(:disabled){transform:scale(1.02);box-shadow:0 14px 36px #5d5d7e52}body.wardrobe-tab-active .wardrobe-pending-preview-submit:active:not(:disabled){transform:scale(.98)}body.wardrobe-tab-active .wardrobe-pending-preview-submit:disabled{opacity:.55;cursor:not-allowed;transform:none}body.wardrobe-tab-active .studio-compose-bottom{position:fixed;left:50%;transform:translate(-50%);bottom:calc(env(safe-area-inset-bottom) + 7.4rem);z-index:85;width:min(440px,calc(100vw - 32px))}body.wardrobe-tab-active .studio-compose-btn{width:100%;min-height:56px;border-radius:16px;border:none;background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;font-weight:700;font-size:14px;box-shadow:0 10px 26px #4e5f8259;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 16px}body.wardrobe-tab-active .studio-compose-plus{font-size:22px;line-height:1;margin-top:-2px;font-weight:800}body.wardrobe-tab-active .studio-selection-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;display:flex;align-items:flex-end;justify-content:center;padding:0 16px calc(env(safe-area-inset-bottom) + 7.4rem) 16px;background:#2e333808}body.wardrobe-tab-active .studio-selection-sheet{width:min(440px,calc(100vw - 32px));background:#fff;border-radius:18px;border:1px solid rgba(119,123,128,.15);box-shadow:-6px -6px 14px #fff,6px 6px 14px #d7dae0;overflow:hidden}body.wardrobe-tab-active .studio-selection-header{padding:14px 16px 10px;border-bottom:1px solid rgba(119,123,128,.12);display:flex;align-items:center;justify-content:space-between;gap:12px}body.wardrobe-tab-active .studio-selection-title{font-size:14px;font-weight:800;color:#2e3338}body.wardrobe-tab-active .studio-selection-saved-pill{font-size:12px;font-weight:700;color:#4e5f82;padding:6px 12px;border-radius:9999px;border:1px solid rgba(78,95,130,.25);background:#4e5f820f;white-space:nowrap}body.wardrobe-tab-active .studio-selection-saved-pill.is-saving{opacity:.85}body.wardrobe-tab-active .studio-selection-saved-pill.is-saved{background:#4e5f821a;border-color:#4e5f8259}body.wardrobe-tab-active .studio-selection-list{padding:10px 12px 2px}body.wardrobe-tab-active .studio-selection-row{display:flex;align-items:center;gap:12px;padding:10px;border-radius:14px;background:#2e333808;border:1px solid rgba(119,123,128,.12);margin-bottom:10px}body.wardrobe-tab-active .studio-selection-thumb{width:40px;height:40px;border-radius:10px;background:#e9eef6;background-size:cover;background-position:center;flex-shrink:0;border:1px solid rgba(78,95,130,.14)}body.wardrobe-tab-active .studio-selection-row-text{min-width:0;display:flex;flex-direction:column;gap:4px}body.wardrobe-tab-active .studio-selection-row-name{font-size:13px;font-weight:800;color:#2e3338}body.wardrobe-tab-active .studio-selection-row-meta{font-size:12px;font-weight:600;color:#5b5f65}body.wardrobe-tab-active .studio-selection-actions{display:flex;gap:10px;padding:0 14px 10px}body.wardrobe-tab-active .studio-selection-actions .btn{flex:1;border-radius:12px}body.wardrobe-tab-active .studio-selection-compose{width:calc(100% - 28px);margin:6px 14px 14px;min-height:54px;border-radius:16px;border:none;background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;font-weight:800;font-size:14px;box-shadow:0 10px 26px #4e5f8259;display:flex;align-items:center;justify-content:center;gap:10px}.wardrobe-v2-screen.screen{padding-left:0;padding-right:0;background:transparent}body.wardrobe-tab-active .item-detail-screen{background:#f8fafc}body.wardrobe-tab-active .item-detail-card.item-card-v2{padding:0;gap:0;background:#fff;border-radius:24px;border:1px solid rgba(119,123,128,.15);box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0;overflow:hidden;max-width:375px;margin:0 auto}body.wardrobe-tab-active .item-detail-card.item-card-v2 .item-detail-info{padding:20px}body.wardrobe-tab-active .item-card-v2-photo{width:100%;height:auto;aspect-ratio:3 / 4;background:#eceef3;position:relative;overflow:hidden}body.wardrobe-tab-active .item-card-v2-photo-img,body.wardrobe-tab-active .item-card-v2-photo-placeholder{width:100%;max-width:240px;height:auto;aspect-ratio:3 / 4;border-radius:14px;background:#f2f3f7;border:1px solid rgba(119,123,128,.12)}body.wardrobe-tab-active .item-card-v2-photo-placeholder{color:#aeb2b8}body.wardrobe-tab-active .item-card-v2-overlay-btn{background:#ffffffe0;border:1px solid rgba(119,123,128,.12);color:#94a3b8}body.wardrobe-tab-active .item-card-v2-overlay-btn svg{display:block}body.wardrobe-tab-active .item-card-v2-photo-dot{background:#4e5f822e}body.wardrobe-tab-active .item-card-v2-photo-dot.active{background:#4e5f82}body.wardrobe-tab-active .item-card-v2-name{font-family:Inter,system-ui,sans-serif;font-size:22px;font-weight:700;color:#1e293b;letter-spacing:-.03em}body.wardrobe-tab-active .item-card-v2-outfits-badge{background:#4e5f8224;color:#4e5f82}body.wardrobe-tab-active .item-card-v2-itemcode{color:#94a3b8;margin:4px 0 16px}body.wardrobe-tab-active .item-card-v2-actions-row{margin-bottom:10px}body.wardrobe-tab-active .item-card-v2-action-outline{background:linear-gradient(135deg,#4e5f82,#665881);border:none;color:#fff}body.wardrobe-tab-active .item-card-v2-action-outline svg{stroke:currentColor}body.wardrobe-tab-active .item-card-v2-action-gradient{background:linear-gradient(135deg,#4e5f82,#665881)}body.wardrobe-tab-active .item-card-v2-tags{margin-bottom:16px}body.wardrobe-tab-active .item-card-v2-pill{background:#f2f3f7;border:1px solid rgba(119,123,128,.15)}body.wardrobe-tab-active .item-card-v2-pill-tag-icon{background:#4e5f822e}body.wardrobe-tab-active .item-card-v2-pill-text{color:#64748b;font-family:Inter,system-ui,sans-serif;font-size:13px}body.wardrobe-tab-active .item-card-v2-season-badge{background:#4e5f821f;color:#4e5f82}body.wardrobe-tab-active .item-card-v2-block{background:#fff;border:1px solid rgba(119,123,128,.15);box-shadow:none}body.wardrobe-tab-active .item-card-v2-block-title{color:#94a3b8}body.wardrobe-tab-active .item-card-v2-color-circle{border-color:#4e5f8240}body.wardrobe-tab-active .item-card-v2-color-name{color:#1e293b}body.wardrobe-tab-active .item-card-v2-color-type,body.wardrobe-tab-active .item-card-v2-temp-label,body.wardrobe-tab-active .item-card-v2-char-label,body.wardrobe-tab-active .item-card-v2-insulation-label,body.wardrobe-tab-active .item-card-v2-insulation-value,body.wardrobe-tab-active .item-card-v2-related-title{color:#64748b}body.wardrobe-tab-active .item-card-v2-temp-value{color:#4e5f82}body.wardrobe-tab-active .item-card-v2-track-bg{background:#4e5f8226}body.wardrobe-tab-active .item-card-v2-track-active{background:linear-gradient(90deg,#5dcaa5,#4e5f82)}body.wardrobe-tab-active .item-card-v2-char-value{color:#1e293b}body.wardrobe-tab-active .item-card-v2-insulation-bar{background:#4e5f8224}body.wardrobe-tab-active .item-card-v2-insulation-bar.active{background:linear-gradient(90deg,#4e5f82,#665881)}body.wardrobe-tab-active .item-card-v2-related-seeall{color:#4e5f82}body.wardrobe-tab-active .item-card-v2-related-card{background:#f2f3f7;border:1px solid rgba(119,123,128,.12)}body.wardrobe-tab-active .item-card-v2-edit-block .item-detail-edit-field span{color:#64748b;font-family:Inter,system-ui,sans-serif;font-weight:600}body.wardrobe-tab-active .item-card-v2-edit-block .item-detail-edit-field input,body.wardrobe-tab-active .item-card-v2-edit-block .item-detail-edit-field select{background:#f8fafc;border-color:#777b802e;color:#1e293b}body.wardrobe-tab-active .item-card-v2-edit-block .item-detail-multi-dd-btn,body.wardrobe-tab-active .item-card-v2-edit-block .item-detail-multi-dd-pop{background:#f8fafc;border-color:#777b802e}body.wardrobe-tab-active .item-detail-multi-dd-opt{color:#1e293b}body.wardrobe-tab-active .item-detail-multi-dd-opt:hover{background:#4e5f820f}body.wardrobe-tab-active .item-detail-multi-dd-opt .box{border-color:#4e5f8240;color:#4e5f82;background:#4e5f8214}.admin-demo-photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;margin-top:12px}.admin-demo-photo-card{border:1px solid rgba(0,0,0,.08);border-radius:12px;overflow:hidden;background:#f8fafc}.admin-demo-photo-thumb{width:100%;aspect-ratio:3 / 4;-o-object-fit:cover;object-fit:cover;display:block}.admin-demo-photo-meta{display:flex;flex-direction:column;gap:8px;padding:10px}.admin-demo-photo-meta .btn{width:100%}#wardrobe-v2-root.wv2-root{box-sizing:border-box;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b;background:#f8fafc;max-width:28rem;margin:0 auto;width:100%;min-height:100%;padding:.5rem 1.25rem 7rem;-webkit-font-smoothing:antialiased}#wardrobe-v2-root.wv2-root *,#wardrobe-v2-root.wv2-root *:before,#wardrobe-v2-root.wv2-root *:after{box-sizing:border-box}#wardrobe-v2-root.wv2-root button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;font:inherit;color:inherit;cursor:pointer;margin:0;padding:0;font-family:Inter,system-ui,sans-serif}#wardrobe-v2-root.wv2-root button.fab.wardrobe-v2-fab{background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;box-shadow:0 10px 28px #4e5f8259;border:none}#wardrobe-v2-root.wv2-root button.fab.wardrobe-v2-fab svg path{fill:#fff}#wardrobe-v2-root .wv2-toggle{display:flex;align-items:stretch;background:#e6e8ed;border-radius:9999px;padding:6px;margin-bottom:2rem;box-shadow:inset -4px -4px 8px #fff,inset 4px 4px 8px #d7dae0cc}#wardrobe-v2-root .wv2-toggle-btn{flex:1 1 0;min-width:0;min-height:44px;display:flex;align-items:center;justify-content:center;padding:.625rem .75rem;border-radius:9999px;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2;color:#64748b;transition:color .2s,box-shadow .2s,background .2s}#wardrobe-v2-root .wv2-toggle-btn.is-active{background:#fff;color:#334155;box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0}#wardrobe-v2-root .wv2-toggle-btn:not(.is-active):hover{color:#4e5f82}#wardrobe-v2-root .wv2-search-row{display:flex;align-items:stretch;gap:1rem;margin-bottom:2.5rem}#wardrobe-v2-root .wv2-search-field{flex:1;min-width:0;display:flex;align-items:center;gap:.25rem;padding:0 1rem;background:#e6e8ed;border-radius:1rem;box-shadow:inset -4px -4px 8px #fff,inset 4px 4px 8px #d7dae0cc}#wardrobe-v2-root .wv2-search-field .material-symbols-outlined{color:#777b80;font-size:1.25rem;flex-shrink:0}#wardrobe-v2-root .wv2-search-input{flex:1;min-width:0;border:none;background:transparent;padding:1rem .5rem;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:400;color:#1e293b;outline:none}#wardrobe-v2-root .wv2-search-input::-moz-placeholder{color:#aeb2b8}#wardrobe-v2-root .wv2-search-input::placeholder{color:#aeb2b8}#wardrobe-v2-root .wv2-filter-btn{flex-shrink:0;width:3.5rem;height:3.5rem;display:flex;align-items:center;justify-content:center;background:#f2f3f7;border-radius:1rem;box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0;transition:transform .15s}#wardrobe-v2-root .wv2-filter-btn:active{transform:scale(.95)}#wardrobe-v2-root .wv2-filter-btn .material-symbols-outlined{color:#4e5f82;font-size:1.75rem}#wardrobe-v2-root .wv2-ai-pending-banner{display:flex;gap:14px;align-items:flex-start;padding:14px 16px;margin:-.5rem 0 1.5rem;border-radius:1rem;background:linear-gradient(135deg,#4e5f8217,#66588112);border:1px solid rgba(78,95,130,.2);box-shadow:0 4px 16px #4e5f8214}#wardrobe-v2-root .wv2-ai-pending-icon{flex-shrink:0;font-size:1.5rem;color:#4e5f82;animation:wv2-ai-spin .85s linear infinite}@keyframes wv2-ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){#wardrobe-v2-root .wv2-ai-pending-icon{animation:none}}#wardrobe-v2-root .wv2-ai-pending-copy{display:flex;flex-direction:column;gap:6px;min-width:0}#wardrobe-v2-root .wv2-ai-pending-title{font-family:Manrope,Inter,system-ui,sans-serif;font-weight:700;font-size:.9rem;color:#2e3338}#wardrobe-v2-root .wv2-ai-pending-sub{font-size:.78rem;line-height:1.45;color:#5b5f65}#wardrobe-v2-root .wv2-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}#wardrobe-v2-root .wv2-empty{grid-column:1 / -1;text-align:center;font-family:Inter,system-ui,sans-serif;color:#64748b;font-size:.875rem;padding:2.5rem 1rem}#wardrobe-v2-root .wv2-card{background:#fff;border-radius:.75rem;padding:.75rem;box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0;cursor:pointer;transition:transform .15s}#wardrobe-v2-root .wv2-card:active{transform:scale(.98)}#wardrobe-v2-root .wv2-card.wv2-card--active{box-shadow:-6px -6px 12px #fff,6px 6px 12px #d7dae0,0 0 0 2px #4e5f8259}#wardrobe-v2-root .wv2-card-photo{position:relative;aspect-ratio:3 / 4;border-radius:.5rem;overflow:hidden;background:#eceef3;margin-bottom:.75rem}#wardrobe-v2-root .wv2-card-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}#wardrobe-v2-root .wv2-card-ph-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#aeb2b8}#wardrobe-v2-root .wv2-card-fav{position:absolute;top:.5rem;right:.5rem;z-index:2;width:2rem;height:2rem;border-radius:9999px;background:#ffffffe0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;color:#4e5f82;box-shadow:0 1px 4px #0000000f}#wardrobe-v2-root .wv2-card-fav .material-symbols-outlined{font-size:1.125rem}#wardrobe-v2-root .wv2-card-magic{position:absolute;bottom:.5rem;right:.5rem;z-index:2;width:2.25rem;height:2.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4e5f82,#665881);color:#fff;box-shadow:0 4px 12px #4e5f8259}#wardrobe-v2-root .wv2-card-magic .material-symbols-outlined{font-size:1.125rem}#wardrobe-v2-root .wv2-card-magic:active{transform:scale(.95)}#wardrobe-v2-root .wv2-card-meta{padding:0 .25rem}#wardrobe-v2-root .wv2-card-title{margin:0;font-family:Inter,system-ui,sans-serif;font-size:.875rem;font-weight:600;color:#1e293b;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#wardrobe-v2-root .wv2-card-sub{margin:.125rem 0 0;font-family:Inter,system-ui,sans-serif;font-size:.75rem;font-weight:400;color:#64748b}#wardrobe-v2-root .wardrobe-section .category-label,#wardrobe-v2-root .wardrobe-section .section-title{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:#64748b}body.wardrobe-tab-active .landing-first-screen.screen{min-height:100vh;padding:max(env(safe-area-inset-top),20px) 22px max(env(safe-area-inset-bottom),28px);display:flex;flex-direction:column;position:relative;overflow-x:hidden;background:linear-gradient(165deg,#faf9f7,#f3f2ef 45%,#f6f5f3)}body.wardrobe-tab-active .landing-first-blobs{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}body.wardrobe-tab-active .landing-first-blobs:before,body.wardrobe-tab-active .landing-first-blobs:after{content:"";position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}body.wardrobe-tab-active .landing-first-blobs:before{width:min(320px,80vw);height:min(320px,80vw);top:-8%;right:-15%;background:#4e5f8217}body.wardrobe-tab-active .landing-first-blobs:after{width:min(280px,70vw);height:min(280px,70vw);bottom:5%;left:-20%;background:#66588112}body.wardrobe-tab-active .landing-first-top,body.wardrobe-tab-active .landing-first-main,body.wardrobe-tab-active .landing-first-foot{position:relative;z-index:1}body.wardrobe-tab-active .landing-first-logo-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}body.wardrobe-tab-active .landing-first-logo-row .material-symbols-outlined{font-size:26px;color:#4e5f82}body.wardrobe-tab-active .landing-first-brand{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:13px;letter-spacing:.22em;color:#3d4a63}body.wardrobe-tab-active .landing-first-welcome-label{margin:0;font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#8b9099}body.wardrobe-tab-active .landing-first-main{flex:1;display:flex;flex-direction:column;padding-top:8px;max-width:420px;margin:0 auto;width:100%}body.wardrobe-tab-active .landing-first-headline{margin:20px 0 0;font-family:Lora,Times New Roman,serif;font-weight:600;font-size:clamp(1.55rem,5.2vw,1.95rem);line-height:1.35;letter-spacing:-.02em;color:#1e293b}body.wardrobe-tab-active .landing-first-headline em{font-style:italic;font-weight:600;color:#334155}body.wardrobe-tab-active .landing-first-rule{width:48px;height:2px;margin:18px 0 20px;border-radius:2px;background:linear-gradient(90deg,#4e5f82,#4e5f8233)}body.wardrobe-tab-active .landing-first-lead{margin:0 0 28px;font-family:Manrope,Inter,system-ui,sans-serif;font-size:15px;line-height:1.55;font-weight:500;color:#5b5f65}body.wardrobe-tab-active .landing-first-section-label{margin:0 0 14px;font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#64748b}body.wardrobe-tab-active .landing-first-cards{display:flex;flex-direction:column;gap:14px}body.wardrobe-tab-active .landing-first-card{display:flex;align-items:center;gap:16px;width:100%;padding:18px 18px 18px 16px;border:1px solid rgba(119,123,128,.22);border-radius:18px;background:#ffffffb8;box-shadow:-5px -5px 14px #fffffff2,6px 6px 16px #c8ccd473;cursor:pointer;text-align:left;transition:transform .18s,box-shadow .18s,border-color .18s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .landing-first-card:hover{border-color:#4e5f8259;box-shadow:-5px -5px 14px #fff,8px 8px 20px #4e5f821f}body.wardrobe-tab-active .landing-first-card:active{transform:scale(.985)}body.wardrobe-tab-active .landing-first-card-icon{flex-shrink:0;width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;transition:transform .2s}body.wardrobe-tab-active .landing-first-card:hover .landing-first-card-icon{transform:scale(1.04)}body.wardrobe-tab-active .landing-first-card-icon--primary{background:linear-gradient(145deg,#4e5f82,#3d4d68);color:#fff;box-shadow:0 8px 20px #4e5f8259}body.wardrobe-tab-active .landing-first-card-icon--soft{background:linear-gradient(145deg,#eceef3,#fff);color:#4e5f82;border:1px solid rgba(119,123,128,.18);box-shadow:inset 0 1px #ffffffe6}body.wardrobe-tab-active .landing-first-card-icon .material-symbols-outlined{font-size:26px}body.wardrobe-tab-active .landing-first-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}body.wardrobe-tab-active .landing-first-card-title{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:16px;color:#1e293b;letter-spacing:-.02em}body.wardrobe-tab-active .landing-first-card-sub{font-size:13px;font-weight:500;color:#6b7280;line-height:1.35}body.wardrobe-tab-active .landing-first-card-chevron{flex-shrink:0;color:#c8c5ce;font-size:22px}body.wardrobe-tab-active .landing-first-foot{margin-top:auto;padding-top:28px;display:flex;flex-direction:column;align-items:center;gap:16px;max-width:420px;margin-left:auto;margin-right:auto;width:100%}body.wardrobe-tab-active .landing-first-account-link{border:none;background:none;padding:8px 12px;font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:600;color:#4e5f82;text-decoration:underline;text-underline-offset:3px;cursor:pointer}body.wardrobe-tab-active .landing-first-account-link:hover{color:#3d4d68}body.wardrobe-tab-active .landing-first-disclaimer{margin:0;text-align:center;font-size:11px;line-height:1.45;color:#94a3b8;max-width:280px}body.wardrobe-tab-active .photo-tips-screen.screen{min-height:100vh;display:flex;flex-direction:column;padding:max(env(safe-area-inset-top),12px) 18px max(env(safe-area-inset-bottom),20px);background:linear-gradient(180deg,#faf9f7,#f3f2ef);max-width:480px;margin:0 auto}body.wardrobe-tab-active .photo-tips-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}body.wardrobe-tab-active .photo-tips-back{width:44px;height:44px;border-radius:12px;border:1px solid rgba(119,123,128,.28);background:#ffffffa6;box-shadow:-3px -3px 10px #ffffffe6,4px 4px 12px #c8ccd459;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3d4a63;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .photo-tips-back .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .photo-tips-nav-title{margin:0;flex:1;text-align:center;font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#8b7d6f;padding-right:44px}body.wardrobe-tab-active .photo-tips-main{flex:1}body.wardrobe-tab-active .photo-tips-headline{margin:12px 0 0;font-family:Lora,Times New Roman,serif;font-weight:600;font-size:clamp(1.45rem,4.8vw,1.85rem);line-height:1.3;letter-spacing:-.02em;color:#1e293b}body.wardrobe-tab-active .photo-tips-headline em{font-style:italic;color:#334155}body.wardrobe-tab-active .photo-tips-sub{margin:14px 0 22px;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.5;font-weight:500;color:#6b7280}body.wardrobe-tab-active .photo-tips-grid{display:flex;flex-direction:column;gap:12px}body.wardrobe-tab-active .photo-tips-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}body.wardrobe-tab-active .photo-tips-card{position:relative;border-radius:16px;padding:14px 12px;min-height:132px;display:flex;flex-direction:column;align-items:flex-start;border:1px solid transparent}body.wardrobe-tab-active .photo-tips-card--good{background:linear-gradient(160deg,#34785a1a,#34785a0a);border-color:#34785a2e}body.wardrobe-tab-active .photo-tips-card--bad{background:linear-gradient(160deg,#be5a501a,#be5a500a);border-color:#be5a5033}body.wardrobe-tab-active .photo-tips-card-badge{position:absolute;top:10px;right:10px;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center}body.wardrobe-tab-active .photo-tips-card-badge--ok{background:#34785aeb;color:#fff}body.wardrobe-tab-active .photo-tips-card-badge--no{background:#be5a50eb;color:#fff}body.wardrobe-tab-active .photo-tips-card-badge .material-symbols-outlined{font-size:16px;font-weight:700}body.wardrobe-tab-active .photo-tips-card-icon{margin-bottom:8px;color:#1e293b59}body.wardrobe-tab-active .photo-tips-card-icon .material-symbols-outlined{font-size:32px}body.wardrobe-tab-active .photo-tips-card--bad .photo-tips-card-icon{color:#be5a5073}body.wardrobe-tab-active .photo-tips-card--good .photo-tips-card-icon{color:#34785a73}body.wardrobe-tab-active .photo-tips-card-title{margin:0 0 6px;font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:700;color:#1e293b;line-height:1.25;padding-right:28px}body.wardrobe-tab-active .photo-tips-card-sub{margin:0;font-size:11px;line-height:1.4;font-weight:500;color:#64748b}body.wardrobe-tab-active .photo-tips-footer{margin-top:24px;padding-top:8px;display:flex;flex-direction:column;align-items:stretch;gap:10px}body.wardrobe-tab-active .photo-tips-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 18px 16px 22px;border:1px solid rgba(119,123,128,.22);border-radius:999px;background:#ffffffe0;box-shadow:-4px -4px 12px #fffffff2,6px 6px 16px #c8ccd466;cursor:pointer;transition:transform .15s,box-shadow .15s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .photo-tips-cta:hover{border-color:#4e5f824d;box-shadow:-4px -4px 12px #fff,8px 8px 18px #4e5f821f}body.wardrobe-tab-active .photo-tips-cta:active{transform:scale(.99)}body.wardrobe-tab-active .photo-tips-cta-label{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:15px;color:#1e293b;text-align:left}body.wardrobe-tab-active .photo-tips-cta-fab{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#4e5f82,#3d4d68);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #4e5f8259}body.wardrobe-tab-active .photo-tips-cta-fab .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .photo-tips-footer-hint{margin:0;text-align:center;font-size:12px;color:#94a3b8;font-weight:500}@media (max-width: 360px){body.wardrobe-tab-active .photo-tips-row{grid-template-columns:1fr}}body.wardrobe-tab-active .demo-wardrobe-screen.screen{min-height:100vh;display:flex;flex-direction:column;padding:max(env(safe-area-inset-top),10px) 18px max(env(safe-area-inset-bottom),20px);background:linear-gradient(180deg,#faf9f7,#f5f4f1);max-width:440px;margin:0 auto}body.wardrobe-tab-active .demo-wardrobe-top{display:flex;align-items:center;gap:10px;margin-bottom:6px}body.wardrobe-tab-active .demo-wardrobe-back{width:44px;height:44px;border-radius:12px;border:1px solid rgba(119,123,128,.28);background:#ffffffa6;box-shadow:-3px -3px 10px #ffffffe6,4px 4px 12px #c8ccd459;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#3d4a63;flex-shrink:0;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .demo-wardrobe-back .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .demo-wardrobe-brand{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding-right:44px}body.wardrobe-tab-active .demo-wardrobe-brand-icon{width:22px;height:22px;border-radius:4px;border:1.5px solid #8b7d6f;background:#ffffff80}body.wardrobe-tab-active .demo-wardrobe-brand-text{font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#6b5d52}body.wardrobe-tab-active .demo-wardrobe-main{flex:1}body.wardrobe-tab-active .demo-wardrobe-headline{margin:8px 0 0;font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:clamp(1.35rem,4.5vw,1.65rem);line-height:1.25;letter-spacing:-.03em;color:#1e293b}body.wardrobe-tab-active .demo-wardrobe-headline em{display:block;margin-top:4px;font-family:Lora,Times New Roman,serif;font-style:italic;font-weight:600;font-size:.92em;color:#334155}body.wardrobe-tab-active .demo-wardrobe-lead{margin:12px 0 20px;font-family:Manrope,system-ui,sans-serif;font-size:14px;line-height:1.5;font-weight:500;color:#64748b}body.wardrobe-tab-active .demo-wardrobe-status{font-size:14px;color:#64748b;line-height:1.45}body.wardrobe-tab-active .demo-wardrobe-status--err{color:#b45309}body.wardrobe-tab-active .demo-wardrobe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.wardrobe-tab-active .demo-wardrobe-tile{position:relative;aspect-ratio:3 / 4;border-radius:14px;border:2px solid transparent;padding:0;overflow:hidden;cursor:pointer;transition:border-color .15s,transform .12s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .demo-wardrobe-tile:active{transform:scale(.98)}body.wardrobe-tab-active .demo-wardrobe-tile--selected{border-color:#1e293b}body.wardrobe-tab-active .demo-wardrobe-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}body.wardrobe-tab-active .demo-wardrobe-check{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1;background:#ffffff8c;color:#1e293b59}body.wardrobe-tab-active .demo-wardrobe-check--on{background:#1e293b;color:#fff}body.wardrobe-tab-active .demo-wardrobe-check-hollow{font-variation-settings:"FILL" 0,"wght" 400;opacity:.45}body.wardrobe-tab-active .demo-wardrobe-check .material-symbols-outlined{font-size:16px;font-weight:700}body.wardrobe-tab-active .demo-wardrobe-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:18px;padding:12px 14px;border-radius:14px;background:#ffffffbf;border:1px solid rgba(119,123,128,.18)}body.wardrobe-tab-active .demo-wardrobe-bar-count{font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:600;color:#475569}body.wardrobe-tab-active .demo-wardrobe-select-all{border:1px solid rgba(119,123,128,.28);background:#f4f1ec;border-radius:10px;padding:8px 14px;font-family:Manrope,system-ui,sans-serif;font-size:13px;font-weight:600;color:#3d4a63;cursor:pointer}body.wardrobe-tab-active .demo-wardrobe-footer{margin-top:16px;display:flex;flex-direction:column;gap:8px}body.wardrobe-tab-active .demo-wardrobe-cta-hint{margin:0;text-align:center;font-size:13px;color:#b45309}body.wardrobe-tab-active .demo-wardrobe-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:16px 18px 16px 22px;border:1px solid rgba(119,123,128,.22);border-radius:999px;background:#ffffffe0;box-shadow:-4px -4px 12px #fffffff2,6px 6px 16px #c8ccd466;cursor:pointer;transition:opacity .15s;-webkit-tap-highlight-color:transparent}body.wardrobe-tab-active .demo-wardrobe-cta:disabled{opacity:.45;cursor:not-allowed}body.wardrobe-tab-active .demo-wardrobe-cta-label{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:15px;color:#1e293b}body.wardrobe-tab-active .demo-wardrobe-cta-fab{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#4e5f82,#3d4d68);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #4e5f8259}body.wardrobe-tab-active .demo-wardrobe-cta-fab .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .fv-screen.screen{min-height:100vh;display:flex;flex-direction:column;padding:max(env(safe-area-inset-top),14px) 20px max(env(safe-area-inset-bottom),24px);max-width:440px;margin:0 auto;background:linear-gradient(180deg,#faf8f5,#f3f0eb)}body.wardrobe-tab-active .fv-top-brand{text-align:left;margin-bottom:8px}body.wardrobe-tab-active .fv-brand-mini{font-family:Manrope,system-ui,sans-serif;font-size:10px;font-weight:800;letter-spacing:.2em;color:#6b5d52}body.wardrobe-tab-active .fv-title-serif{font-family:Lora,serif;font-weight:600;font-size:clamp(1.5rem,5vw,1.85rem);color:#1e293b;margin:0 0 10px;line-height:1.25}body.wardrobe-tab-active .fv-lead{font-family:Manrope,system-ui,sans-serif;font-size:14px;color:#64748b;line-height:1.5;margin:0 0 24px}body.wardrobe-tab-active .fv-main{flex:1}body.wardrobe-tab-active .fv-spinner{width:52px;height:52px;margin:8px auto 28px;border-radius:50%;border:3px solid rgba(78,95,130,.15);border-top-color:#4e5f82;animation:fv-spin .9s linear infinite}@keyframes fv-spin{to{transform:rotate(360deg)}}body.wardrobe-tab-active .fv-checklist{list-style:none;padding:0;margin:0 0 24px}body.wardrobe-tab-active .fv-checklist-item{display:flex;align-items:center;gap:12px;font-family:Manrope,system-ui,sans-serif;font-size:14px;font-weight:600;margin-bottom:14px;color:#475569}body.wardrobe-tab-active .fv-checklist-item--muted{color:#cbd5e1;font-weight:500}body.wardrobe-tab-active .fv-checklist-item--done{color:#166534}body.wardrobe-tab-active .fv-checklist-item--active{color:#5c4a3a}body.wardrobe-tab-active .fv-check-dot{width:10px;height:10px;border-radius:50%;background:#e2e8f0;flex-shrink:0}body.wardrobe-tab-active .fv-check-dot--ok{background:#22c55e}body.wardrobe-tab-active .fv-check-dot--active{background:#826451}body.wardrobe-tab-active .fv-hint-box{font-family:Manrope,system-ui,sans-serif;font-size:13px;line-height:1.45;color:#57534e;background:#ffffffa6;border:1px solid rgba(130,100,81,.15);border-radius:14px;padding:14px 16px}body.wardrobe-tab-active .fv-footer{margin-top:20px}body.wardrobe-tab-active .fv-footer--stack{display:flex;flex-direction:column;gap:12px}body.wardrobe-tab-active .fv-cta-pill{display:flex;align-items:center;justify-content:space-between;width:100%;padding:16px 18px;border:1px solid rgba(119,123,128,.2);border-radius:999px;background:#ffffffe6;font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:15px;color:#1e293b;cursor:pointer;box-shadow:-3px -3px 10px #ffffffe6,5px 5px 14px #c8ccd459}body.wardrobe-tab-active .fv-cta-pill:disabled{opacity:.45;cursor:not-allowed}body.wardrobe-tab-active .fv-cta-pill--ghost{background:#ffffffbf}body.wardrobe-tab-active .fv-cta-pill--wide{padding-right:16px}body.wardrobe-tab-active .fv-cta-fab{width:44px;height:44px;border-radius:50%;background:linear-gradient(145deg,#5c4a3a,#3d3229);color:#fff;display:flex;align-items:center;justify-content:center}body.wardrobe-tab-active .fv-cta-fab .material-symbols-outlined{font-size:22px}body.wardrobe-tab-active .fv-q-header{display:grid;grid-template-columns:44px 1fr 44px;align-items:start;gap:8px;margin-bottom:12px}body.wardrobe-tab-active .fv-icon-btn{width:44px;height:44px;border-radius:12px;border:1px solid rgba(119,123,128,.25);background:#ffffffb3;color:#3d4a63;cursor:pointer;display:flex;align-items:center;justify-content:center}body.wardrobe-tab-active .fv-progress-wrap{grid-column:2;text-align:center}body.wardrobe-tab-active .fv-progress-label{margin:0 0 8px;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#8b7d6f}body.wardrobe-tab-active .fv-progress-dots{display:flex;justify-content:center;gap:8px;align-items:center}body.wardrobe-tab-active .fv-progress-dot{width:8px;height:8px;border-radius:50%;background:#e2e8f0}body.wardrobe-tab-active .fv-progress-dash{width:22px;height:6px;border-radius:4px;background:#5c4a3a}body.wardrobe-tab-active .fv-q-main{flex:1}body.wardrobe-tab-active .fv-q-title{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:clamp(1.45rem,4.5vw,1.75rem);color:#1e293b;margin:0 0 8px;line-height:1.2}body.wardrobe-tab-active .fv-q-title em{font-family:Lora,serif;font-style:italic;font-weight:600;color:#826451}body.wardrobe-tab-active .fv-q-sub{font-family:Manrope,system-ui,sans-serif;font-size:14px;color:#64748b;margin:0 0 22px;line-height:1.45}body.wardrobe-tab-active .fv-q-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}body.wardrobe-tab-active .fv-opt-card{border-radius:16px;border:2px solid transparent;background:#ffffffd9;padding:20px 12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:10px}body.wardrobe-tab-active .fv-opt-card--on{border-color:#1e293b;background:#f1ede8}body.wardrobe-tab-active .fv-opt-icon{font-size:28px;line-height:1}body.wardrobe-tab-active .fv-opt-label{font-family:Manrope,system-ui,sans-serif;font-weight:600;font-size:14px;color:#334155}body.wardrobe-tab-active .fv-pill-outline{width:100%;padding:14px 16px;border-radius:999px;border:1px solid rgba(119,123,128,.35);background:transparent;font-family:Manrope,system-ui,sans-serif;font-weight:600;font-size:14px;color:#475569;cursor:pointer}body.wardrobe-tab-active .fv-pill-outline--on{border-color:#1e293b;background:#fff9}body.wardrobe-tab-active .fv-q-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.wardrobe-tab-active .fv-opt-tile{aspect-ratio:1;border-radius:14px;border:2px solid transparent;background:#fffc;padding:8px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px}body.wardrobe-tab-active .fv-opt-tile--on{border-color:#1e293b;background:#f1ede8}body.wardrobe-tab-active .fv-opt-tile-icon{width:28px;height:28px;border-radius:6px;background:#8264511f}body.wardrobe-tab-active .fv-opt-tile-label{font-size:10px;font-weight:600;text-align:center;color:#334155;line-height:1.2}body.wardrobe-tab-active .fv-skin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}body.wardrobe-tab-active .fv-skin-card{border-radius:14px;border:2px solid transparent;background:#fff;padding:12px 8px 10px;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:8px}body.wardrobe-tab-active .fv-skin-card--on{border-color:#1e293b}body.wardrobe-tab-active .fv-skin-swatch{width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.08)}body.wardrobe-tab-active .fv-skin-label{font-size:10px;font-weight:600;color:#475569;text-align:center;line-height:1.2}body.wardrobe-tab-active .fv-geo-card{background:#fff;border-radius:18px;padding:22px 18px;border:1px solid rgba(130,100,81,.12);box-shadow:0 8px 24px #0000000a}body.wardrobe-tab-active .fv-geo-icon{font-size:36px;text-align:center;margin-bottom:12px}body.wardrobe-tab-active .fv-geo-card-title{font-family:Manrope,system-ui,sans-serif;font-weight:700;font-size:17px;margin:0 0 8px;color:#1e293b}body.wardrobe-tab-active .fv-geo-card-text{font-size:13px;color:#64748b;line-height:1.5;margin:0 0 14px}body.wardrobe-tab-active .fv-geo-badges{display:flex;flex-wrap:wrap;gap:8px}body.wardrobe-tab-active .fv-geo-badge{font-size:11px;font-weight:600;padding:6px 10px;border-radius:999px;background:#f4f1ec;color:#5c4a3a}body.wardrobe-tab-active .fv-skip-btn{width:100%;padding:14px;border-radius:14px;border:1px solid rgba(119,123,128,.3);background:transparent;font-family:Manrope,system-ui,sans-serif;font-weight:600;font-size:15px;color:#475569;cursor:pointer}body.wardrobe-tab-active .fv-almost-ready{text-align:center;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;margin:0 0 12px}body.wardrobe-tab-active .fv-ready-banner{display:flex;align-items:center;gap:12px;background:#5c4a3a;color:#fff;border-radius:14px;padding:14px 16px;margin-bottom:20px;font-family:Manrope,system-ui,sans-serif;font-size:13px;line-height:1.4}body.wardrobe-tab-active .fv-ready-swatches{width:40px;height:32px;flex-shrink:0;border-radius:6px;background:linear-gradient(90deg,#3d3229 33%,#2d4a3a 33%,#2d4a3a 66%,#2a3550 66%)}body.wardrobe-tab-active .fv-reg-main{flex:1}body.wardrobe-tab-active .fv-reg-headline{margin-bottom:10px}body.wardrobe-tab-active .fv-reg-headline em{font-style:italic;color:#826451}body.wardrobe-tab-active .fv-reg-lead{font-size:14px;color:#64748b;line-height:1.5;margin:0 0 22px}body.wardrobe-tab-active .fv-reg-field{display:block;margin-bottom:16px}body.wardrobe-tab-active .fv-reg-label{display:block;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8b7d6f;margin-bottom:8px}body.wardrobe-tab-active .fv-reg-input{width:100%;box-sizing:border-box;padding:14px 16px;border-radius:12px;border:1px solid rgba(119,123,128,.25);background:#fff;font-size:15px;font-family:Manrope,system-ui,sans-serif}body.wardrobe-tab-active .fv-reg-pwd-wrap{position:relative}body.wardrobe-tab-active .fv-reg-input--pwd{padding-right:52px}body.wardrobe-tab-active .fv-pwd-eye{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:40px;height:40px;border:none;border-radius:50%;background:#0000000a;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b}body.wardrobe-tab-active .fv-reg-err{color:#b45309;font-size:13px;margin:0 0 8px}body.wardrobe-tab-active .fv-reg-footer{margin-top:auto}body.wardrobe-tab-active .fv-reg-legal{font-size:11px;color:#94a3b8;text-align:center;line-height:1.45;margin:14px 0 0}body.wardrobe-tab-active .fv-reg-login-line{font-size:13px;color:#64748b;text-align:center;margin:12px 0 0}body.wardrobe-tab-active .fv-link{background:none;border:none;padding:0;font:inherit;color:#4e5f82;text-decoration:underline;cursor:pointer}body.wardrobe-tab-active .fv-link--bold{font-weight:700}@media (max-width: 360px){body.wardrobe-tab-active .fv-q-grid3,body.wardrobe-tab-active .fv-skin-grid{grid-template-columns:repeat(2,1fr)}}
