.Spinner-module__h_U2tq__spinner{border:2px solid #0000;border-top-color:var(--accent);border-right-color:var(--accent);border-radius:50%;flex-shrink:0;animation:.7s cubic-bezier(.4,0,.2,1) infinite Spinner-module__h_U2tq__spin;display:inline-block}.Spinner-module__h_U2tq__sm{border-width:2px;width:16px;height:16px}.Spinner-module__h_U2tq__md{border-width:2.5px;width:28px;height:28px}.Spinner-module__h_U2tq__lg{border-width:3px;width:44px;height:44px}.Spinner-module__h_U2tq__muted{border-top-color:var(--muted);border-right-color:var(--muted)}.Spinner-module__h_U2tq__white{border-top-color:#fff;border-right-color:#fff}@keyframes Spinner-module__h_U2tq__spin{to{transform:rotate(360deg)}}.Spinner-module__h_U2tq__pageLoader{width:100%;min-height:320px;color:var(--muted-foreground);opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:16px;font-size:.875rem;animation:.2s .2s forwards Spinner-module__h_U2tq__fadeIn;display:flex}@keyframes Spinner-module__h_U2tq__fadeIn{to{opacity:1}}.Spinner-module__h_U2tq__pageLoaderFull{min-height:calc(100vh - 120px)}
.StatsCard-module__Fwa0xa__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);padding:1.25rem}.StatsCard-module__Fwa0xa__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-glow), var(--shadow-sm);transform:translateY(-1px)}.StatsCard-module__Fwa0xa__top{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.StatsCard-module__Fwa0xa__info{flex-direction:column;gap:.2rem;display:flex}.StatsCard-module__Fwa0xa__title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;font-size:.75rem;font-weight:500}.StatsCard-module__Fwa0xa__value{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:1.75rem;font-weight:700;line-height:1.1}.StatsCard-module__Fwa0xa__subtitle{color:var(--muted);margin:0;font-size:.72rem}.StatsCard-module__Fwa0xa__iconWrap{border-radius:var(--radius-sm);background:var(--accent-dim);transition:background var(--transition-base);flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;display:flex}.StatsCard-module__Fwa0xa__card:hover .StatsCard-module__Fwa0xa__iconWrap{background:#c8a8802e}.StatsCard-module__Fwa0xa__icon{width:1.1rem;height:1.1rem;color:var(--accent)}.StatsCard-module__Fwa0xa__trend{align-items:center;gap:.3rem;margin-top:.75rem;font-size:.72rem;display:flex}.StatsCard-module__Fwa0xa__trendPositive{color:var(--success);font-weight:600}.StatsCard-module__Fwa0xa__trendNegative{color:var(--danger);font-weight:600}.StatsCard-module__Fwa0xa__trendLabel{color:var(--muted)}
.Card-module__Zgq45q__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);transition:border-color var(--transition-base), box-shadow var(--transition-base);overflow:hidden}.Card-module__Zgq45q__card:hover{border-color:var(--border-strong)}.Card-module__Zgq45q__header{border-bottom:1px solid var(--border);background:linear-gradient(180deg, var(--surface-elevated) 0%, transparent 100%);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1rem .85rem;display:flex}.Card-module__Zgq45q__headerText{min-width:0}.Card-module__Zgq45q__title{letter-spacing:.12em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:.78rem;font-weight:700}.Card-module__Zgq45q__description{color:var(--muted);margin:.4rem 0 0;font-size:.82rem;line-height:1.45}.Card-module__Zgq45q__actions{flex:none}.Card-module__Zgq45q__body{padding:1rem}
.ConfirmDialog-module__bdjUnW__dialog::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0006;animation:.2s ConfirmDialog-module__bdjUnW__fadeIn}.ConfirmDialog-module__bdjUnW__dialog{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);width:90vw;max-width:400px;box-shadow:var(--shadow-md);font-family:var(--font-sans);pointer-events:none;opacity:0;visibility:hidden;margin:0;transition:visibility .2s;display:block;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.ConfirmDialog-module__bdjUnW__dialog[open]{opacity:1;visibility:visible;pointer-events:auto;animation:.2s cubic-bezier(.4,0,.2,1) forwards ConfirmDialog-module__bdjUnW__animate-up}.ConfirmDialog-module__bdjUnW__dialogInner{padding:1.5rem}.ConfirmDialog-module__bdjUnW__title{color:var(--foreground);margin-bottom:.75rem;font-size:1.25rem;font-weight:600;display:block}.ConfirmDialog-module__bdjUnW__description{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.875rem;line-height:1.5}.ConfirmDialog-module__bdjUnW__actions{justify-content:flex-end;gap:.75rem;display:flex}.ConfirmDialog-module__bdjUnW__button{border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;height:2.5rem;padding:0 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.ConfirmDialog-module__bdjUnW__buttonCancel{background:var(--secondary);color:var(--secondary-foreground);border-color:var(--border)}.ConfirmDialog-module__bdjUnW__buttonCancel:hover{background:var(--surface-elevated)}.ConfirmDialog-module__bdjUnW__buttonConfirm{background:var(--danger);color:var(--destructive-foreground)}.ConfirmDialog-module__bdjUnW__buttonConfirm:hover{filter:brightness(.9)}.ConfirmDialog-module__bdjUnW__button:disabled{opacity:.5;cursor:not-allowed}.ConfirmDialog-module__bdjUnW__isClosing{animation:.2s cubic-bezier(.4,0,.2,1) forwards ConfirmDialog-module__bdjUnW__animate-down!important}.ConfirmDialog-module__bdjUnW__isClosing::backdrop{animation:.2s forwards ConfirmDialog-module__bdjUnW__fadeOut!important}@keyframes ConfirmDialog-module__bdjUnW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ConfirmDialog-module__bdjUnW__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes ConfirmDialog-module__bdjUnW__animate-up{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes ConfirmDialog-module__bdjUnW__animate-down{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}
.SegmentedControl-module__dB9b8q__root{border:1px solid var(--border,#e8e5e0);background:var(--surface,#fff);border-radius:999px;grid-auto-columns:1fr;grid-auto-flow:column;align-items:center;gap:2px;padding:2px;display:inline-grid;position:relative}.SegmentedControl-module__dB9b8q__indicator{width:calc((100% - 4px) / var(--seg-count,3));transform:translateX(calc(var(--seg-index,0) * 100%));pointer-events:none;background:#b0907029;border-radius:999px;transition:transform .22s;position:absolute;inset:2px}.SegmentedControl-module__dB9b8q__btn{z-index:1;font:inherit;cursor:pointer;letter-spacing:.06em;color:var(--muted,#737373);background:0 0;border:0;border-radius:999px;padding:.45rem .75rem;font-size:.76rem;transition:color .15s;position:relative}.SegmentedControl-module__dB9b8q__btn:hover,.SegmentedControl-module__dB9b8q__active{color:var(--foreground,#111)}.SegmentedControl-module__dB9b8q__btn:focus-visible{outline:2px solid var(--accent,#b09070);outline-offset:2px}
.SidebarNav-module__rhOa9W__nav{gap:.65rem;display:grid}.SidebarNav-module__rhOa9W__title{letter-spacing:.12em;text-transform:uppercase;color:var(--muted,#737373);margin:0;font-size:.72rem}.SidebarNav-module__rhOa9W__list{gap:.35rem;margin:0;padding:0;list-style:none;display:grid}.SidebarNav-module__rhOa9W__li{margin:0}.SidebarNav-module__rhOa9W__item{border:1px solid var(--border,#e8e5e0);background:var(--surface,#fff);width:100%;color:var(--muted,#737373);font:inherit;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.6rem .75rem;text-decoration:none;transition:border-color .15s,color .15s,background .15s;display:flex}.SidebarNav-module__rhOa9W__item:hover{color:var(--foreground,#111);border-color:#c0bbb4}.SidebarNav-module__rhOa9W__active{color:var(--foreground,#111);background:#b090700f;border-color:#b09070a6}.SidebarNav-module__rhOa9W__item:focus-visible{outline:2px solid var(--accent,#b09070);outline-offset:2px}
.ThemeToggle-module__x3efha__toggle{border-radius:var(--radius-pill);border:1px solid var(--border-strong);background:var(--surface-elevated);cursor:pointer;width:2.6rem;height:1.4rem;transition:background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);outline:none;flex-shrink:0;align-items:center;padding:0;display:inline-flex;position:relative}.ThemeToggle-module__x3efha__toggle:hover{border-color:var(--accent);box-shadow:0 0 10px var(--accent-dim)}.ThemeToggle-module__x3efha__toggle:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.ThemeToggle-module__x3efha__knob{border-radius:var(--radius-pill);background:var(--accent);width:1rem;height:1rem;transition:left var(--transition-base), background var(--transition-base), transform var(--transition-base);color:var(--accent-foreground);justify-content:center;align-items:center;display:flex;position:absolute;left:3px;box-shadow:0 1px 4px #0006}.ThemeToggle-module__x3efha__toggle[data-theme-state=light] .ThemeToggle-module__x3efha__knob{background:var(--accent);left:calc(100% - 1rem - 3px)}.ThemeToggle-module__x3efha__toggle:hover .ThemeToggle-module__x3efha__knob{transform:scale(1.1)}.ThemeToggle-module__x3efha__icon{flex-shrink:0;width:.6rem;height:.6rem}
.Toast-module__C1drLG__viewport{z-index:9999;outline:none;flex-direction:column;gap:.5rem;width:22rem;max-width:calc(100vw - 2rem);margin:0;padding:0;list-style:none;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.Toast-module__C1drLG__toast{border-radius:var(--radius);background:var(--card);border:1px solid var(--border);border-left-width:3px;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;animation:.28s cubic-bezier(.16,1,.3,1) Toast-module__C1drLG__slideIn;display:flex;box-shadow:0 4px 24px #00000014}.Toast-module__C1drLG__toast[data-state=closed]{animation:.2s forwards Toast-module__C1drLG__slideOut}.Toast-module__C1drLG__toast[data-swipe=move]{transform:translateX(var(--radix-toast-swipe-move-x))}.Toast-module__C1drLG__toast[data-swipe=cancel]{transition:transform .2s ease-out;transform:translate(0)}.Toast-module__C1drLG__toast[data-swipe=end]{animation:.12s ease-out forwards Toast-module__C1drLG__swipeOut}@keyframes Toast-module__C1drLG__slideIn{0%{opacity:0;transform:translate(calc(100% + 1.5rem))}to{opacity:1;transform:translate(0)}}@keyframes Toast-module__C1drLG__slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(calc(100% + 1.5rem))}}@keyframes Toast-module__C1drLG__swipeOut{0%{transform:translateX(var(--radix-toast-swipe-end-x))}to{transform:translate(calc(100% + 1.5rem))}}.Toast-module__C1drLG__success{border-left-color:var(--success)}.Toast-module__C1drLG__error{border-left-color:var(--danger)}.Toast-module__C1drLG__info{border-left-color:var(--accent)}.Toast-module__C1drLG__icon{flex-shrink:0;margin-top:1px}.Toast-module__C1drLG__success .Toast-module__C1drLG__icon{color:var(--success)}.Toast-module__C1drLG__error .Toast-module__C1drLG__icon{color:var(--danger)}.Toast-module__C1drLG__info .Toast-module__C1drLG__icon{color:var(--accent)}.Toast-module__C1drLG__content{flex:1;min-width:0}.Toast-module__C1drLG__title{color:var(--foreground);font-size:.875rem;font-weight:600;line-height:1.4}.Toast-module__C1drLG__description{color:var(--muted);margin-top:.125rem;font-size:.8125rem;line-height:1.4}.Toast-module__C1drLG__close{width:1.25rem;height:1.25rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.Toast-module__C1drLG__close:hover{color:var(--foreground);background:var(--secondary)}
.CalendarPlans-module__26pvZq__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);height:100%;transition:border-color var(--transition-base), box-shadow var(--transition-base);flex-direction:column;padding:1.5rem;display:flex}.CalendarPlans-module__26pvZq__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.CalendarPlans-module__26pvZq__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.CalendarPlans-module__26pvZq__titleWrap{align-items:center;gap:.5rem;display:flex}.CalendarPlans-module__26pvZq__iconWrap{border-radius:var(--radius-sm);background:var(--surface-elevated);flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;display:flex}.CalendarPlans-module__26pvZq__icon{width:1rem;height:1rem;color:var(--muted)}.CalendarPlans-module__26pvZq__title{color:var(--foreground);margin:0;font-size:.88rem;font-weight:600}.CalendarPlans-module__26pvZq__allBtn{color:var(--accent);cursor:pointer;border-radius:var(--radius-pill);transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;padding:.25rem .6rem;font-size:.72rem;font-weight:500}.CalendarPlans-module__26pvZq__allBtn:hover{background:var(--accent-dim);color:var(--accent-bright)}.CalendarPlans-module__26pvZq__emptyContainer{color:var(--muted);flex-direction:column;justify-content:center;row-gap:50px;font-size:.78rem;font-weight:500;display:flex}.CalendarPlans-module__26pvZq__createNewEventBtn{margin-inline:auto}.CalendarPlans-module__26pvZq__list{flex-direction:column;flex:1;gap:.25rem;display:flex}.CalendarPlans-module__26pvZq__plan{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-base);align-items:center;gap:.75rem;padding:.65rem .75rem;display:flex}.CalendarPlans-module__26pvZq__plan:hover{background:var(--surface-elevated)}.CalendarPlans-module__26pvZq__planBar{border-radius:var(--radius-pill);flex-shrink:0;width:3px;height:2rem}.CalendarPlans-module__26pvZq__planInfo{flex:1;min-width:0}.CalendarPlans-module__26pvZq__planTop{justify-content:space-between;align-items:center;display:flex}.CalendarPlans-module__26pvZq__planTitle{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:500;overflow:hidden}.CalendarPlans-module__26pvZq__planChevron{width:1rem;height:1rem;color:var(--muted);opacity:0;transition:opacity var(--transition-base);flex-shrink:0}.CalendarPlans-module__26pvZq__plan:hover .CalendarPlans-module__26pvZq__planChevron{opacity:1}.CalendarPlans-module__26pvZq__planMeta{flex-direction:column;align-items:start;margin-top:.1rem;display:flex}.CalendarPlans-module__26pvZq__planDate{color:var(--muted);font-size:.72rem}.CalendarPlans-module__26pvZq__planOutfit{color:var(--accent);font-size:.72rem}
.ChatHeader-module__yIWdDG__header{z-index:10;border-bottom:1px solid var(--border);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);font-family:var(--font-sans);position:sticky;top:0}.ChatHeader-module__yIWdDG__container{justify-content:space-between;align-items:center;max-width:64rem;height:4rem;margin:0 auto;padding:0 1.5rem;display:flex}.ChatHeader-module__yIWdDG__logoWrapper{align-items:center;gap:.75rem;display:flex}.ChatHeader-module__yIWdDG__iconBox{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent), var(--accent-bright));width:2.25rem;height:2.25rem;transition:transform var(--transition-base);justify-content:center;align-items:center;display:flex}.ChatHeader-module__yIWdDG__iconBox:hover{transform:scale(1.05)}.ChatHeader-module__yIWdDG__sparklesIcon{width:1.1rem;height:1.1rem;color:var(--accent-foreground)}.ChatHeader-module__yIWdDG__title,.ChatHeader-module__yIWdDG__subtitle{display:inline}.ChatHeader-module__yIWdDG__modelSelector{border-radius:var(--radius-sm);color:var(--foreground);cursor:pointer;transition:background var(--transition-base);background:0 0;border:none;align-items:center;gap:.5rem;padding:.45rem .75rem;font-size:.82rem;font-weight:500;display:none}.ChatHeader-module__yIWdDG__modelSelector:hover{background:var(--surface-elevated)}.ChatHeader-module__yIWdDG__statusDot{border-radius:var(--radius-pill);background:var(--success);width:.45rem;height:.45rem;animation:2s ease-in-out infinite ChatHeader-module__yIWdDG__pulse}@keyframes ChatHeader-module__yIWdDG__pulse{0%,to{opacity:1}50%{opacity:.4}}.ChatHeader-module__yIWdDG__chevronIcon{width:1rem;height:1rem;color:var(--muted)}.ChatHeader-module__yIWdDG__actions{align-items:center;gap:.25rem;display:flex}.ChatHeader-module__yIWdDG__actionButton{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--muted);cursor:pointer;transition:background var(--transition-base), color var(--transition-base), transform var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.ChatHeader-module__yIWdDG__actionButton:hover{background:var(--surface-elevated);color:var(--foreground);transform:translateY(-1px)}.ChatHeader-module__yIWdDG__actionButton:active{transform:translateY(0)}.ChatHeader-module__yIWdDG__actionIcon{width:1.1rem;height:1.1rem}@media (min-width:640px){.ChatHeader-module__yIWdDG__modelSelector{display:flex}}
.MessageBubble-module__gpefaW__container{gap:1rem;padding:1rem 0;display:flex}.MessageBubble-module__gpefaW__containerUser{flex-direction:row-reverse}.MessageBubble-module__gpefaW__containerAssistant{flex-direction:row}.MessageBubble-module__gpefaW__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:transform .2s;display:flex}.MessageBubble-module__gpefaW__avatar:hover{transform:scale(1.05)}.MessageBubble-module__gpefaW__avatarAssistant{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);color:#fff}.MessageBubble-module__gpefaW__avatarUser{background-color:var(--foreground);color:var(--background)}.MessageBubble-module__gpefaW__avatar svg{width:1rem;height:1rem}.MessageBubble-module__gpefaW__content{flex-direction:column;gap:.25rem;max-width:75%;display:flex}.MessageBubble-module__gpefaW__contentUser{align-items:flex-end}.MessageBubble-module__gpefaW__contentAssistant{align-items:flex-start}.MessageBubble-module__gpefaW__label{color:var(--muted);letter-spacing:-.01em;font-size:.75rem;font-weight:500}.MessageBubble-module__gpefaW__messageStack{flex-direction:column;align-items:stretch;max-width:100%;display:flex}.MessageBubble-module__gpefaW__messageStackUser{align-items:flex-end}.MessageBubble-module__gpefaW__messageStackAssistant{align-items:flex-start}.MessageBubble-module__gpefaW__bubble{font-size:.9375rem;line-height:1.6;font-family:var(--font-sans);word-break:break-word;white-space:pre-wrap;border-radius:1rem;padding:.75rem 1rem}.MessageBubble-module__gpefaW__bubbleAssistant{background-color:var(--surface-elevated);color:var(--foreground);border:1px solid var(--border);border-top-left-radius:.375rem}.MessageBubble-module__gpefaW__bubbleUser{background:linear-gradient(135deg, var(--ring) 0%, var(--surface-elevated) 100%);color:var(--foreground);border-top-right-radius:.375rem}.MessageBubble-module__gpefaW__bubbleWithAttachment.MessageBubble-module__gpefaW__bubbleAssistant{border-bottom:none;border-bottom-right-radius:0;border-bottom-left-radius:0}.MessageBubble-module__gpefaW__bubbleWithAttachment.MessageBubble-module__gpefaW__bubbleUser{border-bottom-right-radius:0;border-bottom-left-radius:0}.MessageBubble-module__gpefaW__attachmentStrip{box-sizing:border-box;border:1px solid var(--border);border-top:1px solid color-mix(in srgb, var(--border) 80%, transparent);border-radius:0 0 1rem 1rem;width:100%;padding:.5rem .75rem .65rem}.MessageBubble-module__gpefaW__attachmentStripAssistant{background:color-mix(in srgb, var(--surface-elevated) 92%, var(--accent) 8%);color:var(--foreground)}.MessageBubble-module__gpefaW__attachmentStripUser{background:color-mix(in srgb, #1a1a1a 88%, var(--accent) 12%);color:var(--background);border-color:color-mix(in srgb, var(--foreground) 35%, transparent);border-top-color:color-mix(in srgb, var(--background) 22%, transparent)}.MessageBubble-module__gpefaW__attachmentStripTitle{letter-spacing:.06em;text-transform:uppercase;opacity:.75;margin-bottom:.35rem;font-size:.625rem;font-weight:700;display:block}.MessageBubble-module__gpefaW__attachmentList{flex-direction:column;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.MessageBubble-module__gpefaW__messageStackUser .MessageBubble-module__gpefaW__attachmentList{align-items:flex-end}.MessageBubble-module__gpefaW__attachmentCard{background:color-mix(in srgb, var(--accent) 14%, transparent);border:1px solid color-mix(in srgb, var(--accent) 28%, transparent);border-radius:.5rem;flex-direction:row;align-items:flex-start;gap:.6rem;max-width:100%;padding:.4rem .65rem;font-size:.8125rem;line-height:1.35;display:flex}.MessageBubble-module__gpefaW__messageStackUser .MessageBubble-module__gpefaW__attachmentCard{text-align:right;align-items:flex-end}.MessageBubble-module__gpefaW__attachmentStripUser .MessageBubble-module__gpefaW__attachmentCard{background:#ffffff1a;border-color:#fff3}.MessageBubble-module__gpefaW__attachmentImage{object-fit:cover;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);background:var(--surface);border-radius:.45rem;flex-shrink:0;width:2.75rem;height:2.75rem}.MessageBubble-module__gpefaW__attachmentStripUser .MessageBubble-module__gpefaW__attachmentImage{border-color:#fff3}.MessageBubble-module__gpefaW__attachmentFallback{background:color-mix(in srgb, var(--surface) 70%, var(--accent) 30%);border:1px solid color-mix(in srgb, var(--accent) 18%, transparent);border-radius:.45rem;flex-shrink:0;width:2.75rem;height:2.75rem}.MessageBubble-module__gpefaW__attachmentStripUser .MessageBubble-module__gpefaW__attachmentFallback{background:#ffffff1a;border-color:#fff3}.MessageBubble-module__gpefaW__attachmentText{flex-direction:column;gap:.1rem;min-width:0;display:flex}.MessageBubble-module__gpefaW__attachmentTitle{font-weight:600}.MessageBubble-module__gpefaW__attachmentMeta{opacity:.85;font-size:.6875rem}.MessageBubble-module__gpefaW__loading{align-items:center;gap:.25rem;padding:.25rem 0;display:flex}.MessageBubble-module__gpefaW__loadingDot{opacity:.6;background-color:currentColor;border-radius:50%;width:.5rem;height:.5rem;animation:1.5s ease-in-out infinite MessageBubble-module__gpefaW__pulse}.MessageBubble-module__gpefaW__loadingDot:nth-child(2){animation-delay:.15s}.MessageBubble-module__gpefaW__loadingDot:nth-child(3){animation-delay:.3s}@keyframes MessageBubble-module__gpefaW__pulse{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@media (max-width:640px){.MessageBubble-module__gpefaW__container{gap:.75rem;padding:.75rem 0}.MessageBubble-module__gpefaW__avatar{width:2rem;height:2rem}.MessageBubble-module__gpefaW__avatar svg{width:.875rem;height:.875rem}.MessageBubble-module__gpefaW__content{max-width:85%}.MessageBubble-module__gpefaW__bubble{padding:.625rem .875rem;font-size:.875rem}.MessageBubble-module__gpefaW__label{font-size:.6875rem}}
.ChatInput-module__8rJSkq__form{width:100%;position:relative}.ChatInput-module__8rJSkq__inputWrapper{border:1px solid var(--border);background-color:var(--surface);border-radius:1rem;align-items:flex-end;transition:border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 1px 2px #0000000d}.ChatInput-module__8rJSkq__inputWrapper:focus-within{border-color:color-mix(in srgb, var(--accent) 50%, transparent);box-shadow:0 4px 12px color-mix(in srgb, var(--accent) 5%, transparent)}.ChatInput-module__8rJSkq__toggleContainer{border:1px solid var(--glass-border);border-radius:18px;margin-right:12px;padding:2px;display:flex}.ChatInput-module__8rJSkq__toggleBtn{cursor:pointer;color:#8e8e93;background:0 0;border:none;border-radius:16px;justify-content:center;align-items:center;padding:6px 12px;transition:all .2s;display:flex}.ChatInput-module__8rJSkq__activeChat{background-color:var(--surface-elevated);color:var(--accent);outline:1px solid var(--accent);translate:1px;box-shadow:0 2px 4px #0000001a}.ChatInput-module__8rJSkq__activeGen{color:var(--background);background:linear-gradient(135deg,#8a2be2,#ff007f);translate:-1px;box-shadow:0 2px 4px #8a2be24d}.ChatInput-module__8rJSkq__attachButtons{align-items:center;gap:.25rem;padding:.5rem;display:flex}.ChatInput-module__8rJSkq__attachButton{width:2.25rem;height:2.25rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:.75rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.ChatInput-module__8rJSkq__attachButton:hover{background-color:var(--surface-elevated);color:var(--foreground);transform:translateY(-1px)}.ChatInput-module__8rJSkq__attachButton:active{transform:translateY(0)}.ChatInput-module__8rJSkq__attachButton svg{width:1.25rem;height:1.25rem}.ChatInput-module__8rJSkq__textarea{min-height:3.25rem;max-height:8rem;color:var(--foreground);resize:none;font-size:.9375rem;line-height:1.6;font-family:var(--font-sans);background:0 0;border:none;flex:1;padding:1rem 8.5rem 1rem 0}.ChatInput-module__8rJSkq__textarea::placeholder{color:var(--muted)}.ChatInput-module__8rJSkq__textarea:focus{outline:none}.ChatInput-module__8rJSkq__textarea:disabled{opacity:.6;cursor:not-allowed}.ChatInput-module__8rJSkq__submitWrapper{display:flex;position:absolute;bottom:.5rem;right:.5rem}.ChatInput-module__8rJSkq__submitButton{border:1px solid var(--ring);cursor:pointer;border-radius:.75rem;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:all .2s;display:flex}.ChatInput-module__8rJSkq__submitButton svg{width:1.25rem;height:1.25rem}.ChatInput-module__8rJSkq__submitButtonActive{background:linear-gradient(135deg, var(--accent) 0%, #1a1a1a 100%);color:var(--background);border:none;transform:scale(1)}.ChatInput-module__8rJSkq__submitButtonActive:hover{background:linear-gradient(135deg, var(--accent) 0%, var(--accent-bright) 100%);transform:scale(1.05)}.ChatInput-module__8rJSkq__submitButtonActive:active{transform:scale(.95)}.ChatInput-module__8rJSkq__submitButtonDisabled{background-color:var(--surface-elevated);color:var(--muted);cursor:not-allowed;opacity:.6}.ChatInput-module__8rJSkq__hint{text-align:center;color:var(--muted);font-size:.75rem;font-family:var(--font-sans);letter-spacing:-.01em;margin-top:.5rem}.ChatInput-module__8rJSkq__wardrobeBlock{flex-direction:column;align-items:stretch;gap:.5rem;width:100%;margin-top:.5rem;display:flex}.ChatInput-module__8rJSkq__wardrobeRow{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.ChatInput-module__8rJSkq__createLookButton{border:1px solid var(--border);background:linear-gradient(135deg, var(--foreground) 0%, #1a1a1a 100%);color:var(--background);font-size:.8125rem;font-family:var(--font-sans);cursor:pointer;border-radius:.65rem;padding:.35rem .75rem;font-weight:600;transition:filter .15s,transform .15s,border-color .15s}.ChatInput-module__8rJSkq__createLookButton:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.ChatInput-module__8rJSkq__createLookButton:disabled{opacity:.55;cursor:not-allowed;transform:none}.ChatInput-module__8rJSkq__weatherButton{border:1px solid var(--border);background:var(--surface-elevated);color:var(--foreground);font-size:.8125rem;font-family:var(--font-sans);cursor:pointer;border-radius:.65rem;padding:.35rem .75rem;transition:border-color .15s,background .15s,transform .15s}.ChatInput-module__8rJSkq__weatherButton:hover:not(:disabled){border-color:color-mix(in srgb, var(--accent) 45%, var(--border));background:color-mix(in srgb, var(--accent) 6%, var(--surface-elevated));transform:translateY(-1px)}.ChatInput-module__8rJSkq__weatherButton:disabled{opacity:.55;cursor:not-allowed;transform:none}.ChatInput-module__8rJSkq__weatherButtonActive{border-color:color-mix(in srgb, var(--accent) 55%, var(--border));background:color-mix(in srgb, var(--accent) 10%, var(--surface-elevated))}.ChatInput-module__8rJSkq__weatherMeta{color:var(--muted);margin:0;font-size:.75rem}.ChatInput-module__8rJSkq__attachWrap{position:relative}.ChatInput-module__8rJSkq__attachButtonActive{background-color:var(--surface-elevated);color:var(--foreground)}.ChatInput-module__8rJSkq__attachDropdown{z-index:20;border:1px solid var(--border);background:var(--surface);border-radius:.75rem;flex-direction:column;min-width:min(100vw - 2rem,20rem);max-width:min(100vw - 2rem,24rem);max-height:min(70vh,16rem);padding:.5rem .65rem 0;display:flex;position:absolute;bottom:calc(100% + .35rem);left:0;box-shadow:0 8px 28px #0000001f}.ChatInput-module__8rJSkq__attachDropdownFooter{border-top:1px solid var(--border);flex-shrink:0;margin-top:.25rem;padding:.5rem 0}.ChatInput-module__8rJSkq__confirmAttachBtn{background:linear-gradient(135deg, var(--foreground) 0%, #1a1a1a 100%);width:100%;color:var(--background);font-size:.8125rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:.5rem;padding:.45rem .75rem;transition:filter .15s}.ChatInput-module__8rJSkq__confirmAttachBtn:hover{filter:brightness(1.08)}.ChatInput-module__8rJSkq__wardrobeBlock .ChatInput-module__8rJSkq__hint{text-align:left;margin-top:0}.ChatInput-module__8rJSkq__hintMuted{color:var(--muted);margin:0;font-size:.75rem;font-style:italic}.ChatInput-module__8rJSkq__pendingStrip{border:1px dashed color-mix(in srgb, var(--accent) 35%, var(--border));background:color-mix(in srgb, var(--accent) 5%, var(--surface));border-radius:.65rem;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;padding:.45rem .65rem;display:flex}.ChatInput-module__8rJSkq__pendingStripLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-size:.6875rem;font-weight:600}.ChatInput-module__8rJSkq__pendingList{flex-wrap:wrap;flex:1;gap:.35rem;min-width:0;margin:0;padding:0;list-style:none;display:flex}.ChatInput-module__8rJSkq__pendingChip{background:color-mix(in srgb, var(--accent) 12%, transparent);border:1px solid color-mix(in srgb, var(--accent) 22%, transparent);color:var(--foreground);border-radius:.35rem;align-items:center;gap:.4rem;max-width:100%;padding:.25rem .55rem;font-size:.75rem;display:inline-flex}.ChatInput-module__8rJSkq__pendingChipImage{object-fit:cover;border:1px solid color-mix(in srgb, var(--border) 70%, transparent);background:var(--surface);border-radius:.25rem;flex-shrink:0;width:1.25rem;height:1.25rem}.ChatInput-module__8rJSkq__pendingChipTitle{text-overflow:ellipsis;white-space:nowrap;max-width:14rem;overflow:hidden}.ChatInput-module__8rJSkq__clearAttachBtn{color:var(--muted);cursor:pointer;text-underline-offset:2px;background:0 0;border:none;border-radius:.35rem;margin-left:auto;padding:.2rem .5rem;font-size:.75rem;text-decoration:underline}.ChatInput-module__8rJSkq__clearAttachBtn:hover:not(:disabled){color:var(--foreground)}.ChatInput-module__8rJSkq__clothPickerLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);flex-shrink:0;margin-bottom:.35rem;font-size:.6875rem;font-weight:600;display:block}.ChatInput-module__8rJSkq__clothList{flex:1;min-height:0;margin:0;padding:0 .15rem 0 0;list-style:none;overflow-y:auto}.ChatInput-module__8rJSkq__clothRow{cursor:pointer;color:var(--foreground);align-items:flex-start;gap:.5rem;padding:.35rem 0;font-size:.8125rem;display:flex}.ChatInput-module__8rJSkq__clothRowText{flex-direction:column;gap:.1rem;min-width:0;display:flex}.ChatInput-module__8rJSkq__clothRowTitle{font-weight:500;line-height:1.35}.ChatInput-module__8rJSkq__clothRowMeta{color:var(--muted);font-size:.6875rem}.ChatInput-module__8rJSkq__textarea{scrollbar-width:thin;overflow-y:auto}.ChatInput-module__8rJSkq__textarea::-webkit-scrollbar{width:4px}.ChatInput-module__8rJSkq__textarea::-webkit-scrollbar-track{background:0 0}.ChatInput-module__8rJSkq__textarea::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}@media (max-width:640px){.ChatInput-module__8rJSkq__attachButtons{padding:.375rem}.ChatInput-module__8rJSkq__attachButton{width:2rem;height:2rem}.ChatInput-module__8rJSkq__attachButton svg{width:1rem;height:1rem}.ChatInput-module__8rJSkq__textarea{min-height:2.75rem;padding:.875rem 3rem .875rem 0;font-size:.875rem}.ChatInput-module__8rJSkq__submitButton{width:2rem;height:2rem}.ChatInput-module__8rJSkq__submitButton svg{width:1rem;height:1rem}.ChatInput-module__8rJSkq__hint{font-size:.6875rem}}
.SuggestionChips-module__h-b2na__container{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;max-width:48rem;margin:0 auto;padding:.5rem 1rem;display:flex}.SuggestionChips-module__h-b2na__chip{border:1px solid var(--border);background-color:var(--surface);font-size:.875rem;font-weight:500;font-family:var(--font-sans);color:var(--foreground);cursor:pointer;white-space:nowrap;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:all .2s;display:flex}.SuggestionChips-module__h-b2na__chip:hover{border-color:color-mix(in srgb, var(--accent) 50%, transparent);background-color:var(--surface-elevated);transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.SuggestionChips-module__h-b2na__chip:active{transform:translateY(0)scale(.98)}.SuggestionChips-module__h-b2na__chip svg{width:1rem;height:1rem;color:var(--accent);transition:transform .2s}.SuggestionChips-module__h-b2na__chip:hover svg{transform:scale(1.1)}@keyframes SuggestionChips-module__h-b2na__fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.SuggestionChips-module__h-b2na__chip{animation:.3s ease-out forwards SuggestionChips-module__h-b2na__fadeInUp;animation-delay:calc(var(--index,0) * 50ms)}@media (max-width:640px){.SuggestionChips-module__h-b2na__container{gap:.5rem;padding:.5rem .75rem}.SuggestionChips-module__h-b2na__chip{white-space:normal;word-break:keep-all;padding:.375rem .875rem;font-size:.8125rem}.SuggestionChips-module__h-b2na__chip svg{width:.875rem;height:.875rem}}@media (min-width:641px) and (max-width:1024px){.SuggestionChips-module__h-b2na__container{gap:.625rem}.SuggestionChips-module__h-b2na__chip{padding:.5rem 1rem}}
.ChatWidget-module__mypTgG__container{margin-top:calc(-1 * var(--header-h));height:calc(100vh - var(--footer-h));background-color:var(--background);font-family:var(--font-sans);flex-direction:column;display:flex}.ChatWidget-module__mypTgG__layout{flex:1;min-height:0;display:flex}.ChatWidget-module__mypTgG__sidebar{z-index:20;width:min(18rem,85vw);height:calc(100vh - 4rem);padding:1rem;padding-top:var(--header-h);border-right:1px solid var(--border);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);flex-direction:column;transition:transform .2s;display:flex;position:fixed;top:4rem;left:0;transform:translate(-100%)}.ChatWidget-module__mypTgG__sidebarOpen{transform:translate(0)}.ChatWidget-module__mypTgG__sidebarHeader{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.ChatWidget-module__mypTgG__sidebarTitle{color:var(--foreground);margin:0;font-size:.9rem;font-weight:700}.ChatWidget-module__mypTgG__newChatButton{border-radius:var(--radius-pill);font:inherit;color:var(--accent-foreground);background:linear-gradient(135deg, var(--accent), var(--accent-bright));cursor:pointer;transition:box-shadow var(--transition-base), transform var(--transition-base);border:none;padding:.5rem .9rem;font-size:.8rem;font-weight:600}.ChatWidget-module__mypTgG__newChatButton:hover:not(:disabled){box-shadow:0 0 16px var(--accent-dim);transform:translateY(-1px)}.ChatWidget-module__mypTgG__newChatButton:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__mypTgG__chatList{flex-direction:column;flex:1;gap:.4rem;display:flex;overflow-y:auto}.ChatWidget-module__mypTgG__chatListItem{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--foreground);background:var(--surface);transition:transform var(--transition-base), border-color var(--transition-base), background var(--transition-base);align-items:center;gap:.35rem;display:flex}.ChatWidget-module__mypTgG__chatListItem:hover{border-color:var(--border-strong);background:var(--surface-elevated);transform:translateY(-1px)}.ChatWidget-module__mypTgG__chatListItemActive{border-color:var(--accent);background:var(--accent-dim)}.ChatWidget-module__mypTgG__chatListButton{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:1;gap:.3rem;padding:.75rem .25rem .75rem .9rem;display:flex}.ChatWidget-module__mypTgG__chatListTitle{color:var(--foreground);font-size:.88rem;font-weight:600;line-height:1.25}.ChatWidget-module__mypTgG__chatListMeta{color:var(--muted);font-size:.72rem}.ChatWidget-module__mypTgG__emptyState{color:var(--muted);margin:0;padding:1rem .5rem;font-size:.88rem;line-height:1.5}.ChatWidget-module__mypTgG__deleteChatButton{border-radius:var(--radius-sm);width:2.25rem;height:2.25rem;color:var(--muted);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;margin-right:.35rem;display:flex}.ChatWidget-module__mypTgG__deleteChatButton:hover{color:var(--danger);background:#f0507014}.ChatWidget-module__mypTgG__deleteChatIcon{width:1rem;height:1rem}.ChatWidget-module__mypTgG__deleteConfirm{flex-shrink:0;align-items:center;gap:.35rem;padding-right:.35rem;display:flex}.ChatWidget-module__mypTgG__confirmDeleteButton,.ChatWidget-module__mypTgG__cancelDeleteButton{border-radius:var(--radius-pill);font:inherit;cursor:pointer;transition:background var(--transition-base), color var(--transition-base);border:0;padding:.4rem .65rem;font-size:.72rem;font-weight:600}.ChatWidget-module__mypTgG__confirmDeleteButton{color:#fff;background:var(--danger)}.ChatWidget-module__mypTgG__cancelDeleteButton{color:var(--foreground);background:var(--surface-elevated)}.ChatWidget-module__mypTgG__chatPanel{padding-top:var(--header-h);flex-direction:column;flex:1;min-width:0;display:flex}.ChatWidget-module__mypTgG__messages{scroll-behavior:smooth;flex:1;padding:0 1rem;overflow-y:auto}.ChatWidget-module__mypTgG__messages::-webkit-scrollbar{width:5px}.ChatWidget-module__mypTgG__messages::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__mypTgG__messages::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.ChatWidget-module__mypTgG__messages::-webkit-scrollbar-thumb:hover{background:var(--muted)}.ChatWidget-module__mypTgG__messagesInner{max-width:48rem;margin:0 auto;padding:2rem 0}.ChatWidget-module__mypTgG__inputArea{border-top:1px solid var(--border);background:var(--glass-bg);-webkit-backdrop-filter:blur(12px)}.ChatWidget-module__mypTgG__inputInner{max-width:48rem;margin:0 auto;padding:1rem}.ChatWidget-module__mypTgG__suggestionsWrapper{width:100%;max-width:48rem;margin:0 auto;padding:0 1rem 1.5rem}@media (min-width:960px){.ChatWidget-module__mypTgG__sidebar{width:18rem;height:calc(100vh - 4rem);position:sticky;top:4rem;transform:none}}
.Footer-module__6DXnca__footer{border-top:1px solid var(--border,#e8e5e0);text-align:center;min-height:var(--footer-h);z-index:1;margin-top:auto;padding:1rem 1.25rem}.Footer-module__6DXnca__text{letter-spacing:.06em;text-transform:uppercase;color:var(--muted,#737373);margin:0;font-size:.72rem}
.Header-module__a7JeLW__header{top:0;z-index:500;pointer-events:none;padding:.6rem 1.25rem 0;position:fixed;inset-inline:0}.Header-module__a7JeLW__bar{pointer-events:all;max-width:var(--page-max-width);border-radius:var(--radius);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);height:3rem;box-shadow:var(--shadow-sm), var(--shadow-md);transition:box-shadow var(--transition-base), background var(--transition-base);align-items:center;gap:0;margin:0 auto;padding:0 .5rem 0 .25rem;display:flex}.Header-module__a7JeLW__bar.Header-module__a7JeLW__isInAuthPage{background:color-mix(in srgb, var(--glass-bg) 30%, transparent)}.Header-module__a7JeLW__bar:hover{box-shadow:var(--shadow-sm), var(--shadow-md), var(--shadow-glow)}.Header-module__a7JeLW__brand{flex-shrink:0;align-items:center;height:100%;margin-right:auto;text-decoration:none;display:inline-flex}.Header-module__a7JeLW__brandLogoWrap{align-items:center;width:6rem;height:2.5rem;display:inline-flex}.Header-module__a7JeLW__brandLogo{object-fit:contain;object-position:left center}.Header-module__a7JeLW__desktopNav{align-items:center;gap:0;margin:0 .5rem;display:flex}.Header-module__a7JeLW__link{letter-spacing:.02em;color:var(--muted);white-space:nowrap;border-radius:.4rem;padding:.3rem .55rem;font-size:.78rem;font-weight:450;text-decoration:none;transition:color .15s,background-color .15s;position:relative}.Header-module__a7JeLW__link:after{content:"";background:var(--accent);border-radius:9999px;width:calc(100% - 1.1rem);height:1.5px;transition:transform .2s;position:absolute;bottom:.1rem;left:50%;transform:translate(-50%)scaleX(0)}.Header-module__a7JeLW__link:hover{color:var(--foreground);background:var(--secondary)}.Header-module__a7JeLW__link:hover:after{transform:translate(-50%)scaleX(.6)}.Header-module__a7JeLW__linkActive{color:var(--foreground);background:var(--secondary)}.Header-module__a7JeLW__linkActive:after{transform:translate(-50%)scaleX(1)}.Header-module__a7JeLW__controls{flex-shrink:0;align-items:center;gap:.25rem;margin-left:auto;display:flex}.Header-module__a7JeLW__sep{background:var(--border);flex-shrink:0;width:1px;height:1rem;margin:0 .125rem;display:block}.Header-module__a7JeLW__cityGroup{align-items:center;gap:.15rem;display:flex}.Header-module__a7JeLW__cityBadge{font:inherit;color:var(--accent-bright);border:1px solid var(--border);cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border-radius:9999px;max-width:7rem;padding:.175rem .5rem;font-size:.7rem;font-weight:500;transition:background-color .15s,border-color .15s;overflow:hidden}.Header-module__a7JeLW__cityBadge:hover{background:var(--surface-elevated);border-color:var(--accent)}.Header-module__a7JeLW__cityBadge:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.Header-module__a7JeLW__locateBtn{width:1.4rem;height:1.4rem;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:color .15s,background-color .15s;display:inline-flex}.Header-module__a7JeLW__locateBtn:hover{color:var(--accent-bright);background:var(--surface-elevated)}.Header-module__a7JeLW__locateBtn:disabled{opacity:.45;cursor:default}.Header-module__a7JeLW__langSelect{appearance:none;color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.15rem .2rem;font-family:inherit;font-size:.73rem;font-weight:500;transition:color .15s}.Header-module__a7JeLW__langSelect:hover{color:var(--foreground)}.Header-module__a7JeLW__langSelect:focus-visible{outline:2px solid var(--ring);outline-offset:2px;border-radius:.25rem}.Header-module__a7JeLW__subtleLink{color:var(--muted);white-space:nowrap;border-radius:.375rem;padding:.2rem .4rem;font-size:.77rem;font-weight:450;text-decoration:none;transition:color .15s,background-color .15s}.Header-module__a7JeLW__subtleLink:hover{color:var(--foreground);background:var(--secondary)}.Header-module__a7JeLW__authToggle{background:var(--secondary);border-radius:9999px;align-items:stretch;gap:1px;padding:3px;display:flex;position:relative}.Header-module__a7JeLW__authSlider{background:var(--primary);box-shadow:var(--shadow-sm);pointer-events:none;border-radius:9999px;transition:left .22s cubic-bezier(.4,0,.2,1),width .22s cubic-bezier(.4,0,.2,1);position:absolute;top:3px;bottom:3px}.Header-module__a7JeLW__authTabLink{z-index:1;white-space:nowrap;border-radius:9999px;justify-content:center;align-items:center;padding:.28rem .75rem;font-size:.77rem;font-weight:500;text-decoration:none;transition:color .22s;display:flex;position:relative}.Header-module__a7JeLW__authTabActive{color:var(--primary-foreground)}.Header-module__a7JeLW__authTabInactive{color:var(--muted)}.Header-module__a7JeLW__authTabInactive:hover{color:var(--foreground)}.Header-module__a7JeLW__hamburger{width:2rem;height:2rem;color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s;display:none}.Header-module__a7JeLW__hamburger:hover{background:var(--surface-elevated)}.Header-module__a7JeLW__mobileMenu{pointer-events:all;max-width:var(--page-max-width);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius);box-shadow:var(--shadow-md);flex-direction:column;gap:.125rem;margin:.375rem auto 0;padding:.5rem;animation:.15s Header-module__a7JeLW__menuSlideIn;display:flex}@keyframes Header-module__a7JeLW__menuSlideIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.Header-module__a7JeLW__mobileSep{background:var(--border);height:1px;margin:.25rem .5rem;display:block}.Header-module__a7JeLW__mobileLink{color:var(--muted);border-radius:.5rem;padding:.55rem .75rem;font-size:.875rem;font-weight:450;text-decoration:none;transition:color .15s,background-color .15s}.Header-module__a7JeLW__mobileLink:hover{color:var(--foreground);background:var(--surface-elevated)}.Header-module__a7JeLW__mobileLinkActive{color:var(--foreground);background:var(--surface-elevated);font-weight:500}.Header-module__a7JeLW__mobileLinkDanger{color:var(--destructive)}.Header-module__a7JeLW__mobileLinkDanger:hover{color:var(--destructive);background:#f0507014}.Header-module__a7JeLW__mobileLinkAccent{color:var(--accent-bright);font-weight:500}.Header-module__a7JeLW__inlineCityError{pointer-events:all;max-width:var(--page-max-width);color:var(--danger);margin:.25rem auto 0;padding:0 1.25rem;font-size:.75rem}.Header-module__a7JeLW__cityModalOverlay{pointer-events:all;z-index:120;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000008c;justify-content:center;align-items:flex-start;padding-top:5rem;animation:.15s Header-module__a7JeLW__fadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__a7JeLW__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__a7JeLW__cityModal{border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--card);width:min(22rem,100vw - 2rem);box-shadow:var(--shadow-md);padding:1.25rem;animation:.15s Header-module__a7JeLW__modalSlideIn}@keyframes Header-module__a7JeLW__modalSlideIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.Header-module__a7JeLW__cityModalTitle{color:var(--foreground);margin:0 0 .875rem;font-size:.975rem;font-weight:600}.Header-module__a7JeLW__cityInput{border:1px solid var(--input);background:var(--background);width:100%;color:var(--foreground);border-radius:.5rem;padding:.5rem .675rem;font-family:inherit;font-size:.9rem;transition:border-color .15s}.Header-module__a7JeLW__cityInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.Header-module__a7JeLW__cityError{color:var(--danger);margin:.4rem 0 0;font-size:.75rem}.Header-module__a7JeLW__cityModalActions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.Header-module__a7JeLW__cityModalButtonSecondary,.Header-module__a7JeLW__cityModalButtonPrimary{cursor:pointer;border-radius:.5rem;padding:.42rem .85rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:background-color .15s,border-color .15s}.Header-module__a7JeLW__cityModalButtonSecondary{border:1px solid var(--input);background:var(--background);color:var(--foreground)}.Header-module__a7JeLW__cityModalButtonSecondary:hover{background:var(--surface-elevated)}.Header-module__a7JeLW__cityModalButtonPrimary{background:var(--primary);color:var(--primary-foreground);border:1px solid #0000}.Header-module__a7JeLW__cityModalButtonPrimary:hover:not(:disabled){background:var(--accent-bright)}.Header-module__a7JeLW__cityModalButtonPrimary:disabled{cursor:default;opacity:.65}@media (max-width:990px) and (min-width:901px){.Header-module__a7JeLW__link{padding:.3rem .38rem;font-size:.73rem}.Header-module__a7JeLW__subtleLink,.Header-module__a7JeLW__sep:first-of-type{display:none}.Header-module__a7JeLW__hamburger{display:inline-flex}}@media (max-width:900px){.Header-module__a7JeLW__desktopNav,.Header-module__a7JeLW__subtleLink{display:none}.Header-module__a7JeLW__hamburger{display:inline-flex}}@media (max-width:560px){.Header-module__a7JeLW__header{padding:.5rem .75rem 0}.Header-module__a7JeLW__ctaBtn{display:none}}@media (max-width:400px){.Header-module__a7JeLW__cityGroup,.Header-module__a7JeLW__sep:first-of-type{display:none}}
.looks-module__1n4ybG__card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:14px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.looks-module__1n4ybG__card:hover{border-color:#d8d2cb;transform:translateY(-2px);box-shadow:0 10px 30px #1111110f}.looks-module__1n4ybG__flatlay{aspect-ratio:4/5;background:var(--surface-elevated);border-radius:12px 12px 0 0;position:relative;overflow:hidden}.looks-module__1n4ybG__flatlayItem{object-fit:contain;filter:drop-shadow(0 4px 12px #00000017);height:auto;transition:filter .2s;display:block;position:absolute}.looks-module__1n4ybG__card:hover .looks-module__1n4ybG__flatlayItem{filter:drop-shadow(0 6px 18px #00000024)}.looks-module__1n4ybG__flatlayEmpty{color:var(--muted);justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;inset:0}.looks-module__1n4ybG__favBtn{border:1px solid var(--border);width:34px;height:34px;color:var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;z-index:10;background-color:#0000;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:inline-flex;position:absolute;top:12px;right:12px}.looks-module__1n4ybG__favBtn:hover{border-color:var(--accent)}.looks-module__1n4ybG__favActive{color:var(--accent-foreground);background:var(--accent);border-color:var(--accent)}.looks-module__1n4ybG__favActive:hover{background:var(--accent-bright)}.looks-module__1n4ybG__title{letter-spacing:-.01em;margin:0 0 4px;font-size:14px;font-weight:600}.looks-module__1n4ybG__tag{color:var(--muted);margin:0;font-size:12px}.looks-module__1n4ybG__loading{text-align:center;color:var(--muted);padding:80px 20px;font-size:14px}.looks-module__1n4ybG__empty{text-align:center;color:var(--muted);border:1px dashed var(--border);background:var(--card);border-radius:12px;padding:80px 20px}.looks-module__1n4ybG__empty strong{color:var(--foreground);margin-bottom:6px;font-size:16px;display:block}.looks-module__1n4ybG__bottom{justify-content:space-between;align-items:center;padding:14px 16px 16px;display:flex}.looks-module__1n4ybG__actions{column-gap:16px;display:flex}.looks-module__1n4ybG__btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.looks-module__1n4ybG__editBtn{color:var(--muted)}.looks-module__1n4ybG__editBtn:hover{background:var(--border)}.looks-module__1n4ybG__deleteBtn{color:var(--muted)}.looks-module__1n4ybG__deleteBtn:hover{color:var(--danger);background:var(--border)}.looks-module__1n4ybG__saveBtnLoadingIcon{animation:1.5s linear infinite looks-module__1n4ybG__spin}@keyframes looks-module__1n4ybG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.profilePage-module___ouxVW__page{width:min(100%,78rem);padding:var(--page-padding);gap:1rem;margin-inline:auto;display:grid}.profilePage-module___ouxVW__content{grid-template-columns:224px 1fr;align-items:start;gap:1rem;display:grid}@media (max-width:980px){.profilePage-module___ouxVW__content{grid-template-columns:1fr}}.profilePage-module___ouxVW__sidebar{top:calc(var(--header-h,0px) + 1rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);height:fit-content;max-height:calc(100vh - var(--header-h,0px) - 2rem);transition:border-color var(--transition-base);align-self:start;gap:1rem;padding:.85rem;display:grid;position:sticky;overflow:auto}.profilePage-module___ouxVW__sidebar:hover{border-color:var(--border-strong)}@media (max-width:980px){.profilePage-module___ouxVW__sidebar{top:calc(var(--header-h,0px) + .75rem);max-height:calc(100vh - var(--header-h,0px) - 1.5rem);position:sticky}}.profilePage-module___ouxVW__sidebarHead{grid-template-columns:38px 1fr;align-items:center;gap:.75rem;display:grid}.profilePage-module___ouxVW__userAvatar{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:linear-gradient(135deg, var(--accent-dim), var(--surface-elevated));object-fit:cover;width:38px;height:38px;display:block}.profilePage-module___ouxVW__userName{color:var(--foreground);margin:0;font-size:.9rem;font-weight:700}.profilePage-module___ouxVW__userSub{color:var(--muted);margin:.15rem 0 0;font-size:.78rem}.profilePage-module___ouxVW__main{gap:1rem;display:grid}.profilePage-module___ouxVW__titleRow{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.profilePage-module___ouxVW__title{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:1.4rem;font-weight:800}.profilePage-module___ouxVW__stack{gap:1rem;display:grid}.profilePage-module___ouxVW__anchorSection{scroll-margin-top:calc(var(--header-h,0px) + 1.25rem)}.profilePage-module___ouxVW__footerActions{justify-content:flex-end;gap:.65rem;padding-top:.25rem;display:flex}.profilePage-module___ouxVW__secondaryBtn,.profilePage-module___ouxVW__primaryBtn{border-radius:var(--radius-pill);font:inherit;letter-spacing:.04em;cursor:pointer;transition:background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);border:1px solid #0000;justify-content:center;align-items:center;padding:.55rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.profilePage-module___ouxVW__secondaryBtn{border-color:var(--border-strong);color:var(--muted);background:0 0}.profilePage-module___ouxVW__secondaryBtn:hover:not(:disabled){border-color:var(--border-strong);color:var(--foreground);background:var(--surface-elevated);transform:translateY(-1px)}.profilePage-module___ouxVW__primaryBtn{background:var(--accent);color:var(--accent-foreground)}.profilePage-module___ouxVW__primaryBtn:hover:not(:disabled){background:var(--accent-bright);box-shadow:0 0 20px var(--accent-dim), 0 4px 12px #0000004d;transform:translateY(-1px)}.profilePage-module___ouxVW__primaryBtn:active,.profilePage-module___ouxVW__secondaryBtn:active{transform:translateY(0)}.profilePage-module___ouxVW__secondaryBtn:disabled,.profilePage-module___ouxVW__primaryBtn:disabled{opacity:.45;cursor:not-allowed}.profilePage-module___ouxVW__secondaryBtn:focus-visible,.profilePage-module___ouxVW__primaryBtn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}
.EventModal-module__0BU8IG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.EventModal-module__0BU8IG__modalInnerWrapper{animation:var(--anim-animate-up);background:var(--surface);border-radius:16px;gap:16px;padding:32px;display:flex;box-shadow:0 24px 48px #0000001f}.EventModal-module__0BU8IG__form{width:100%;max-width:420px}.EventModal-module__0BU8IG__lookCardContainer{flex-direction:column;gap:24px;min-width:320px;height:500px;margin-right:-20px;padding:20px;display:flex;overflow:visible scroll}.EventModal-module__0BU8IG__lookCard{cursor:pointer;min-height:fit-content}.EventModal-module__0BU8IG__lookCard>:last-child{display:none}.EventModal-module__0BU8IG__selectedLookCard{box-shadow:0 10px 20px #c3c0c01a,0 0 15px 5px #e3cbb5!important}.EventModal-module__0BU8IG__modalTitle{margin-bottom:24px;font-size:18px;font-weight:600}.EventModal-module__0BU8IG__field{margin-bottom:16px}.EventModal-module__0BU8IG__label{color:var(--muted);margin-bottom:6px;font-size:13px;font-weight:500;display:block}.EventModal-module__0BU8IG__input{border:1px solid var(--border);background:var(--background);width:100%;color:var(--foreground);box-sizing:border-box;border-radius:8px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s}.EventModal-module__0BU8IG__input:focus{border-color:var(--accent)}.EventModal-module__0BU8IG__lookFieldRow{align-items:center;gap:8px;display:flex}.EventModal-module__0BU8IG__lookSelectWrapper{flex:1}.EventModal-module__0BU8IG__createLookBtn{border:1px solid var(--border);background:var(--surface);width:38px;height:38px;color:var(--foreground);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,border-color .15s;display:flex}.EventModal-module__0BU8IG__createLookBtn:hover{background:var(--surface-elevated);border-color:var(--accent);color:var(--accent)}.EventModal-module__0BU8IG__selectWrapper{position:relative}.EventModal-module__0BU8IG__selectWrapper:after{content:"";border-right:2px solid var(--foreground);border-bottom:2px solid var(--foreground);pointer-events:none;width:7px;height:7px;transition:transform .35s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;right:14px;transform:translateY(-75%)rotate(45deg)}.EventModal-module__0BU8IG__selectWrapper:focus-within:after{transform:translateY(-25%)rotate(225deg)}.EventModal-module__0BU8IG__select{appearance:none;padding-right:36px}.EventModal-module__0BU8IG__select:invalid{opacity:.5}select::-ms-expand{display:none}.EventModal-module__0BU8IG__modalActions{justify-content:flex-end;gap:8px;margin-top:24px;display:flex}.EventModal-module__0BU8IG__cancelBtn{border:1px solid var(--border);background:var(--surface);color:var(--foreground);cursor:pointer;border-radius:8px;padding:8px 16px;font-size:14px;transition:background .15s}.EventModal-module__0BU8IG__cancelBtn:hover{background:var(--surface-elevated)}.EventModal-module__0BU8IG__saveBtn{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:14px;font-weight:500;transition:opacity .15s}.EventModal-module__0BU8IG__saveBtn:hover{opacity:.85}
.AddItemDialog-module__x8eF4W__triggerButton{border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background:var(--surface);height:2.25rem;color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;gap:.375rem;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:background-color .2s;display:inline-flex}.AddItemDialog-module__x8eF4W__triggerButton:hover{background:var(--surface-elevated)}.AddItemDialog-module__x8eF4W__triggerIcon{width:1rem;height:1rem}.AddItemDialog-module__x8eF4W__dialogContent{border-color:var(--border);background:var(--surface);max-width:28rem}.AddItemDialog-module__x8eF4W__dialogTitle{color:var(--foreground)}.AddItemDialog-module__x8eF4W__form{gap:1rem;padding-top:.5rem;display:grid}.AddItemDialog-module__x8eF4W__field{display:grid}.AddItemDialog-module__x8eF4W__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.5rem;font-size:.75rem;font-weight:500;display:block}.AddItemDialog-module__x8eF4W__imagePreviewWrap{aspect-ratio:4/5;border:1px solid var(--border);border-radius:calc(var(--radius) + .125rem);width:100%;max-height:14rem;position:relative;overflow:hidden}.AddItemDialog-module__x8eF4W__imagePreview{object-fit:cover;width:100%;height:100%}.AddItemDialog-module__x8eF4W__clearImageButton{width:1.75rem;height:1.75rem;color:var(--background);cursor:pointer;background:#000000a6;border:0;border-radius:999px;justify-content:center;align-items:center;transition:background-color .2s;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.AddItemDialog-module__x8eF4W__clearImageButton:hover{background:#000000d1}.AddItemDialog-module__x8eF4W__uploadButton{aspect-ratio:4/5;border:2px dashed var(--border);border-radius:calc(var(--radius) + .125rem);width:100%;max-height:14rem;color:var(--muted);cursor:pointer;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;transition:border-color .2s,color .2s;display:flex}.AddItemDialog-module__x8eF4W__uploadButton:hover{border-color:var(--accent);color:var(--accent)}.AddItemDialog-module__x8eF4W__uploadIcon{width:2rem;height:2rem}.AddItemDialog-module__x8eF4W__uploadText{font-size:.75rem;font-weight:500}.AddItemDialog-module__x8eF4W__uploadHint{color:var(--muted);opacity:.6;letter-spacing:.03em;margin-top:-.2rem;font-size:.65rem;font-weight:400}.AddItemDialog-module__x8eF4W__uploadButton:hover .AddItemDialog-module__x8eF4W__uploadHint{opacity:.9}.AddItemDialog-module__x8eF4W__hiddenInput{display:none}.AddItemDialog-module__x8eF4W__photoActions{gap:.5rem;margin-top:.75rem;display:grid}.AddItemDialog-module__x8eF4W__removeBackgroundButton{border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background:var(--surface-elevated);width:100%;min-height:2.5rem;color:var(--foreground);cursor:pointer;font-size:.875rem;font-weight:500;transition:opacity .2s,border-color .2s}.AddItemDialog-module__x8eF4W__removeBackgroundButton:hover:not(:disabled){border-color:var(--accent)}.AddItemDialog-module__x8eF4W__removeBackgroundButton:disabled{opacity:.5;cursor:not-allowed}.AddItemDialog-module__x8eF4W__removeBackgroundError{color:var(--destructive);margin:0;font-size:.75rem}.AddItemDialog-module__x8eF4W__textInput,.AddItemDialog-module__x8eF4W__select{border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background-color:var(--surface-elevated);width:100%;min-height:2.5rem;color:var(--foreground);outline:none;margin-top:.375rem;font-size:.875rem}.AddItemDialog-module__x8eF4W__textInput::placeholder{color:hsl(from var(--muted) h s l / .5)}.AddItemDialog-module__x8eF4W__textInput:focus,.AddItemDialog-module__x8eF4W__select:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}.AddItemDialog-module__x8eF4W__row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.AddItemDialog-module__x8eF4W__submitButton{border-radius:calc(var(--radius) - .125rem);background:var(--foreground);width:100%;min-height:2.75rem;color:var(--background);cursor:pointer;border:0;font-size:.875rem;font-weight:500;transition:opacity .2s,background-color .2s}.AddItemDialog-module__x8eF4W__submitButton:hover:not(:disabled){background:hsl(from var(--foreground) h s l / .9)}.AddItemDialog-module__x8eF4W__submitButton:disabled{opacity:.4;cursor:not-allowed}@media (max-width:640px){.AddItemDialog-module__x8eF4W__row{grid-template-columns:1fr}}
.AppearanceAnalysis-module__Nxbz_W__grid{gap:.85rem;display:grid}.AppearanceAnalysis-module__Nxbz_W__row{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;display:flex}.AppearanceAnalysis-module__Nxbz_W__meta{flex:18rem;gap:.25rem;min-width:12rem;display:grid}.AppearanceAnalysis-module__Nxbz_W__label{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.72rem}.AppearanceAnalysis-module__Nxbz_W__segmented{width:100%;max-width:22rem}
.EventsCalendar-module__nuCGwG__calendar{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:1.5rem}.EventsCalendar-module__nuCGwG__calendar:hover{border-color:var(--border-strong)}.EventsCalendar-module__nuCGwG__calendarNav{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.EventsCalendar-module__nuCGwG__calendarMonth{color:var(--foreground);letter-spacing:-.01em;font-size:.95rem;font-weight:600}.EventsCalendar-module__nuCGwG__navBtn{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-elevated);cursor:pointer;width:2rem;height:2rem;color:var(--muted);transition:background var(--transition-base), border-color var(--transition-base), color var(--transition-base);justify-content:center;align-items:center;display:flex}.EventsCalendar-module__nuCGwG__navBtn:hover{background:var(--surface-elevated);border-color:var(--border-strong);color:var(--foreground)}.EventsCalendar-module__nuCGwG__weekdays{text-align:center;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;grid-template-columns:repeat(7,1fr);margin-bottom:.5rem;font-size:.68rem;font-weight:600;display:grid}.EventsCalendar-module__nuCGwG__days{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.EventsCalendar-module__nuCGwG__day{animation:var(--anim-animate-up);border-radius:var(--radius-sm);cursor:pointer;min-height:72px;color:var(--foreground);transition:background var(--transition-base);background:0 0;border:none;flex-direction:column;align-items:stretch;padding:6px;font-size:.82rem;display:flex;position:relative}.EventsCalendar-module__nuCGwG__day:hover{background:var(--surface-elevated)}.EventsCalendar-module__nuCGwG__dayOther{color:var(--border-strong)}.EventsCalendar-module__nuCGwG__dayOther .EventsCalendar-module__nuCGwG__dayEventTag{opacity:.3}.EventsCalendar-module__nuCGwG__dayToday{background:var(--surface-elevated);font-weight:700}.EventsCalendar-module__nuCGwG__daySelected{background:var(--accent-dim);outline:1px solid var(--accent);outline-offset:-1px}.EventsCalendar-module__nuCGwG__daySelected:hover{background:var(--accent-dim)}.EventsCalendar-module__nuCGwG__dayNumber{text-align:left;margin-bottom:4px;font-size:.8rem;line-height:1}.EventsCalendar-module__nuCGwG__dayEvents{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex;overflow:hidden}.EventsCalendar-module__nuCGwG__dayEventTag{background:var(--accent);color:var(--accent-foreground);white-space:nowrap;text-overflow:ellipsis;text-align:left;border-radius:3px;padding:2px 5px;font-size:10px;font-weight:600;line-height:1.2;display:block;overflow:hidden}.EventsCalendar-module__nuCGwG__daySelected .EventsCalendar-module__nuCGwG__dayEventTag{background:var(--accent-bright);color:var(--accent-foreground)}.EventsCalendar-module__nuCGwG__dayMore{color:var(--muted);margin-top:1px;font-size:10px;font-weight:500}.EventsCalendar-module__nuCGwG__daySelected .EventsCalendar-module__nuCGwG__dayMore{color:var(--accent)}
.dialog-module__UVeqzq__overlay{z-index:50;background:#000c;animation:.2s dialog-module__UVeqzq__overlayIn;position:fixed;inset:0}.dialog-module__UVeqzq__overlay[data-state=closed]{animation:.2s dialog-module__UVeqzq__overlayOut}.dialog-module__UVeqzq__content{z-index:50;border:1px solid var(--border);border-radius:calc(var(--radius) + .125rem);background:var(--background);justify-items:center;gap:1rem;width:min(100vw - 2rem,32rem);padding:1.5rem;animation:.2s dialog-module__UVeqzq__contentIn;display:grid;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 24px 64px -28px #00000073}.dialog-module__UVeqzq__content[data-state=closed]{animation:.2s dialog-module__UVeqzq__contentOut}.dialog-module__UVeqzq__closeButton{border-radius:calc(var(--radius) - .125rem);width:2rem;height:2rem;color:var(--muted);cursor:pointer;opacity:.7;background:0 0;border:0;justify-content:center;align-items:center;transition:opacity .2s,background-color .2s,color .2s;display:inline-flex;position:absolute;top:1rem;right:1rem}.dialog-module__UVeqzq__closeButton:hover{opacity:1;background:var(--accent);color:var(--accent-foreground)}.dialog-module__UVeqzq__closeButton:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.dialog-module__UVeqzq__icon{width:1rem;height:1rem}.dialog-module__UVeqzq__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.dialog-module__UVeqzq__header{text-align:center;flex-direction:column;gap:.375rem;display:flex}.dialog-module__UVeqzq__footer{flex-direction:column-reverse;display:flex}.dialog-module__UVeqzq__footer>*+*{margin-bottom:.5rem}.dialog-module__UVeqzq__title{color:var(--foreground);letter-spacing:-.02em;font-size:1.125rem;font-weight:600;line-height:1}.dialog-module__UVeqzq__description{color:var(--muted);font-size:.875rem}@media (min-width:640px){.dialog-module__UVeqzq__content{border-radius:calc(var(--radius) + .125rem)}.dialog-module__UVeqzq__header{text-align:left}.dialog-module__UVeqzq__footer{flex-direction:row;justify-content:flex-end;gap:.5rem}.dialog-module__UVeqzq__footer>*+*{margin-bottom:0}}@keyframes dialog-module__UVeqzq__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes dialog-module__UVeqzq__overlayOut{0%{opacity:1}to{opacity:0}}@keyframes dialog-module__UVeqzq__contentIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.96)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes dialog-module__UVeqzq__contentOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-48%)scale(.96)}}
.EventSidebar-module__ol6Z2q__sidebar{flex-direction:column;gap:.75rem;display:flex}.EventSidebar-module__ol6Z2q__sidebarTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.68rem;font-weight:600}.EventSidebar-module__ol6Z2q__loadingIcon{animation:2s linear infinite EventSidebar-module__ol6Z2q__spin}.EventSidebar-module__ol6Z2q__eventCard{animation:var(--anim-animate-up);background:var(--card);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:1rem}.EventSidebar-module__ol6Z2q__eventCard:hover{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-dim), var(--shadow-glow)}.EventSidebar-module__ol6Z2q__eventHeader{justify-content:space-between;align-items:flex-start;display:flex}.EventSidebar-module__ol6Z2q__eventName{color:var(--foreground);margin-bottom:.5rem;font-size:.9rem;font-weight:600}.EventSidebar-module__ol6Z2q__eventLook{color:var(--accent);background:var(--accent-dim);border-radius:var(--radius-pill);align-items:center;gap:6px;padding:3px 10px;font-size:.78rem;display:inline-flex}.EventSidebar-module__ol6Z2q__noEvents{text-align:center;color:var(--muted);background:var(--card);border:1px dashed var(--border-strong);border-radius:var(--radius);padding:2rem 1rem;font-size:.85rem}.EventSidebar-module__ol6Z2q__activeBtns{align-items:center;gap:.5rem;margin-left:auto;display:flex}.EventSidebar-module__ol6Z2q__btn{cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-base), background var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:.3rem;display:inline-flex}.EventSidebar-module__ol6Z2q__editBtn{color:var(--muted)}.EventSidebar-module__ol6Z2q__editBtn:hover{color:var(--foreground);background:var(--surface-elevated)}.EventSidebar-module__ol6Z2q__deleteBtn{color:var(--muted)}.EventSidebar-module__ol6Z2q__deleteBtn:hover{color:var(--danger);background:#f0507014}@keyframes EventSidebar-module__ol6Z2q__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.ItemDetailDialog-module__3TwcpG__imageWrap{aspect-ratio:4/5;background:var(--surface-elevated);max-height:50vh;overflow:hidden}.ItemDetailDialog-module__3TwcpG__imageWrap img{object-fit:cover;width:100%;height:100%}.ItemDetailDialog-module__3TwcpG__body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.ItemDetailDialog-module__3TwcpG__name{color:var(--foreground);margin:0;font-size:1.125rem;font-weight:600}.ItemDetailDialog-module__3TwcpG__infoGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.ItemDetailDialog-module__3TwcpG__infoRow{align-items:center;gap:.75rem;display:flex}.ItemDetailDialog-module__3TwcpG__infoIcon{background:var(--surface-elevated);width:2rem;height:2rem;color:var(--muted);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ItemDetailDialog-module__3TwcpG__infoLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0;font-size:.6875rem;font-weight:500}.ItemDetailDialog-module__3TwcpG__infoValue{color:var(--foreground);margin:0;font-size:.875rem;font-weight:500}
.form-module__rIZsjG__field{margin-bottom:1rem}.form-module__rIZsjG__label{letter-spacing:.1em;text-transform:uppercase;color:var(--muted,#737373);margin-bottom:.35rem;font-size:.72rem;display:block}.form-module__rIZsjG__input{box-sizing:border-box;border:1px solid var(--border,#e8e5e0);background:var(--surface,#fff);width:100%;color:var(--foreground,#111);border-radius:4px;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-module__rIZsjG__input::placeholder{color:#b0aba4}.form-module__rIZsjG__input:focus{border-color:var(--accent,#b09070);outline:none;box-shadow:0 0 0 3px #b090701f}.form-module__rIZsjG__inputError{border-color:var(--danger,#c83246)}.form-module__rIZsjG__inputError:focus{box-shadow:0 0 0 3px #c832461a}.form-module__rIZsjG__errorText{color:var(--danger,#c83246);margin-top:.35rem;font-size:.75rem}.form-module__rIZsjG__btnPrimary,.form-module__rIZsjG__btnGhost,.form-module__rIZsjG__btnDanger{letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:.35rem;padding:.6rem 1.1rem;font-family:inherit;font-size:.82rem;transition:background .15s,border-color .15s,color .15s,opacity .15s;display:inline-flex}.form-module__rIZsjG__btnPrimary:disabled,.form-module__rIZsjG__btnGhost:disabled,.form-module__rIZsjG__btnDanger:disabled{opacity:.4;cursor:not-allowed}.form-module__rIZsjG__btnPrimary{background:var(--foreground,#111);border-color:var(--foreground,#111);color:#fff}.form-module__rIZsjG__btnPrimary:hover:not(:disabled){background:#2a2a2a;border-color:#2a2a2a}.form-module__rIZsjG__btnGhost{border-color:var(--border,#e8e5e0);color:var(--muted,#737373);background:0 0}.form-module__rIZsjG__btnGhost:hover:not(:disabled){color:var(--foreground,#111);border-color:#c0bbb4}.form-module__rIZsjG__btnDanger{border-color:var(--danger,#c83246);color:var(--danger,#c83246);background:0 0}.form-module__rIZsjG__btnDanger:hover:not(:disabled){background:#c832460f}.form-module__rIZsjG__btnSmall{padding:.4rem .75rem;font-size:.75rem}.form-module__rIZsjG__textarea{box-sizing:border-box;border:1px solid var(--border,#e8e5e0);background:var(--surface,#fff);width:100%;color:var(--foreground,#111);resize:vertical;border-radius:4px;min-height:6.5rem;padding:.6rem .75rem;font-family:inherit;font-size:.9rem;transition:border-color .15s,box-shadow .15s}.form-module__rIZsjG__textarea::placeholder{color:#b0aba4}.form-module__rIZsjG__textarea:focus{border-color:var(--accent,#b09070);outline:none;box-shadow:0 0 0 3px #b090701f}.form-module__rIZsjG__textarea.form-module__rIZsjG__inputError{border-color:var(--danger,#c83246)}
.Measurements-module__OQgr8W__layout{grid-template-columns:minmax(220px,340px) 1fr;gap:1rem;display:grid}@media (max-width:880px){.Measurements-module__OQgr8W__layout{grid-template-columns:1fr}}.Measurements-module__OQgr8W__photoCard{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface-elevated);align-content:start;gap:.85rem;min-width:0;max-width:340px;padding:1rem;display:grid}.Measurements-module__OQgr8W__photoIcon{aspect-ratio:2/5;border-radius:var(--radius);background:linear-gradient(135deg, var(--accent-dim), #11111666);border:1px solid var(--border);width:100%;height:clamp(460px,62vh,760px)}.Measurements-module__OQgr8W__photoPreview{aspect-ratio:2/5;border-radius:var(--radius);object-fit:cover;object-position:50% 15%;border:1px solid var(--border-strong);background:var(--surface-elevated);width:100%;height:clamp(550px,75vh,920px)}.Measurements-module__OQgr8W__photoText{gap:.25rem;display:grid}.Measurements-module__OQgr8W__photoTitle{letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:.76rem;font-weight:700}.Measurements-module__OQgr8W__photoHint{color:var(--muted);margin:0;font-size:.84rem;line-height:1.45}.Measurements-module__OQgr8W__uploadBtn{border:1px solid var(--border-strong);background:var(--surface-elevated);font:inherit;letter-spacing:.06em;cursor:pointer;color:var(--foreground);border-radius:999px;justify-content:center;justify-self:start;align-items:center;padding:.55rem .95rem;font-size:.78rem;transition:border-color .15s,transform .15s;display:inline-flex}.Measurements-module__OQgr8W__uploadBtn:hover{border-color:var(--accent);transform:translateY(-1px)}.Measurements-module__OQgr8W__uploadBtn:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.Measurements-module__OQgr8W__metrics{grid-template-columns:repeat(2,minmax(11rem,1fr));gap:.75rem;display:grid}@media (max-width:1120px){.Measurements-module__OQgr8W__metrics{grid-template-columns:1fr}}@media (max-width:520px){.Measurements-module__OQgr8W__metrics{grid-template-columns:1fr}}.Measurements-module__OQgr8W__metric{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated);gap:.25rem;min-width:0;padding:.65rem .75rem;display:grid}.Measurements-module__OQgr8W__metricLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.7rem}.Measurements-module__OQgr8W__metricInput{min-width:0;margin-top:.15rem}.Measurements-module__OQgr8W__fileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.WardrobeCard-module__Pu7hHa__card{border:1px solid var(--border);border-radius:calc(var(--radius) + .125rem);background:var(--surface);box-shadow:var(--shadow-card);opacity:0;transition:transform .3s,box-shadow .3s;animation:.4s forwards WardrobeCard-module__Pu7hHa__fadeIn;position:relative;overflow:hidden;transform:translateY(0)}.WardrobeCard-module__Pu7hHa__card:hover{transform:translateY(-.25rem);box-shadow:0 18px 40px -24px #00000073}.WardrobeCard-module__Pu7hHa__imageWrap{aspect-ratio:4/5;background:var(--surface-elevated);position:relative;overflow:hidden}.WardrobeCard-module__Pu7hHa__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.WardrobeCard-module__Pu7hHa__card:hover .WardrobeCard-module__Pu7hHa__image{transform:scale(1.05)}.WardrobeCard-module__Pu7hHa__processingOverlay{background:hsl(from var(--background) h s l / .72);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.WardrobeCard-module__Pu7hHa__spinner{border:2px solid hsl(from var(--foreground) h s l / .2);border-top-color:var(--foreground);border-radius:9999px;width:1.5rem;height:1.5rem;animation:.8s linear infinite WardrobeCard-module__Pu7hHa__spin}.WardrobeCard-module__Pu7hHa__processingText{color:var(--foreground);font-size:.75rem;font-weight:500}.WardrobeCard-module__Pu7hHa__body{gap:.5rem;padding:1rem;display:grid}.WardrobeCard-module__Pu7hHa__title{color:var(--foreground);margin:0;font-size:.875rem;font-weight:600;line-height:1.25}.WardrobeCard-module__Pu7hHa__metaRow{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.WardrobeCard-module__Pu7hHa__text{color:var(--muted);font-size:.75rem}.WardrobeCard-module__Pu7hHa__badge{background:var(--surface-elevated);color:var(--muted);border-radius:999px;padding:.125rem .5rem;font-size:.75rem;font-weight:500}@keyframes WardrobeCard-module__Pu7hHa__fadeIn{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes WardrobeCard-module__Pu7hHa__spin{to{transform:rotate(360deg)}}.WardrobeCard-module__Pu7hHa__delete{z-index:10;background:hsl(from var(--foreground) h s l / .6);color:var(--background);opacity:0;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.375rem;transition:opacity .2s,background .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.WardrobeCard-module__Pu7hHa__card:hover .WardrobeCard-module__Pu7hHa__delete{opacity:1}.WardrobeCard-module__Pu7hHa__delete:hover{background:var(--destructive)}.WardrobeCard-module__Pu7hHa__edit{z-index:10;background:hsl(from var(--foreground) h s l / .6);color:var(--background);opacity:0;cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.375rem;transition:opacity .2s,background .2s;display:flex;position:absolute;top:.5rem;right:2.5rem}.WardrobeCard-module__Pu7hHa__edit:hover{background:var(--destructive)}.WardrobeCard-module__Pu7hHa__card:hover .WardrobeCard-module__Pu7hHa__edit{opacity:1}
.OutfitOfTheDay-module__7JxBfG__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);height:100%;transition:border-color var(--transition-base), box-shadow var(--transition-base);flex-direction:column;padding:1.5rem;display:flex}.OutfitOfTheDay-module__7JxBfG__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.OutfitOfTheDay-module__7JxBfG__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.OutfitOfTheDay-module__7JxBfG__titleWrap{align-items:center;gap:.5rem;display:flex}.OutfitOfTheDay-module__7JxBfG__iconWrap{border-radius:var(--radius-sm);background:linear-gradient(135deg, var(--accent), var(--accent-bright));flex-shrink:0;justify-content:center;align-items:center;padding:.4rem;display:flex}.OutfitOfTheDay-module__7JxBfG__icon{width:1rem;height:1rem;color:var(--accent-foreground)}.OutfitOfTheDay-module__7JxBfG__title{color:var(--foreground);margin:0;font-size:.88rem;font-weight:600}.OutfitOfTheDay-module__7JxBfG__refreshBtn{color:var(--muted);cursor:pointer;border-radius:var(--radius-pill);transition:color var(--transition-base), background var(--transition-base);background:0 0;border:none;padding:.25rem .6rem;font-size:.72rem}.OutfitOfTheDay-module__7JxBfG__refreshBtn:hover{color:var(--foreground);background:var(--surface-elevated)}.OutfitOfTheDay-module__7JxBfG__weather{border-radius:var(--radius-sm);background:var(--surface-elevated);border:1px solid var(--border);align-items:center;gap:.5rem;margin-bottom:1rem;padding:.45rem .75rem;display:flex}.OutfitOfTheDay-module__7JxBfG__weatherTip{color:var(--muted);margin:-.5rem 0 1rem;font-size:.72rem}.OutfitOfTheDay-module__7JxBfG__weatherIcon{width:1rem;height:1rem;color:var(--muted);flex-shrink:0}.OutfitOfTheDay-module__7JxBfG__weatherText{color:var(--muted);font-size:.82rem}.OutfitOfTheDay-module__7JxBfG__list{flex-direction:column;flex:1;gap:.5rem;display:flex}.OutfitOfTheDay-module__7JxBfG__loader{color:var(--muted);align-items:center;gap:.5rem;padding:1rem 0;font-size:.85rem;display:flex}.OutfitOfTheDay-module__7JxBfG__item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-elevated);transition:background var(--transition-base), border-color var(--transition-base);align-items:center;gap:.75rem;padding:.55rem .75rem;display:flex}.OutfitOfTheDay-module__7JxBfG__item:hover{background:var(--surface-elevated);border-color:var(--border-strong)}.OutfitOfTheDay-module__7JxBfG__itemEmoji{flex-shrink:0;font-size:1.15rem;line-height:1}.OutfitOfTheDay-module__7JxBfG__itemInfo{flex:1;min-width:0}.OutfitOfTheDay-module__7JxBfG__itemName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.85rem;font-weight:500;overflow:hidden}.OutfitOfTheDay-module__7JxBfG__itemCategory{color:var(--muted);margin:0;font-size:.72rem}.OutfitOfTheDay-module__7JxBfG__tip{border-top:1px solid var(--border);color:var(--muted);margin:1rem 0 0;padding-top:.75rem;font-size:.75rem;font-style:italic}.OutfitOfTheDay-module__7JxBfG__explanation{border-top:1px solid var(--border);margin:1rem 0 0;padding-top:.75rem}.OutfitOfTheDay-module__7JxBfG__explanationTitle{text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.OutfitOfTheDay-module__7JxBfG__explanationText{color:var(--muted);white-space:pre-line;margin:0;font-size:.75rem;line-height:1.5}
.PersonalData-module__nl5q5a__grid{grid-template-columns:1.1fr .9fr;gap:1rem;display:grid}@media (max-width:880px){.PersonalData-module__nl5q5a__grid{grid-template-columns:1fr}}.PersonalData-module__nl5q5a__infoCard{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated);min-height:190px;padding:1rem}.PersonalData-module__nl5q5a__subTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 .85rem;font-size:.72rem}.PersonalData-module__nl5q5a__field{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.PersonalData-module__nl5q5a__field:first-of-type{border-top:0;margin-top:0;padding-top:0}.PersonalData-module__nl5q5a__photoUpload{display:grid}.PersonalData-module__nl5q5a__photoDrop{border:1px dashed var(--border-strong);border-radius:var(--radius);background:var(--input);text-align:center;align-content:center;justify-items:center;gap:.45rem;min-height:190px;padding:1rem;display:grid}.PersonalData-module__nl5q5a__photoTitle{letter-spacing:.1em;text-transform:uppercase;color:var(--foreground);margin:0;font-size:.76rem;font-weight:800}.PersonalData-module__nl5q5a__photoHint{max-width:22rem;color:var(--muted);margin:0;font-size:.84rem;line-height:1.45}.PersonalData-module__nl5q5a__fileLabel{border:1px solid var(--border-strong);background:var(--surface-elevated);color:var(--foreground);cursor:pointer;letter-spacing:.06em;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .75rem;font-size:.78rem;transition:border-color .15s,transform .15s;display:inline-flex}.PersonalData-module__nl5q5a__fileLabel:hover{border-color:var(--accent);transform:translateY(-1px)}.PersonalData-module__nl5q5a__fileLabel:focus-visible{outline:2px solid var(--ring);outline-offset:2px}.PersonalData-module__nl5q5a__fileInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.PersonalData-module__nl5q5a__photoPreview{aspect-ratio:1;object-fit:cover;border-radius:var(--radius);border:1px solid var(--border-strong);background:var(--surface-elevated);width:min(220px,100%)}
.AuthForm-module__1NCAvq__authPage{margin-top:calc(-1 * var(--header-h));margin-bottom:calc(-1 * var(--footer-h));grid-template-columns:minmax(320px,1fr) minmax(320px,420px);align-items:center;gap:clamp(24px,4vw,64px);min-height:100dvh;padding:clamp(20px,3vw,32px);display:grid;position:relative;overflow:hidden}.AuthForm-module__1NCAvq__bgImage{pointer-events:none;background:url(/auth/auth-bg-layer.png) 50%/cover no-repeat;position:absolute;inset:0}.AuthForm-module__1NCAvq__mannequin{object-fit:cover;object-position:center;mix-blend-mode:multiply;pointer-events:none;transform-origin:38%;will-change:transform;width:100%;height:100%;position:absolute;inset:0}.AuthForm-module__1NCAvq__bgOverlay{pointer-events:none;background:radial-gradient(1000px 500px at -8% 78%,#c8a8802e,#0000 60%),radial-gradient(900px 460px at 108% 35%,#c8a8801f,#0000 64%),linear-gradient(160deg,#09090ed1 0%,#09090eb8 100%);position:absolute;inset:0}.AuthForm-module__1NCAvq__heroText{z-index:1;max-width:420px;color:var(--foreground);align-self:end;margin-left:4px;padding-bottom:clamp(20px,6vh,76px);position:relative}.AuthForm-module__1NCAvq__heroText h1{letter-spacing:-.03em;color:var(--foreground);margin:0;font-size:clamp(32px,3.2vw,46px);line-height:1.08}.AuthForm-module__1NCAvq__heroText p{color:var(--muted);margin:16px 0 0;font-size:17px;line-height:1.5}.AuthForm-module__1NCAvq__card{z-index:2;border:1px solid var(--glass-border);border-radius:var(--radius-lg);background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);width:100%;max-width:420px;box-shadow:var(--shadow-md), var(--shadow-glow);grid-template-columns:100%;justify-self:center;height:auto;max-height:500px;padding:14px;transition:max-height 1s cubic-bezier(.4,0,.2,1);display:grid;position:relative;overflow:hidden;transform:translate(-88px)}.AuthForm-module__1NCAvq__card>div{height:100%}.AuthForm-module__1NCAvq__card.AuthForm-module__1NCAvq__signIn{max-height:500px}.AuthForm-module__1NCAvq__card.AuthForm-module__1NCAvq__signUp{max-height:800px}.AuthForm-module__1NCAvq__tabs{border-radius:var(--radius-sm);background:var(--surface-elevated);border:1px solid var(--border);grid-template-columns:1fr 1fr;gap:4px;margin-bottom:18px;padding:3px;display:grid}.AuthForm-module__1NCAvq__tab{height:34px;color:var(--muted);transition:background var(--transition-base), color var(--transition-base);border-radius:6px;justify-content:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.AuthForm-module__1NCAvq__tabActive{background:var(--accent);color:var(--accent-foreground);box-shadow:var(--shadow-sm)}.AuthForm-module__1NCAvq__form{padding:0 8px 8px}.AuthForm-module__1NCAvq__formTitle{letter-spacing:-.02em;color:var(--foreground);margin:0;font-size:2rem;font-weight:800;line-height:1.12}.AuthForm-module__1NCAvq__formLead{color:var(--muted);margin:8px 0 16px;font-size:14px}.AuthForm-module__1NCAvq__label{letter-spacing:.03em;color:var(--foreground);margin:14px 0 6px;font-size:13px;font-weight:600;display:block}.AuthForm-module__1NCAvq__input{border:1px solid var(--input-border);border-radius:var(--radius-sm);background:var(--input);width:100%;height:44px;color:var(--foreground);transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:0 14px;font-family:inherit;font-size:14px}.AuthForm-module__1NCAvq__input::placeholder{color:var(--muted)}.AuthForm-module__1NCAvq__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--ring);outline:none}.AuthForm-module__1NCAvq__passwordField{position:relative}.AuthForm-module__1NCAvq__passwordInput{padding-right:46px}.AuthForm-module__1NCAvq__passwordToggle{border-radius:var(--radius-pill);width:30px;height:30px;color:var(--muted);cursor:pointer;transition:color var(--transition-base), background var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.AuthForm-module__1NCAvq__passwordToggle:hover{color:var(--foreground);background:var(--accent-dim)}.AuthForm-module__1NCAvq__inputError{border-color:var(--danger)}.AuthForm-module__1NCAvq__errorText{color:var(--danger);margin:6px 0 0;font-size:12px}.AuthForm-module__1NCAvq__submitButton{border-radius:var(--radius-pill);background:linear-gradient(135deg, var(--accent), var(--accent-bright));width:100%;height:46px;color:var(--accent-foreground);cursor:pointer;transition:box-shadow var(--transition-base), filter var(--transition-base), transform var(--transition-base);border:none;margin-top:18px;font-size:15px;font-weight:700}.AuthForm-module__1NCAvq__submitButton:hover:not(:disabled){box-shadow:0 0 24px var(--accent-dim), 0 6px 16px #0000004d;transform:translateY(-1px)}.AuthForm-module__1NCAvq__submitButton:active{transform:translateY(0)}.AuthForm-module__1NCAvq__submitButton:disabled{opacity:.6;cursor:default}.AuthForm-module__1NCAvq__backHome{text-align:center;color:var(--muted);transition:color var(--transition-base);margin:12px 0 4px;font-size:14px;text-decoration:none;display:block}.AuthForm-module__1NCAvq__backHome:hover{color:var(--foreground)}@media (max-width:1000px){.AuthForm-module__1NCAvq__authPage{grid-template-columns:1fr;align-items:start;padding-top:74px}.AuthForm-module__1NCAvq__heroText{display:none}.AuthForm-module__1NCAvq__card{justify-self:center;max-width:430px;transform:none}}
.WardrobeToolbar-module__GCKuTa__root{gap:1rem;display:grid}.WardrobeToolbar-module__GCKuTa__header{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.WardrobeToolbar-module__GCKuTa__controls{border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.WardrobeToolbar-module__GCKuTa__group{align-items:center;gap:.5rem;display:flex}.WardrobeToolbar-module__GCKuTa__label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.75rem;font-weight:500}.WardrobeToolbar-module__GCKuTa__sortList{flex-wrap:wrap;gap:.25rem;display:flex}.WardrobeToolbar-module__GCKuTa__sortButton{border-radius:calc(var(--radius) - .125rem);color:var(--muted);cursor:pointer;background:0 0;border:0;padding:.375rem .75rem;font-size:.75rem;font-weight:500;transition:color .2s,background-color .2s}.WardrobeToolbar-module__GCKuTa__sortButton:hover{background:var(--surface-elevated);color:var(--foreground)}.WardrobeToolbar-module__GCKuTa__sortButtonActive,.WardrobeToolbar-module__GCKuTa__sortButtonActive:hover{background:var(--foreground);color:var(--background)}.WardrobeToolbar-module__GCKuTa__divider{background:var(--border);width:1px;height:1.25rem}.WardrobeToolbar-module__GCKuTa__select{border:1px solid var(--border);border-radius:calc(var(--radius) - .125rem);background-color:var(--surface-elevated);color:var(--foreground);outline:none;font-size:.75rem}.WardrobeToolbar-module__GCKuTa__select:focus{border-color:var(--ring);box-shadow:0 0 0 1px var(--ring)}@media (max-width:639px){.WardrobeToolbar-module__GCKuTa__header{flex-direction:column;align-items:flex-start}.WardrobeToolbar-module__GCKuTa__divider{display:none}}
.CategoryBreakdown-module__E_yKgW__card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);height:100%;transition:border-color var(--transition-base), box-shadow var(--transition-base);padding:1.5rem}.CategoryBreakdown-module__E_yKgW__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-glow)}.CategoryBreakdown-module__E_yKgW__title{color:var(--foreground);margin:0 0 1.25rem;font-size:.88rem;font-weight:600}.CategoryBreakdown-module__E_yKgW__list{flex-direction:column;gap:1rem;display:flex}.CategoryBreakdown-module__E_yKgW__category{flex-direction:column;gap:.4rem;display:flex}.CategoryBreakdown-module__E_yKgW__categoryMeta{justify-content:space-between;align-items:center;display:flex}.CategoryBreakdown-module__E_yKgW__categoryName{color:var(--foreground);align-items:center;gap:.4rem;font-size:.85rem;display:flex}.CategoryBreakdown-module__E_yKgW__categoryCount{color:var(--muted);font-size:.72rem}.CategoryBreakdown-module__E_yKgW__track{border-radius:var(--radius-pill);background:var(--surface-elevated);height:4px;overflow:hidden}.CategoryBreakdown-module__E_yKgW__bar{border-radius:var(--radius-pill);background:linear-gradient(90deg, var(--accent), var(--accent-bright));height:100%;transition:width .6s cubic-bezier(.4,0,.2,1)}
.dashboard-module__kdNELG__page{background:var(--background);min-height:100vh;max-width:var(--page-max-width);padding:var(--page-padding);margin:0 auto}.dashboard-module__kdNELG__welcome{margin-bottom:2rem}.dashboard-module__kdNELG__statsGrid{grid-template-columns:repeat(2,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}@media (min-width:1024px){.dashboard-module__kdNELG__statsGrid{grid-template-columns:repeat(4,1fr);gap:1rem}}.dashboard-module__kdNELG__statsGrid>:first-child{animation:.4s cubic-bezier(.4,0,.2,1) 50ms both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__statsGrid>:nth-child(2){animation:.4s cubic-bezier(.4,0,.2,1) .1s both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__statsGrid>:nth-child(3){animation:.4s cubic-bezier(.4,0,.2,1) .15s both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__statsGrid>:nth-child(4){animation:.4s cubic-bezier(.4,0,.2,1) .2s both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__widgetsGrid{grid-template-columns:1fr;gap:1rem;display:grid}@media (min-width:1024px){.dashboard-module__kdNELG__widgetsGrid{grid-template-columns:repeat(3,1fr)}}.dashboard-module__kdNELG__widgetItem:first-child{animation:.4s cubic-bezier(.4,0,.2,1) .25s both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__widgetItem:nth-child(2){animation:.4s cubic-bezier(.4,0,.2,1) .32s both dashboard-module__kdNELG__slideUp}.dashboard-module__kdNELG__widgetItem:nth-child(3){animation:.4s cubic-bezier(.4,0,.2,1) .39s both dashboard-module__kdNELG__slideUp}@keyframes dashboard-module__kdNELG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.events-module__5rAG3G__page{background:var(--background);color:var(--foreground);font-family:var(--font-sans);max-width:var(--page-max-width);padding:var(--page-padding);margin:0 auto;animation:.3s both events-module__5rAG3G__fadeIn}.events-module__5rAG3G__header{justify-content:space-between;align-items:center;gap:1rem;padding-bottom:2rem;display:flex}.events-module__5rAG3G__addButton{background:var(--accent);color:var(--accent-foreground);border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:background var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);border:none;flex-shrink:0;align-items:center;gap:6px;padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;display:inline-flex}.events-module__5rAG3G__addButton:hover{background:var(--accent-bright);box-shadow:0 0 20px var(--accent-dim), 0 4px 12px #0000004d;transform:translateY(-1px)}.events-module__5rAG3G__addButton:active{transform:translateY(0)}.events-module__5rAG3G__content{grid-template-columns:1fr 340px;gap:1.5rem;max-width:960px;margin:0 auto;animation:.35s cubic-bezier(.4,0,.2,1) .1s both events-module__5rAG3G__slideUp;display:grid}@media (max-width:768px){.events-module__5rAG3G__content{grid-template-columns:1fr}}@keyframes events-module__5rAG3G__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes events-module__5rAG3G__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.looks-module__C8dUVG__page{max-width:var(--page-max-width);padding:var(--page-padding);margin:0 auto}.looks-module__C8dUVG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:40px;display:flex}.looks-module__C8dUVG__tabs{background:var(--surface-elevated);border:1px solid var(--border);border-radius:10px;gap:2px;padding:4px;display:inline-flex}.looks-module__C8dUVG__tab{appearance:none;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .15s}.looks-module__C8dUVG__tab:hover{color:var(--foreground)}.looks-module__C8dUVG__tabActive{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #0000000f}.looks-module__C8dUVG__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}@media (max-width:1024px){.looks-module__C8dUVG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.looks-module__C8dUVG__grid{grid-template-columns:1fr}.looks-module__C8dUVG__page{padding:40px 16px 64px}.looks-module__C8dUVG__titleBlock h1{font-size:28px}}.looks-module__C8dUVG__card{background:var(--card);border:1px solid var(--border);border-radius:14px;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden}.looks-module__C8dUVG__card:hover{border-color:#d8d2cb;transform:translateY(-2px);box-shadow:0 10px 30px #1111110f}.looks-module__C8dUVG__flatlay{aspect-ratio:4/5;background:#f7f5f2;border-radius:12px 12px 0 0;position:relative;overflow:hidden}.looks-module__C8dUVG__flatlayItem{object-fit:contain;filter:drop-shadow(0 4px 12px #00000017);height:auto;transition:filter .2s;display:block;position:absolute}.looks-module__C8dUVG__card:hover .looks-module__C8dUVG__flatlayItem{filter:drop-shadow(0 6px 18px #00000024)}.looks-module__C8dUVG__flatlayEmpty{color:var(--muted);justify-content:center;align-items:center;font-size:13px;display:flex;position:absolute;inset:0}.looks-module__C8dUVG__favBtn{border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);cursor:pointer;z-index:10;background:#ffffffeb;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:all .15s;display:inline-flex;position:absolute;top:12px;right:12px}.looks-module__C8dUVG__favBtn:hover{border-color:var(--accent)}.looks-module__C8dUVG__favActive{color:var(--accent-foreground);background:var(--accent);border-color:var(--accent)}.looks-module__C8dUVG__favActive:hover{background:var(--accent-bright)}.looks-module__C8dUVG__title{letter-spacing:-.01em;margin:0 0 4px;font-size:14px;font-weight:600}.looks-module__C8dUVG__tag{color:var(--muted);margin:0;font-size:12px}.looks-module__C8dUVG__loading{text-align:center;color:var(--muted);padding:80px 20px;font-size:14px}.looks-module__C8dUVG__empty{text-align:center;color:var(--muted);border:1px dashed var(--border);background:var(--card);border-radius:12px;padding:80px 20px}.looks-module__C8dUVG__empty strong{color:var(--foreground);margin-bottom:6px;font-size:16px;display:block}.looks-module__C8dUVG__bottom{justify-content:space-between;align-items:center;padding:14px 16px 16px;display:flex}.looks-module__C8dUVG__actions{column-gap:16px;display:flex}.looks-module__C8dUVG__btn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:inline-flex}.looks-module__C8dUVG__editBtn{color:var(--muted)}.looks-module__C8dUVG__editBtn:hover{background:var(--border)}.looks-module__C8dUVG__deleteBtn{color:var(--muted)}.looks-module__C8dUVG__deleteBtn:hover{color:var(--danger);background:var(--border)}.looks-module__C8dUVG__saveTextBtn{border:1px solid var(--border);color:var(--foreground);background:var(--surface-elevated);border-radius:10px;padding:6px 10px;font-size:13px;font-weight:600}.looks-module__C8dUVG__saveTextBtn:hover:enabled{border-color:var(--accent)}.looks-module__C8dUVG__saveTextBtn:disabled{opacity:.6;cursor:not-allowed}
.StylePreferences-module__IwbVAG__wrap{gap:1rem;display:grid}.StylePreferences-module__IwbVAG__note{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated);padding:.85rem .95rem}.StylePreferences-module__IwbVAG__noteTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 .35rem;font-size:.72rem}.StylePreferences-module__IwbVAG__grid{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}@media (max-width:880px){.StylePreferences-module__IwbVAG__grid{grid-template-columns:1fr}}.StylePreferences-module__IwbVAG__group{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-elevated);padding:.85rem .95rem}.StylePreferences-module__IwbVAG__bad{background:#c832460a;border-color:#c8324640}.StylePreferences-module__IwbVAG__groupTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 .65rem;font-size:.72rem}.StylePreferences-module__IwbVAG__addRow{grid-template-columns:1fr auto;align-items:center;gap:.5rem;display:grid}.StylePreferences-module__IwbVAG__addInput{min-width:0}.StylePreferences-module__IwbVAG__chips{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.StylePreferences-module__IwbVAG__chip{border:1px solid var(--border-strong);background:var(--surface);color:var(--foreground);border-radius:999px;align-items:center;gap:.35rem;max-width:100%;padding:.45rem .6rem;font-size:.82rem;display:inline-flex}.StylePreferences-module__IwbVAG__chipText{text-overflow:ellipsis;white-space:nowrap;max-width:26rem;overflow:hidden}.StylePreferences-module__IwbVAG__chipRemove{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 .15rem;font-size:1rem;line-height:1}.StylePreferences-module__IwbVAG__chipRemove:hover{color:var(--foreground)}.StylePreferences-module__IwbVAG__constraints{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);gap:.75rem;padding:.85rem .95rem;display:grid}.StylePreferences-module__IwbVAG__constraintsTitle{letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0;font-size:.72rem}.StylePreferences-module__IwbVAG__textarea{min-height:4.5rem}
.WardrobePage-module__BjuUPG__page{background:var(--background);min-height:100vh;max-width:var(--page-max-width);padding:var(--page-padding);margin:0 auto}.WardrobePage-module__BjuUPG__emptyState{color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:6rem 0;display:flex}.WardrobePage-module__BjuUPG__emptyTitle{margin:0;font-size:1.125rem;font-weight:500}.WardrobePage-module__BjuUPG__emptyText{margin:.25rem 0 0;font-size:.875rem}.WardrobePage-module__BjuUPG__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.5rem;display:grid}@media (min-width:640px){.WardrobePage-module__BjuUPG__container{padding:4rem 1.5rem}.WardrobePage-module__BjuUPG__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}}@media (min-width:1024px){.WardrobePage-module__BjuUPG__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
.AuthLoader-module__Wc61oW__overlay{z-index:999;background:var(--background);flex-direction:column;justify-content:center;align-items:center;gap:20px;animation:.2s AuthLoader-module__Wc61oW__fadeIn;display:flex;position:fixed;inset:0}@keyframes AuthLoader-module__Wc61oW__fadeIn{0%{opacity:0}to{opacity:1}}.AuthLoader-module__Wc61oW__ring{background:conic-gradient(from 0deg, transparent 0%, var(--accent) 75%, transparent 100%);border-radius:50%;width:52px;height:52px;animation:1s linear infinite AuthLoader-module__Wc61oW__spin;position:relative;-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px));mask:radial-gradient(farthest-side,#0000 calc(100% - 3px),#000 calc(100% - 2px))}@keyframes AuthLoader-module__Wc61oW__spin{to{transform:rotate(360deg)}}.AuthLoader-module__Wc61oW__dot{justify-content:center;align-items:center;display:flex;position:absolute;inset:0;-webkit-mask:none;mask:none}.AuthLoader-module__Wc61oW__dot:after{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite AuthLoader-module__Wc61oW__pulse}@keyframes AuthLoader-module__Wc61oW__pulse{0%,to{opacity:.3;transform:scale(.7)}50%{opacity:1;transform:scale(1.1)}}.AuthLoader-module__Wc61oW__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:13px;font-weight:500;animation:1.4s ease-in-out infinite AuthLoader-module__Wc61oW__blink}@keyframes AuthLoader-module__Wc61oW__blink{0%,to{opacity:.4}50%{opacity:.9}}
.LookBuilder-module__IvFfya__page{max-width:var(--page-max-width);padding:var(--page-padding);flex-direction:column;gap:1.5rem;margin:0 auto;display:flex}.LookBuilder-module__IvFfya__header{flex-direction:column;display:flex}.LookBuilder-module__IvFfya__layout{grid-template-columns:minmax(0,1fr) minmax(0,1.4fr);gap:1rem;display:grid}.LookBuilder-module__IvFfya__panel,.LookBuilder-module__IvFfya__canvasSection{border:1px solid var(--border);background:var(--surface);border-radius:16px;padding:1rem}.LookBuilder-module__IvFfya__canvasSection{background:linear-gradient(180deg, var(--surface) 0%, var(--surface-elevated) 100%);top:calc(var(--header-h) - .85rem);align-self:start;position:sticky}.LookBuilder-module__IvFfya__panelTitle{color:var(--foreground);letter-spacing:.01em;margin:0;font-size:.98rem}.LookBuilder-module__IvFfya__panelHint{color:var(--muted);margin:.25rem 0 0;font-size:.85rem}.LookBuilder-module__IvFfya__filterRow{top:calc(var(--header-h) - .325rem);background-color:inherit;flex-wrap:wrap;gap:.4rem;padding-block:.85rem;display:flex;position:sticky}.LookBuilder-module__IvFfya__filterButton{border:1px solid var(--border);background:var(--surface-elevated);color:var(--muted);cursor:pointer;border-radius:999px;padding:.3rem .65rem;font-size:.74rem;font-weight:600;transition:border-color .15s,color .15s,background-color .15s}.LookBuilder-module__IvFfya__filterButton[data-active=true]{border-color:var(--accent);background:color-mix(in srgb, var(--accent) 14%, var(--surface) 86%);color:var(--foreground)}.LookBuilder-module__IvFfya__itemsList{gap:.65rem;margin:0;padding:0;list-style:none;display:grid}.LookBuilder-module__IvFfya__itemCard{border:1px solid var(--border);background:var(--surface);cursor:grab;border-radius:12px;justify-content:space-between;gap:.75rem;padding:.75rem;display:flex}.LookBuilder-module__IvFfya__itemMain{align-items:flex-start;gap:.6rem;display:flex}.LookBuilder-module__IvFfya__itemIcon{background:var(--surface-elevated);border:1px solid var(--border);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.9rem;display:inline-flex}.LookBuilder-module__IvFfya__itemImage{object-fit:cover;border:1px solid var(--border);background:var(--surface-elevated);border-radius:10px;flex-shrink:0;width:44px;height:44px}.LookBuilder-module__IvFfya__color{border:1px solid #1111111f;border-radius:999px;flex-shrink:0;width:14px;height:14px;margin-top:.25rem}.LookBuilder-module__IvFfya__itemName{color:var(--foreground);margin:0;font-size:.9rem;font-weight:600}.LookBuilder-module__IvFfya__itemMeta{color:var(--muted);margin:.08rem 0 0;font-size:.76rem}.LookBuilder-module__IvFfya__itemDescription{margin:.2rem 0 0;font-size:.78rem}.LookBuilder-module__IvFfya__actionButton{border:1px solid var(--border);background:var(--surface-elevated);height:fit-content;color:var(--foreground);cursor:pointer;border-radius:10px;padding:.35rem .6rem;font-size:.75rem;font-weight:600;transition:border-color .15s,background-color .15s,color .15s}.LookBuilder-module__IvFfya__actionButton:hover{border-color:var(--accent);background:color-mix(in srgb, var(--surface-elevated) 70%, var(--accent) 30%)}.LookBuilder-module__IvFfya__canvasHeader{margin-bottom:.75rem}.LookBuilder-module__IvFfya__canvas{gap:.65rem;display:grid}.LookBuilder-module__IvFfya__mannequin{border:1px solid var(--border);background:radial-gradient(circle at top, #fff 0%, var(--surface-elevated) 75%);border-radius:16px;margin-bottom:0;padding:1rem 1rem .5rem;position:relative}html[data-theme=light] .LookBuilder-module__IvFfya__mannequin{background:unset}.LookBuilder-module__IvFfya__head{border:1px solid var(--border);background:var(--surface-elevated);border-radius:999px;width:42px;height:42px;margin:0 auto .5rem}.LookBuilder-module__IvFfya__body{gap:.48rem;width:min(100%,250px);margin:0 auto;display:grid}.LookBuilder-module__IvFfya__mannequinSlot{border:1px dashed var(--border);border-radius:12px;gap:.3rem;min-height:66px;padding:.45rem;transition:border-color .15s,background-color .15s;display:flex}.LookBuilder-module__IvFfya__mannequinSlot:has(>:not(span)){width:fit-content}.LookBuilder-module__IvFfya__leftSlot{flex-direction:column;position:absolute;top:15%;left:4px;scale:.7}.LookBuilder-module__IvFfya__rightSlot{flex-direction:column;position:absolute;top:55%;right:2px;translate:0 -50%;scale:.9}.LookBuilder-module__IvFfya__leftBottomSlot{flex-direction:column;position:absolute;bottom:10%;left:8px;translate:0 -50%;scale:.9}.LookBuilder-module__IvFfya__headwearSlot{margin-top:-15px;scale:.8}.LookBuilder-module__IvFfya__shoesSlot{margin-top:-10px;scale:.8}.LookBuilder-module__IvFfya__mannequinSlot[data-active-drop=true]{border-color:var(--accent-bright);background:color-mix(in srgb, var(--accent) 16%, var(--surface) 84%)}.LookBuilder-module__IvFfya__mannequinTop{min-height:78px}.LookBuilder-module__IvFfya__mannequinBottom{min-height:88px}.LookBuilder-module__IvFfya__mannequinShoes{min-height:64px}.LookBuilder-module__IvFfya__slotTag{text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-size:.7rem;font-weight:600}.LookBuilder-module__IvFfya__headwearSlot .LookBuilder-module__IvFfya__slotTag{color:var(--background);opacity:.3}html[data-theme=light] .LookBuilder-module__IvFfya__slotTag{color:var(--muted);opacity:1}.LookBuilder-module__IvFfya__mannequinItem{color:#111;border:1px solid #11111114;border-radius:10px;flex-direction:column;align-items:flex-start;gap:.35rem;width:fit-content;max-width:100%;padding:.4rem .5rem;font-size:.77rem;font-weight:600;display:inline-flex;position:relative}.LookBuilder-module__IvFfya__mannequinItemIcon{font-size:.86rem;line-height:1}.LookBuilder-module__IvFfya__mannequinImage{object-fit:cover;border:1px solid #1111111f;border-radius:8px;width:100%;height:94px;display:block}.LookBuilder-module__IvFfya__mannequinPhotoFrame{border-radius:8px;width:100%;min-width:120px;overflow:hidden}.LookBuilder-module__IvFfya__removeButton{z-index:10;background:hsl(from var(--foreground) h s l / .6);color:var(--background);cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.375rem;transition:opacity .2s,background .2s;display:flex;position:absolute;right:0;translate:-25% -25%}.LookBuilder-module__IvFfya__removeButton:hover{background:var(--destructive)}.LookBuilder-module__IvFfya__saveBlock{gap:.45rem;padding-top:.95rem;display:grid}.LookBuilder-module__IvFfya__label{color:var(--muted);font-size:.8rem}.LookBuilder-module__IvFfya__input{border:1px solid var(--border);background:var(--surface);width:100%;color:var(--foreground);border-radius:10px;outline:none;padding:.55rem .65rem}.LookBuilder-module__IvFfya__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 26%, transparent)}.LookBuilder-module__IvFfya__saveButton{background:var(--accent);color:var(--background);cursor:pointer;border:1px solid #0000;border-radius:10px;width:fit-content;margin-top:.75rem;padding:.55rem .75rem;font-size:.82rem;font-weight:600;transition:transform .15s,background-color .15s}.LookBuilder-module__IvFfya__saveButton:hover{background:color-mix(in srgb, var(--accent-bright) 90%, #000 10%);transform:translateY(-1px)}.LookBuilder-module__IvFfya__ghostButton{border:1px solid var(--border);background:var(--surface);color:var(--muted);cursor:pointer;border-radius:10px;padding:.55rem .75rem;font-size:.82rem;font-weight:600}.LookBuilder-module__IvFfya__message{color:var(--foreground);margin:.2rem 0 0;font-size:.8rem}@media (max-width:880px){.LookBuilder-module__IvFfya__layout{grid-template-columns:1fr}}@media (max-width:640px){.LookBuilder-module__IvFfya__page{padding:40px 16px 64px}.LookBuilder-module__IvFfya__title{font-size:1.4rem}.LookBuilder-module__IvFfya__filterRow{gap:.3rem}}
