html:not(.dark) .BrandLogo-module__z4Ux9G__dark{display:none}html.dark .BrandLogo-module__z4Ux9G__light{display:none}
.ProfileModal-module__9n8Tda__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;animation:.2s ProfileModal-module__9n8Tda__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProfileModal-module__9n8Tda__fadeIn{0%{opacity:0}to{opacity:1}}.ProfileModal-module__9n8Tda__modal{background:var(--background);border:1px solid var(--border);border-radius:16px;width:90%;max-width:480px;max-height:90vh;animation:.3s ProfileModal-module__9n8Tda__slideUp;overflow-y:auto;box-shadow:0 24px 48px #0003}@keyframes ProfileModal-module__9n8Tda__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ProfileModal-module__9n8Tda__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.ProfileModal-module__9n8Tda__title{color:var(--foreground);align-items:center;gap:.5rem;margin:0;font-size:1.1rem;font-weight:600;display:flex}.ProfileModal-module__9n8Tda__closeBtn{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s}.ProfileModal-module__9n8Tda__closeBtn:hover{background:var(--muted);color:var(--foreground)}.ProfileModal-module__9n8Tda__content{padding:1.5rem}.ProfileModal-module__9n8Tda__loading,.ProfileModal-module__9n8Tda__error{text-align:center;color:var(--muted-foreground);padding:3rem}.ProfileModal-module__9n8Tda__loading p{margin-top:1rem}.ProfileModal-module__9n8Tda__spinner{animation:1s linear infinite ProfileModal-module__9n8Tda__spin}@keyframes ProfileModal-module__9n8Tda__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ProfileModal-module__9n8Tda__userHeader{border-bottom:1px solid var(--border);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.ProfileModal-module__9n8Tda__avatar{background:var(--gradient-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:1.5rem;font-weight:700;display:flex}.ProfileModal-module__9n8Tda__userInfo{flex:1;min-width:0}.ProfileModal-module__9n8Tda__userName{color:var(--foreground);white-space:nowrap;text-overflow:ellipsis;font-size:1.1rem;font-weight:600;overflow:hidden}.ProfileModal-module__9n8Tda__userEmail{color:var(--muted-foreground);font-size:.85rem}.ProfileModal-module__9n8Tda__userCompany{color:var(--primary);margin-top:2px;font-size:.8rem}.ProfileModal-module__9n8Tda__form{flex-direction:column;gap:1.25rem;display:flex}.ProfileModal-module__9n8Tda__formGroup{flex-direction:column;gap:.5rem;display:flex}.ProfileModal-module__9n8Tda__label{color:var(--foreground);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.ProfileModal-module__9n8Tda__input,.ProfileModal-module__9n8Tda__select,.ProfileModal-module__9n8Tda__textarea{border:1px solid var(--border);background:var(--background);color:var(--foreground);border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.ProfileModal-module__9n8Tda__input:focus,.ProfileModal-module__9n8Tda__select:focus,.ProfileModal-module__9n8Tda__textarea:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b9fff26}.ProfileModal-module__9n8Tda__textarea{resize:vertical;min-height:60px}.ProfileModal-module__9n8Tda__hint{color:var(--muted-foreground);font-size:.75rem}.ProfileModal-module__9n8Tda__errorMsg{border:1px solid var(--destructive);color:var(--destructive);background:#ef44441a;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.ProfileModal-module__9n8Tda__successMsg{border:1px solid var(--success);color:var(--success);background:#22c55e1a;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.ProfileModal-module__9n8Tda__saveBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .2s;display:flex}.ProfileModal-module__9n8Tda__saveBtn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b9fff4d}.ProfileModal-module__9n8Tda__themeToggle{gap:.75rem;margin-top:.25rem;display:flex}.ProfileModal-module__9n8Tda__themeOption{border:1px solid var(--border);background:var(--background);color:var(--muted-foreground);cursor:pointer;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:.5rem;padding:.75rem;transition:all .2s;display:flex}.ProfileModal-module__9n8Tda__themeOption:hover{border-color:var(--primary);background:var(--background-subtle);color:var(--foreground)}.ProfileModal-module__9n8Tda__activeTheme{border-color:var(--primary);background:var(--accent);color:var(--primary)}.ProfileModal-module__9n8Tda__themeLabel{font-size:.75rem;font-weight:500}
.Sidebar-module__XRNO5a__sidebar{background:var(--sidebar-background);width:260px;height:100vh;color:var(--sidebar-foreground);padding:var(--space-6);z-index:50;border-right:1px solid var(--sidebar-border);flex-direction:column;transition:width .3s,background-color .3s;display:flex;position:fixed;top:0;left:0}.Sidebar-module__XRNO5a__sidebar.Sidebar-module__XRNO5a__collapsed{width:72px;padding:var(--space-4)var(--space-3)}.Sidebar-module__XRNO5a__logoSection{padding:var(--space-2)var(--space-2)var(--space-6);margin-bottom:var(--space-4);border-bottom:1px solid var(--sidebar-border);justify-content:center;display:flex}.Sidebar-module__XRNO5a__logoImage{width:auto;height:42px}.Sidebar-module__XRNO5a__logoIconSmall{width:32px;height:32px}.Sidebar-module__XRNO5a__toggleBtn{width:100%;padding:var(--space-2);margin-bottom:var(--space-2);background:var(--sidebar-accent);border:1px solid var(--sidebar-border);border-radius:var(--radius-md);color:var(--sidebar-foreground);cursor:pointer;opacity:.85;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex}.Sidebar-module__XRNO5a__toggleBtn:hover{background:var(--sidebar-accent);color:var(--sidebar-foreground);opacity:1}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__toggleBtn{padding:.6rem}.Sidebar-module__XRNO5a__nav{gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow-y:auto}.Sidebar-module__XRNO5a__navItem{align-items:center;gap:var(--space-3);border-radius:var(--radius-md);color:var(--sidebar-foreground);opacity:.75;font-weight:var(--font-medium);font-size:var(--text-sm);white-space:nowrap;padding:.75rem 1rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__navItem{justify-content:center;padding:.75rem}.Sidebar-module__XRNO5a__navItem:before{content:"";background:var(--sidebar-primary);border-radius:0 2px 2px 0;width:3px;height:0;transition:height .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Sidebar-module__XRNO5a__navItem:hover{background:var(--sidebar-accent);opacity:1}.Sidebar-module__XRNO5a__navIcon{text-align:center;flex-shrink:0;justify-content:center;align-items:center;width:24px;font-size:1.1rem;display:flex}.Sidebar-module__XRNO5a__navLabel{text-overflow:ellipsis;flex:1;overflow:hidden}.Sidebar-module__XRNO5a__active{background:var(--sidebar-accent);color:var(--sidebar-foreground);opacity:1;box-shadow:inset 0 0 0 1px var(--sidebar-primary)}.Sidebar-module__XRNO5a__active:before{height:60%}.Sidebar-module__XRNO5a__active .Sidebar-module__XRNO5a__navIcon{color:var(--sidebar-primary)}.Sidebar-module__XRNO5a__footer{padding-top:var(--space-4);border-top:1px solid var(--sidebar-border);margin-top:auto}.Sidebar-module__XRNO5a__userProfile{align-items:center;gap:var(--space-3);padding:var(--space-3);border-radius:var(--radius-md);cursor:pointer;transition:background-color .2s;display:flex}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__userProfile{padding:var(--space-2);justify-content:center}.Sidebar-module__XRNO5a__userProfile:hover{background:var(--sidebar-accent)}.Sidebar-module__XRNO5a__avatar{background:var(--gradient-primary);width:40px;height:40px;color:var(--primary-foreground);font-size:var(--text-sm);font-weight:var(--font-bold);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__avatar{width:36px;height:36px;font-size:var(--text-xs)}.Sidebar-module__XRNO5a__userInfo{flex-direction:column;min-width:0;display:flex}.Sidebar-module__XRNO5a__userName{font-weight:var(--font-semibold);color:var(--sidebar-foreground);font-size:var(--text-sm);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Sidebar-module__XRNO5a__logoutBtn{color:var(--sidebar-foreground);opacity:.55;font-size:var(--text-xs);cursor:pointer;text-align:left;background:0 0;border:none;margin-top:2px;padding:0;transition:color .2s,opacity .2s}.Sidebar-module__XRNO5a__logoutBtn:hover{color:var(--destructive);opacity:1}.Sidebar-module__XRNO5a__clickable{cursor:pointer}.Sidebar-module__XRNO5a__avatarWrapper{flex-shrink:0;position:relative}.Sidebar-module__XRNO5a__onlineIndicator{border:2px solid var(--sidebar-background);border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.Sidebar-module__XRNO5a__onlineIndicator.Sidebar-module__XRNO5a__online{background:var(--success)}.Sidebar-module__XRNO5a__onlineIndicator.Sidebar-module__XRNO5a__offline{background:var(--muted-foreground)}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__onlineIndicator{width:10px;height:10px}.Sidebar-module__XRNO5a__onlineToggle{width:100%;padding:var(--space-2)var(--space-3);margin-top:var(--space-2);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;border:1px solid #0000;transition:all .2s}.Sidebar-module__XRNO5a__toggleOnline{background:var(--status-green-bg);color:var(--status-green-text);border-color:var(--status-green-border)}.Sidebar-module__XRNO5a__toggleOnline:hover{background:var(--status-green-text);color:var(--background)}.Sidebar-module__XRNO5a__toggleOffline{background:var(--status-gray-bg);color:var(--status-gray-text);border-color:var(--status-gray-border)}.Sidebar-module__XRNO5a__toggleOffline:hover{background:var(--status-gray-text);color:var(--background)}@media (max-width:900px){.Sidebar-module__XRNO5a__sidebar{width:100%;height:auto;padding:var(--space-2)var(--space-4);border-top:1px solid var(--sidebar-border);z-index:100;border-right:none;border-radius:0;flex-direction:row;position:fixed;inset:auto 0 0}.Sidebar-module__XRNO5a__sidebar.Sidebar-module__XRNO5a__collapsed{width:100%;padding:var(--space-2)var(--space-4)}.Sidebar-module__XRNO5a__logoSection,.Sidebar-module__XRNO5a__toggleBtn{display:none}.Sidebar-module__XRNO5a__nav{gap:var(--space-1);-webkit-overflow-scrolling:touch;flex-direction:row;flex:1;justify-content:space-around;overflow-x:auto}.Sidebar-module__XRNO5a__navItem{padding:var(--space-2)var(--space-3);flex-direction:column;gap:.25rem;min-width:56px}.Sidebar-module__XRNO5a__collapsed .Sidebar-module__XRNO5a__navItem{padding:var(--space-2)var(--space-3)}.Sidebar-module__XRNO5a__navItem:before{display:none}.Sidebar-module__XRNO5a__navIcon{font-size:1.25rem}.Sidebar-module__XRNO5a__navLabel{text-align:center;font-size:.65rem}.Sidebar-module__XRNO5a__footer{display:none}}
.AIWidget-module__gUlhOq__fab{z-index:1000;background:var(--color-primary,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 4px 16px #0003}.AIWidget-module__gUlhOq__fab:hover{transform:scale(1.08);box-shadow:0 6px 20px #00000040}.AIWidget-module__gUlhOq__fab.AIWidget-module__gUlhOq__fabRight{left:unset;right:24px}.AIWidget-module__gUlhOq__panel{z-index:1000;background:var(--color-bg-secondary,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;flex-direction:column;width:380px;max-height:calc(100vh - 120px);animation:.2s AIWidget-module__gUlhOq__slideUp;display:flex;position:fixed;bottom:88px;left:24px;overflow:hidden;box-shadow:0 8px 32px #00000026}.AIWidget-module__gUlhOq__panel.AIWidget-module__gUlhOq__panelRight{left:unset;right:24px}@keyframes AIWidget-module__gUlhOq__slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.AIWidget-module__gUlhOq__header{border-bottom:1px solid var(--color-border,#e2e8f0);background:var(--color-bg-primary,#f8fafc);flex-shrink:0;align-items:center;gap:10px;padding:14px 16px;display:flex}.AIWidget-module__gUlhOq__headerIcon{color:var(--color-primary,#6366f1);flex-shrink:0}.AIWidget-module__gUlhOq__headerTitle{color:var(--color-text-primary,#1e293b);flex:1;font-size:14px;font-weight:600}.AIWidget-module__gUlhOq__headerAgentName{color:var(--color-text-secondary,#64748b);font-size:12px}.AIWidget-module__gUlhOq__headerActions{gap:4px;display:flex}.AIWidget-module__gUlhOq__headerBtn{cursor:pointer;color:var(--color-text-secondary,#64748b);background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background .15s,color .15s;display:flex}.AIWidget-module__gUlhOq__headerBtn:hover{background:var(--color-hover,#f1f5f9);color:var(--color-text-primary,#1e293b)}.AIWidget-module__gUlhOq__messages{flex-direction:column;flex:1;gap:12px;min-height:200px;padding:16px;display:flex;overflow-y:auto}.AIWidget-module__gUlhOq__messageBubble{word-break:break-word;border-radius:12px;max-width:85%;padding:10px 14px;font-size:13px;line-height:1.5}.AIWidget-module__gUlhOq__messageUser{background:var(--color-primary,#6366f1);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.AIWidget-module__gUlhOq__messageAI{background:var(--color-bg-tertiary,#f1f5f9);color:var(--color-text-primary,#1e293b);border-bottom-left-radius:4px;align-self:flex-start}.AIWidget-module__gUlhOq__messageAI a{color:var(--color-primary,#6366f1);text-decoration:underline}.AIWidget-module__gUlhOq__typing{background:var(--color-bg-tertiary,#f1f5f9);border-radius:12px 12px 12px 4px;align-self:flex-start;gap:4px;padding:10px 14px;display:flex}.AIWidget-module__gUlhOq__typingDot{background:var(--color-text-secondary,#94a3b8);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite AIWidget-module__gUlhOq__bounce}.AIWidget-module__gUlhOq__typingDot:nth-child(2){animation-delay:.2s}.AIWidget-module__gUlhOq__typingDot:nth-child(3){animation-delay:.4s}@keyframes AIWidget-module__gUlhOq__bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.AIWidget-module__gUlhOq__empty{color:var(--color-text-secondary,#94a3b8);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;padding:24px;display:flex}.AIWidget-module__gUlhOq__emptyIcon{opacity:.4}.AIWidget-module__gUlhOq__emptyText{font-size:13px}.AIWidget-module__gUlhOq__noAgent{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.AIWidget-module__gUlhOq__noAgentText{color:var(--color-text-secondary,#64748b);font-size:13px}.AIWidget-module__gUlhOq__noAgentLink{color:var(--color-primary,#6366f1);font-size:13px;font-weight:500;text-decoration:none}.AIWidget-module__gUlhOq__noAgentLink:hover{text-decoration:underline}.AIWidget-module__gUlhOq__inputRow{border-top:1px solid var(--color-border,#e2e8f0);flex-shrink:0;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.AIWidget-module__gUlhOq__input{resize:none;border:1px solid var(--color-border,#e2e8f0);background:var(--color-bg-primary,#fff);color:var(--color-text-primary,#1e293b);border-radius:10px;outline:none;flex:1;max-height:100px;padding:8px 12px;font-family:inherit;font-size:13px;line-height:1.4}.AIWidget-module__gUlhOq__input:focus{border-color:var(--color-primary,#6366f1)}.AIWidget-module__gUlhOq__sendBtn{background:var(--color-primary,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s;display:flex}.AIWidget-module__gUlhOq__sendBtn:hover:not(:disabled){background:#4f46e5}.AIWidget-module__gUlhOq__sendBtn:disabled{opacity:.5;cursor:not-allowed}.AIWidget-module__gUlhOq__clearBtn{cursor:pointer;color:var(--color-text-secondary,#94a3b8);white-space:nowrap;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-size:11px;transition:color .15s}.AIWidget-module__gUlhOq__clearBtn:hover{color:var(--color-text-primary,#1e293b)}.AIWidget-module__gUlhOq__inputMeta{flex-shrink:0;justify-content:flex-end;align-items:center;padding:0 16px 8px;display:flex}.AIWidget-module__gUlhOq__attachBtn{width:32px;height:32px;color:var(--color-text-secondary,#94a3b8);border-radius:8px;flex-shrink:0;transition:color .15s,background .15s}.AIWidget-module__gUlhOq__attachBtn:hover:not(:disabled){color:var(--color-primary,#6366f1);background:var(--color-hover,#f1f5f9)}.AIWidget-module__gUlhOq__attachBtnDisabled{opacity:.35;cursor:not-allowed}.AIWidget-module__gUlhOq__attachPreview{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:8px 16px 0;display:flex}.AIWidget-module__gUlhOq__attachChip{background:var(--color-bg-tertiary,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;align-items:center;gap:5px;max-width:160px;padding:4px 6px 4px 4px;display:flex}.AIWidget-module__gUlhOq__attachChipImg{-o-object-fit:cover;object-fit:cover;border-radius:5px;flex-shrink:0;width:28px;height:28px}.AIWidget-module__gUlhOq__attachChipIcon{background:var(--color-border,#e2e8f0);width:28px;height:28px;color:var(--color-text-secondary,#64748b);border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AIWidget-module__gUlhOq__attachChipName{color:var(--color-text-primary,#1e293b);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:11px;overflow:hidden}.AIWidget-module__gUlhOq__attachChipRemove{cursor:pointer;color:var(--color-text-secondary,#94a3b8);background:0 0;border:none;border-radius:3px;flex-shrink:0;align-items:center;padding:1px;transition:color .15s;display:flex}.AIWidget-module__gUlhOq__attachChipRemove:hover{color:#ef4444}.AIWidget-module__gUlhOq__msgAttachments{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.AIWidget-module__gUlhOq__msgImgThumb{-o-object-fit:cover;object-fit:cover;border-radius:8px;width:120px;height:90px;display:block}.AIWidget-module__gUlhOq__msgFileChip{background:#ffffff40;border:1px solid #fff6;border-radius:6px;align-items:center;gap:4px;padding:3px 7px;font-size:11px;display:inline-flex}
.NotificationBell-module__lVJ7vW__wrapper{z-index:900;position:fixed;top:1rem;right:1.25rem}.NotificationBell-module__lVJ7vW__bellButton{border:1px solid var(--border);background:var(--background);width:42px;height:42px;color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:background .15s;display:flex;position:relative;box-shadow:0 2px 8px #00000014}.NotificationBell-module__lVJ7vW__bellButton:hover{background:var(--muted)}.NotificationBell-module__lVJ7vW__badge{color:#fff;background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 4px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.NotificationBell-module__lVJ7vW__panel{background:var(--background);border:1px solid var(--border);border-radius:12px;width:360px;max-width:90vw;position:absolute;top:52px;right:0;overflow:hidden;box-shadow:0 8px 28px #0000002e}.NotificationBell-module__lVJ7vW__panelHeader{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.9rem 1rem;font-size:.95rem;font-weight:600;display:flex}.NotificationBell-module__lVJ7vW__markAll{color:var(--primary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.8rem;display:flex}.NotificationBell-module__lVJ7vW__list{max-height:420px;overflow-y:auto}.NotificationBell-module__lVJ7vW__empty{text-align:center;color:var(--muted-foreground);padding:2rem 1rem;font-size:.85rem}.NotificationBell-module__lVJ7vW__item{text-align:left;border:none;border-left:3px solid #0000;border-bottom:1px solid var(--border);cursor:pointer;background:0 0;width:100%;padding:.8rem 1rem;transition:background .12s;display:block}.NotificationBell-module__lVJ7vW__item:hover{background:var(--muted)}.NotificationBell-module__lVJ7vW__unread{background:color-mix(in srgb,var(--primary)7%,transparent)}.NotificationBell-module__lVJ7vW__itemTitle{color:var(--foreground);align-items:center;gap:.4rem;font-size:.88rem;font-weight:600;display:flex}.NotificationBell-module__lVJ7vW__itemIcon{flex-shrink:0;align-items:center;display:flex}.NotificationBell-module__lVJ7vW__dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-left:auto}.NotificationBell-module__lVJ7vW__itemMessage{color:var(--muted-foreground);margin-top:.2rem;font-size:.82rem;line-height:1.3}.NotificationBell-module__lVJ7vW__addressRow{color:var(--foreground);align-items:flex-start;gap:.35rem;margin-top:.35rem;font-size:.82rem;line-height:1.3;display:flex}.NotificationBell-module__lVJ7vW__addressRow svg{color:var(--muted-foreground);flex-shrink:0;margin-top:2px}.NotificationBell-module__lVJ7vW__metaRow{flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.5rem;display:flex}.NotificationBell-module__lVJ7vW__valueChip{color:#10b981;font-size:.82rem;font-weight:700}.NotificationBell-module__lVJ7vW__discountChip{color:#dc2626;font-size:.78rem;font-weight:600}.NotificationBell-module__lVJ7vW__typeBadge{text-transform:uppercase;letter-spacing:.03em;background:var(--muted);color:var(--muted-foreground);border-radius:6px;padding:.1rem .4rem;font-size:.68rem;font-weight:600}.NotificationBell-module__lVJ7vW__metaDate{color:var(--muted-foreground);align-items:center;gap:.25rem;font-size:.75rem;display:inline-flex}.NotificationBell-module__lVJ7vW__itemFooter{justify-content:space-between;align-items:center;margin-top:.55rem;display:flex}.NotificationBell-module__lVJ7vW__itemTime{color:var(--muted-foreground);font-size:.72rem}.NotificationBell-module__lVJ7vW__viewBtn{border:1px solid var(--border);background:var(--background);color:var(--primary);cursor:pointer;border-radius:7px;align-items:center;gap:.3rem;padding:.32rem .6rem;font-size:.76rem;font-weight:600;transition:background .12s;display:inline-flex}.NotificationBell-module__lVJ7vW__viewBtn:hover{background:var(--muted)}
.ImpersonationBanner-module__gutb2a__banner{z-index:9999;color:#fff;background:linear-gradient(90deg,#b45309,#d97706);align-items:center;gap:.6rem;height:40px;padding:0 1rem;font-size:.82rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 12px #b4530959}.ImpersonationBanner-module__gutb2a__icon{flex-shrink:0}.ImpersonationBanner-module__gutb2a__text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.ImpersonationBanner-module__gutb2a__exit{color:#fff;cursor:pointer;white-space:nowrap;background:#ffffff26;border:1px solid #ffffff73;border-radius:6px;flex-shrink:0;align-items:center;gap:.35rem;padding:.3rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.ImpersonationBanner-module__gutb2a__exit:hover:not(:disabled){background:#ffffff47}.ImpersonationBanner-module__gutb2a__exit:disabled{opacity:.6;cursor:not-allowed}body.impersonating{padding-top:40px}@media (max-width:640px){.ImpersonationBanner-module__gutb2a__banner{padding:0 .6rem;font-size:.75rem}}
.forgot-password-module__4qsmYq__container{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.forgot-password-module__4qsmYq__brandPanel{background:var(--gradient-hero);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.forgot-password-module__4qsmYq__brandPanel:before{content:"";background:radial-gradient(circle,#3b9fff26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-100px}.forgot-password-module__4qsmYq__brandPanel:after{content:"";background:radial-gradient(circle,#2d7fcc1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-50px;left:-50px}.forgot-password-module__4qsmYq__brandContent{z-index:1;text-align:center;max-width:400px;position:relative}.forgot-password-module__4qsmYq__logoWrapper{justify-content:center;margin-bottom:2rem;display:flex}.forgot-password-module__4qsmYq__owlGif{filter:drop-shadow(0 4px 12px #0000001a)}.forgot-password-module__4qsmYq__brandTitle{color:var(--brand-charcoal);margin-bottom:1rem;font-size:2rem;font-weight:800}.forgot-password-module__4qsmYq__brandText{color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}.forgot-password-module__4qsmYq__formPanel{background:var(--background);justify-content:center;align-items:center;padding:3rem;display:flex}.forgot-password-module__4qsmYq__formContainer{width:100%;max-width:400px}.forgot-password-module__4qsmYq__mobileHeader{margin-bottom:2rem;display:none}.forgot-password-module__4qsmYq__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.forgot-password-module__4qsmYq__subtitle{color:var(--muted-foreground);margin-bottom:2rem}.forgot-password-module__4qsmYq__error{color:var(--destructive);border-radius:var(--radius);background:#ef44441a;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.forgot-password-module__4qsmYq__success{color:#15803d;border-radius:var(--radius);background:#22c55e1a;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;display:flex}.forgot-password-module__4qsmYq__form{flex-direction:column;gap:1.25rem;display:flex}.forgot-password-module__4qsmYq__formGroup{flex-direction:column;gap:.5rem;display:flex}.forgot-password-module__4qsmYq__label{color:var(--foreground);font-size:.9rem;font-weight:500}.forgot-password-module__4qsmYq__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.forgot-password-module__4qsmYq__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b9fff26}.forgot-password-module__4qsmYq__submitButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-md);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.forgot-password-module__4qsmYq__submitButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.forgot-password-module__4qsmYq__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.forgot-password-module__4qsmYq__backLink{text-align:center;margin-top:2rem;font-size:.95rem}.forgot-password-module__4qsmYq__backLink a{color:var(--primary);font-weight:600}.forgot-password-module__4qsmYq__backLink a:hover{text-decoration:underline}@media (max-width:900px){.forgot-password-module__4qsmYq__container{grid-template-columns:1fr}.forgot-password-module__4qsmYq__brandPanel{display:none}.forgot-password-module__4qsmYq__formPanel{align-items:flex-start;min-height:100vh;padding:3rem 1.5rem 2rem}.forgot-password-module__4qsmYq__mobileHeader{justify-content:center;display:flex}.forgot-password-module__4qsmYq__formContainer{max-width:100%}.forgot-password-module__4qsmYq__title{text-align:center;font-size:1.5rem}.forgot-password-module__4qsmYq__subtitle{text-align:center;margin-bottom:1.5rem}.forgot-password-module__4qsmYq__input{padding:1rem;font-size:16px}.forgot-password-module__4qsmYq__submitButton{padding:1rem}.forgot-password-module__4qsmYq__submitButton:hover{transform:none}.forgot-password-module__4qsmYq__backLink{margin-top:1.5rem}}
.login-module__q3r_BG__container{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.login-module__q3r_BG__brandPanel{background:var(--gradient-hero);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.login-module__q3r_BG__brandPanel:before{content:"";background:radial-gradient(circle,#3b9fff26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-100px}.login-module__q3r_BG__brandPanel:after{content:"";background:radial-gradient(circle,#2d7fcc1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-50px;left:-50px}.login-module__q3r_BG__brandContent{z-index:1;text-align:center;max-width:400px;position:relative}.login-module__q3r_BG__logoWrapper{justify-content:center;margin-bottom:2rem;display:flex}.login-module__q3r_BG__owlGif{filter:drop-shadow(0 4px 12px #0000001a)}.login-module__q3r_BG__brandTitle{color:var(--brand-charcoal);margin-bottom:1rem;font-size:2rem;font-weight:800}.login-module__q3r_BG__brandText{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.login-module__q3r_BG__features{flex-direction:column;gap:1rem;display:flex}.login-module__q3r_BG__feature{color:var(--foreground);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.login-module__q3r_BG__featureIcon{border-radius:var(--radius);background:#3b9fff1a;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.login-module__q3r_BG__formPanel{background:var(--background);justify-content:center;align-items:center;padding:3rem;display:flex}.login-module__q3r_BG__formContainer{width:100%;max-width:400px}.login-module__q3r_BG__mobileHeader{margin-bottom:2rem;display:none}.login-module__q3r_BG__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.login-module__q3r_BG__subtitle{color:var(--muted-foreground);margin-bottom:2rem}.login-module__q3r_BG__error{color:var(--destructive);border-radius:var(--radius);background:#ef44441a;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.login-module__q3r_BG__googleButton{background:var(--background);width:100%;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.login-module__q3r_BG__googleButton:hover{background:var(--muted);border-color:var(--primary)}.login-module__q3r_BG__divider{color:var(--muted-foreground);align-items:center;margin:1.5rem 0;font-size:.85rem;display:flex}.login-module__q3r_BG__divider:before,.login-module__q3r_BG__divider:after{content:"";background:var(--border);flex:1;height:1px}.login-module__q3r_BG__divider span{padding:0 1rem}.login-module__q3r_BG__form{flex-direction:column;gap:1.25rem;display:flex}.login-module__q3r_BG__formGroup{flex-direction:column;gap:.5rem;display:flex}.login-module__q3r_BG__label{color:var(--foreground);font-size:.9rem;font-weight:500}.login-module__q3r_BG__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.login-module__q3r_BG__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b9fff26}.login-module__q3r_BG__rememberGroup{justify-content:space-between;align-items:center;margin-top:-.25rem;display:flex}.login-module__q3r_BG__forgotPasswordLink{color:var(--primary);font-size:.9rem;font-weight:500;text-decoration:none;transition:opacity .2s}.login-module__q3r_BG__forgotPasswordLink:hover{opacity:.85;text-decoration:underline}.login-module__q3r_BG__rememberLabel{color:var(--muted-foreground);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.login-module__q3r_BG__checkbox{border:1px solid var(--border);cursor:pointer;width:1rem;height:1rem;accent-color:var(--primary);border-radius:4px}.login-module__q3r_BG__submitButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-md);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.login-module__q3r_BG__submitButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.login-module__q3r_BG__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.login-module__q3r_BG__registerLink{text-align:center;color:var(--muted-foreground);margin-top:2rem;font-size:.95rem}.login-module__q3r_BG__registerLink a{color:var(--primary);font-weight:600}.login-module__q3r_BG__registerLink a:hover{text-decoration:underline}@media (max-width:900px){.login-module__q3r_BG__container{grid-template-columns:1fr}.login-module__q3r_BG__brandPanel{display:none}.login-module__q3r_BG__formPanel{align-items:flex-start;min-height:100vh;padding:3rem 1.5rem 2rem}.login-module__q3r_BG__mobileHeader{justify-content:center;display:flex}.login-module__q3r_BG__formContainer{max-width:100%}.login-module__q3r_BG__title{text-align:center;font-size:1.5rem}.login-module__q3r_BG__subtitle{text-align:center;margin-bottom:1.5rem}.login-module__q3r_BG__googleButton{padding:1rem}.login-module__q3r_BG__input{padding:1rem;font-size:16px}.login-module__q3r_BG__submitButton{padding:1rem}.login-module__q3r_BG__submitButton:hover{transform:none}.login-module__q3r_BG__registerLink{margin-top:1.5rem}}
.register-module__MLSybq__container{grid-template-columns:1fr 1.2fr;height:100vh;display:grid}.register-module__MLSybq__brandPanel{background:var(--gradient-hero);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.register-module__MLSybq__brandPanel:before{content:"";background:radial-gradient(circle,#3b9fff26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-100px}.register-module__MLSybq__brandContent{z-index:1;text-align:center;max-width:400px;position:relative}.register-module__MLSybq__logoWrapper{justify-content:center;margin-bottom:2rem;display:flex}.register-module__MLSybq__owlGif{filter:drop-shadow(0 4px 12px #0000001a)}.register-module__MLSybq__brandTitle{color:var(--brand-charcoal);margin-bottom:1rem;font-size:2rem;font-weight:800}.register-module__MLSybq__brandText{color:var(--muted-foreground);margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.register-module__MLSybq__testimonial{border-radius:var(--radius-lg);border:1px solid var(--border);background:#fffc;padding:1.5rem}.register-module__MLSybq__valueCard{text-align:left;border-radius:var(--radius-lg);border:1px solid var(--border);color:var(--foreground);background:#ffffffd1;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.register-module__MLSybq__valueCard strong{font-size:1rem}.register-module__MLSybq__valueCard span{color:var(--muted-foreground);padding-left:1.25rem;font-size:.9rem;line-height:1.4;position:relative}.register-module__MLSybq__valueCard span:before{content:"✓";color:var(--primary);font-weight:800;position:absolute;left:0}.register-module__MLSybq__quote{color:var(--foreground);margin-bottom:1rem;font-size:1rem;font-style:italic;line-height:1.5}.register-module__MLSybq__author{align-items:center;gap:.75rem;display:flex}.register-module__MLSybq__authorAvatar{background:var(--gradient-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.register-module__MLSybq__authorName{color:var(--foreground);font-size:.9rem;font-weight:600}.register-module__MLSybq__authorRole{color:var(--muted-foreground);font-size:.8rem}.register-module__MLSybq__formPanel{background:var(--background);justify-content:center;align-items:flex-start;height:100vh;padding:3rem;display:flex;overflow-y:auto}.register-module__MLSybq__formContainer{width:100%;max-width:480px;margin:auto 0}.register-module__MLSybq__mobileHeader{margin-bottom:2rem;display:none}.register-module__MLSybq__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.register-module__MLSybq__subtitle{color:var(--muted-foreground);margin-bottom:1.5rem}.register-module__MLSybq__error{color:var(--destructive);border-radius:var(--radius);background:#ef44441a;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.register-module__MLSybq__googleButton{background:var(--background);width:100%;color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;justify-content:center;align-items:center;gap:.75rem;padding:.875rem;font-size:.95rem;font-weight:500;transition:all .2s;display:flex}.register-module__MLSybq__googleButton:hover{background:var(--muted);border-color:var(--primary)}.register-module__MLSybq__googleButton:disabled{opacity:.55;cursor:not-allowed}.register-module__MLSybq__accountTypeFieldset{border:0;margin:0 0 1.5rem;padding:0}.register-module__MLSybq__accountTypeLegend{color:var(--foreground);margin-bottom:.65rem;font-size:.85rem;font-weight:600}.register-module__MLSybq__accountTypeGrid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.register-module__MLSybq__accountTypeCard{text-align:left;min-height:112px;color:var(--foreground);background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;grid-template-columns:auto 1fr;gap:.7rem;padding:1rem;transition:border-color .2s,box-shadow .2s,transform .2s;display:grid;position:relative}.register-module__MLSybq__accountTypeCard:hover{border-color:var(--primary);transform:translateY(-1px)}.register-module__MLSybq__accountTypeCardSelected{border-color:var(--primary);box-shadow:0 0 0 3px #3b9fff24}.register-module__MLSybq__accountTypeIcon{width:36px;height:36px;color:var(--primary);background:#3b9fff1f;border-radius:10px;place-items:center;display:grid}.register-module__MLSybq__accountTypeCopy{flex-direction:column;gap:.35rem;min-width:0;display:flex}.register-module__MLSybq__accountTypeCopy strong{font-size:.95rem}.register-module__MLSybq__accountTypeCopy small{color:var(--muted-foreground);font-size:.76rem;line-height:1.35}.register-module__MLSybq__accountTypeCheck{color:#fff;background:var(--primary);border-radius:50%;padding:2px;position:absolute;top:.65rem;right:.65rem}.register-module__MLSybq__divider{color:var(--muted-foreground);align-items:center;margin:1.5rem 0;font-size:.85rem;display:flex}.register-module__MLSybq__divider:before,.register-module__MLSybq__divider:after{content:"";background:var(--border);flex:1;height:1px}.register-module__MLSybq__divider span{padding:0 1rem}.register-module__MLSybq__form{flex-direction:column;gap:1rem;display:flex}.register-module__MLSybq__row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.register-module__MLSybq__formGroup{flex-direction:column;gap:.5rem;display:flex}.register-module__MLSybq__label{color:var(--foreground);font-size:.85rem;font-weight:500}.register-module__MLSybq__hint{color:var(--muted-foreground);font-size:.76rem;line-height:1.4}.register-module__MLSybq__input,.register-module__MLSybq__select{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.register-module__MLSybq__input:focus,.register-module__MLSybq__select:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b9fff26}.register-module__MLSybq__submitButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-md);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.register-module__MLSybq__submitButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.register-module__MLSybq__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.register-module__MLSybq__loginLink{text-align:center;color:var(--muted-foreground);margin-top:1.5rem;font-size:.95rem}.register-module__MLSybq__loginLink a{color:var(--primary);font-weight:600}.register-module__MLSybq__successPanel{background:var(--gradient-hero);grid-column:1/-1;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.register-module__MLSybq__successContent{text-align:center;max-width:450px;padding:2rem}.register-module__MLSybq__successTitle{color:var(--brand-charcoal);margin:1.5rem 0 1rem;font-size:2.5rem;font-weight:800}.register-module__MLSybq__successText{color:var(--foreground);margin-bottom:.5rem;font-size:1.1rem}.register-module__MLSybq__successSubtext{color:var(--muted-foreground);margin-bottom:2rem;font-size:1rem}.register-module__MLSybq__successButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);padding:1rem 2rem;font-weight:600;transition:all .3s;display:inline-block}.register-module__MLSybq__successButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}@media (max-width:900px){.register-module__MLSybq__container{grid-template-columns:1fr;height:auto;min-height:100vh}.register-module__MLSybq__brandPanel{display:none}.register-module__MLSybq__formPanel{align-items:flex-start;height:auto;min-height:100vh;padding:3rem 1.5rem 2rem}.register-module__MLSybq__mobileHeader{justify-content:center;display:flex}.register-module__MLSybq__formContainer{max-width:100%;margin:0}.register-module__MLSybq__title{text-align:center;font-size:1.5rem}.register-module__MLSybq__subtitle{text-align:center}.register-module__MLSybq__row,.register-module__MLSybq__accountTypeGrid{grid-template-columns:1fr}.register-module__MLSybq__accountTypeCard{min-height:96px}.register-module__MLSybq__input,.register-module__MLSybq__select{padding:1rem;font-size:16px}.register-module__MLSybq__submitButton{padding:1rem}.register-module__MLSybq__submitButton:hover{transform:none}.register-module__MLSybq__successPanel{padding:1.5rem}.register-module__MLSybq__successContent{padding:1rem}.register-module__MLSybq__successContent img{width:72px!important;height:72px!important}.register-module__MLSybq__successTitle{font-size:1.75rem}.register-module__MLSybq__successText{font-size:1rem}.register-module__MLSybq__successSubtext{font-size:.9rem}}.register-module__MLSybq__termsGroup{margin-top:.5rem}.register-module__MLSybq__checkboxLabel{color:var(--muted-foreground);cursor:pointer;align-items:flex-start;gap:.75rem;font-size:.9rem;display:flex}.register-module__MLSybq__checkbox{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;margin-top:2px}.register-module__MLSybq__termsLink{color:var(--primary);font-weight:500;text-decoration:underline}.register-module__MLSybq__termsLink:hover{color:var(--primary-dark)}
.reset-password-module__VFlLCq__container{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.reset-password-module__VFlLCq__brandPanel{background:var(--gradient-hero);justify-content:center;align-items:center;padding:3rem;display:flex;position:relative;overflow:hidden}.reset-password-module__VFlLCq__brandPanel:before{content:"";background:radial-gradient(circle,#3b9fff26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-150px;right:-100px}.reset-password-module__VFlLCq__brandPanel:after{content:"";background:radial-gradient(circle,#2d7fcc1a 0%,#0000 70%);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-50px;left:-50px}.reset-password-module__VFlLCq__brandContent{z-index:1;text-align:center;max-width:400px;position:relative}.reset-password-module__VFlLCq__logoWrapper{justify-content:center;margin-bottom:2rem;display:flex}.reset-password-module__VFlLCq__owlGif{filter:drop-shadow(0 4px 12px #0000001a)}.reset-password-module__VFlLCq__brandTitle{color:var(--brand-charcoal);margin-bottom:1rem;font-size:2rem;font-weight:800}.reset-password-module__VFlLCq__brandText{color:var(--muted-foreground);font-size:1.1rem;line-height:1.6}.reset-password-module__VFlLCq__formPanel{background:var(--background);justify-content:center;align-items:center;padding:3rem;display:flex}.reset-password-module__VFlLCq__formContainer{width:100%;max-width:400px}.reset-password-module__VFlLCq__mobileHeader{margin-bottom:2rem;display:none}.reset-password-module__VFlLCq__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.75rem;font-weight:800}.reset-password-module__VFlLCq__subtitle{color:var(--muted-foreground);margin-bottom:2rem}.reset-password-module__VFlLCq__error{color:var(--destructive);border-radius:var(--radius);background:#ef44441a;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.reset-password-module__VFlLCq__info{background:var(--muted);color:var(--muted-foreground);border-radius:var(--radius);text-align:center;padding:.875rem 1rem;font-size:.95rem}.reset-password-module__VFlLCq__success{color:#15803d;border-radius:var(--radius);background:#22c55e1a;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;font-size:.95rem;line-height:1.5;display:flex}.reset-password-module__VFlLCq__form{flex-direction:column;gap:1.25rem;display:flex}.reset-password-module__VFlLCq__formGroup{flex-direction:column;gap:.5rem;display:flex}.reset-password-module__VFlLCq__label{color:var(--foreground);font-size:.9rem;font-weight:500}.reset-password-module__VFlLCq__input{border:1px solid var(--border);border-radius:var(--radius);background:var(--background);padding:.875rem 1rem;font-size:1rem;transition:all .2s}.reset-password-module__VFlLCq__input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #3b9fff26}.reset-password-module__VFlLCq__submitButton{background:var(--gradient-primary);color:#fff;border-radius:var(--radius);cursor:pointer;box-shadow:var(--shadow-md);border:none;margin-top:.5rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.reset-password-module__VFlLCq__submitButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.reset-password-module__VFlLCq__submitButton:disabled{opacity:.7;cursor:not-allowed;transform:none}.reset-password-module__VFlLCq__backLink{text-align:center;margin-top:2rem;font-size:.95rem}.reset-password-module__VFlLCq__backLink a{color:var(--primary);font-weight:600}.reset-password-module__VFlLCq__backLink a:hover{text-decoration:underline}@media (max-width:900px){.reset-password-module__VFlLCq__container{grid-template-columns:1fr}.reset-password-module__VFlLCq__brandPanel{display:none}.reset-password-module__VFlLCq__formPanel{align-items:flex-start;min-height:100vh;padding:3rem 1.5rem 2rem}.reset-password-module__VFlLCq__mobileHeader{justify-content:center;display:flex}.reset-password-module__VFlLCq__formContainer{max-width:100%}.reset-password-module__VFlLCq__title{text-align:center;font-size:1.5rem}.reset-password-module__VFlLCq__subtitle{text-align:center;margin-bottom:1.5rem}.reset-password-module__VFlLCq__input{padding:1rem;font-size:16px}.reset-password-module__VFlLCq__submitButton{padding:1rem}.reset-password-module__VFlLCq__submitButton:hover{transform:none}.reset-password-module__VFlLCq__backLink{margin-top:1.5rem}}
.DashboardLayout-module__BSeK-q__container{background-color:var(--secondary);min-height:100vh;display:flex}.DashboardLayout-module__BSeK-q__main{flex:1;width:calc(100% - 260px);max-width:1600px;margin-left:260px;margin-right:auto;padding:2rem;transition:margin-left .3s,width .3s;overflow-y:auto}.DashboardLayout-module__BSeK-q__main.DashboardLayout-module__BSeK-q__collapsed{width:calc(100% - 72px);margin-left:72px}@media (max-width:900px){.DashboardLayout-module__BSeK-q__main{width:100%;margin-left:0;padding:1rem 1rem 5rem}.DashboardLayout-module__BSeK-q__main.DashboardLayout-module__BSeK-q__collapsed{width:100%;margin-left:0}}.DashboardLayout-module__BSeK-q__main.DashboardLayout-module__BSeK-q__fullWidth{max-width:none;margin-right:0}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=header] :is(h1,h2){color:var(--color-text-primary);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin-top:0;margin-bottom:0;font-size:var(--text-xl)!important;font-weight:var(--font-semibold)!important}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=pageHeader] :is(h1,h2){color:var(--color-text-primary);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin-top:0;margin-bottom:0;font-size:var(--text-xl)!important;font-weight:var(--font-semibold)!important}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=topbar] :is(h1,h2){color:var(--color-text-primary);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin-top:0;margin-bottom:0;font-size:var(--text-xl)!important;font-weight:var(--font-semibold)!important}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>h1{color:var(--color-text-primary);letter-spacing:var(--tracking-tight);line-height:var(--leading-tight);margin-top:0;margin-bottom:0;font-size:var(--text-xl)!important;font-weight:var(--font-semibold)!important}:is(:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=header] p,:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=pageHeader] p,:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=topbar] p){display:none}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=header] h1 svg{display:none}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=header] h2 svg{display:none}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=pageHeader] :is(h1,h2) svg{display:none}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=header] [class*=titleWrap]>svg{display:none}:root[data-brand=digitalimob] .DashboardLayout-module__BSeK-q__main>div>[class*=topbar] h1 svg{display:none}
