.page-module__-5BmTW__container{background:var(--bg-card);border-left:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;height:100%;display:flex;overflow:hidden}.page-module__-5BmTW__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-subtle);flex-direction:column;width:380px;display:flex}.page-module__-5BmTW__sidebarHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__-5BmTW__sidebarTitle{letter-spacing:-.5px;color:var(--text-primary);font-size:1.5rem;font-weight:800}.page-module__-5BmTW__iconBtn{border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__-5BmTW__iconBtn:hover,.page-module__-5BmTW__iconBtn.page-module__-5BmTW__active{background:var(--accent-primary);color:var(--text-inverse);border-color:var(--accent-primary)}.page-module__-5BmTW__searchBar{border-bottom:1px solid var(--border-subtle);background:#0000000d;padding:.75rem 1rem}.page-module__-5BmTW__searchInputWrapper{align-items:center;display:flex;position:relative}.page-module__-5BmTW__searchIconInner{color:var(--text-tertiary);position:absolute;left:12px}.page-module__-5BmTW__searchInput{background:var(--bg-primary);border:1px solid var(--border-subtle);width:100%;height:38px;color:var(--text-primary);border-radius:10px;outline:none;padding:0 35px;font-size:.9rem;transition:all .2s}.page-module__-5BmTW__searchInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 2px #0000000d}.page-module__-5BmTW__clearSearchBtn{width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;right:8px}.page-module__-5BmTW__clearSearchBtn:hover{color:var(--text-primary);background:#0000000d}.page-module__-5BmTW__conversationList{flex:1;padding:.5rem;overflow-y:auto}.page-module__-5BmTW__conversationItem{cursor:pointer;border-radius:16px;align-items:center;gap:1rem;margin-bottom:.25rem;padding:1rem 1.25rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.page-module__-5BmTW__conversationItem:hover{background:#ffffff0a}.page-module__-5BmTW__conversationItem.page-module__-5BmTW__active{background:#8b5cf61f}.page-module__-5BmTW__avatar{width:52px;height:52px;color:var(--text-inverse);background:var(--gradient-hero);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex;box-shadow:0 4px 10px #0003}.page-module__-5BmTW__info{flex:1;overflow:hidden}.page-module__-5BmTW__name{color:var(--text-primary);margin-bottom:.15rem;font-size:1rem;font-weight:700}.page-module__-5BmTW__preview{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.page-module__-5BmTW__preview.page-module__-5BmTW__unread{color:var(--text-primary);font-weight:700}.page-module__-5BmTW__meta{flex-direction:column;align-items:flex-end;gap:.4rem;display:flex}.page-module__-5BmTW__time{color:var(--text-tertiary);font-size:.7rem;font-weight:600}.page-module__-5BmTW__unreadCountBadge{background:var(--accent-primary);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.7rem;font-weight:800;display:flex;box-shadow:0 2px 5px #8b5cf666}.page-module__-5BmTW__chatWindow{background:var(--bg-default);flex-direction:column;flex:1;display:flex;position:relative}.page-module__-5BmTW__chatHeader{padding:1rem 1.5rem;padding-top:calc(1rem + env(safe-area-inset-top));border-bottom:1px solid var(--border-subtle);background:var(--bg-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);align-items:center;display:flex}.page-module__-5BmTW__backBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;margin-right:1rem;display:none}.page-module__-5BmTW__chatHeaderInfo{align-items:center;gap:1rem;display:flex}.page-module__-5BmTW__chatAvatar{width:44px;height:44px;color:var(--text-inverse);background:var(--gradient-hero);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.page-module__-5BmTW__headerName{margin:0;font-size:1.1rem;font-weight:700}.page-module__-5BmTW__onlineStatus{color:#22c55e;align-items:center;gap:.3rem;font-size:.75rem;font-weight:600;display:flex}.page-module__-5BmTW__onlineStatus:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px}.page-module__-5BmTW__banner{background:var(--bg-tertiary);color:var(--text-secondary);border-bottom:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:.5rem;padding:.5rem;font-size:.75rem;font-weight:500;display:flex}.page-module__-5BmTW__messagesArea{flex-direction:column;flex:1;gap:.5rem;padding:2rem;display:flex;overflow-y:auto}.page-module__-5BmTW__messagesArea:before{content:"";margin-top:auto}.page-module__-5BmTW__messageRow{width:100%;margin-bottom:.25rem;display:flex}.page-module__-5BmTW__rowSent{justify-content:flex-end}.page-module__-5BmTW__rowReceived{justify-content:flex-start}.page-module__-5BmTW__messageBubble{border-radius:20px;max-width:65%;padding:.9rem 1.25rem;font-size:.95rem;line-height:1.5;position:relative;box-shadow:0 4px 15px #0000001a}.page-module__-5BmTW__msgSent{background:var(--accent-primary);color:var(--text-inverse);border-bottom-right-radius:4px}.page-module__-5BmTW__msgReceived{background:var(--bg-primary);color:var(--text-primary);border:1px solid var(--border-subtle);border-bottom-left-radius:4px}.page-module__-5BmTW__msgTime{opacity:.6;margin-top:.4rem;font-size:.65rem;font-weight:500}.page-module__-5BmTW__msgSent .page-module__-5BmTW__msgTime{text-align:right;color:#fffffff2}.page-module__-5BmTW__inputArea{background:var(--bg-primary);border-top:1px solid var(--border-subtle);gap:1rem;padding:1rem 1.5rem;display:flex}.page-module__-5BmTW__input{border:1px solid var(--border-default);height:50px;color:var(--text-primary);background:#ffffff0a;border-radius:16px;outline:none;flex:1;padding:0 1.5rem;font-size:1rem;transition:all .2s}.page-module__-5BmTW__input:focus{border-color:var(--accent-primary);background:#ffffff0f}.page-module__-5BmTW__sendBtn{background:var(--accent-primary);width:50px;height:50px;color:var(--text-inverse);cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s;display:flex}.page-module__-5BmTW__sendBtn:hover:not(:disabled){transform:scale(1.05)}.page-module__-5BmTW__sendBtn:disabled{opacity:.5;cursor:not-allowed;filter:grayscale()}.page-module__-5BmTW__emptyChat{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;padding:2rem;display:flex}.page-module__-5BmTW__emptyIllustration{width:120px;height:120px;color:var(--accent-primary);opacity:.5;background:#ffffff08;border-radius:40px;justify-content:center;align-items:center;display:flex}.page-module__-5BmTW__emptyChat h2{margin:0;font-size:1.75rem;font-weight:800}.page-module__-5BmTW__emptyChat p{color:var(--text-tertiary);max-width:320px;margin:0;line-height:1.6}.page-module__-5BmTW__startBtn{background:var(--gradient-primary);color:#000;cursor:pointer;border-style:outset;border-radius:12px;padding:.75rem 2rem;font-weight:700;transition:all .2s}.page-module__-5BmTW__skeletonItem{background:#ffffff08;border-radius:16px;height:80px;margin:.5rem;animation:1.5s infinite page-module__-5BmTW__pulse}@keyframes page-module__-5BmTW__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}@media (max-width:768px){.page-module__-5BmTW__container{border:none;border-radius:0;height:100%;margin:0}.page-module__-5BmTW__sidebar{width:100%}.page-module__-5BmTW__sidebar.page-module__-5BmTW__hiddenOnMobile,.page-module__-5BmTW__chatWindow{display:none}.page-module__-5BmTW__chatWindow.page-module__-5BmTW__open{z-index:1000;height:auto;display:flex;position:fixed;inset:0}.page-module__-5BmTW__backBtn{display:block}}
.AppShell-module__avAAna__shell{background:var(--bg-primary);flex-direction:column;min-height:100vh;display:flex}.AppShell-module__avAAna__shellFullHeight{height:100dvh;overflow:hidden}.AppShell-module__avAAna__topBar{background:var(--bg-glass);-webkit-backdrop-filter:blur(var(--blur-md));border-bottom:1px solid var(--border-subtle);z-index:100;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;display:flex;position:sticky;top:0}.AppShell-module__avAAna__logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.AppShell-module__avAAna__logoIcon{color:var(--text-primary);font-size:1.25rem}.AppShell-module__avAAna__logoText{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:600}.AppShell-module__avAAna__pageTitle{font-family:var(--font-display);color:var(--text-secondary);text-transform:uppercase;letter-spacing:.1em;font-size:1rem;font-weight:500;display:none;position:absolute;left:50%;transform:translate(-50%)}.AppShell-module__avAAna__topActions{gap:.75rem;display:flex}.AppShell-module__avAAna__iconBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-base);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.AppShell-module__avAAna__iconBtn:hover{color:var(--text-primary);border-color:var(--border-subtle);background:#0000000d}.AppShell-module__avAAna__badge{background:var(--text-primary);width:8px;height:8px;box-shadow:0 0 0 2px var(--bg-primary);color:#0000;border-radius:50%;display:block;position:absolute;top:0;right:0;overflow:hidden}.AppShell-module__avAAna__main{padding:var(--space-xl)var(--space-md);max-width:var(--container-max);flex:1;width:100%;margin:0 auto;padding-bottom:4.5rem}.AppShell-module__avAAna__mainFullHeight{flex-direction:column;max-width:none;padding:0;display:flex;overflow:hidden}.AppShell-module__avAAna__bottomNav{background:var(--bg-glass);-webkit-backdrop-filter:blur(var(--blur-lg));border-top:1px solid var(--border-subtle);z-index:100;justify-content:space-around;padding:.5rem 1.5rem .6rem;display:flex;position:fixed;bottom:0;left:0;right:0}.AppShell-module__avAAna__navItem{border-radius:var(--radius-md);transition:all var(--transition-base);color:var(--text-tertiary);flex-direction:column;align-items:center;gap:.25rem;padding:.35rem;text-decoration:none;display:flex}.AppShell-module__avAAna__navItem:hover,.AppShell-module__avAAna__navItemActive,.AppShell-module__avAAna__navItemActive .AppShell-module__avAAna__navLabel{color:var(--text-primary)}.AppShell-module__avAAna__navIcon{opacity:.7;transition:opacity var(--transition-base);font-size:1.25rem}.AppShell-module__avAAna__navItemActive .AppShell-module__avAAna__navIcon{opacity:1;color:var(--text-primary)}.AppShell-module__avAAna__navLabel{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:500}@media (min-width:1024px){.AppShell-module__avAAna__pageTitle{display:block}.AppShell-module__avAAna__main{padding-bottom:var(--space-xl);padding-left:calc(var(--space-xl) + 90px)}.AppShell-module__avAAna__mainFullHeight{padding-bottom:0;padding-left:90px}.AppShell-module__avAAna__bottomNav{border-top:none;border-right:1px solid var(--border-subtle);flex-direction:column;justify-content:flex-start;gap:2rem;width:90px;padding:2rem 0;inset:65px auto 0 0}.AppShell-module__avAAna__navItem{width:100%}}.AppShell-module__avAAna__menuWrap,.AppShell-module__avAAna__notifWrap{position:relative}.AppShell-module__avAAna__dropdown,.AppShell-module__avAAna__notifDropdown{background:var(--bg-elevated);border:1px solid var(--border-subtle);width:240px;box-shadow:var(--shadow-xl);z-index:200;border-radius:0;padding:.5rem 0;animation:.2s ease-out AppShell-module__avAAna__menuFadeIn;position:absolute;top:calc(100% + 12px);right:0}.AppShell-module__avAAna__notifDropdown{width:360px}@media (max-width:480px){.AppShell-module__avAAna__notifDropdown{transform-origin:100% 0;width:320px;max-width:calc(100vw - 1rem);right:-40px}.AppShell-module__avAAna__dropdown{width:200px}.AppShell-module__avAAna__topBar{padding:.75rem 1rem}}@keyframes AppShell-module__avAAna__menuFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.AppShell-module__avAAna__dropdownUser{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.25rem;margin-bottom:.5rem;padding:1rem 1.25rem;display:flex}.AppShell-module__avAAna__dropdownPhone{color:var(--text-primary);font-size:.9rem;font-weight:500;font-family:var(--font-body)}.AppShell-module__avAAna__dropdownRole{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-gold);font-size:.7rem;font-weight:600}.AppShell-module__avAAna__dropdownDivider{background:var(--border-subtle);height:1px;margin:.5rem 0}.AppShell-module__avAAna__dropdownItem{color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.65rem 1.25rem;font-family:inherit;font-size:.9rem;text-decoration:none;transition:all .15s;display:flex}.AppShell-module__avAAna__dropdownItem:hover{background:var(--bg-tertiary);color:var(--text-primary);padding-left:1.5rem}.AppShell-module__avAAna__upgradeItem{background:linear-gradient(90deg,#c19a6b1a,#0000);font-weight:600;color:#c19a6b!important}.AppShell-module__avAAna__upgradeItem:hover{background:linear-gradient(90deg,#c19a6b33,#0000)!important}.AppShell-module__avAAna__logoutItem{color:var(--text-secondary)}.AppShell-module__avAAna__logoutItem:hover{color:var(--error);background:#dc26260d}.AppShell-module__avAAna__notifHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.AppShell-module__avAAna__notifHeaderActions{align-items:center;gap:.75rem;display:flex}.AppShell-module__avAAna__notifHeaderTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.8rem;font-weight:600}.AppShell-module__avAAna__markAllBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;transition:color .2s}.AppShell-module__avAAna__markAllBtn:hover{color:var(--text-primary);text-decoration:none}.AppShell-module__avAAna__notifList{max-height:400px;overflow-y:auto}.AppShell-module__avAAna__notifEmpty{color:var(--text-tertiary);text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1.5rem;font-size:.9rem;display:flex}.AppShell-module__avAAna__notifItem{border-bottom:1px solid var(--border-subtle);cursor:pointer;gap:1rem;padding:1rem 1.25rem;transition:background .2s;display:flex;position:relative}.AppShell-module__avAAna__notifItem:hover{background:var(--bg-tertiary)}.AppShell-module__avAAna__notifUnread{background:var(--bg-secondary)}.AppShell-module__avAAna__notifDot{background:var(--accent-gold);opacity:0;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.4rem}.AppShell-module__avAAna__notifUnread .AppShell-module__avAAna__notifDot{opacity:1}.AppShell-module__avAAna__notifContent{flex-direction:column;flex:1;gap:.25rem;display:flex}.AppShell-module__avAAna__notifTitle{color:var(--text-primary);font-size:.9rem;font-weight:500}.AppShell-module__avAAna__notifMsg{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.AppShell-module__avAAna__notifTime{color:var(--text-muted);font-variant-numeric:tabular-nums;margin-top:.25rem;font-size:.7rem}@media (max-width:1023px){.AppShell-module__avAAna__chatActive .AppShell-module__avAAna__topBar,.AppShell-module__avAAna__chatActive .AppShell-module__avAAna__bottomNav{display:none!important}.AppShell-module__avAAna__chatActive .AppShell-module__avAAna__main{padding-bottom:0!important}}
.page-module__VBdWPW__page{animation:.5s forwards page-module__VBdWPW__fadeInUp}.page-module__VBdWPW__profileHeader{border-bottom:1px solid var(--border-subtle);align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.page-module__VBdWPW__avatarLg{color:#fff;background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:1.5rem;font-weight:800;display:flex}.page-module__VBdWPW__displayName{font-family:var(--font-display);font-size:1.5rem;font-weight:800}.page-module__VBdWPW__handle{color:var(--text-muted);margin-bottom:.5rem;font-size:.85rem}.page-module__VBdWPW__styleTags{flex-wrap:wrap;gap:.35rem;display:flex}.page-module__VBdWPW__styleTag{color:var(--accent-secondary);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:6px;padding:.2rem .6rem;font-size:.7rem}.page-module__VBdWPW__editBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);background:#ffffff0f;border-radius:10px;align-items:center;gap:.5rem;margin-left:auto;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;display:flex}.page-module__VBdWPW__editBtnIcon{font-size:.9rem}.page-module__VBdWPW__editBtnText{display:inline}.page-module__VBdWPW__editBtn:hover{border-color:var(--accent-primary);color:var(--text-primary)}.page-module__VBdWPW__statsRow{gap:1rem;margin-bottom:2rem;display:flex}.page-module__VBdWPW__statBox{text-align:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:16px;flex:1;padding:1.25rem}.page-module__VBdWPW__statValue{font-family:var(--font-display);font-size:1.5rem;font-weight:800;display:block}.page-module__VBdWPW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem}.page-module__VBdWPW__tabs{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:12px;gap:.25rem;margin-bottom:2rem;padding:.25rem;display:flex}.page-module__VBdWPW__tab{color:var(--text-tertiary);cursor:pointer;transition:all var(--transition-fast);background:0 0;border:none;border-radius:10px;flex:1;padding:.6rem;font-size:.85rem;font-weight:500}.page-module__VBdWPW__tab:hover{color:var(--text-secondary)}.page-module__VBdWPW__tabActive{color:var(--accent-secondary);background:#8b5cf61f}@media (max-width:600px){.page-module__VBdWPW__profileHeader{text-align:left;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem .75rem;margin-bottom:.75rem;padding-bottom:1rem;display:grid}.page-module__VBdWPW__avatarLg{border-radius:12px;width:54px;height:54px;font-size:1rem}.page-module__VBdWPW__profileInfo{grid-column:2}.page-module__VBdWPW__displayName{font-size:1.05rem;line-height:1.2}.page-module__VBdWPW__handle{margin-bottom:.1rem;font-size:.65rem}.page-module__VBdWPW__styleTags{gap:.15rem}.page-module__VBdWPW__styleTag{padding:.1rem .3rem;font-size:.5rem}.page-module__VBdWPW__editBtn{border-radius:8px;grid-column:3;justify-content:center;width:34px;height:34px;margin:0;padding:0}.page-module__VBdWPW__editBtnIcon{margin:0;font-size:.85rem}.page-module__VBdWPW__editBtnText{display:none}.page-module__VBdWPW__statsRow{grid-template-columns:repeat(4,1fr);gap:.4rem;margin-bottom:1rem;display:grid}.page-module__VBdWPW__statBox{border-radius:8px;padding:.5rem .2rem}.page-module__VBdWPW__statValue{font-size:1rem}.page-module__VBdWPW__statLabel{letter-spacing:0;font-size:.5rem}.page-module__VBdWPW__tabs{gap:.1rem;margin-bottom:.75rem;padding:.1rem}.page-module__VBdWPW__tab{padding:.4rem .15rem;font-size:.65rem}.page-module__VBdWPW__emptyIcon{font-size:2rem}}.page-module__VBdWPW__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#000000a6;justify-content:center;align-items:center;animation:.2s page-module__VBdWPW__fadeIn;display:flex;position:fixed;inset:0}.page-module__VBdWPW__modal{background:var(--bg-elevated);border:1px solid var(--border-accent,#8b5cf633);border-radius:20px;width:90%;max-width:540px;max-height:85vh;animation:.3s page-module__VBdWPW__slideUp;overflow-y:auto}.page-module__VBdWPW__modalHeader{border-bottom:1px solid var(--border-subtle,#ffffff0f);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.page-module__VBdWPW__modalTitle{font-family:var(--font-display);font-size:1.15rem;font-weight:700}.page-module__VBdWPW__modalClose{border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;transition:all .2s;display:flex}.page-module__VBdWPW__modalClose:hover{color:#ef4444;background:#ef444426}.page-module__VBdWPW__modalBody{flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.page-module__VBdWPW__formGroup{flex-direction:column;flex:1;gap:.5rem;display:flex}.page-module__VBdWPW__formLabel{color:var(--text-secondary);font-size:.8rem;font-weight:600}.page-module__VBdWPW__formRow{gap:1.25rem;width:100%;display:flex}@media (max-width:500px){.page-module__VBdWPW__formRow{flex-direction:column;gap:1.25rem}}.page-module__VBdWPW__inputWithIcon{align-items:center;display:flex;position:relative}.page-module__VBdWPW__inputIcon{color:var(--text-tertiary);pointer-events:none;z-index:1;font-size:1rem;position:absolute;left:1rem}.page-module__VBdWPW__formInput,.page-module__VBdWPW__formSelect{border:1px solid var(--border-subtle);width:100%;color:var(--text-primary);background:#ffffff08;border-radius:14px;outline:none;padding:.75rem 1rem .75rem 2.75rem;font-size:.95rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.page-module__VBdWPW__formInput:hover,.page-module__VBdWPW__formSelect:hover{border-color:var(--border-default);background:#ffffff0d}.page-module__VBdWPW__formInput:focus,.page-module__VBdWPW__formSelect:focus{border-color:var(--accent-primary);background:#ffffff12;box-shadow:0 0 0 4px #8b5cf61a}.page-module__VBdWPW__formSelect option{background-color:var(--bg-elevated);color:var(--text-primary)}.page-module__VBdWPW__formInput:focus,.page-module__VBdWPW__formSelect:focus{border-color:var(--accent-primary)}.page-module__VBdWPW__formInputError{border-color:#ef4444!important}.page-module__VBdWPW__formInputError:focus{box-shadow:0 0 0 4px #ef44441a!important}.page-module__VBdWPW__inlineError{color:#ef4444;margin-top:.25rem;font-size:.75rem;font-weight:500}.page-module__VBdWPW__formInput::placeholder{color:var(--text-muted)}.page-module__VBdWPW__styleChips{flex-wrap:wrap;gap:.4rem;display:flex}.page-module__VBdWPW__styleChip{border:1px solid var(--border-subtle);background:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:.35rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s}.page-module__VBdWPW__styleChip:hover{background:#8b5cf61a}.page-module__VBdWPW__styleChipActive{border-color:var(--accent-primary);color:var(--accent-secondary,#c4b5fd);background:#8b5cf633}.page-module__VBdWPW__modalFooter{border-top:1px solid var(--border-subtle,#ffffff0f);justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.page-module__VBdWPW__modalCancel{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:#ffffff0f;border-radius:10px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s}.page-module__VBdWPW__modalCancel:hover{background:#ffffff1a}.page-module__VBdWPW__modalSave{background:var(--gradient-accent,linear-gradient(135deg,#8b5cf6,#a855f7));color:#fff;cursor:pointer;border:none;border-radius:10px;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .2s;box-shadow:0 0 15px #8b5cf633}.page-module__VBdWPW__modalSave:hover{box-shadow:0 0 25px #8b5cf666}.page-module__VBdWPW__modalSave:disabled{opacity:.6;cursor:wait}@keyframes page-module__VBdWPW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes page-module__VBdWPW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.page-module__VBdWPW__avatarImage{object-fit:cover;object-position:top;border-radius:20px;width:100%;height:100%}.page-module__VBdWPW__avatarUploadWrap{flex-direction:column;align-items:center;gap:.5rem;display:flex}.page-module__VBdWPW__avatarUploadBtn{border:2px dashed var(--border-accent,#8b5cf64d);cursor:pointer;background:#8b5cf60d;border-radius:50%;width:100px;height:100px;padding:0;transition:all .2s;overflow:hidden}.page-module__VBdWPW__avatarUploadBtn:hover{border-color:var(--accent-primary);background:#8b5cf61a}.page-module__VBdWPW__avatarUploadImg{object-fit:cover;object-position:top;width:100%;height:100%;display:block}.page-module__VBdWPW__avatarUploadPlaceholder{color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:.25rem;height:100%;font-size:.7rem;display:flex}.page-module__VBdWPW__avatarUploadIcon{font-size:1.5rem}.page-module__VBdWPW__avatarUploadHint{color:var(--text-muted);font-size:.75rem}.page-module__VBdWPW__lightboxOverlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:200;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.2s page-module__VBdWPW__fadeIn;display:flex;position:fixed;inset:0}.page-module__VBdWPW__lightboxImage{object-fit:contain;border-radius:16px;max-width:90%;max-height:85vh;animation:.3s page-module__VBdWPW__slideUp;box-shadow:0 0 40px #0006}.page-module__VBdWPW__lookPopupOverlay{-webkit-backdrop-filter:blur(14px);z-index:1100;background:#000000b8;justify-content:center;align-items:flex-start;padding:2rem 1rem;animation:.2s page-module__VBdWPW__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.page-module__VBdWPW__lookPopup{background:var(--bg-primary);border:1px solid var(--border-default);border-radius:var(--radius-lg);width:100%;max-width:480px;max-height:92vh;box-shadow:var(--shadow-xl),0 0 0 1px var(--border-subtle);flex-direction:column;animation:.3s cubic-bezier(.34,1.56,.64,1) page-module__VBdWPW__popupSlideIn;display:flex;position:relative;overflow:hidden auto}.page-module__VBdWPW__lookPopupFloatClose{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__VBdWPW__lookPopupFloatClose:hover{background:var(--error);transform:rotate(90deg)}.page-module__VBdWPW__lookPopupSideControls{z-index:20;flex-direction:column;gap:.75rem;display:flex;position:absolute;top:1rem;right:1rem}.page-module__VBdWPW__lookPopupLeftControls{z-index:20;flex-direction:column;gap:.75rem;display:flex;position:absolute;top:1rem;left:1rem}.page-module__VBdWPW__lookPopupRotateBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__VBdWPW__lookPopupRotateBtn:hover{background:var(--accent-primary);transform:scale(1.1)}.page-module__VBdWPW__lookPopupFlipBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__VBdWPW__lookPopupFlipBtn:hover{background:var(--accent-primary);transform:scale(1.1)}.page-module__VBdWPW__lookPopupResetBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0006;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.9rem;transition:all .2s;display:flex}.page-module__VBdWPW__lookPopupResetBtn:hover{background:var(--accent-primary);transform:rotate(-90deg)scale(1.1)}.page-module__VBdWPW__historyControls{z-index:10;gap:.75rem;display:flex;position:absolute;bottom:1rem;right:1rem}.page-module__VBdWPW__historyBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0003}.page-module__VBdWPW__historyBtn:hover:not(:disabled){background:var(--accent-primary);transform:translateY(-4px);box-shadow:0 8px 20px #8b5cf666}.page-module__VBdWPW__historyBtn:active:not(:disabled){transform:scale(.95)}.page-module__VBdWPW__historyBtn:disabled{opacity:.3;cursor:not-allowed;filter:grayscale()}.page-module__VBdWPW__saveBtn{background:#8b5cf633;border-color:#8b5cf666}.page-module__VBdWPW__saveBtn:hover:not(:disabled){background:#8b5cf6!important}.page-module__VBdWPW__deleteBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0003}.page-module__VBdWPW__deleteBtn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466;transform:translateY(-4px);box-shadow:0 8px 20px #ef444466}.page-module__VBdWPW__deleteConfirmRow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;background:#0009;border:1px solid #ffffff1a;border-radius:24px;align-items:center;gap:.5rem;padding:.4rem .75rem;animation:.2s page-module__VBdWPW__fadeIn;display:flex}.page-module__VBdWPW__deleteConfirmActions{gap:.5rem;display:flex}.page-module__VBdWPW__deleteConfirmText{color:#fff;margin-right:.25rem;font-size:.75rem;font-weight:600}.page-module__VBdWPW__deleteConfirmYes,.page-module__VBdWPW__deleteConfirmNo{cursor:pointer;border:none;border-radius:16px;padding:.35rem .75rem;font-size:.7rem;font-weight:700;transition:all .2s}.page-module__VBdWPW__deleteConfirmYes{color:#fff;background:#ef4444}.page-module__VBdWPW__deleteConfirmYes:hover{background:#dc2626;transform:scale(1.05)}.page-module__VBdWPW__deleteConfirmNo{color:#fff;background:#ffffff1a}.page-module__VBdWPW__miniLoader{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite page-module__VBdWPW__spin}@keyframes page-module__VBdWPW__spin{to{transform:rotate(360deg)}}.page-module__VBdWPW__lookPopup::-webkit-scrollbar{width:4px}.page-module__VBdWPW__lookPopup::-webkit-scrollbar-track{background:0 0}.page-module__VBdWPW__lookPopup::-webkit-scrollbar-thumb{background:var(--accent-tertiary);border-radius:4px}.page-module__VBdWPW__lookPopupHeader{border-bottom:1px solid var(--border-subtle);flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.page-module__VBdWPW__lookPopupTitle{flex-direction:column;gap:.25rem;min-width:0;display:flex}.page-module__VBdWPW__lookPopupName{font-family:var(--font-display);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.02em;font-size:1.25rem;font-weight:700;overflow:hidden}.page-module__VBdWPW__lookPopupMood{color:var(--text-inverse);background:var(--accent-primary);text-transform:uppercase;letter-spacing:.05em;border-radius:4px;align-self:flex-start;padding:.1rem .6rem;font-size:.7rem;font-weight:600}.page-module__VBdWPW__lookPopupClose{display:none}.page-module__VBdWPW__lookPopupClose:hover{background:var(--error);border-color:var(--error);color:#fff;transform:rotate(90deg)}.page-module__VBdWPW__lookPopupImageWrap{aspect-ratio:3/4;background-color:#0f172a;border-bottom:none;justify-content:center;align-items:center;width:100%;transition:aspect-ratio .4s;display:flex;position:relative;overflow:hidden}.page-module__VBdWPW__lookPopupImage{object-fit:contain;width:100%;height:100%;display:block}.page-module__VBdWPW__lookPopupTitleHint{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;z-index:5;background:#00000073;border:1px solid #ffffff26;border-radius:8px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;animation:.3s page-module__VBdWPW__fadeIn;position:absolute;bottom:1.25rem;left:1.25rem}.page-module__VBdWPW__lookPopupToggle{background:var(--accent-primary);color:#fff;cursor:pointer;z-index:10;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;bottom:1rem;right:1rem;box-shadow:0 4px 12px #8b5cf64d}.page-module__VBdWPW__lookPopupToggle:hover{transform:scale(1.1);box-shadow:0 6px 16px #8b5cf666}.page-module__VBdWPW__lookPopupToggleActive{background:var(--bg-secondary);color:var(--accent-primary);border-color:var(--border-default);transform:rotate(180deg)}.page-module__VBdWPW__lookPopupInfoContainer{opacity:0;max-height:0;transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(10px)}.page-module__VBdWPW__lookPopupInfoVisible{opacity:1;max-height:3000px;overflow:visible;transform:translateY(0)}.page-module__VBdWPW__lookPopupMeta{border-bottom:1px solid var(--border-subtle);background:var(--bg-secondary);flex-wrap:wrap;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.page-module__VBdWPW__lookPopupMetaItem{align-items:center;gap:.5rem;display:flex}.page-module__VBdWPW__lookPopupMetaIcon{font-size:1rem}.page-module__VBdWPW__lookPopupMetaText{color:var(--text-secondary);font-size:.85rem;font-weight:500}.page-module__VBdWPW__lookPopupActions{background:var(--bg-primary);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1.5rem;display:flex}.page-module__VBdWPW__lookActionBtn{border-radius:var(--radius-md);background:var(--bg-secondary);border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;transition:all var(--transition-base);white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;display:flex}.page-module__VBdWPW__lookActionBtn:hover{background:var(--accent-primary);color:var(--text-inverse);border-color:var(--accent-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.page-module__VBdWPW__lookActionBtnDanger:hover{background:var(--error);border-color:var(--error)}.page-module__VBdWPW__lookActionIcon{font-size:1.1rem}.page-module__VBdWPW__deleteConfirmRow{background:var(--bg-tertiary);border:1px solid var(--error);border-radius:var(--radius-md);flex:2;align-items:center;gap:.75rem;padding:.5rem .75rem;animation:.15s page-module__VBdWPW__fadeIn;display:flex}.page-module__VBdWPW__deleteConfirmText{color:var(--error);white-space:nowrap;font-size:.8rem;font-weight:700}.page-module__VBdWPW__deleteConfirmYes{background:var(--error);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:700;transition:all .2s}.page-module__VBdWPW__deleteConfirmYes:hover{opacity:.9;box-shadow:0 0 12px #dc26264d}.page-module__VBdWPW__deleteConfirmNo{background:var(--bg-primary);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;border-radius:4px;padding:.5rem 1rem;font-size:.8rem;font-weight:600;transition:all .2s}.page-module__VBdWPW__deleteConfirmNo:hover{background:var(--bg-secondary)}@keyframes page-module__VBdWPW__popupSlideIn{0%{opacity:0;transform:scale(.95)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:600px){.page-module__VBdWPW__lookPopup{border-radius:var(--radius-lg)var(--radius-lg)0 0;max-height:98vh}.page-module__VBdWPW__lookPopupOverlay{align-items:flex-end;padding:0}.page-module__VBdWPW__lookPopupImage{object-fit:contain;width:100%;height:100%}.page-module__VBdWPW__lookPopupActions{gap:.5rem;padding:1.25rem 1rem 2.5rem}.page-module__VBdWPW__lookActionBtn{flex:45%}.page-module__VBdWPW__lookPopupSideControls{gap:.5rem;top:.75rem;right:.75rem}.page-module__VBdWPW__lookPopupFloatClose,.page-module__VBdWPW__lookPopupRotateBtn,.page-module__VBdWPW__lookPopupFlipBtn,.page-module__VBdWPW__lookPopupResetBtn{width:28px;height:28px;font-size:.8rem}.page-module__VBdWPW__deleteConfirmRow{order:3;justify-content:center;width:100%}}.page-module__VBdWPW__lookPopupItemsSection{padding:1.5rem}.page-module__VBdWPW__lookPopupItemsTitle{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.page-module__VBdWPW__lookPopupItemsList{flex-direction:column;gap:.6rem;display:flex}.page-module__VBdWPW__lookPopupItem{border:1px solid var(--border-subtle);background:#ffffff08;border-radius:10px;align-items:center;gap:.75rem;padding:.6rem .85rem;display:flex}.page-module__VBdWPW__lookPopupItemIcon{font-size:.9rem}.page-module__VBdWPW__lookPopupItemName{color:var(--text-primary);font-size:.85rem;font-weight:500}.page-module__VBdWPW__calendarContainer{flex-direction:column;gap:2rem;animation:.4s ease-out page-module__VBdWPW__fadeIn;display:flex}.page-module__VBdWPW__calendarGrid{grid-template-columns:repeat(7,1fr);gap:1rem;margin-bottom:2rem;display:grid}.page-module__VBdWPW__dayBlock{background:var(--bg-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:20px;flex-direction:column;min-height:120px;padding:1rem;transition:all .4s cubic-bezier(.2,0,0,1);display:flex;position:relative;overflow:hidden}.page-module__VBdWPW__dayBlock:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.page-module__VBdWPW__dayBlockActive{border-color:var(--accent-primary);background:var(--bg-secondary)}.page-module__VBdWPW__droppableOver{border-color:var(--accent-primary)!important;background:#00000005!important;transform:scale(1.02)translateY(-2px)!important}.page-module__VBdWPW__dayBlockHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.page-module__VBdWPW__dayBlockName{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.65rem;font-weight:700}.page-module__VBdWPW__dayBlockNumber{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1}.page-module__VBdWPW__dayBlockToday{background:var(--accent-primary);color:var(--text-inverse);text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.6rem;font-weight:800}.page-module__VBdWPW__dayBlockContent{flex-wrap:wrap;flex:1;gap:.35rem;margin-top:.5rem;display:flex}.page-module__VBdWPW__miniThumb{border:1px solid var(--border-subtle);background:var(--bg-tertiary);object-fit:cover;border-radius:4px;width:24px;height:24px}.page-module__VBdWPW__dayBlockIndicator{color:var(--accent-primary);opacity:.5;background:var(--bg-tertiary);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:transform .4s cubic-bezier(.2,0,0,1);display:flex;position:absolute;bottom:.75rem;right:.75rem}.page-module__VBdWPW__accordionExpanded .page-module__VBdWPW__dayBlockIndicator{transform:rotate(180deg)}.page-module__VBdWPW__accordionPanel{opacity:0;width:100%;max-height:0;margin-top:0;transition:all .5s cubic-bezier(.2,0,0,1);overflow:hidden}.page-module__VBdWPW__accordionExpanded .page-module__VBdWPW__accordionPanel{opacity:1;border-top:1px solid var(--border-subtle);max-height:500px;margin-top:1rem;padding-top:1rem}.page-module__VBdWPW__expandedLookItem{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.page-module__VBdWPW__expandedLookImg{object-fit:contain;background:var(--bg-tertiary);border-radius:8px;width:40px;height:40px}.page-module__VBdWPW__expandedLookInfo{flex:1}.page-module__VBdWPW__expandedLookTitle{color:var(--text-secondary);font-size:.8rem;font-weight:600;display:block}.page-module__VBdWPW__expandedLookItems{color:var(--text-tertiary);margin-top:.15rem;font-size:.65rem;line-height:1.3;display:block}.page-module__VBdWPW__agendaSection{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:24px;padding:2rem;position:relative;overflow:hidden}.page-module__VBdWPW__agendaHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.page-module__VBdWPW__agendaTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.page-module__VBdWPW__agendaDate{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.page-module__VBdWPW__agendaList{flex-direction:column;gap:1.25rem;padding-left:1.5rem;display:flex;position:relative}.page-module__VBdWPW__agendaList:before{content:"";background:var(--border-default);width:1px;position:absolute;top:0;bottom:0;left:4px}.page-module__VBdWPW__agendaItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:18px;align-items:center;gap:1.25rem;padding:1rem;transition:all .3s cubic-bezier(.2,0,0,1);display:flex;position:relative}.page-module__VBdWPW__agendaItem:before{content:"";background:var(--border-default);width:12px;height:1px;position:absolute;top:50%;left:-1.5rem}.page-module__VBdWPW__agendaItem:after{content:"";border:2px solid var(--accent-primary);background:0 0;border-radius:50%;width:8px;height:8px;position:absolute;top:calc(50% - 4px);left:calc(-1.5rem - 4px)}.page-module__VBdWPW__agendaItem:hover{border-color:var(--accent-primary);transform:translate(8px)}.page-module__VBdWPW__agendaLookThumb{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:12px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.page-module__VBdWPW__agendaLookImg{object-fit:contain;width:100%;height:100%}.page-module__VBdWPW__agendaInfo{flex:1}.page-module__VBdWPW__agendaLookTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.page-module__VBdWPW__agendaLookMeta{color:var(--text-tertiary);font-size:.75rem;font-weight:500}.page-module__VBdWPW__agendaDelete{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex}.page-module__VBdWPW__agendaDelete:hover{background:var(--error);border-color:var(--error);color:#fff;transform:rotate(90deg)}.page-module__VBdWPW__emptyAgenda{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.page-module__VBdWPW__dragTip{color:var(--accent-secondary);margin-top:.5rem;font-size:.75rem;font-weight:500}.page-module__VBdWPW__calendarLooksSection{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:2rem}.page-module__VBdWPW__calendarLooksHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__VBdWPW__calendarLooksTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:800;display:flex}.page-module__VBdWPW__inlineToggleContainer{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:10px;padding:.2rem;display:flex}.page-module__VBdWPW__inlineToggleBtn{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.page-module__VBdWPW__inlineToggleBtn:hover{color:var(--text-secondary)}.page-module__VBdWPW__inlineToggleBtnActive{color:var(--accent-secondary);background:#8b5cf61f;box-shadow:0 2px 8px #0000001a}.page-module__VBdWPW__miniLooksGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;display:grid}.page-module__VBdWPW__miniLookCard{aspect-ratio:1;cursor:grab;border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-radius:16px;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.page-module__VBdWPW__miniLookCard:active{cursor:grabbing;transform:scale(.95)}.page-module__VBdWPW__miniLookCard:hover{border-color:var(--accent-primary);transform:translateY(-3px)}.page-module__VBdWPW__miniLookImg{object-fit:contain;width:100%;height:100%}.page-module__VBdWPW__miniLookOverlay{background:linear-gradient(#0000,#0009);align-items:flex-end;padding:.5rem;display:flex;position:absolute;inset:0}.page-module__VBdWPW__miniLookTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:600;overflow:hidden}.page-module__VBdWPW__droppableActive{border-color:var(--accent-primary);background:#8b5cf60d}.page-module__VBdWPW__droppableOver{position:relative;border-color:var(--accent-primary)!important;background:#8b5cf60d!important;transform:scale(1.02)translateY(-2px)!important}.page-module__VBdWPW__droppableOver:after{content:"Add to Day";text-transform:uppercase;color:var(--accent-primary);-webkit-backdrop-filter:blur(8px);pointer-events:none;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:.6rem 1.2rem;font-size:.65rem;font-weight:800;animation:.3s cubic-bezier(.175,.885,.32,1.275) page-module__VBdWPW__bounceIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes page-module__VBdWPW__bounceIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:900px){.page-module__VBdWPW__calendarGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.page-module__VBdWPW__calendarGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.page-module__VBdWPW__dayBlock{min-height:100px;padding:.75rem}.page-module__VBdWPW__dayBlockNumber{font-size:1.25rem}.page-module__VBdWPW__agendaSection{padding:1.25rem}.page-module__VBdWPW__miniLooksGrid{grid-template-columns:repeat(4,1fr)}}.page-module__VBdWPW__addLookBtn{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.page-module__VBdWPW__addLookBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:rotate(90deg)}.page-module__VBdWPW__popupOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.page-module__VBdWPW__popupContent{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.page-module__VBdWPW__popupHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.page-module__VBdWPW__popupTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:800}.page-module__VBdWPW__popupDate{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.8rem}.page-module__VBdWPW__popupToggleContainer{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:10px;gap:.5rem;max-width:300px;margin-top:1rem;padding:.2rem;display:flex}.page-module__VBdWPW__popupToggleBtn{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;padding:.45rem;font-size:.75rem;font-weight:600;transition:all .2s}.page-module__VBdWPW__popupToggleBtnActive{color:var(--accent-secondary);background:#8b5cf61f}.page-module__VBdWPW__popupScrollArea{flex:1;padding:1.5rem;overflow-y:auto}.page-module__VBdWPW__popupGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.page-module__VBdWPW__selectableLook{aspect-ratio:3/4;cursor:pointer;background:var(--bg-tertiary);border:2px solid #0000;border-radius:16px;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.page-module__VBdWPW__selectableLookActive{border-width:3px;border-color:#000;transform:scale(.98)}.page-module__VBdWPW__lookSelectionBadge{background:var(--accent-primary);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000004d}.page-module__VBdWPW__popupFooter{border-top:1px solid var(--border-subtle);background:var(--bg-secondary);justify-content:flex-end;padding:1.25rem;display:flex}.page-module__VBdWPW__doneBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-weight:700}.page-module__VBdWPW__toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;z-index:9999;background:#0a0a0ae6;border:1px solid #ffffff26;border-radius:20px;align-items:center;gap:16px;padding:14px 24px;animation:.4s cubic-bezier(.2,0,0,1) page-module__VBdWPW__toastUp;display:flex;position:fixed;bottom:30px;left:50%;transform:translate(-50%);box-shadow:0 15px 35px #00000080}@keyframes page-module__VBdWPW__toastUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.page-module__VBdWPW__confirmMessageWrap{flex-direction:column;gap:1rem;display:flex}.page-module__VBdWPW__confirmTextPrimary{color:var(--text-primary);font-size:.95rem;font-weight:600}.page-module__VBdWPW__genderToggle{gap:.5rem;width:100%;padding-left:2.75rem;display:flex}.page-module__VBdWPW__genderOption{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:#ffffff08;border-radius:12px;flex:1;padding:.65rem .5rem;font-size:.85rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1)}.page-module__VBdWPW__genderOptionActive{border-color:var(--accent-primary)!important;color:var(--accent-secondary)!important;background:#8b5cf61f!important}.page-module__VBdWPW__setAvatarBtn,.page-module__VBdWPW__setBasePhotoBtn{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;white-space:nowrap;background:#0f172a99;border:1px solid #fff3;border-radius:99px;align-items:center;gap:.5rem;width:fit-content;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px #0000004d}.page-module__VBdWPW__setAvatarBtn:hover{color:#000;background:#fff;transform:translateY(-2px)}.page-module__VBdWPW__setBasePhotoBtn{background:#8b5cf666}.page-module__VBdWPW__setBasePhotoBtn:hover{background:var(--accent-primary);color:#fff;transform:translateY(-2px)}@media (max-width:768px){.page-module__VBdWPW__lookPopupSideControls{gap:.5rem;top:.75rem;right:.75rem}.page-module__VBdWPW__lookPopupLeftControls{gap:.5rem;top:.75rem;left:.75rem}.page-module__VBdWPW__setAvatarBtn,.page-module__VBdWPW__setBasePhotoBtn{padding:.4rem .8rem;font-size:.7rem}.page-module__VBdWPW__lookPopupFloatClose,.page-module__VBdWPW__lookPopupRotateBtn,.page-module__VBdWPW__lookPopupFlipBtn,.page-module__VBdWPW__lookPopupResetBtn{width:32px;height:32px;font-size:.85rem}.page-module__VBdWPW__historyControls{gap:.5rem;bottom:.75rem;right:.75rem}.page-module__VBdWPW__historyBtn,.page-module__VBdWPW__deleteBtn{width:38px;height:38px}}
.MyLooksTab-module__i86ayq__looksGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;display:grid}.MyLooksTab-module__i86ayq__lookCard{text-align:center;cursor:pointer;transition:transform var(--transition-fast)}.MyLooksTab-module__i86ayq__lookCard:hover{transform:translateY(-3px)}.MyLooksTab-module__i86ayq__lookImage{border:1px solid var(--border-subtle);background-color:#1a1a2e;border-radius:16px;height:180px;margin-bottom:.5rem;position:relative;overflow:hidden}.MyLooksTab-module__i86ayq__lookImg{object-fit:contain;object-position:center;border-radius:16px;width:100%;height:100%;display:block}.MyLooksTab-module__i86ayq__savedIcon{color:#f472b6;background:#0006;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.85rem;display:flex;position:absolute;top:.5rem;right:.5rem}.MyLooksTab-module__i86ayq__lookTitle{color:var(--text-secondary);font-size:.8rem;font-weight:500}.MyLooksTab-module__i86ayq__lookMood{color:var(--text-muted);margin-top:.15rem;font-size:.7rem;display:block}.MyLooksTab-module__i86ayq__lookCardOverlay{background:0 0;border-radius:16px;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.MyLooksTab-module__i86ayq__lookCard:hover .MyLooksTab-module__i86ayq__lookCardOverlay{background:#00000059}.MyLooksTab-module__i86ayq__lookCardViewIcon{opacity:0;filter:drop-shadow(0 2px 6px #0006);font-size:1.4rem;transition:opacity .2s,transform .2s;transform:scale(.7)}.MyLooksTab-module__i86ayq__lookCard:hover .MyLooksTab-module__i86ayq__lookCardViewIcon{opacity:1;transform:scale(1)}@media (max-width:600px){.MyLooksTab-module__i86ayq__looksGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.MyLooksTab-module__i86ayq__lookImage{border-radius:10px;height:120px}.MyLooksTab-module__i86ayq__lookTitle{font-size:.65rem}}
.SharedProfile-module__EOMzdG__loadingState{color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.SharedProfile-module__EOMzdG__spinner{border:3px solid #8b5cf626;border-top-color:var(--accent-primary);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite SharedProfile-module__EOMzdG__spin}@keyframes SharedProfile-module__EOMzdG__spin{to{transform:rotate(360deg)}}.SharedProfile-module__EOMzdG__emptyState{text-align:center;color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:4rem 2rem;display:flex}.SharedProfile-module__EOMzdG__emptyIcon{margin-bottom:.5rem;font-size:3rem}.SharedProfile-module__EOMzdG__emptyState h3{color:var(--text-secondary);font-size:1.1rem}.SharedProfile-module__EOMzdG__emptyState p{max-width:300px;font-size:.85rem}.SharedProfile-module__EOMzdG__emptyAction{background:var(--gradient-accent);color:#fff;transition:all var(--transition-base);border-radius:9999px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.55rem 1.25rem;font-size:.85rem;font-weight:600;text-decoration:none;display:flex}.SharedProfile-module__EOMzdG__emptyAction:hover{box-shadow:0 0 20px #8b5cf64d}
.MyPhotosTab-module__9TQBsG__photosSection{flex-direction:column;gap:2rem;animation:.3s MyPhotosTab-module__9TQBsG__fadeIn;display:flex}.MyPhotosTab-module__9TQBsG__section{flex-direction:column;gap:1rem;display:flex}.MyPhotosTab-module__9TQBsG__sectionHeader{justify-content:space-between;align-items:center;padding-right:.5rem;display:flex}.MyPhotosTab-module__9TQBsG__sectionTitle{color:var(--text-primary);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.MyPhotosTab-module__9TQBsG__cameraBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.MyPhotosTab-module__9TQBsG__cameraBtn:hover{color:var(--text-accent);background:#8b5cf61a;transform:rotate(15deg)scale(1.1)}.MyPhotosTab-module__9TQBsG__carouselTrack{scrollbar-width:thin;scrollbar-color:var(--border-subtle)transparent;gap:1rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.MyPhotosTab-module__9TQBsG__carouselTrack::-webkit-scrollbar{height:4px}.MyPhotosTab-module__9TQBsG__carouselTrack::-webkit-scrollbar-track{background:0 0}.MyPhotosTab-module__9TQBsG__carouselTrack::-webkit-scrollbar-thumb{background-color:var(--border-subtle);border-radius:10px}.MyPhotosTab-module__9TQBsG__photoCard{aspect-ratio:3/4;cursor:pointer;border:1px solid var(--border-subtle);background-color:var(--bg-card,#1a1a2e);border-radius:16px;flex:0 0 160px;transition:all .3s;position:relative;overflow:hidden}.MyPhotosTab-module__9TQBsG__photoCard:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow,0 0 20px #8b5cf626);transform:translateY(-3px)}.MyPhotosTab-module__9TQBsG__photoImage{object-fit:contain;width:100%;height:100%}.MyPhotosTab-module__9TQBsG__editIconBtn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:2;background:#00000080;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex;position:absolute;top:.5rem;right:.5rem}.MyPhotosTab-module__9TQBsG__editIconBtn:hover{background:var(--text-accent);border-color:#0000;transform:scale(1.1)}.MyPhotosTab-module__9TQBsG__photoOverlay{background:linear-gradient(#0000,#000000b3);padding:.5rem .75rem;position:absolute;bottom:0;left:0;right:0}.MyPhotosTab-module__9TQBsG__photoLabel{color:#fffc;font-size:.7rem;font-weight:600}.MyPhotosTab-module__9TQBsG__emptyTrack{border:2px dashed var(--border-subtle);width:100%;height:160px;color:var(--text-tertiary);background:#ffffff05;border-radius:16px;justify-content:center;align-items:center;font-size:.9rem;display:flex}@keyframes MyPhotosTab-module__9TQBsG__fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:600px){.MyPhotosTab-module__9TQBsG__photoCard{border-radius:12px;flex:0 0 130px}}
.FrontPhotoUploadPanel-module__fxz1kW__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0009;justify-content:center;align-items:center;animation:.3s FrontPhotoUploadPanel-module__fxz1kW__fadeIn;display:flex;position:fixed;inset:0}.FrontPhotoUploadPanel-module__fxz1kW__panel{background:var(--bg-primary);width:100%;max-width:520px;box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle);border-radius:24px;animation:.4s cubic-bezier(.16,1,.3,1) FrontPhotoUploadPanel-module__fxz1kW__modalIn;position:relative;overflow:hidden}.FrontPhotoUploadPanel-module__fxz1kW__panelHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__panelTitle{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:700}.FrontPhotoUploadPanel-module__fxz1kW__closeBtn{color:var(--text-secondary);border-radius:50%;padding:.5rem;transition:all .2s}.FrontPhotoUploadPanel-module__fxz1kW__closeBtn:hover{background:var(--bg-secondary);color:var(--text-primary)}.FrontPhotoUploadPanel-module__fxz1kW__panelContent{padding:1.5rem}.FrontPhotoUploadPanel-module__fxz1kW__stepContainer{flex-direction:column;gap:2rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__guidanceList{flex-direction:column;gap:1.25rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__guidanceItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:16px;align-items:center;gap:1rem;padding:1rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__guidanceIcon{background:var(--bg-tertiary);width:40px;height:40px;color:var(--text-primary);border-radius:12px;justify-content:center;align-items:center;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__guidanceText strong{margin-bottom:.1rem;font-size:.95rem;display:block}.FrontPhotoUploadPanel-module__fxz1kW__guidanceText p{color:var(--text-secondary);margin:0;font-size:.85rem}.FrontPhotoUploadPanel-module__fxz1kW__uploadOptions{gap:1rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__optionBtn{background:var(--bg-secondary);border:1px solid var(--border-default);cursor:pointer;color:var(--text-primary);border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.75rem;padding:1.5rem;transition:all .2s;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__optionBtn:hover:not(:disabled){background:var(--bg-tertiary);border-color:var(--text-primary);transform:translateY(-2px)}.FrontPhotoUploadPanel-module__fxz1kW__optionBtn:disabled{opacity:.5;cursor:not-allowed}.FrontPhotoUploadPanel-module__fxz1kW__optionBtn span{text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.FrontPhotoUploadPanel-module__fxz1kW__processingState{text-align:center;flex-direction:column;align-items:center;padding:3rem 1rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__spinnerLarge{border:3px solid var(--border-default);border-top-color:var(--text-primary);border-radius:50%;width:48px;height:48px;margin-bottom:1.5rem;animation:.8s linear infinite FrontPhotoUploadPanel-module__fxz1kW__spin}.FrontPhotoUploadPanel-module__fxz1kW__statusText{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.FrontPhotoUploadPanel-module__fxz1kW__subText{color:var(--text-tertiary);font-size:.9rem}.FrontPhotoUploadPanel-module__fxz1kW__confirmState{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__previewWrapper{aspect-ratio:3/4;border:1px solid var(--border-default);border-radius:20px;width:100%;max-width:300px;position:relative;overflow:hidden}.FrontPhotoUploadPanel-module__fxz1kW__checkerboard{background-image:linear-gradient(45deg,var(--border-subtle)25%,transparent 25%),linear-gradient(-45deg,var(--border-subtle)25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--border-subtle)75%),linear-gradient(-45deg,transparent 75%,var(--border-subtle)75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px;background-color:var(--bg-secondary);position:absolute;inset:0}.FrontPhotoUploadPanel-module__fxz1kW__previewImg{object-fit:contain;z-index:2}.FrontPhotoUploadPanel-module__fxz1kW__actionRow{gap:1rem;width:100%;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__retakeBtn,.FrontPhotoUploadPanel-module__fxz1kW__saveBtn{text-transform:uppercase;letter-spacing:.05em;border-radius:12px;flex:1;padding:1rem;font-weight:600;transition:all .2s}.FrontPhotoUploadPanel-module__fxz1kW__retakeBtn{background:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-default)}.FrontPhotoUploadPanel-module__fxz1kW__retakeBtn:hover{background:var(--bg-tertiary)}.FrontPhotoUploadPanel-module__fxz1kW__saveBtn{background:var(--text-primary);color:var(--bg-primary)}.FrontPhotoUploadPanel-module__fxz1kW__saveBtn:hover{opacity:.9;transform:scale(1.02)}.FrontPhotoUploadPanel-module__fxz1kW__errorBanner,.FrontPhotoUploadPanel-module__fxz1kW__loadingBanner{border-radius:12px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem;font-weight:500;display:flex}.FrontPhotoUploadPanel-module__fxz1kW__errorBanner{color:#ef4444;background:#dc26261a;border:1px solid #dc262633}.FrontPhotoUploadPanel-module__fxz1kW__loadingBanner{background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-subtle)}.FrontPhotoUploadPanel-module__fxz1kW__spinnerSmall{border:2px solid var(--border-default);border-top-color:var(--text-primary);border-radius:50%;width:16px;height:16px;animation:.8s linear infinite FrontPhotoUploadPanel-module__fxz1kW__spin}@keyframes FrontPhotoUploadPanel-module__fxz1kW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes FrontPhotoUploadPanel-module__fxz1kW__modalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes FrontPhotoUploadPanel-module__fxz1kW__slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes FrontPhotoUploadPanel-module__fxz1kW__spin{to{transform:rotate(360deg)}}@media (max-width:768px){.FrontPhotoUploadPanel-module__fxz1kW__backdrop{align-items:flex-end}.FrontPhotoUploadPanel-module__fxz1kW__panel{border-bottom:none;border-radius:24px 24px 0 0;max-width:100%;animation:.4s cubic-bezier(.16,1,.3,1) FrontPhotoUploadPanel-module__fxz1kW__slideUp}.FrontPhotoUploadPanel-module__fxz1kW__panelContent{padding:1.5rem 1.5rem 3rem}.FrontPhotoUploadPanel-module__fxz1kW__uploadOptions{flex-direction:column}}
.CalendarTab-module__8M0Fda__calendarContainer{flex-direction:column;gap:2rem;animation:.4s ease-out CalendarTab-module__8M0Fda__fadeIn;display:flex}.CalendarTab-module__8M0Fda__calendarGrid{grid-template-columns:repeat(7,1fr);gap:1rem;margin-bottom:2rem;display:grid}.CalendarTab-module__8M0Fda__dayBlock{background:var(--bg-secondary);border:1px solid var(--border-subtle);cursor:pointer;border-radius:20px;flex-direction:column;min-height:120px;padding:1rem;transition:all .4s cubic-bezier(.2,0,0,1);display:flex;position:relative;overflow:hidden}.CalendarTab-module__8M0Fda__dayBlock:hover{border-color:var(--accent-primary);transform:translateY(-4px)}.CalendarTab-module__8M0Fda__dayBlockActive{border-color:var(--accent-primary);background:var(--bg-secondary)}.CalendarTab-module__8M0Fda__droppableOver{position:relative;border-color:var(--accent-primary)!important;background:#8b5cf60d!important;transform:scale(1.02)translateY(-2px)!important}.CalendarTab-module__8M0Fda__droppableOver:after{content:"Add Look";text-transform:uppercase;color:var(--accent-primary);-webkit-backdrop-filter:blur(8px);pointer-events:none;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:.6rem 1.2rem;font-size:.6rem;font-weight:800;animation:.3s cubic-bezier(.175,.885,.32,1.275) CalendarTab-module__8M0Fda__bounceIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CalendarTab-module__8M0Fda__dayBlockHeader{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.CalendarTab-module__8M0Fda__dayBlockName{text-transform:uppercase;letter-spacing:.1em;color:var(--text-tertiary);font-size:.65rem;font-weight:700}.CalendarTab-module__8M0Fda__dayBlockNumber{font-family:var(--font-display);color:var(--text-primary);font-size:1.5rem;font-weight:800;line-height:1}.CalendarTab-module__8M0Fda__dayBlockToday{background:var(--accent-primary);color:var(--text-inverse);text-transform:uppercase;border-radius:6px;padding:.2rem .5rem;font-size:.6rem;font-weight:800}.CalendarTab-module__8M0Fda__dayBlockContent{flex-wrap:wrap;flex:1;gap:.35rem;margin-top:.5rem;display:flex}.CalendarTab-module__8M0Fda__miniThumb{border:1px solid var(--border-subtle);background:var(--bg-tertiary);object-fit:cover;border-radius:4px;width:24px;height:24px}.CalendarTab-module__8M0Fda__dayBlockIndicator{color:var(--accent-primary);opacity:.5;background:var(--bg-tertiary);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;transition:transform .4s cubic-bezier(.2,0,0,1);display:flex;position:absolute;bottom:.75rem;right:.75rem}.CalendarTab-module__8M0Fda__agendaSection{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:24px;padding:2rem;position:relative;overflow:hidden}.CalendarTab-module__8M0Fda__agendaHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;padding-bottom:1rem;display:flex}.CalendarTab-module__8M0Fda__agendaTitle{font-family:var(--font-display);color:var(--text-primary);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.CalendarTab-module__8M0Fda__agendaDate{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.CalendarTab-module__8M0Fda__agendaList{flex-direction:column;gap:1.25rem;padding-left:1.5rem;display:flex;position:relative}.CalendarTab-module__8M0Fda__agendaList:before{content:"";background:var(--border-default);width:1px;position:absolute;top:0;bottom:0;left:4px}.CalendarTab-module__8M0Fda__agendaItem{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:18px;align-items:center;gap:1.25rem;padding:1rem;transition:all .3s cubic-bezier(.2,0,0,1);display:flex;position:relative}.CalendarTab-module__8M0Fda__agendaItem:before{content:"";background:var(--border-default);width:12px;height:1px;position:absolute;top:50%;left:-1.5rem}.CalendarTab-module__8M0Fda__agendaItem:after{content:"";border:2px solid var(--accent-primary);background:0 0;border-radius:50%;width:8px;height:8px;position:absolute;top:calc(50% - 4px);left:calc(-1.5rem - 4px)}.CalendarTab-module__8M0Fda__agendaItem:hover{border-color:var(--accent-primary);transform:translate(8px)}.CalendarTab-module__8M0Fda__agendaLookThumb{background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:12px;flex-shrink:0;width:64px;height:64px;overflow:hidden}.CalendarTab-module__8M0Fda__agendaLookImg{object-fit:contain;width:100%;height:100%}.CalendarTab-module__8M0Fda__agendaInfo{flex:1}.CalendarTab-module__8M0Fda__agendaLookTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:700}.CalendarTab-module__8M0Fda__agendaLookMeta{color:var(--text-tertiary);font-size:.75rem;font-weight:500}.CalendarTab-module__8M0Fda__agendaDelete{background:var(--bg-secondary);border:1px solid var(--border-subtle);width:32px;height:32px;color:var(--text-muted);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex}.CalendarTab-module__8M0Fda__agendaDelete:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.CalendarTab-module__8M0Fda__emptyAgenda{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.CalendarTab-module__8M0Fda__dragTip{color:var(--accent-secondary);margin-top:.5rem;font-size:.75rem;font-weight:500}.CalendarTab-module__8M0Fda__calendarLooksSection{border-top:1px solid var(--border-subtle);margin-top:2rem;padding-top:2rem}.CalendarTab-module__8M0Fda__calendarLooksHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.CalendarTab-module__8M0Fda__calendarLooksTitle{color:var(--text-primary);align-items:center;gap:.75rem;margin:0;font-size:1rem;font-weight:800;display:flex}.CalendarTab-module__8M0Fda__inlineToggleContainer{align-items:center;display:flex}.CalendarTab-module__8M0Fda__switchTrack{background:var(--bg-tertiary);cursor:pointer;border:1px solid var(--border-subtle);-webkit-user-select:none;user-select:none;border-radius:20px;align-items:center;width:140px;height:36px;padding:0 4px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.CalendarTab-module__8M0Fda__switchTrack:hover{border-color:var(--accent-primary);background:#ffffff0f}.CalendarTab-module__8M0Fda__switchKnob{background:var(--text-inverse);border:1px solid var(--border-subtle);width:28px;height:28px;color:var(--text-primary);z-index:2;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;left:4px;box-shadow:0 2px 8px #0003}.CalendarTab-module__8M0Fda__switchTrackActive .CalendarTab-module__8M0Fda__switchKnob{left:calc(100% - 32px)}.CalendarTab-module__8M0Fda__switchLabel{text-transform:uppercase;letter-spacing:.05em;width:100%;color:var(--text-tertiary);pointer-events:none;z-index:1;align-items:center;padding:0 10px;font-size:.65rem;font-weight:800;transition:all .3s;display:flex}.CalendarTab-module__8M0Fda__switchTrack:not(.CalendarTab-module__8M0Fda__switchTrackActive) .CalendarTab-module__8M0Fda__switchLabel{justify-content:flex-end}.CalendarTab-module__8M0Fda__switchTrackActive .CalendarTab-module__8M0Fda__switchLabel{justify-content:flex-start}.CalendarTab-module__8M0Fda__inlineToggleBtn{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:.4rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.CalendarTab-module__8M0Fda__inlineToggleBtn:hover{color:var(--text-secondary)}.CalendarTab-module__8M0Fda__inlineToggleBtnActive{color:var(--accent-secondary);background:#8b5cf61f;box-shadow:0 2px 8px #0000001a}.CalendarTab-module__8M0Fda__miniLooksGrid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem;display:grid}.CalendarTab-module__8M0Fda__miniLookCard{aspect-ratio:1;cursor:grab;border:1px solid var(--border-subtle);background:var(--bg-tertiary);border-radius:16px;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.CalendarTab-module__8M0Fda__miniLookCard:active{cursor:grabbing;transform:scale(.95)}.CalendarTab-module__8M0Fda__miniLookCard:hover{border-color:var(--accent-primary);transform:translateY(-3px)}.CalendarTab-module__8M0Fda__miniLookImg{object-fit:contain;width:100%;height:100%}.CalendarTab-module__8M0Fda__miniLookOverlay{background:linear-gradient(#0000,#0009);align-items:flex-end;padding:.5rem;display:flex;position:absolute;inset:0}.CalendarTab-module__8M0Fda__miniLookTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.65rem;font-weight:600;overflow:hidden}.CalendarTab-module__8M0Fda__addLookBtn{background:var(--bg-tertiary);border:1px solid var(--border-subtle);width:24px;height:24px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.CalendarTab-module__8M0Fda__addLookBtn:hover{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);transform:rotate(90deg)}.CalendarTab-module__8M0Fda__popupOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CalendarTab-module__8M0Fda__popupContent{background:var(--bg-primary);border:1px solid var(--border-subtle);border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.CalendarTab-module__8M0Fda__popupHeader{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.CalendarTab-module__8M0Fda__popupTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:800}.CalendarTab-module__8M0Fda__popupDate{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-top:.2rem;font-size:.8rem}.CalendarTab-module__8M0Fda__popupToggleContainer{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:10px;gap:.5rem;width:fit-content;padding:.2rem;display:flex}.CalendarTab-module__8M0Fda__popupHeaderControls{justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-top:1rem;display:flex}.CalendarTab-module__8M0Fda__popupFilterBtn{border:1px solid var(--border-subtle);color:var(--text-tertiary);cursor:pointer;background:#ffffff0a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.CalendarTab-module__8M0Fda__popupFilterBtn:hover{border-color:var(--border-accent);color:var(--text-primary);background:#ffffff14}.CalendarTab-module__8M0Fda__popupFilterBtnActive{border-color:var(--accent-primary);color:var(--accent-secondary);background:#8b5cf61f}.CalendarTab-module__8M0Fda__filterBadge{background:var(--accent-primary);color:#fff;border:1px solid var(--bg-primary);border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-6px;right:-6px;box-shadow:0 2px 4px #0000004d}.CalendarTab-module__8M0Fda__filterOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:3000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CalendarTab-module__8M0Fda__filterSheet{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:24px;flex-direction:column;gap:1.25rem;width:100%;max-width:440px;padding:1.5rem;animation:.3s cubic-bezier(.18,.89,.32,1.28) CalendarTab-module__8M0Fda__filterModalIn;display:flex;box-shadow:0 20px 50px #0000004d}@keyframes CalendarTab-module__8M0Fda__filterModalIn{0%{opacity:0;transform:scale(.95)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.CalendarTab-module__8M0Fda__filterSheetHeader{justify-content:space-between;align-items:center;display:flex}.CalendarTab-module__8M0Fda__filterSheetHeader h3{font-family:var(--font-display);color:var(--text-primary);font-size:1.25rem;font-weight:700}.CalendarTab-module__8M0Fda__filterLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600}.CalendarTab-module__8M0Fda__categoryViewToggle{border:1px solid var(--border-subtle);background:#ffffff0a;border-radius:9999px;width:fit-content;padding:3px;display:flex}.CalendarTab-module__8M0Fda__toggleBtn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.35rem 1rem;font-size:.8rem;font-weight:500;transition:all .2s}.CalendarTab-module__8M0Fda__toggleBtnActive{color:var(--accent-secondary);background:#8b5cf633;font-weight:600}.CalendarTab-module__8M0Fda__moodGrid{flex-wrap:wrap;gap:.6rem;display:flex}.CalendarTab-module__8M0Fda__moodChip{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:#ffffff0a;border-radius:9999px;padding:.45rem .9rem;font-size:.8rem;font-weight:500;transition:all .2s}.CalendarTab-module__8M0Fda__moodChipActive{border-color:var(--accent-primary);color:var(--accent-secondary);background:#8b5cf633}.CalendarTab-module__8M0Fda__filterSheetActions{border-top:1px solid var(--border-subtle);align-items:center;gap:1rem;padding-top:1rem;display:flex}.CalendarTab-module__8M0Fda__resetBtn{border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:12px;flex:1;padding:.75rem;font-weight:600}.CalendarTab-module__8M0Fda__applyBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;flex:1;padding:.75rem;font-weight:700}.CalendarTab-module__8M0Fda__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.25rem;transition:all .2s}.CalendarTab-module__8M0Fda__closeBtn:hover{color:var(--text-primary);background:#ffffff0f}.CalendarTab-module__8M0Fda__popupToggleBtn{color:var(--text-tertiary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;padding:.45rem;font-size:.75rem;font-weight:600;transition:all .2s}.CalendarTab-module__8M0Fda__popupToggleBtnActive{color:var(--accent-secondary);background:#8b5cf61f}.CalendarTab-module__8M0Fda__popupScrollArea{flex:1;padding:1.5rem;overflow-y:auto}.CalendarTab-module__8M0Fda__popupGrid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;display:grid}.CalendarTab-module__8M0Fda__selectableLook{aspect-ratio:3/4;cursor:pointer;background:var(--bg-tertiary);border:2px solid #0000;border-radius:16px;transition:all .3s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.CalendarTab-module__8M0Fda__selectableLookActive{border-width:3px;border-color:#000;transform:scale(.98)}.CalendarTab-module__8M0Fda__lookSelectionBadge{background:var(--accent-primary);color:#fff;z-index:10;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;font-weight:800;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000004d}.CalendarTab-module__8M0Fda__popupFooter{border-top:1px solid var(--border-subtle);background:var(--bg-secondary);justify-content:flex-end;padding:1.25rem;display:flex}.CalendarTab-module__8M0Fda__doneBtn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:.75rem 2rem;font-weight:700}@keyframes CalendarTab-module__8M0Fda__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CalendarTab-module__8M0Fda__bounceIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:900px){.CalendarTab-module__8M0Fda__calendarGrid{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.CalendarTab-module__8M0Fda__calendarGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.CalendarTab-module__8M0Fda__dayBlock{min-height:100px;padding:.75rem}.CalendarTab-module__8M0Fda__dayBlockNumber{font-size:1.25rem}.CalendarTab-module__8M0Fda__agendaSection{padding:1.25rem}.CalendarTab-module__8M0Fda__miniLooksGrid{grid-template-columns:repeat(4,1fr)}}
.SettingsTab-module__hAbttq__settingsList{flex-direction:column;gap:.5rem;display:flex}.SettingsTab-module__hAbttq__settingRow{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;transition:all var(--transition-fast);border-radius:14px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.SettingsTab-module__hAbttq__settingRowDisabled{opacity:.65;cursor:not-allowed!important}.SettingsTab-module__hAbttq__settingRow:hover{border-color:var(--border-default);background:#ffffff0a}.SettingsTab-module__hAbttq__settingRowDisabled:hover{border-color:var(--border-subtle);background:var(--bg-card)}.SettingsTab-module__hAbttq__settingIcon{font-size:1.25rem}.SettingsTab-module__hAbttq__settingLabel{font-size:.9rem;font-weight:600;display:block}.SettingsTab-module__hAbttq__settingDesc{color:var(--text-muted);font-size:.75rem}.SettingsTab-module__hAbttq__settingArrow{color:var(--text-muted);margin-left:auto}
.DeletedLooks-module__G0pxcG__container{animation:.3s ease-out DeletedLooks-module__G0pxcG__slideIn}@keyframes DeletedLooks-module__G0pxcG__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.DeletedLooks-module__G0pxcG__header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.DeletedLooks-module__G0pxcG__backBtn{color:var(--text-default);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.DeletedLooks-module__G0pxcG__backBtn:hover{background:#ffffff1a}.DeletedLooks-module__G0pxcG__title{font-size:1.25rem;font-weight:700}.DeletedLooks-module__G0pxcG__info{color:var(--text-muted);margin-bottom:2rem;font-size:.85rem;line-height:1.4}.DeletedLooks-module__G0pxcG__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.25rem;display:grid}.DeletedLooks-module__G0pxcG__lookCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:12px;transition:transform .2s;overflow:hidden}.DeletedLooks-module__G0pxcG__imageContainer{border-bottom:1px solid var(--border-subtle);width:100%;height:180px;position:relative}.DeletedLooks-module__G0pxcG__overlay{opacity:0;z-index:2;background:#0006;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.DeletedLooks-module__G0pxcG__imageContainer:hover .DeletedLooks-module__G0pxcG__overlay{opacity:1}.DeletedLooks-module__G0pxcG__image{object-fit:contain;object-position:center;width:100%;height:100%;display:block}.DeletedLooks-module__G0pxcG__restoreBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;display:flex;box-shadow:0 4px 12px #0003}.DeletedLooks-module__G0pxcG__restoreBtn:disabled{opacity:.7;cursor:not-allowed}.DeletedLooks-module__G0pxcG__lookInfo{flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.DeletedLooks-module__G0pxcG__lookTitle{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.DeletedLooks-module__G0pxcG__expiry{color:#ef4444;font-size:.7rem;font-weight:500}.DeletedLooks-module__G0pxcG__loader,.DeletedLooks-module__G0pxcG__empty{text-align:center;color:var(--text-muted);padding:4rem 2rem}.DeletedLooks-module__G0pxcG__emptyIcon{opacity:.2;margin-bottom:1rem}.DeletedLooks-module__G0pxcG__placeholder{color:#fff;text-align:center;background-color:#1a1a2e;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;font-size:.9rem;font-weight:700;display:flex}
.PrivacySettings-module__UQCj8a__container{animation:.3s ease-out PrivacySettings-module__UQCj8a__slideIn}@keyframes PrivacySettings-module__UQCj8a__slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.PrivacySettings-module__UQCj8a__header{align-items:center;gap:1rem;margin-bottom:.5rem;display:flex}.PrivacySettings-module__UQCj8a__backBtn{color:var(--text-default);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:background .2s;display:flex}.PrivacySettings-module__UQCj8a__backBtn:hover{background:#ffffff1a}.PrivacySettings-module__UQCj8a__title{font-size:1.25rem;font-weight:700}.PrivacySettings-module__UQCj8a__info{color:var(--text-muted);margin-bottom:1.5rem;padding-left:.5rem;font-size:.85rem;line-height:1.4}.PrivacySettings-module__UQCj8a__sectionsContainer{flex-direction:column;gap:1.5rem;padding-bottom:2rem;display:flex}.PrivacySettings-module__UQCj8a__section{flex-direction:column;gap:.5rem;display:flex}.PrivacySettings-module__UQCj8a__sectionTitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;padding-left:.5rem;font-size:.8rem;font-weight:600}.PrivacySettings-module__UQCj8a__sectionCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:14px;overflow:hidden}.PrivacySettings-module__UQCj8a__row{cursor:pointer;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:flex}.PrivacySettings-module__UQCj8a__row:hover{background:#ffffff0a}.PrivacySettings-module__UQCj8a__rowBorder{border-bottom:1px solid var(--border-subtle)}.PrivacySettings-module__UQCj8a__iconWrapper{color:var(--text-secondary);justify-content:center;align-items:center;display:flex}.PrivacySettings-module__UQCj8a__rowContent{flex-direction:column;flex:1;gap:.2rem;display:flex}.PrivacySettings-module__UQCj8a__labelWrapper{justify-content:space-between;align-items:center;display:flex}.PrivacySettings-module__UQCj8a__label{color:var(--text-default);font-size:.9rem;font-weight:500}.PrivacySettings-module__UQCj8a__value{color:var(--text-muted);font-size:.8rem;font-weight:500}.PrivacySettings-module__UQCj8a__desc{color:var(--text-muted);font-size:.75rem;line-height:1.3}.PrivacySettings-module__UQCj8a__chevron{color:var(--text-muted);opacity:.5}.PrivacySettings-module__UQCj8a__row:hover .PrivacySettings-module__UQCj8a__chevron{opacity:1}.PrivacySettings-module__UQCj8a__destructive .PrivacySettings-module__UQCj8a__iconWrapper,.PrivacySettings-module__UQCj8a__destructive .PrivacySettings-module__UQCj8a__label{color:#ef4444}
.SubscriptionSettings-module__2zTQ-G__container{padding:1.5rem;animation:.3s ease-out SubscriptionSettings-module__2zTQ-G__fadeIn}.SubscriptionSettings-module__2zTQ-G__header{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.SubscriptionSettings-module__2zTQ-G__backBtn{background:var(--bg-secondary);cursor:pointer;width:36px;height:36px;color:var(--text-primary);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.SubscriptionSettings-module__2zTQ-G__backBtn:hover{background:var(--bg-tertiary);transform:translate(-2px)}.SubscriptionSettings-module__2zTQ-G__title{font-size:1.25rem;font-weight:700}.SubscriptionSettings-module__2zTQ-G__loading{text-align:center;color:var(--text-secondary);padding:3rem}.SubscriptionSettings-module__2zTQ-G__noSub{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border-subtle);border-radius:1.5rem;padding:3rem 1.5rem}.SubscriptionSettings-module__2zTQ-G__noSubIcon{margin-bottom:1.5rem}.SubscriptionSettings-module__2zTQ-G__noSub h4{margin-bottom:.75rem;font-size:1.1rem}.SubscriptionSettings-module__2zTQ-G__noSub p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem;line-height:1.5}.SubscriptionSettings-module__2zTQ-G__upgradeBtn{background:var(--accent-primary);color:#fff;border-radius:2rem;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.SubscriptionSettings-module__2zTQ-G__upgradeBtn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.SubscriptionSettings-module__2zTQ-G__subCard{background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:1.5rem;padding:1.5rem}.SubscriptionSettings-module__2zTQ-G__planHeader{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.SubscriptionSettings-module__2zTQ-G__planBadge{color:#000;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#d4af37,#f1c40f);border-radius:.5rem;padding:.5rem 1rem;font-size:.8rem;font-weight:700}.SubscriptionSettings-module__2zTQ-G__statusBadge{color:#10b981;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;display:flex}.SubscriptionSettings-module__2zTQ-G__statusBadge:before{content:"";background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #10b981}.SubscriptionSettings-module__2zTQ-G__details{border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.SubscriptionSettings-module__2zTQ-G__detailRow{justify-content:space-between;font-size:.9rem;display:flex}.SubscriptionSettings-module__2zTQ-G__detailLabel{color:var(--text-secondary)}.SubscriptionSettings-module__2zTQ-G__detailValue{font-weight:600}.SubscriptionSettings-module__2zTQ-G__usageTitle{margin-bottom:1.25rem;font-size:.9rem;font-weight:600}.SubscriptionSettings-module__2zTQ-G__usageBarWrap{margin-bottom:1.5rem}.SubscriptionSettings-module__2zTQ-G__usageBarHeader{color:var(--text-secondary);justify-content:space-between;margin-bottom:.5rem;font-size:.8rem;display:flex}.SubscriptionSettings-module__2zTQ-G__usageBar{background:var(--bg-tertiary);border-radius:3px;height:6px;overflow:hidden}.SubscriptionSettings-module__2zTQ-G__usageProgress{background:var(--accent-primary);border-radius:3px;height:100%}.SubscriptionSettings-module__2zTQ-G__actions{margin-top:1rem}.SubscriptionSettings-module__2zTQ-G__cancelBtn{border:1px solid var(--border-subtle);color:#ef4444;cursor:pointer;background:0 0;border-radius:.75rem;width:100%;padding:.75rem;font-weight:600;transition:all .2s}.SubscriptionSettings-module__2zTQ-G__cancelBtn:hover{background:#ef44440d;border-color:#ef4444}.SubscriptionSettings-module__2zTQ-G__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000c;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.SubscriptionSettings-module__2zTQ-G__modal{background:var(--bg-primary);border-radius:1.5rem;width:100%;max-width:400px;padding:2rem;box-shadow:0 20px 40px #0006}.SubscriptionSettings-module__2zTQ-G__modal h4{margin-bottom:1rem;font-size:1.2rem}.SubscriptionSettings-module__2zTQ-G__modal p{color:var(--text-secondary);margin-bottom:2rem;font-size:.9rem;line-height:1.6}.SubscriptionSettings-module__2zTQ-G__modalActions{gap:1rem;display:flex}.SubscriptionSettings-module__2zTQ-G__modalCancel{background:var(--bg-secondary);cursor:pointer;color:var(--text-primary);border:none;border-radius:.75rem;flex:1;padding:.75rem;font-weight:600}.SubscriptionSettings-module__2zTQ-G__modalConfirm{cursor:pointer;color:#fff;background:#ef4444;border:none;border-radius:.75rem;flex:1;padding:.75rem;font-weight:600}@keyframes SubscriptionSettings-module__2zTQ-G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
.BeforeAfterSlider-module__PjqcGa__wrapper{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.BeforeAfterSlider-module__PjqcGa__container{border-radius:var(--radius-lg);cursor:ew-resize;-webkit-user-select:none;user-select:none;background:var(--bg-elevated);border:1px solid var(--border-subtle);width:100%;max-width:520px;height:620px;box-shadow:var(--shadow-2xl);transition:box-shadow .4s,transform .4s;position:relative;overflow:hidden}.BeforeAfterSlider-module__PjqcGa__container:hover{border-color:var(--border-default);transform:translateY(-4px);box-shadow:0 30px 60px #00000080}.BeforeAfterSlider-module__PjqcGa__afterImage,.BeforeAfterSlider-module__PjqcGa__beforeImage{width:100%;height:100%;position:absolute;inset:0}.BeforeAfterSlider-module__PjqcGa__afterImage{z-index:1}.BeforeAfterSlider-module__PjqcGa__beforeImage{z-index:2}.BeforeAfterSlider-module__PjqcGa__realImage{object-fit:cover;width:100%;height:100%;display:block}.BeforeAfterSlider-module__PjqcGa__divider{z-index:10;pointer-events:none;width:4px;position:absolute;top:0;bottom:0;transform:translate(-50%)}.BeforeAfterSlider-module__PjqcGa__dividerLine{background:#fffc;width:1px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 0 10px #00000080}.BeforeAfterSlider-module__PjqcGa__handle{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:ew-resize;pointer-events:auto;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 20px #0000004d}.BeforeAfterSlider-module__PjqcGa__handle:hover,.BeforeAfterSlider-module__PjqcGa__handleActive{background:#fff3;transform:translate(-50%,-50%)scale(1.1)}.BeforeAfterSlider-module__PjqcGa__poweredBadge{color:var(--text-tertiary);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:500;display:inline-flex}.BeforeAfterSlider-module__PjqcGa__poweredIcon{color:var(--accent-gold);font-size:.9rem}@media (max-width:1200px){.BeforeAfterSlider-module__PjqcGa__container{max-width:460px;height:540px}}@media (max-width:968px){.BeforeAfterSlider-module__PjqcGa__container{max-width:100%;height:500px}}@media (max-width:480px){.BeforeAfterSlider-module__PjqcGa__container{height:400px}.BeforeAfterSlider-module__PjqcGa__handle{width:36px;height:36px}}.BeforeAfterSlider-module__PjqcGa__compact{max-width:100%;height:400px}
.FeaturesSection-module__5WGHtG__features{background:var(--bg-secondary);position:relative}.FeaturesSection-module__5WGHtG__features:before{content:"";background:linear-gradient(90deg,transparent,var(--border-accent),transparent);width:60%;height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.FeaturesSection-module__5WGHtG__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.FeaturesSection-module__5WGHtG__card{padding:2rem;animation:.6s both FeaturesSection-module__5WGHtG__fadeInUp;position:relative;overflow:hidden}.FeaturesSection-module__5WGHtG__cardIcon{margin-bottom:1.25rem;font-size:2.5rem;display:inline-block}.FeaturesSection-module__5WGHtG__cardTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.FeaturesSection-module__5WGHtG__cardDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.FeaturesSection-module__5WGHtG__cardGlow{pointer-events:none;opacity:0;width:100px;height:100px;transition:opacity var(--transition-base);background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);position:absolute;top:0;right:0}.FeaturesSection-module__5WGHtG__card:hover .FeaturesSection-module__5WGHtG__cardGlow{opacity:1}@media (max-width:968px){.FeaturesSection-module__5WGHtG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.FeaturesSection-module__5WGHtG__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.FeaturesSection-module__5WGHtG__card{padding:1.25rem 1rem}}
.HowItWorksSection-module__btDXkq__section{position:relative}.HowItWorksSection-module__btDXkq__steps{justify-content:center;align-items:flex-start;gap:2rem;display:flex;position:relative}.HowItWorksSection-module__btDXkq__step{text-align:center;flex:1;max-width:340px;padding:2rem 1.5rem;position:relative}.HowItWorksSection-module__btDXkq__stepNumber{font-family:var(--font-display);color:var(--accent-primary);letter-spacing:.15em;opacity:.6;margin-bottom:1.25rem;font-size:.75rem;font-weight:800}.HowItWorksSection-module__btDXkq__stepIconWrap{justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex;position:relative}.HowItWorksSection-module__btDXkq__stepIcon{z-index:2;font-size:2.25rem;position:relative}.HowItWorksSection-module__btDXkq__stepIconGlow{background:radial-gradient(circle,#8b5cf626 0%,#0000 70%);border:1px solid #8b5cf626;border-radius:50%;position:absolute;inset:0}.HowItWorksSection-module__btDXkq__stepTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.HowItWorksSection-module__btDXkq__stepDesc{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.HowItWorksSection-module__btDXkq__connector{z-index:1;position:absolute;top:6.5rem;right:-2.5rem}@media (max-width:768px){.HowItWorksSection-module__btDXkq__steps{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:.5rem}.HowItWorksSection-module__btDXkq__step{padding:1rem .25rem}.HowItWorksSection-module__btDXkq__stepIconWrap{width:45px;height:45px;margin-bottom:1rem}.HowItWorksSection-module__btDXkq__stepIcon{font-size:1.25rem}.HowItWorksSection-module__btDXkq__stepTitle{margin-bottom:.5rem;font-size:.95rem}.HowItWorksSection-module__btDXkq__stepDesc{font-size:.75rem;line-height:1.4}.HowItWorksSection-module__btDXkq__connector{display:none}.HowItWorksSection-module__btDXkq__step{max-width:100%}}
.BeforeAfterSection-module__hH1cwa__section{background:var(--bg-secondary);position:relative}.BeforeAfterSection-module__hH1cwa__gallery{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem;display:grid}.BeforeAfterSection-module__hH1cwa__galleryDesktop{display:grid}.BeforeAfterSection-module__hH1cwa__galleryMobile{display:none}.BeforeAfterSection-module__hH1cwa__transform{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.BeforeAfterSection-module__hH1cwa__transformLabel{font-family:var(--font-display);color:var(--text-secondary);margin-top:.25rem;font-size:1.05rem;font-weight:600}.BeforeAfterSection-module__hH1cwa__ribbon{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);box-shadow:var(--shadow-lg);border-radius:20px;justify-content:space-around;padding:2.5rem 3rem;display:flex}.BeforeAfterSection-module__hH1cwa__ribbonStat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.BeforeAfterSection-module__hH1cwa__ribbonValue{font-family:var(--font-display);color:var(--text-primary);font-size:1.75rem;font-weight:800}.BeforeAfterSection-module__hH1cwa__ribbonLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}@media (max-width:968px){.BeforeAfterSection-module__hH1cwa__galleryDesktop{display:none}.BeforeAfterSection-module__hH1cwa__galleryMobile{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;grid-template-columns:none;grid-auto-columns:minmax(78%,1fr);grid-auto-flow:column;gap:1rem;margin-inline:-.75rem;padding-inline:.75rem;display:grid;overflow-x:auto}.BeforeAfterSection-module__hH1cwa__galleryMobile::-webkit-scrollbar{display:none}.BeforeAfterSection-module__hH1cwa__transform{scroll-snap-align:center;scroll-snap-stop:always}}@media (max-width:768px){.BeforeAfterSection-module__hH1cwa__ribbon{flex-wrap:wrap;gap:1.5rem;padding:2rem 1.5rem}.BeforeAfterSection-module__hH1cwa__ribbonStat{width:45%}}
.TestimonialsSection-module__FaM3Oa__section{position:relative;overflow:hidden}.TestimonialsSection-module__FaM3Oa__carousel{margin-top:-1.5rem;margin-bottom:2rem;padding-top:1.5rem;overflow:hidden}.TestimonialsSection-module__FaM3Oa__track{gap:1.5rem;display:flex}.TestimonialsSection-module__FaM3Oa__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);min-width:calc(33.3333% - 1rem);transition:all var(--transition-base);border-radius:20px;padding:2rem}.TestimonialsSection-module__FaM3Oa__card:hover{border-color:var(--border-accent);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.TestimonialsSection-module__FaM3Oa__cardHeader{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.TestimonialsSection-module__FaM3Oa__avatar{color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:700;display:flex}.TestimonialsSection-module__FaM3Oa__name{color:var(--text-primary);font-size:.95rem;font-weight:600}.TestimonialsSection-module__FaM3Oa__role{color:var(--text-tertiary);font-size:.8rem}.TestimonialsSection-module__FaM3Oa__stars{gap:2px;margin-bottom:.75rem;display:flex}.TestimonialsSection-module__FaM3Oa__starFilled{color:#fbbf24;font-size:1rem}.TestimonialsSection-module__FaM3Oa__starEmpty{color:var(--text-muted);font-size:1rem}.TestimonialsSection-module__FaM3Oa__text{color:var(--text-secondary);font-size:.95rem;font-style:italic;line-height:1.7}.TestimonialsSection-module__FaM3Oa__dots{justify-content:center;gap:.5rem;display:flex}.TestimonialsSection-module__FaM3Oa__dot{background:var(--bg-elevated);border:1px solid var(--border-default);cursor:pointer;width:8px;height:8px;transition:all var(--transition-fast);border-radius:50%;padding:0}.TestimonialsSection-module__FaM3Oa__dotActive{background:var(--accent-primary);border-color:var(--accent-primary);border-radius:4px;width:24px}@media (max-width:968px){.TestimonialsSection-module__FaM3Oa__card{min-width:calc(50% - .75rem)}}@media (max-width:600px){.TestimonialsSection-module__FaM3Oa__card{min-width:100%}}
.PricingSection-module__MwXfwG__section{background:var(--bg-secondary);position:relative}.PricingSection-module__MwXfwG__cards{justify-content:center;gap:2rem;max-width:800px;margin:0 auto;display:flex}.PricingSection-module__MwXfwG__card{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--border-subtle);transition:all var(--transition-base);border-radius:24px;flex-direction:column;flex:1;padding:2.5rem 2rem;display:flex;position:relative}.PricingSection-module__MwXfwG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.PricingSection-module__MwXfwG__cardHighlighted{border-color:var(--accent-primary);background:linear-gradient(180deg,var(--bg-secondary)0%,var(--bg-card)40%);box-shadow:0 0 40px var(--accent-glow)}.PricingSection-module__MwXfwG__cardHighlighted:hover{box-shadow:0 0 60px var(--accent-glow)}.PricingSection-module__MwXfwG__badge{background:var(--gradient-accent);color:var(--text-inverse);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;border:2px solid var(--bg-primary);box-shadow:var(--shadow-md);z-index:10;border-radius:9999px;padding:.4rem 1.25rem;font-size:.7rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.PricingSection-module__MwXfwG__cardHead{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:2rem}.PricingSection-module__MwXfwG__planName{font-family:var(--font-display);color:var(--text-primary);margin-bottom:.35rem;font-size:1.35rem;font-weight:700}.PricingSection-module__MwXfwG__planDesc{color:var(--text-tertiary);margin-bottom:1.25rem;font-size:.85rem}.PricingSection-module__MwXfwG__price{align-items:baseline;gap:.25rem;display:flex}.PricingSection-module__MwXfwG__priceValue{font-family:var(--font-display);color:var(--text-primary);font-size:2.75rem;font-weight:900}.PricingSection-module__MwXfwG__pricePeriod{color:var(--text-tertiary);font-size:.95rem}.PricingSection-module__MwXfwG__featureList{flex-direction:column;flex:1;gap:.75rem;margin-bottom:2rem;display:flex}.PricingSection-module__MwXfwG__feature{color:var(--text-secondary);align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.5;display:flex}.PricingSection-module__MwXfwG__checkIcon{color:var(--accent-primary);flex-shrink:0;margin-top:2px;font-weight:700}.PricingSection-module__MwXfwG__ctaBtn{text-align:center;transition:all var(--transition-base);border-radius:9999px;padding:.85rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;display:block}.PricingSection-module__MwXfwG__ctaPrimary{background:var(--gradient-accent);color:var(--text-inverse);box-shadow:0 0 20px var(--accent-glow)}.PricingSection-module__MwXfwG__ctaPrimary:hover{box-shadow:0 0 40px var(--accent-glow);transform:translateY(-2px)}.PricingSection-module__MwXfwG__ctaSecondary{color:var(--text-primary);border:1px solid var(--border-default);background:#ffffff0d}.PricingSection-module__MwXfwG__ctaSecondary:hover{border-color:var(--border-accent);background:#ffffff14}@media (max-width:600px){.PricingSection-module__MwXfwG__cards{flex-direction:column}}
.FooterSection-module__QlW5ia__footer{background:var(--bg-primary);padding:0 0 2rem;position:relative}.FooterSection-module__QlW5ia__topGlow{background:linear-gradient(90deg,transparent,var(--accent-primary),transparent);opacity:.3;height:1px}.FooterSection-module__QlW5ia__newsletter{border:1px solid var(--border-accent);background:linear-gradient(135deg,#8b5cf61a 0%,#6366f10d 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;margin:2rem 0;padding:3rem;display:flex}.FooterSection-module__QlW5ia__newsletterTitle{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.FooterSection-module__QlW5ia__newsletterDesc{color:var(--text-secondary);font-size:.95rem}.FooterSection-module__QlW5ia__newsletterForm{flex-shrink:0;gap:.75rem;display:flex}.FooterSection-module__QlW5ia__emailInput{border:1px solid var(--border-default);color:var(--text-primary);width:280px;transition:all var(--transition-fast);background:#ffffff0d;border-radius:9999px;padding:.75rem 1.25rem;font-size:.9rem}.FooterSection-module__QlW5ia__emailInput::placeholder{color:var(--text-muted)}.FooterSection-module__QlW5ia__emailInput:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #8b5cf626}.FooterSection-module__QlW5ia__subscribeBtn{background:var(--gradient-accent);color:#fff;cursor:pointer;transition:all var(--transition-base);white-space:nowrap;border:none;border-radius:9999px;padding:.75rem 1.75rem;font-size:.9rem;font-weight:600;box-shadow:0 0 20px #8b5cf633}.FooterSection-module__QlW5ia__subscribeBtn:hover{transform:translateY(-1px);box-shadow:0 0 30px #8b5cf666}.FooterSection-module__QlW5ia__grid{border-bottom:1px solid var(--border-subtle);grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.FooterSection-module__QlW5ia__brand{max-width:320px}.FooterSection-module__QlW5ia__logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.FooterSection-module__QlW5ia__logoIcon{background:var(--gradient-hero);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem}.FooterSection-module__QlW5ia__logoText{font-family:var(--font-display);font-size:1.25rem;font-weight:800}.FooterSection-module__QlW5ia__brandDesc{color:var(--text-tertiary);margin-bottom:1.25rem;font-size:.9rem;line-height:1.7}.FooterSection-module__QlW5ia__socials{gap:.75rem;display:flex}.FooterSection-module__QlW5ia__socialLink{border:1px solid var(--border-subtle);width:36px;height:36px;color:var(--text-tertiary);transition:all var(--transition-fast);background:#ffffff0d;border-radius:10px;justify-content:center;align-items:center;display:flex}.FooterSection-module__QlW5ia__socialLink:hover{color:var(--accent-primary);border-color:var(--border-accent);background:#8b5cf61a}.FooterSection-module__QlW5ia__colTitle{font-family:var(--font-display);text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1.25rem;font-size:.85rem;font-weight:700}.FooterSection-module__QlW5ia__footerLink{color:var(--text-tertiary);transition:color var(--transition-fast);padding:.35rem 0;font-size:.9rem;text-decoration:none;display:block}.FooterSection-module__QlW5ia__footerLink:hover{color:var(--accent-secondary)}.FooterSection-module__QlW5ia__bottom{justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.FooterSection-module__QlW5ia__copyright,.FooterSection-module__QlW5ia__madeWith{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.FooterSection-module__QlW5ia__newsletter{text-align:center;flex-direction:column;padding:2rem}.FooterSection-module__QlW5ia__newsletterForm{flex-direction:column;width:100%}.FooterSection-module__QlW5ia__emailInput{width:100%}.FooterSection-module__QlW5ia__grid{grid-template-columns:1fr 1fr;gap:2rem}.FooterSection-module__QlW5ia__brand{grid-column:1/-1;max-width:100%}.FooterSection-module__QlW5ia__bottom{text-align:center;flex-direction:column;gap:.5rem}}
.CameraModal-module__TjOs8G__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.CameraModal-module__TjOs8G__modal{background:#121214;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;width:100%;max-width:600px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.CameraModal-module__TjOs8G__header{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.CameraModal-module__TjOs8G__title{font-family:var(--font-display);color:#fff;font-size:1.25rem;font-weight:700}.CameraModal-module__TjOs8G__closeBtn{color:#fff9;cursor:pointer;background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.CameraModal-module__TjOs8G__closeBtn:hover{color:#fff;background:#ffffff1a}.CameraModal-module__TjOs8G__content{aspect-ratio:16/9;background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.CameraModal-module__TjOs8G__videoWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.CameraModal-module__TjOs8G__video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .4s;transform:scaleX(-1)}.CameraModal-module__TjOs8G__videoReady{opacity:1}.CameraModal-module__TjOs8G__loader{color:#fff9;z-index:2;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.9rem;display:flex;position:absolute;inset:0}.CameraModal-module__TjOs8G__spinner{border:3px solid #8b5cf633;border-top-color:#8b5cf6;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite CameraModal-module__TjOs8G__spin}@keyframes CameraModal-module__TjOs8G__spin{to{transform:rotate(360deg)}}.CameraModal-module__TjOs8G__errorState{text-align:center;color:#ffffffb3;padding:3rem}.CameraModal-module__TjOs8G__errorIcon{color:#ef4444;opacity:.8;margin-bottom:1rem}.CameraModal-module__TjOs8G__retryBtn{color:#fff;cursor:pointer;background:#8b5cf6;border:none;border-radius:12px;margin-top:1.5rem;padding:.6rem 1.5rem;font-weight:600}.CameraModal-module__TjOs8G__previewContainer{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.CameraModal-module__TjOs8G__previewImage{object-fit:cover;width:100%;height:100%;transform:scaleX(-1)}.CameraModal-module__TjOs8G__previewOverlay{background:rgba(var(--accent-rgb),.2);pointer-events:none;border:2px solid var(--accent);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;animation:.5s forwards CameraModal-module__TjOs8G__fadeInOut;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes CameraModal-module__TjOs8G__fadeInOut{0%{opacity:0;scale:.5}50%{opacity:1;scale:1.1}to{opacity:.8;scale:1}}.CameraModal-module__TjOs8G__previewCheckIcon{color:var(--accent)}.CameraModal-module__TjOs8G__previewActions{gap:1.5rem;width:100%;padding:0 1rem;display:flex}.CameraModal-module__TjOs8G__retakeBtn,.CameraModal-module__TjOs8G__confirmBtn{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.CameraModal-module__TjOs8G__retakeBtn{color:#fff;background:#ffffff1a;border:1px solid #fff3}.CameraModal-module__TjOs8G__retakeBtn:hover{background:#ffffff26;border-color:#ffffff4d}.CameraModal-module__TjOs8G__confirmBtn{background:var(--accent);color:#fff;box-shadow:0 4px 12px rgba(var(--accent-rgb),.3);border:none}.CameraModal-module__TjOs8G__confirmBtn:hover{background:var(--accent-dark);box-shadow:0 6px 16px rgba(var(--accent-rgb),.4);transform:translateY(-2px)}.CameraModal-module__TjOs8G__viewfinderOverlay{pointer-events:none;z-index:1;position:absolute;inset:20px}.CameraModal-module__TjOs8G__cornerTopLeft,.CameraModal-module__TjOs8G__cornerTopRight,.CameraModal-module__TjOs8G__cornerBottomLeft,.CameraModal-module__TjOs8G__cornerBottomRight{border:3px solid #8b5cf699;width:30px;height:30px;position:absolute}.CameraModal-module__TjOs8G__cornerTopLeft{border-bottom:none;border-right:none;border-top-left-radius:12px;top:0;left:0}.CameraModal-module__TjOs8G__cornerTopRight{border-bottom:none;border-left:none;border-top-right-radius:12px;top:0;right:0}.CameraModal-module__TjOs8G__cornerBottomLeft{border-top:none;border-right:none;border-bottom-left-radius:12px;bottom:0;left:0}.CameraModal-module__TjOs8G__cornerBottomRight{border-top:none;border-left:none;border-bottom-right-radius:12px;bottom:0;right:0}.CameraModal-module__TjOs8G__footer{background:#121214;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.CameraModal-module__TjOs8G__captureBtn{cursor:pointer;background:0 0;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;padding:4px;transition:all .2s;display:flex}.CameraModal-module__TjOs8G__captureBtn:disabled{opacity:.5;cursor:not-allowed}.CameraModal-module__TjOs8G__captureBtnInner{background:#fff;border-radius:50%;width:100%;height:100%;transition:all .1s}.CameraModal-module__TjOs8G__captureBtn:active:not(:disabled) .CameraModal-module__TjOs8G__captureBtnInner{transform:scale(.9)}.CameraModal-module__TjOs8G__hint{color:#fff6;font-size:.8rem;font-weight:500}
.PasswordSettings-module__-sgRYG__container{flex-direction:column;gap:1rem;display:flex}.PasswordSettings-module__-sgRYG__header{align-items:center;gap:.75rem;display:flex}.PasswordSettings-module__-sgRYG__backBtn{border:1px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.PasswordSettings-module__-sgRYG__title{margin:0;font-size:1rem;font-weight:700}.PasswordSettings-module__-sgRYG__info{color:var(--text-muted);margin:0;font-size:.85rem}.PasswordSettings-module__-sgRYG__form{border:1px solid var(--border-subtle);background:var(--bg-card);border-radius:14px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.PasswordSettings-module__-sgRYG__label{color:var(--text-muted);font-size:.8rem}.PasswordSettings-module__-sgRYG__input{border:1px solid var(--border-subtle);color:var(--text-primary);background:0 0;border-radius:10px;outline:none;padding:.65rem .8rem}.PasswordSettings-module__-sgRYG__input:focus{border-color:var(--border-default)}.PasswordSettings-module__-sgRYG__saveBtn{background:var(--text-primary);color:var(--text-inverse);cursor:pointer;border:0;border-radius:10px;margin-top:.5rem;padding:.7rem 1rem;font-weight:600}.PasswordSettings-module__-sgRYG__saveBtn:disabled{opacity:.65;cursor:not-allowed}.PasswordSettings-module__-sgRYG__error{color:#ef4444;font-size:.85rem}.PasswordSettings-module__-sgRYG__success{color:#22c55e;font-size:.85rem}
