.forgot-password-module__OTuODG__authRoot{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}@keyframes forgot-password-module__OTuODG__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes forgot-password-module__OTuODG__slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.forgot-password-module__OTuODG__brandPanel{background:linear-gradient(135deg,var(--brand-deeper)0%,var(--brand-dark)55%,var(--brand)100%);padding:var(--space-12)var(--space-10);flex-direction:column;justify-content:space-between;display:flex;position:relative;overflow:hidden}.forgot-password-module__OTuODG__brandPanel:before{content:"";pointer-events:none;background:#ffffff0a;border-radius:50%;width:360px;height:360px;position:absolute;top:-80px;right:-80px}.forgot-password-module__OTuODG__brandPanel:after{content:"";pointer-events:none;background:#ffffff08;border-radius:50%;width:240px;height:240px;position:absolute;bottom:-60px;left:-60px}.forgot-password-module__OTuODG__brandLogo{align-items:center;gap:var(--space-3);z-index:1;display:flex;position:relative}.forgot-password-module__OTuODG__brandMonogram{border-radius:var(--radius-md);width:40px;height:40px;color:var(--white);font-size:var(--text-xl);font-weight:var(--weight-medium);background:#ffffff26;flex-shrink:0;justify-content:center;align-items:center;display:flex}.forgot-password-module__OTuODG__brandWordmark{color:var(--white);font-size:var(--text-2xl);font-weight:var(--weight-medium)}.forgot-password-module__OTuODG__brandBody{z-index:1;position:relative}.forgot-password-module__OTuODG__trustStrip{gap:var(--space-3);z-index:1;flex-direction:column;display:flex;position:relative}.forgot-password-module__OTuODG__trustItem{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);padding:var(--space-2)var(--space-4);font-size:var(--text-xs);color:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:fit-content;transition:all var(--duration-2)var(--ease);background:#ffffff1f;border:1px solid #fff3;display:inline-flex}.forgot-password-module__OTuODG__trustItem:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translate(4px)}.forgot-password-module__OTuODG__formPanel{background:var(--white);padding:var(--space-10);justify-content:center;align-items:center;display:flex}.forgot-password-module__OTuODG__formCard{width:100%;max-width:420px;animation:forgot-password-module__OTuODG__fadeIn var(--duration-2)var(--ease)both}.forgot-password-module__OTuODG__backLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-brand);margin-bottom:var(--space-6);transition:opacity var(--duration-1)var(--ease);text-decoration:none;display:inline-flex}.forgot-password-module__OTuODG__backLink:hover{opacity:.75;text-decoration:underline}.forgot-password-module__OTuODG__formTitle{font-size:var(--text-2xl);font-weight:var(--weight-medium);color:var(--text-primary);letter-spacing:-.02em;margin:0 0 var(--space-2)}.forgot-password-module__OTuODG__formSubtitle{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 var(--space-6);line-height:1.5}.forgot-password-module__OTuODG__stepIndicator{margin-bottom:var(--space-8);align-items:flex-start;display:flex}.forgot-password-module__OTuODG__stepItem{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.forgot-password-module__OTuODG__stepDot{border-radius:var(--radius-full);background:var(--text-tertiary);flex-shrink:0;width:8px;height:8px}.forgot-password-module__OTuODG__stepDot_active{background:var(--brand)}.forgot-password-module__OTuODG__stepDot_done{background:var(--success)}.forgot-password-module__OTuODG__stepConnector{background:var(--border);height:1px;margin:4px var(--space-2)0;flex:1}.forgot-password-module__OTuODG__stepLabel{font-size:var(--text-xs);color:var(--text-tertiary);white-space:nowrap}.forgot-password-module__OTuODG__stepLabel_active{color:var(--text-brand);font-weight:var(--weight-medium)}.forgot-password-module__OTuODG__form{gap:var(--space-4);flex-direction:column;display:flex}.forgot-password-module__OTuODG__fieldGroup{gap:var(--space-1);flex-direction:column;display:flex}.forgot-password-module__OTuODG__label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase}.forgot-password-module__OTuODG__inputWrapper{position:relative}.forgot-password-module__OTuODG__inputIcon{left:var(--space-4);color:var(--text-tertiary);pointer-events:none;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.forgot-password-module__OTuODG__inputIcon svg{width:16px;height:16px}.forgot-password-module__OTuODG__input{width:100%;height:44px;padding:0 var(--space-4);border:1.5px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-base);color:var(--text-primary);background:var(--white);transition:border-color var(--duration-1)var(--ease),box-shadow var(--duration-1)var(--ease);box-sizing:border-box;outline:none}.forgot-password-module__OTuODG__inputWithIcon{padding-left:var(--space-10)}.forgot-password-module__OTuODG__input::placeholder{color:var(--text-disabled);opacity:1}.forgot-password-module__OTuODG__input:focus{border-color:var(--border-focus);box-shadow:0 0 0 3px #00a3bb1a}.forgot-password-module__OTuODG__inputError{border-color:var(--error);box-shadow:0 0 0 3px #dc262614}.forgot-password-module__OTuODG__input:disabled{background:var(--surface-raised);color:var(--text-disabled);cursor:not-allowed}.forgot-password-module__OTuODG__errorBanner{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)var(--space-4);background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--error);animation:forgot-password-module__OTuODG__slideIn var(--duration-1)var(--ease)both;display:flex}.forgot-password-module__OTuODG__errorBanner svg{flex-shrink:0;width:16px;height:16px;margin-top:1px}.forgot-password-module__OTuODG__successBanner{align-items:flex-start;gap:var(--space-3);padding:var(--space-3)var(--space-4);background:var(--success-bg);border:1px solid var(--success-border);border-radius:var(--radius-md);font-size:var(--text-sm);color:var(--success);animation:forgot-password-module__OTuODG__slideIn var(--duration-1)var(--ease)both;display:flex}.forgot-password-module__OTuODG__successBanner svg{flex-shrink:0;width:16px;height:16px;margin-top:1px}.forgot-password-module__OTuODG__formFooter{margin-top:var(--space-6);padding-top:var(--space-6);border-top:1px solid var(--border);text-align:center}.forgot-password-module__OTuODG__linkRow{font-size:var(--text-sm);color:var(--text-secondary);margin:0}.forgot-password-module__OTuODG__link{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-brand);text-decoration:none}.forgot-password-module__OTuODG__link:hover{text-decoration:underline}@media (max-width:1200px){.forgot-password-module__OTuODG__authRoot{grid-template-columns:1fr}.forgot-password-module__OTuODG__brandPanel{display:none}}@media (max-width:768px){.forgot-password-module__OTuODG__formPanel{padding:var(--space-8)var(--space-6)}}@media (max-width:480px){.forgot-password-module__OTuODG__formPanel{padding:var(--space-4);padding-top:var(--space-8);align-items:flex-start}.forgot-password-module__OTuODG__formCard{border-radius:var(--radius-lg);padding:var(--space-6)var(--space-4)}}
.BrandLogo-module__lJLe2G__root{justify-content:center;align-items:center;display:inline-flex}.BrandLogo-module__lJLe2G__icon{border-radius:var(--radius-md,12px);overflow:hidden}.BrandLogo-module__lJLe2G__iconLight{background:#ffffffeb;box-shadow:0 10px 24px #005a681f}.BrandLogo-module__lJLe2G__iconDark{background:#ffffff26;border:1px solid #ffffff29}.BrandLogo-module__lJLe2G__iconInner{width:100%;height:100%;position:relative}.BrandLogo-module__lJLe2G__iconImage{object-fit:contain;padding:10%}.BrandLogo-module__lJLe2G__full{width:100%;position:relative}.BrandLogo-module__lJLe2G__fullImage{object-fit:contain;width:70%;height:auto}.BrandLogo-module__lJLe2G__sm.BrandLogo-module__lJLe2G__icon{width:40px;height:40px}.BrandLogo-module__lJLe2G__md.BrandLogo-module__lJLe2G__icon{width:52px;height:52px}.BrandLogo-module__lJLe2G__lg.BrandLogo-module__lJLe2G__icon{width:64px;height:64px}.BrandLogo-module__lJLe2G__sm.BrandLogo-module__lJLe2G__full{max-width:148px}.BrandLogo-module__lJLe2G__md.BrandLogo-module__lJLe2G__full{max-width:220px}.BrandLogo-module__lJLe2G__lg.BrandLogo-module__lJLe2G__full{max-width:320px}
.layout-module__G4pE6G__shell{background:var(--surface);min-height:100vh;display:flex}.layout-module__G4pE6G__sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);height:100vh;padding:var(--space-4);background:var(--surface);transition:width var(--duration-2)var(--ease);z-index:40;flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0;overflow:hidden}.layout-module__G4pE6G__sidebarCollapsed{width:var(--sidebar-collapsed-width);padding:var(--space-2)}.layout-module__G4pE6G__sidebarCollapsed .layout-module__G4pE6G__sidebarLogo{padding:var(--space-2);justify-content:center}.layout-module__G4pE6G__sidebarCollapsed .layout-module__G4pE6G__navItem{justify-content:center;padding:0}.layout-module__G4pE6G__sidebarCollapsed .layout-module__G4pE6G__collapseBtn{padding:0}.layout-module__G4pE6G__sidebarLogo{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-3);min-height:var(--topbar-height);border-radius:var(--radius-xl);white-space:nowrap;flex-shrink:0;display:flex;overflow:hidden}.layout-module__G4pE6G__sidebarLogoFull{width:min(100%,240px)}.layout-module__G4pE6G__sidebarLogoIcon{flex-shrink:0}.layout-module__G4pE6G__logoMark{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-md);background:color-mix(in srgb,var(--white)14%,transparent);color:var(--text-inverse);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__G4pE6G__logoCopy{flex-direction:column;min-width:0;display:flex}.layout-module__G4pE6G__logoText{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--text-inverse);letter-spacing:-.02em}.layout-module__G4pE6G__logoAccent{color:color-mix(in srgb,var(--white)72%,transparent)}.layout-module__G4pE6G__logoSubtext{font-size:var(--text-xs);color:color-mix(in srgb,var(--white)60%,transparent);letter-spacing:.08em;text-transform:uppercase}.layout-module__G4pE6G__sidebarBody{gap:var(--space-4);min-height:0;padding-top:var(--space-4);flex-direction:column;flex:1;display:flex}.layout-module__G4pE6G__sidebarSummary{padding:var(--space-5);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__G4pE6G__sidebarSummaryEyebrow{margin-bottom:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-brand);display:inline-block}.layout-module__G4pE6G__sidebarSummaryTitle{font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--text-primary);letter-spacing:-.02em}.layout-module__G4pE6G__sidebarSummaryText{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.layout-module__G4pE6G__sidebarSection{flex-direction:column;flex:1;min-height:0;display:flex}.layout-module__G4pE6G__navSectionLabel{padding:0 var(--space-3)var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary)}.layout-module__G4pE6G__sidebarNav{padding-right:var(--space-1);gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.layout-module__G4pE6G__navItem{align-items:center;gap:var(--space-3);padding:0 var(--space-3);min-height:var(--space-12);border-radius:var(--radius-lg);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--weight-normal);white-space:nowrap;cursor:pointer;text-align:left;width:100%;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);background:0 0;border:1px solid #0000;text-decoration:none;display:flex;position:relative;overflow:hidden}.layout-module__G4pE6G__navItem:hover{background:var(--brand-light);color:var(--brand-deeper)}.layout-module__G4pE6G__navItemActive{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);border-color:var(--brand-mid);color:var(--brand-deeper)}.layout-module__G4pE6G__navItemActive:hover{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);color:var(--brand-deeper)}.layout-module__G4pE6G__navIcon{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-sm);background:var(--surface-raised);color:var(--brand);transition:background-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__G4pE6G__navLabel{text-overflow:ellipsis;flex:1;overflow:hidden}.layout-module__G4pE6G__navItem:hover .layout-module__G4pE6G__navIcon,.layout-module__G4pE6G__navItemActive .layout-module__G4pE6G__navIcon{background:var(--brand-light);color:var(--brand)}.layout-module__G4pE6G__navArrow{opacity:0;transform:translateX(calc(var(--space-1)*-1));transition:opacity var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);flex-shrink:0;margin-left:auto}.layout-module__G4pE6G__navItem:hover .layout-module__G4pE6G__navArrow,.layout-module__G4pE6G__navItemActive .layout-module__G4pE6G__navArrow{opacity:1;transform:translate(0)}.layout-module__G4pE6G__navItemLogout{color:var(--text-tertiary);margin-top:auto}.layout-module__G4pE6G__navItemLogout:hover{color:var(--error);background:var(--error-bg);border-color:var(--error-border)}.layout-module__G4pE6G__navItemLogout:hover .layout-module__G4pE6G__navIcon{background:var(--error-bg);color:var(--error)}.layout-module__G4pE6G__sidebarPromo{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white);display:flex}.layout-module__G4pE6G__sidebarPromoIcon{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-md);background:linear-gradient(135deg,var(--brand-dark)0%,var(--accent)100%);color:var(--text-inverse);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__G4pE6G__sidebarPromoBody{min-width:0}.layout-module__G4pE6G__sidebarPromoTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.layout-module__G4pE6G__sidebarPromoText{margin-top:var(--space-1);font-size:var(--text-xs);color:var(--text-secondary);line-height:1.5}.layout-module__G4pE6G__collapseBtn{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--space-10);margin-top:var(--space-4);padding:0 var(--space-4);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);background:var(--white);cursor:pointer;white-space:nowrap;width:100%;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);display:flex;overflow:hidden}.layout-module__G4pE6G__collapseBtn:hover{background:var(--brand-light);border-color:var(--brand-mid);color:var(--brand-deeper)}.layout-module__G4pE6G__main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__G4pE6G__topbar{min-height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--brand-mid);align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-4);z-index:30;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 24px color-mix(in srgb,var(--brand-deeper)6%,transparent);flex-shrink:0;display:flex;position:sticky;top:0}.layout-module__G4pE6G__topbarTitleWrap{flex:1;min-width:0}.layout-module__G4pE6G__topbarEyebrow{margin-bottom:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-brand);display:block}.layout-module__G4pE6G__topbarTitleRow{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.layout-module__G4pE6G__topbarTitle{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--brand-deeper);letter-spacing:-.02em}.layout-module__G4pE6G__topbarDescription{margin-top:var(--space-1);max-width:720px;font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.layout-module__G4pE6G__topbarActions{align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)62%,transparent);box-shadow:0 8px 20px color-mix(in srgb,var(--brand-deeper)8%,transparent);align-self:flex-start;display:flex}.layout-module__G4pE6G__topbarTimePill{min-width:78px;min-height:var(--space-10);padding:0 var(--space-3);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)88%,transparent);color:var(--brand-deeper);font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:-.01em;white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.layout-module__G4pE6G__iconBtn,.layout-module__G4pE6G__mobileMenuBtn,.layout-module__G4pE6G__mobileCloseBtn{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-full);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);background:color-mix(in srgb,var(--white)88%,transparent);color:var(--text-secondary);cursor:pointer;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);justify-content:center;align-items:center;display:flex;position:relative}.layout-module__G4pE6G__iconBtn:hover,.layout-module__G4pE6G__mobileMenuBtn:hover,.layout-module__G4pE6G__mobileCloseBtn:hover{background:var(--brand-light);border-color:var(--brand-mid);color:var(--brand-deeper);transform:translateY(-1px)}.layout-module__G4pE6G__notifBadge{top:calc(var(--space-1)*-1);right:calc(var(--space-1)*-1);min-width:var(--space-4);height:var(--space-4);padding:0 var(--space-1);border-radius:var(--radius-full);background:var(--brand);color:var(--text-inverse);font-size:var(--text-xs);font-weight:var(--weight-medium);justify-content:center;align-items:center;line-height:1;display:flex;position:absolute}.layout-module__G4pE6G__notifWrapper,.layout-module__G4pE6G__profileWrapper{position:relative}.layout-module__G4pE6G__notifDropdown{top:calc(100% + var(--space-2));background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:50;width:320px;animation:layout-module__G4pE6G__fadeIn var(--duration-2)var(--ease)both;box-shadow:0 16px 40px color-mix(in srgb,var(--text-primary)8%,transparent);position:absolute;right:0;overflow:hidden}.layout-module__G4pE6G__notifHeader{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.layout-module__G4pE6G__notifActions{gap:var(--space-3);align-items:center;display:flex}.layout-module__G4pE6G__notifTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.layout-module__G4pE6G__markReadBtn,.layout-module__G4pE6G__clearAllBtn{font-size:var(--text-xs);color:var(--brand-deeper);cursor:pointer;padding:var(--space-1)var(--space-2);font-weight:var(--weight-medium);border-radius:var(--radius-md);transition:all var(--duration-1)var(--ease);background:0 0;border:none}.layout-module__G4pE6G__markReadBtn:hover{color:var(--brand);background:var(--brand-light)}.layout-module__G4pE6G__clearAllBtn:hover{color:#000;background:#da7c7c}.layout-module__G4pE6G__notifList{max-height:360px;overflow-y:auto}.layout-module__G4pE6G__notifEmpty{align-items:center;gap:var(--space-2);padding:var(--space-8)var(--space-4);color:var(--text-tertiary);font-size:var(--text-sm);flex-direction:column;display:flex}.layout-module__G4pE6G__notifItem{padding:var(--space-4);border-bottom:1px solid var(--border);cursor:pointer;transition:background-color var(--duration-1)var(--ease)}.layout-module__G4pE6G__notifItem:last-child{border-bottom:none}.layout-module__G4pE6G__notifItem:hover{background:var(--brand-light)}.layout-module__G4pE6G__notifItemUnread{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__G4pE6G__notifItemUnread:hover{background:var(--brand-light)}.layout-module__G4pE6G__notifItemTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);margin-bottom:2px}.layout-module__G4pE6G__notifItemBody{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-1);line-height:1.5}.layout-module__G4pE6G__notifItemTime{font-size:var(--text-xs);color:var(--text-tertiary)}.layout-module__G4pE6G__notifItemClickable{position:relative}.layout-module__G4pE6G__notifItemClickable:after{content:"›";right:var(--space-4);color:var(--text-tertiary);pointer-events:none;font-size:1.1rem;position:absolute;top:50%;transform:translateY(-50%)}.layout-module__G4pE6G__notifItemClickable:hover:after{color:var(--brand)}.layout-module__G4pE6G__profileBtn{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-2)var(--space-1)var(--space-1);min-height:var(--space-10);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)88%,transparent);cursor:pointer;color:var(--text-secondary);transition:border-color var(--duration-1)var(--ease),background var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);display:flex}.layout-module__G4pE6G__profileBtn:hover{border-color:var(--brand-mid);background:var(--brand-light);color:var(--brand-deeper);transform:translateY(-1px)}.layout-module__G4pE6G__profileAvatar{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-full);object-fit:cover}.layout-module__G4pE6G__profileInitials{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-dark)0%,var(--accent)100%);color:var(--text-inverse);font-size:var(--text-xs);font-weight:var(--weight-medium);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__G4pE6G__profileMeta{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.layout-module__G4pE6G__profileName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.layout-module__G4pE6G__profileRole{font-size:var(--text-xs);color:var(--text-tertiary)}.layout-module__G4pE6G__profileDropdown{top:calc(100% + var(--space-2));background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:50;width:240px;animation:layout-module__G4pE6G__fadeIn var(--duration-2)var(--ease)both;box-shadow:0 16px 40px color-mix(in srgb,var(--text-primary)8%,transparent);position:absolute;right:0;overflow:hidden}.layout-module__G4pE6G__profileDropdownHeader{padding:var(--space-4);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);border-bottom:1px solid var(--brand-mid)}.layout-module__G4pE6G__profileDropdownName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);margin-bottom:2px}.layout-module__G4pE6G__profileDropdownEmail{font-size:var(--text-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:var(--space-1);overflow:hidden}.layout-module__G4pE6G__profileDropdownDivider{background:var(--border);height:1px}.layout-module__G4pE6G__profileDropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;text-align:left;width:100%;transition:background-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);background:0 0;border:none;text-decoration:none;display:flex}.layout-module__G4pE6G__profileDropdownItem:hover{background:var(--brand-light);color:var(--brand-deeper)}.layout-module__G4pE6G__profileDropdownLogout{color:var(--text-tertiary)}.layout-module__G4pE6G__profileDropdownLogout:hover{background:var(--error-bg);color:var(--error)}.layout-module__G4pE6G__modalOverlay{padding:var(--space-4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;animation:layout-module__G4pE6G__fadeIn var(--duration-2)var(--ease)both;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.layout-module__G4pE6G__modal{width:min(100%,420px);padding:var(--space-8);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white);box-shadow:0 24px 60px color-mix(in srgb,var(--text-primary)14%,transparent);text-align:center;animation:layout-module__G4pE6G__slideInUp var(--duration-2)var(--ease)both}.layout-module__G4pE6G__modalIcon{width:64px;height:64px;margin:0 auto var(--space-5);border-radius:var(--radius-full);background:var(--error-bg);color:var(--error);justify-content:center;align-items:center;display:flex}.layout-module__G4pE6G__modalTitle{font-size:var(--text-xl);margin-bottom:var(--space-2)}.layout-module__G4pE6G__modalDesc{color:var(--text-secondary);margin-bottom:var(--space-6)}.layout-module__G4pE6G__modalActions{gap:var(--space-3);display:flex}.layout-module__G4pE6G__modalBtn{border-radius:var(--radius-md);min-height:44px;font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);border:1px solid #0000;flex:1}.layout-module__G4pE6G__modalBtn:disabled{opacity:.6;cursor:not-allowed}.layout-module__G4pE6G__modalBtnCancel{background:var(--surface-raised);border-color:var(--border);color:var(--text-primary)}.layout-module__G4pE6G__modalBtnCancel:hover:not(:disabled){background:var(--surface-sunken)}.layout-module__G4pE6G__modalBtnConfirm{background:var(--error);color:var(--text-inverse)}.layout-module__G4pE6G__modalBtnConfirm:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.layout-module__G4pE6G__content{padding:var(--space-6);width:100%;animation:layout-module__G4pE6G__fadeInContent var(--duration-2)var(--ease)both;flex:1}@keyframes layout-module__G4pE6G__fadeInContent{0%{opacity:0}to{opacity:1}}.layout-module__G4pE6G__mobileOverlay{background:color-mix(in srgb,var(--text-primary)28%,transparent);z-index:45;animation:layout-module__G4pE6G__fadeIn var(--duration-2)var(--ease)both;position:fixed;inset:0}.layout-module__G4pE6G__mobileNav{width:min(320px,calc(100vw - var(--space-6)));background:var(--surface);border-right:1px solid var(--border);z-index:46;gap:var(--space-4);padding:var(--space-4);animation:layout-module__G4pE6G__slideInFromLeft var(--duration-2)var(--ease)both;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}@keyframes layout-module__G4pE6G__slideInFromLeft{0%{opacity:0;transform:translateX(calc(var(--space-3)*-1))}to{opacity:1;transform:translate(0)}}.layout-module__G4pE6G__mobileNavHeader{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.layout-module__G4pE6G__mobileNavLogo{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-3);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--brand-deeper)0%,var(--brand-dark)55%,var(--brand)100%);color:var(--text-inverse);flex:1;display:flex}.layout-module__G4pE6G__mobileNavSummary{padding:var(--space-5);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__G4pE6G__mobileNavList{gap:var(--space-1);flex-direction:column;flex:1;display:flex}@media (max-width:767px){.layout-module__G4pE6G__sidebar{display:none}.layout-module__G4pE6G__content{padding:var(--space-4)}.layout-module__G4pE6G__topbar{padding:var(--space-3)var(--space-4);align-items:flex-start}.layout-module__G4pE6G__topbarEyebrow,.layout-module__G4pE6G__topbarDescription{display:none}.layout-module__G4pE6G__topbarActions{margin-left:auto}.layout-module__G4pE6G__topbarTimePill{min-width:68px;min-height:36px;font-size:var(--text-xs)}}
.layout-module__AYpwfW__shell{background:var(--surface);min-height:100vh;display:flex}.layout-module__AYpwfW__sidebar{width:var(--sidebar-width);border-right:1px solid var(--border);height:100vh;padding:var(--space-4);background:var(--surface);transition:width var(--duration-2)var(--ease);z-index:40;flex-direction:column;flex-shrink:0;display:flex;position:sticky;top:0;overflow:hidden}.layout-module__AYpwfW__sidebarCollapsed{width:var(--sidebar-collapsed-width);padding:var(--space-2)}.layout-module__AYpwfW__sidebarCollapsed .layout-module__AYpwfW__sidebarLogo{padding:var(--space-2);justify-content:center}.layout-module__AYpwfW__sidebarCollapsed .layout-module__AYpwfW__navItem{justify-content:center;padding:0}.layout-module__AYpwfW__sidebarCollapsed .layout-module__AYpwfW__collapseBtn{padding:0}.layout-module__AYpwfW__sidebarLogo{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-3);min-height:var(--topbar-height);border-radius:var(--radius-xl);white-space:nowrap;flex-shrink:0;display:flex;overflow:hidden}.layout-module__AYpwfW__sidebarLogoFull{width:min(100%,240px)}.layout-module__AYpwfW__sidebarLogoIcon{flex-shrink:0}.layout-module__AYpwfW__logoMark{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-md);background:color-mix(in srgb,var(--white)14%,transparent);color:var(--text-inverse);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__AYpwfW__logoCopy{flex-direction:column;min-width:0;display:flex}.layout-module__AYpwfW__logoText{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--text-inverse);letter-spacing:-.02em}.layout-module__AYpwfW__logoAccent{color:color-mix(in srgb,var(--white)72%,transparent)}.layout-module__AYpwfW__logoSubtext{font-size:var(--text-xs);color:color-mix(in srgb,var(--white)60%,transparent);letter-spacing:.08em;text-transform:uppercase}.layout-module__AYpwfW__sidebarBody{gap:var(--space-4);min-height:0;padding-top:var(--space-4);flex-direction:column;flex:1;display:flex}.layout-module__AYpwfW__sidebarSummary{padding:var(--space-5);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__AYpwfW__sidebarSummaryEyebrow{margin-bottom:var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-brand);display:inline-block}.layout-module__AYpwfW__sidebarSummaryTitle{font-size:var(--text-lg);font-weight:var(--weight-medium);color:var(--text-primary);letter-spacing:-.02em}.layout-module__AYpwfW__sidebarSummaryText{margin-top:var(--space-2);font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.layout-module__AYpwfW__sidebarSection{flex-direction:column;flex:1;min-height:0;display:flex}.layout-module__AYpwfW__navSectionLabel{padding:0 var(--space-3)var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-tertiary)}.layout-module__AYpwfW__sidebarNav{padding-right:var(--space-1);gap:var(--space-1);flex-direction:column;flex:1;display:flex;overflow:hidden auto}.layout-module__AYpwfW__navItem{align-items:center;gap:var(--space-3);padding:0 var(--space-3);min-height:var(--space-12);border-radius:var(--radius-lg);color:var(--text-secondary);font-size:var(--text-sm);font-weight:var(--weight-normal);white-space:nowrap;cursor:pointer;text-align:left;width:100%;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);background:0 0;border:1px solid #0000;text-decoration:none;display:flex;position:relative;overflow:hidden}.layout-module__AYpwfW__navItem:hover{background:var(--brand-light);color:var(--brand-deeper)}.layout-module__AYpwfW__navItemActive{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);border-color:var(--brand-mid);color:var(--brand-deeper)}.layout-module__AYpwfW__navItemActive:hover{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);color:var(--brand-deeper)}.layout-module__AYpwfW__navIcon{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-sm);background:var(--surface-raised);color:var(--brand);transition:background-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__AYpwfW__navLabel{text-overflow:ellipsis;flex:1;overflow:hidden}.layout-module__AYpwfW__navItem:hover .layout-module__AYpwfW__navIcon,.layout-module__AYpwfW__navItemActive .layout-module__AYpwfW__navIcon{background:var(--brand-light);color:var(--brand)}.layout-module__AYpwfW__navArrow{opacity:0;transform:translateX(calc(var(--space-1)*-1));transition:opacity var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);flex-shrink:0;margin-left:auto}.layout-module__AYpwfW__navItem:hover .layout-module__AYpwfW__navArrow,.layout-module__AYpwfW__navItemActive .layout-module__AYpwfW__navArrow{opacity:1;transform:translate(0)}.layout-module__AYpwfW__navItemLogout{color:var(--text-tertiary);margin-top:auto}.layout-module__AYpwfW__navItemLogout:hover{color:var(--error);background:var(--error-bg);border-color:var(--error-border)}.layout-module__AYpwfW__navItemLogout:hover .layout-module__AYpwfW__navIcon{background:var(--error-bg);color:var(--error)}.layout-module__AYpwfW__sidebarPromo{gap:var(--space-3);padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white);display:flex}.layout-module__AYpwfW__sidebarPromoIcon{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-md);background:linear-gradient(135deg,var(--brand-dark)0%,var(--accent)100%);color:var(--text-inverse);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__AYpwfW__sidebarPromoBody{min-width:0}.layout-module__AYpwfW__sidebarPromoTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.layout-module__AYpwfW__sidebarPromoText{margin-top:var(--space-1);font-size:var(--text-xs);color:var(--text-secondary);line-height:1.5}.layout-module__AYpwfW__collapseBtn{justify-content:center;align-items:center;gap:var(--space-2);min-height:var(--space-10);margin-top:var(--space-4);padding:0 var(--space-4);border:1px solid var(--border);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--text-secondary);background:var(--white);cursor:pointer;white-space:nowrap;width:100%;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);display:flex;overflow:hidden}.layout-module__AYpwfW__collapseBtn:hover{background:var(--brand-light);border-color:var(--brand-mid);color:var(--brand-deeper)}.layout-module__AYpwfW__main{flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__AYpwfW__topbar{min-height:var(--topbar-height);background:var(--surface);border-bottom:1px solid var(--brand-mid);align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-4);z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 12px color-mix(in srgb,var(--brand-deeper)6%,transparent);flex-shrink:0;display:flex;position:sticky;top:0;overflow:visible}.layout-module__AYpwfW__topbarTitleWrap{flex:1;min-width:0}.layout-module__AYpwfW__topbarEyebrow{margin-bottom:var(--space-1);font-size:var(--text-xs);font-weight:var(--weight-medium);letter-spacing:.12em;text-transform:uppercase;color:var(--text-brand);display:block}.layout-module__AYpwfW__topbarTitleRow{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.layout-module__AYpwfW__topbarTitle{font-size:var(--text-md);font-weight:var(--weight-medium);color:var(--brand-deeper);letter-spacing:-.02em}.layout-module__AYpwfW__topbarDescription{margin-top:var(--space-1);max-width:720px;font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.layout-module__AYpwfW__topbarActions{align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)62%,transparent);z-index:60;align-self:flex-start;display:flex;position:relative;overflow:visible}.layout-module__AYpwfW__topbarTimePill{min-width:78px;min-height:var(--space-10);padding:0 var(--space-3);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)88%,transparent);color:var(--brand-deeper);font-size:var(--text-sm);font-weight:var(--weight-medium);letter-spacing:-.01em;white-space:nowrap;justify-content:center;align-items:center;display:inline-flex}.layout-module__AYpwfW__iconBtn,.layout-module__AYpwfW__mobileMenuBtn,.layout-module__AYpwfW__mobileCloseBtn{width:var(--space-10);height:var(--space-10);border-radius:var(--radius-full);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);background:color-mix(in srgb,var(--white)88%,transparent);color:var(--text-secondary);cursor:pointer;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);justify-content:center;align-items:center;display:flex;position:relative}.layout-module__AYpwfW__iconBtn:hover,.layout-module__AYpwfW__mobileMenuBtn:hover,.layout-module__AYpwfW__mobileCloseBtn:hover{background:var(--brand-light);border-color:var(--brand-mid);color:var(--brand-deeper);transform:translateY(-1px)}.layout-module__AYpwfW__notifBadge{top:calc(var(--space-1)*-1);right:calc(var(--space-1)*-1);min-width:var(--space-4);height:var(--space-4);padding:0 var(--space-1);border-radius:var(--radius-full);background:var(--brand);color:var(--text-inverse);font-size:var(--text-xs);font-weight:var(--weight-medium);justify-content:center;align-items:center;line-height:1;display:flex;position:absolute}.layout-module__AYpwfW__notifWrapper,.layout-module__AYpwfW__profileWrapper{z-index:60;position:relative}.layout-module__AYpwfW__notifDropdown{top:calc(100% + var(--space-2));background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:200;width:320px;animation:layout-module__AYpwfW__fadeIn var(--duration-2)var(--ease)both;box-shadow:0 16px 40px color-mix(in srgb,var(--text-primary)8%,transparent);position:absolute;right:0;overflow:hidden}.layout-module__AYpwfW__notifHeader{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;display:flex}.layout-module__AYpwfW__notifActions{gap:var(--space-3);align-items:center;display:flex}.layout-module__AYpwfW__notifTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary)}.layout-module__AYpwfW__markReadBtn,.layout-module__AYpwfW__clearAllBtn{font-size:var(--text-xs);color:var(--brand-deeper);cursor:pointer;padding:var(--space-1)var(--space-2);font-weight:var(--weight-medium);border-radius:var(--radius-md);transition:all var(--duration-1)var(--ease);background:0 0;border:none}.layout-module__AYpwfW__markReadBtn:hover{color:var(--brand);background:var(--brand-light)}.layout-module__AYpwfW__clearAllBtn:hover{color:#000;background:#da7c7c}.layout-module__AYpwfW__notifList{max-height:360px;overflow-y:auto}.layout-module__AYpwfW__notifEmpty{align-items:center;gap:var(--space-2);padding:var(--space-8)var(--space-4);color:var(--text-tertiary);font-size:var(--text-sm);flex-direction:column;display:flex}.layout-module__AYpwfW__notifItem{padding:var(--space-4);border-bottom:1px solid var(--border);cursor:pointer;transition:background-color var(--duration-1)var(--ease)}.layout-module__AYpwfW__notifItem:last-child{border-bottom:none}.layout-module__AYpwfW__notifItem:hover{background:var(--brand-light)}.layout-module__AYpwfW__notifItemUnread{background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__AYpwfW__notifItemUnread:hover{background:var(--brand-light)}.layout-module__AYpwfW__notifItemTitle{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);margin-bottom:2px}.layout-module__AYpwfW__notifItemBody{font-size:var(--text-xs);color:var(--text-secondary);margin-bottom:var(--space-1);line-height:1.5}.layout-module__AYpwfW__notifItemTime{font-size:var(--text-xs);color:var(--text-tertiary)}.layout-module__AYpwfW__notifItemClickable{position:relative}.layout-module__AYpwfW__notifItemClickable:after{content:"›";right:var(--space-4);color:var(--text-tertiary);pointer-events:none;font-size:1.1rem;position:absolute;top:50%;transform:translateY(-50%)}.layout-module__AYpwfW__notifItemClickable:hover:after{color:var(--brand)}.layout-module__AYpwfW__profileBtn{align-items:center;gap:var(--space-2);padding:var(--space-1)var(--space-2)var(--space-1)var(--space-1);min-height:var(--space-10);border:1px solid color-mix(in srgb,var(--brand-deeper)12%,transparent);border-radius:var(--radius-full);background:color-mix(in srgb,var(--white)88%,transparent);cursor:pointer;color:var(--text-secondary);transition:border-color var(--duration-1)var(--ease),background var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);display:flex}.layout-module__AYpwfW__profileBtn:hover{border-color:var(--brand-mid);background:var(--brand-light);color:var(--brand-deeper);transform:translateY(-1px)}.layout-module__AYpwfW__profileAvatar{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-full);object-fit:cover}.layout-module__AYpwfW__profileInitials{width:var(--space-8);height:var(--space-8);border-radius:var(--radius-full);background:linear-gradient(135deg,var(--brand-dark)0%,var(--accent)100%);color:var(--text-inverse);font-size:var(--text-xs);font-weight:var(--weight-medium);flex-shrink:0;justify-content:center;align-items:center;display:flex}.layout-module__AYpwfW__profileMeta{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.layout-module__AYpwfW__profileName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;max-width:140px;overflow:hidden}.layout-module__AYpwfW__profileRole{font-size:var(--text-xs);color:var(--text-tertiary)}.layout-module__AYpwfW__profileDropdown{top:calc(100% + var(--space-2));background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:200;width:240px;animation:layout-module__AYpwfW__fadeIn var(--duration-2)var(--ease)both;box-shadow:0 16px 40px color-mix(in srgb,var(--text-primary)8%,transparent);position:absolute;right:0;overflow:hidden}.layout-module__AYpwfW__profileDropdownHeader{padding:var(--space-4);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%);border-bottom:1px solid var(--brand-mid)}.layout-module__AYpwfW__profileDropdownName{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--text-primary);margin-bottom:2px}.layout-module__AYpwfW__profileDropdownEmail{font-size:var(--text-xs);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:var(--space-1);overflow:hidden}.layout-module__AYpwfW__profileDropdownDivider{background:var(--border);height:1px}.layout-module__AYpwfW__profileDropdownItem{align-items:center;gap:var(--space-3);padding:var(--space-3)var(--space-4);font-size:var(--text-sm);color:var(--text-secondary);cursor:pointer;text-align:left;width:100%;transition:background-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease);background:0 0;border:none;text-decoration:none;display:flex}.layout-module__AYpwfW__profileDropdownItem:hover{background:var(--brand-light);color:var(--brand-deeper)}.layout-module__AYpwfW__profileDropdownLogout{color:var(--text-tertiary)}.layout-module__AYpwfW__profileDropdownLogout:hover{background:var(--error-bg);color:var(--error)}.layout-module__AYpwfW__modalOverlay{padding:var(--space-4);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;animation:layout-module__AYpwfW__fadeIn var(--duration-2)var(--ease)both;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.layout-module__AYpwfW__modal{width:min(100%,420px);padding:var(--space-8);border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--white);box-shadow:0 24px 60px color-mix(in srgb,var(--text-primary)14%,transparent);text-align:center;animation:layout-module__AYpwfW__slideInUp var(--duration-2)var(--ease)both}.layout-module__AYpwfW__modalIcon{width:64px;height:64px;margin:0 auto var(--space-5);border-radius:var(--radius-full);background:var(--error-bg);color:var(--error);justify-content:center;align-items:center;display:flex}.layout-module__AYpwfW__modalTitle{font-size:var(--text-xl);margin-bottom:var(--space-2)}.layout-module__AYpwfW__modalDesc{color:var(--text-secondary);margin-bottom:var(--space-6)}.layout-module__AYpwfW__modalActions{gap:var(--space-3);display:flex}.layout-module__AYpwfW__modalBtn{border-radius:var(--radius-md);min-height:44px;font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;transition:background-color var(--duration-1)var(--ease),border-color var(--duration-1)var(--ease),color var(--duration-1)var(--ease),transform var(--duration-1)var(--ease);border:1px solid #0000;flex:1}.layout-module__AYpwfW__modalBtn:disabled{opacity:.6;cursor:not-allowed}.layout-module__AYpwfW__modalBtnCancel{background:var(--surface-raised);border-color:var(--border);color:var(--text-primary)}.layout-module__AYpwfW__modalBtnCancel:hover:not(:disabled){background:var(--surface-sunken)}.layout-module__AYpwfW__modalBtnConfirm{background:var(--error);color:var(--text-inverse)}.layout-module__AYpwfW__modalBtnConfirm:hover:not(:disabled){background:#b91c1c;transform:translateY(-1px)}.layout-module__AYpwfW__content{padding:var(--space-6);width:100%;animation:layout-module__AYpwfW__fadeIn var(--duration-2)var(--ease)both;flex:1}.layout-module__AYpwfW__mobileOverlay{background:color-mix(in srgb,var(--text-primary)28%,transparent);z-index:45;animation:layout-module__AYpwfW__fadeIn var(--duration-2)var(--ease)both;position:fixed;inset:0}.layout-module__AYpwfW__mobileNav{width:min(320px,calc(100vw - var(--space-6)));background:var(--surface);border-right:1px solid var(--border);z-index:46;gap:var(--space-4);padding:var(--space-4);animation:layout-module__AYpwfW__slideInFromLeft var(--duration-2)var(--ease)both;flex-direction:column;display:flex;position:fixed;top:0;bottom:0;left:0}@keyframes layout-module__AYpwfW__slideInFromLeft{0%{opacity:0;transform:translateX(calc(var(--space-3)*-1))}to{opacity:1;transform:translate(0)}}.layout-module__AYpwfW__mobileNavHeader{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.layout-module__AYpwfW__mobileNavLogo{align-items:center;gap:var(--space-3);min-width:0;padding:var(--space-3);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(135deg,var(--brand-deeper)0%,var(--brand-dark)55%,var(--brand)100%);color:var(--text-inverse);flex:1;display:flex}.layout-module__AYpwfW__mobileNavSummary{padding:var(--space-5);border:1px solid var(--brand-mid);border-radius:var(--radius-xl);background:linear-gradient(90deg,var(--brand-light)0%,var(--white)100%)}.layout-module__AYpwfW__mobileNavList{gap:var(--space-1);flex-direction:column;flex:1;display:flex}@media (max-width:767px){.layout-module__AYpwfW__sidebar{display:none}.layout-module__AYpwfW__content{padding:var(--space-4)}.layout-module__AYpwfW__topbar{padding:var(--space-3)var(--space-4);align-items:flex-start}.layout-module__AYpwfW__topbarEyebrow,.layout-module__AYpwfW__topbarDescription{display:none}.layout-module__AYpwfW__topbarActions{margin-left:auto}.layout-module__AYpwfW__topbarTimePill{min-width:68px;min-height:36px;font-size:var(--text-xs)}}
.AiChatWidget-module__K3G3fa__launcher{z-index:1100;cursor:pointer;background:#fff;border:1px solid #50cada;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:22px;right:22px;box-shadow:0 4px 12px #00a3bb4d}.AiChatWidget-module__K3G3fa__launcher img{object-fit:contain;width:45px;height:45px}.AiChatWidget-module__K3G3fa__launcher:hover{transform:translateY(-2px)scale(1.04);box-shadow:0 8px 20px #00a3bb66}.AiChatWidget-module__K3G3fa__panel{z-index:1100;background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:16px;flex-direction:column;width:380px;height:min(600px,100vh - 44px);animation:.18s AiChatWidget-module__K3G3fa__widgetIn;display:flex;position:fixed;bottom:22px;right:22px;overflow:hidden;box-shadow:0 16px 48px #0003}@keyframes AiChatWidget-module__K3G3fa__widgetIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}@media (max-width:480px){.AiChatWidget-module__K3G3fa__panel{border:none;border-radius:0;width:100%;height:100dvh;bottom:0;right:0}}.AiChatWidget-module__K3G3fa__header{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.AiChatWidget-module__K3G3fa__headerBrand{align-items:center;gap:10px;min-width:0;display:flex}.AiChatWidget-module__K3G3fa__headerAvatar{background:#fff;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.AiChatWidget-module__K3G3fa__headerAvatar img{object-fit:cover;width:100%;height:100%}.AiChatWidget-module__K3G3fa__headerTitleWrap{flex-direction:column;min-width:0;line-height:1.2;display:flex}.AiChatWidget-module__K3G3fa__headerTitle{font-size:.95rem;font-weight:700}.AiChatWidget-module__K3G3fa__headerSubtitle{opacity:.85;font-size:.72rem}.AiChatWidget-module__K3G3fa__headerActions{align-items:center;gap:2px;display:flex}.AiChatWidget-module__K3G3fa__headerBtn{color:#fff;cursor:pointer;opacity:.85;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .12s,opacity .12s;display:flex}.AiChatWidget-module__K3G3fa__headerBtn:hover{opacity:1;background:#ffffff29}.AiChatWidget-module__K3G3fa__headerBtn:disabled{opacity:.5;cursor:default}.AiChatWidget-module__K3G3fa__messages{background:var(--surface-sunken,#f8fafb);flex-direction:column;flex:1;gap:10px;padding:14px 12px;display:flex;overflow-y:auto}.AiChatWidget-module__K3G3fa__row{gap:8px;max-width:100%;display:flex}.AiChatWidget-module__K3G3fa__rowUser{justify-content:flex-end}.AiChatWidget-module__K3G3fa__rowBot{justify-content:flex-start}.AiChatWidget-module__K3G3fa__botAvatar{border:1px solid var(--border,#e5e7eb);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:2px;display:flex;overflow:hidden}.AiChatWidget-module__K3G3fa__botAvatar img{object-fit:cover;width:100%;height:100%}.AiChatWidget-module__K3G3fa__msgGroup{flex-direction:column;gap:6px;min-width:0;max-width:calc(100% - 32px);display:flex}.AiChatWidget-module__K3G3fa__bubble{word-break:break-word;border-radius:14px;width:fit-content;max-width:100%;padding:8px 12px;font-size:.85rem;line-height:1.45}.AiChatWidget-module__K3G3fa__bubbleUser{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;border-bottom-right-radius:4px;max-width:85%}.AiChatWidget-module__K3G3fa__bubbleBot{background:var(--surface-raised,#fff);color:var(--text-primary,#1a202c);border:1px solid var(--border,#e5e7eb);border-bottom-left-radius:4px}.AiChatWidget-module__K3G3fa__bubbleBot code{background:#0000000f;border-radius:4px;padding:1px 4px;font-family:monospace;font-size:.9em}.AiChatWidget-module__K3G3fa__emergencyBanner{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:8px 10px;font-size:.78rem;font-weight:600}.AiChatWidget-module__K3G3fa__typingDots{align-items:center;gap:4px;padding:2px 0;display:inline-flex}.AiChatWidget-module__K3G3fa__typingDots span{background:var(--text-tertiary,#9ca3af);border-radius:50%;width:6px;height:6px;animation:1.2s infinite AiChatWidget-module__K3G3fa__wTypingBounce}.AiChatWidget-module__K3G3fa__typingDots span:nth-child(2){animation-delay:.15s}.AiChatWidget-module__K3G3fa__typingDots span:nth-child(3){animation-delay:.3s}@keyframes AiChatWidget-module__K3G3fa__wTypingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.AiChatWidget-module__K3G3fa__cursor{vertical-align:text-bottom;background:var(--brand);width:2px;height:.95em;margin-left:2px;animation:.9s step-end infinite AiChatWidget-module__K3G3fa__wBlink;display:inline-block}@keyframes AiChatWidget-module__K3G3fa__wBlink{50%{opacity:0}}.AiChatWidget-module__K3G3fa__chips{flex-wrap:wrap;gap:6px;display:flex}.AiChatWidget-module__K3G3fa__chip{border:1px solid var(--brand);background:var(--surface-raised,#fff);color:var(--brand);cursor:pointer;border-radius:20px;padding:4px 11px;font-size:.76rem;transition:background .12s,color .12s}.AiChatWidget-module__K3G3fa__chip:hover{background:var(--brand);color:#fff}.AiChatWidget-module__K3G3fa__chipInactive{opacity:.45;cursor:default;pointer-events:none}.AiChatWidget-module__K3G3fa__empty{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:26px 12px 8px;display:flex}.AiChatWidget-module__K3G3fa__emptyIcon{background:#fff;border:1px solid #50cada;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:4px;display:flex}.AiChatWidget-module__K3G3fa__emptyIcon img{object-fit:contain;width:42px;height:42px}.AiChatWidget-module__K3G3fa__emptyTitle{color:var(--text-primary,#1a202c);font-size:1rem;font-weight:700}.AiChatWidget-module__K3G3fa__emptyDesc{color:var(--text-secondary,#6b7280);max-width:260px;font-size:.8rem}.AiChatWidget-module__K3G3fa__suggestions{flex-direction:column;gap:6px;width:100%;margin-top:12px;display:flex}.AiChatWidget-module__K3G3fa__suggestionBtn{border:1px solid var(--border,#e5e7eb);background:var(--surface-raised,#fff);width:100%;color:var(--text-primary,#1a202c);text-align:left;cursor:pointer;border-radius:10px;justify-content:space-between;align-items:center;gap:8px;padding:9px 12px;font-size:.8rem;transition:border-color .12s,background .12s;display:flex}.AiChatWidget-module__K3G3fa__suggestionBtn:hover{border-color:var(--brand);background:var(--surface,#fff)}.AiChatWidget-module__K3G3fa__suggestionArrow{color:var(--brand);flex-shrink:0;font-size:1rem}.AiChatWidget-module__K3G3fa__widgetWrap{flex-direction:column;gap:8px;display:flex}.AiChatWidget-module__K3G3fa__widgetLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary,#9ca3af);font-size:.7rem;font-weight:700}.AiChatWidget-module__K3G3fa__doctorCard{border:1px solid var(--border,#e5e7eb);background:var(--surface-raised,#fff);border-radius:12px;align-items:center;gap:10px;padding:10px;display:flex}.AiChatWidget-module__K3G3fa__doctorCardSelected{border-color:var(--brand)}.AiChatWidget-module__K3G3fa__doctorCardDisabled{opacity:.55}.AiChatWidget-module__K3G3fa__doctorAvatar{background:var(--surface-sunken,#eef2f5);width:38px;height:38px;color:var(--text-secondary,#6b7280);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex;overflow:hidden}.AiChatWidget-module__K3G3fa__doctorAvatar img{object-fit:cover;width:100%;height:100%}.AiChatWidget-module__K3G3fa__doctorInfo{flex:1;min-width:0}.AiChatWidget-module__K3G3fa__doctorName{color:var(--text-primary,#1a202c);white-space:nowrap;text-overflow:ellipsis;font-size:.83rem;font-weight:600;overflow:hidden}.AiChatWidget-module__K3G3fa__verifiedBadge{color:var(--brand);margin-left:4px;font-weight:700}.AiChatWidget-module__K3G3fa__doctorSpeciality{color:var(--text-secondary,#6b7280);white-space:nowrap;text-overflow:ellipsis;font-size:.74rem;overflow:hidden}.AiChatWidget-module__K3G3fa__doctorFee{color:var(--brand);font-size:.72rem;font-weight:600}.AiChatWidget-module__K3G3fa__doctorActions{flex-direction:column;flex-shrink:0;gap:5px;display:flex}.AiChatWidget-module__K3G3fa__viewProfileBtn{border:1px solid var(--border,#e5e7eb);color:var(--text-secondary,#6b7280);cursor:pointer;background:0 0;border-radius:8px;padding:4px 10px;font-size:.72rem;transition:border-color .12s,color .12s}.AiChatWidget-module__K3G3fa__viewProfileBtn:hover{border-color:var(--brand);color:var(--brand)}.AiChatWidget-module__K3G3fa__bookBtn{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:4px 10px;font-size:.72rem;font-weight:600;transition:opacity .12s}.AiChatWidget-module__K3G3fa__bookBtn:hover:not(:disabled){opacity:.88}.AiChatWidget-module__K3G3fa__bookBtn:disabled{opacity:.45;cursor:not-allowed}.AiChatWidget-module__K3G3fa__slotGrid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.AiChatWidget-module__K3G3fa__slotCard{border:1px solid var(--border,#e5e7eb);background:var(--surface-raised,#fff);cursor:pointer;border-radius:10px;flex-direction:column;align-items:center;gap:1px;padding:7px 4px;transition:border-color .12s,background .12s;display:flex}.AiChatWidget-module__K3G3fa__slotCard:hover:not(:disabled){border-color:var(--brand)}.AiChatWidget-module__K3G3fa__slotCardSelected{border-color:var(--brand);background:var(--brand);color:#fff}.AiChatWidget-module__K3G3fa__slotCardSelected .AiChatWidget-module__K3G3fa__slotDay,.AiChatWidget-module__K3G3fa__slotCardSelected .AiChatWidget-module__K3G3fa__slotDate,.AiChatWidget-module__K3G3fa__slotCardSelected .AiChatWidget-module__K3G3fa__slotTime{color:#fff}.AiChatWidget-module__K3G3fa__slotCardUnavailable{opacity:.45;cursor:not-allowed}.AiChatWidget-module__K3G3fa__slotCardDisabled{opacity:.55;cursor:default}.AiChatWidget-module__K3G3fa__slotDay{color:var(--text-tertiary,#9ca3af);font-size:.62rem;font-weight:700}.AiChatWidget-module__K3G3fa__slotDate{color:var(--text-primary,#1a202c);font-size:.76rem;font-weight:600}.AiChatWidget-module__K3G3fa__slotTime{color:var(--text-secondary,#6b7280);font-size:.68rem}.AiChatWidget-module__K3G3fa__showMoreBtn{border:1px solid var(--border,#e5e7eb);background:var(--surface-raised,#fff);color:var(--text-secondary,#6b7280);cursor:pointer;border-radius:20px;align-self:flex-start;padding:5px 12px;font-size:.74rem;transition:border-color .12s,color .12s}.AiChatWidget-module__K3G3fa__showMoreBtn:hover{border-color:var(--brand);color:var(--brand)}.AiChatWidget-module__K3G3fa__bookCTA{border:1px solid var(--brand);background:var(--surface-raised,#fff);border-radius:12px;align-items:center;gap:10px;padding:10px 12px;display:flex}.AiChatWidget-module__K3G3fa__bookCTAIcon{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.AiChatWidget-module__K3G3fa__bookCTAInfo{flex:1;min-width:0}.AiChatWidget-module__K3G3fa__bookCTADoctor{color:var(--text-primary,#1a202c);font-size:.82rem;font-weight:700}.AiChatWidget-module__K3G3fa__bookCTASlot{color:var(--text-secondary,#6b7280);font-size:.73rem}.AiChatWidget-module__K3G3fa__bookCTABtn{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;align-items:center;gap:4px;padding:7px 12px;font-size:.78rem;font-weight:600;transition:opacity .12s;display:flex}.AiChatWidget-module__K3G3fa__bookCTABtn:hover{opacity:.88}.AiChatWidget-module__K3G3fa__queryWarning{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;padding:7px 10px;font-size:.76rem}.AiChatWidget-module__K3G3fa__queryLocked{background:var(--surface-sunken,#f3f4f6);border:1px solid var(--border,#e5e7eb);color:var(--text-secondary,#6b7280);border-radius:10px;padding:7px 10px;font-size:.76rem}.AiChatWidget-module__K3G3fa__inputArea{border-top:1px solid var(--border,#e5e7eb);background:var(--surface,#fff);flex-shrink:0;align-items:flex-end;gap:8px;padding:10px 12px 4px;display:flex}.AiChatWidget-module__K3G3fa__input{resize:none;border:1px solid var(--border,#e5e7eb);color:var(--text-primary,#1a202c);background:var(--surface-raised,#fff);border-radius:10px;outline:none;flex:1;max-height:96px;padding:8px 11px;font-family:inherit;font-size:.84rem;line-height:1.4;transition:border-color .12s}.AiChatWidget-module__K3G3fa__input:focus{border-color:var(--brand)}.AiChatWidget-module__K3G3fa__input:disabled{opacity:.6}.AiChatWidget-module__K3G3fa__sendBtn{background:linear-gradient(135deg,var(--brand)0%,var(--brand-dark)100%);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:opacity .12s;display:flex}.AiChatWidget-module__K3G3fa__sendBtn:hover:not(:disabled){opacity:.88}.AiChatWidget-module__K3G3fa__sendBtn:disabled{opacity:.4;cursor:not-allowed}.AiChatWidget-module__K3G3fa__footer{color:var(--text-disabled,#9ca3af);text-align:center;background:var(--surface,#fff);flex-shrink:0;margin:0;padding:3px 12px 8px;font-size:.66rem}.AiChatWidget-module__K3G3fa__mdGap{height:6px}.AiChatWidget-module__K3G3fa__mdBullet{gap:6px;margin:1px 0;display:flex}.AiChatWidget-module__K3G3fa__mdBulletDot{color:var(--brand);flex-shrink:0;font-weight:700}.AiChatWidget-module__K3G3fa__mdHeading{margin:4px 0 2px;font-weight:700}
