.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__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: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__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);box-shadow:0 8px 20px color-mix(in srgb,var(--brand-deeper)8%,transparent);align-self:flex-start;display:flex}.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{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:50;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__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:50;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)}}
.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__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)}}
