.Greeting-module__sPbwIG__container{margin-bottom:2rem}.Greeting-module__sPbwIG__text{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 .375rem;font-size:2rem;font-weight:700}.Greeting-module__sPbwIG__name{color:var(--color-primary)}.Greeting-module__sPbwIG__subtext{color:var(--text-tertiary);margin:0;font-size:.9375rem;font-weight:500}@media (max-width:768px){.Greeting-module__sPbwIG__text{font-size:1.5rem}}
.StatCard-module__ZLdy8G__card{background:0 0;border-radius:12px;align-items:flex-start;gap:1rem;min-width:0;padding:1rem;display:flex}.StatCard-module__ZLdy8G__icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.StatCard-module__ZLdy8G__blue .StatCard-module__ZLdy8G__icon{color:#3b82f6;background:#3b82f61a}.StatCard-module__ZLdy8G__green .StatCard-module__ZLdy8G__icon{color:#22c55e;background:#22c55e1a}.StatCard-module__ZLdy8G__amber .StatCard-module__ZLdy8G__icon{color:#f59e0b;background:#f59e0b1a}.StatCard-module__ZLdy8G__purple .StatCard-module__ZLdy8G__icon{color:#8b5cf6;background:#8b5cf61a}.StatCard-module__ZLdy8G__red .StatCard-module__ZLdy8G__icon{color:#ef4444;background:#ef44441a}.StatCard-module__ZLdy8G__gray .StatCard-module__ZLdy8G__icon{color:#6b7280;background:#6b72801a}.StatCard-module__ZLdy8G__teal .StatCard-module__ZLdy8G__icon{color:#14b8a6;background:#14b8a61a}.StatCard-module__ZLdy8G__content{flex-direction:column;gap:.25rem;min-width:0;display:flex}.StatCard-module__ZLdy8G__title{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.StatCard-module__ZLdy8G__value{color:var(--text-primary);letter-spacing:-.02em;font-size:1.75rem;font-weight:700;line-height:1.1}.StatCard-module__ZLdy8G__subtitle{color:var(--text-secondary);font-size:.875rem}.StatCard-module__ZLdy8G__trend{align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;display:inline-flex}.StatCard-module__ZLdy8G__trendUp{color:#22c55e}.StatCard-module__ZLdy8G__trendDown{color:#ef4444}.StatCard-module__ZLdy8G__spinner{color:var(--text-secondary);animation:1s linear infinite StatCard-module__ZLdy8G__spin}@media (max-width:640px){.StatCard-module__ZLdy8G__card{background:color-mix(in srgb, var(--bg-card) 86%, transparent);border:1px solid color-mix(in srgb, var(--border) 48%, transparent);border-radius:12px;flex-direction:column;gap:.625rem;min-height:112px;padding:.75rem}.StatCard-module__ZLdy8G__icon{border-radius:9px;width:36px;height:36px}.StatCard-module__ZLdy8G__icon svg{width:20px;height:20px}.StatCard-module__ZLdy8G__title{font-size:.75rem;line-height:1.25}.StatCard-module__ZLdy8G__value{font-size:1.375rem}.StatCard-module__ZLdy8G__subtitle{font-size:.75rem}.StatCard-module__ZLdy8G__trend{font-size:.6875rem}}@keyframes StatCard-module__ZLdy8G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.QuickLinks-module__hLA8ya__grid{grid-template-columns:repeat(6,1fr);gap:.875rem;display:grid}.QuickLinks-module__hLA8ya__link{background:var(--card-background);border:1px solid var(--border-color);transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .25s var(--ease-out), background .25s var(--ease-out);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;padding:1.25rem .875rem;text-decoration:none;display:flex}.QuickLinks-module__hLA8ya__link:hover{border-color:var(--color-primary);background:var(--hover-background);transition:transform .5s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s var(--ease-out), border-color .25s var(--ease-out), background .25s var(--ease-out);transform:scale(1.02);box-shadow:0 1px 2px #0f172a0a,0 10px 30px -8px #0f172a2e}.QuickLinks-module__hLA8ya__link:active{transition:transform .1s var(--ease-out);transform:scale(.99)}@media (prefers-reduced-motion:reduce){.QuickLinks-module__hLA8ya__link,.QuickLinks-module__hLA8ya__link:hover,.QuickLinks-module__hLA8ya__link:active{transition:none;transform:none}}.QuickLinks-module__hLA8ya__icon{color:var(--color-primary);width:26px;height:26px}.QuickLinks-module__hLA8ya__label{color:var(--text-primary);text-align:center;font-size:.8125rem;font-weight:500}@media (max-width:900px){.QuickLinks-module__hLA8ya__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.QuickLinks-module__hLA8ya__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.QuickLinks-module__hLA8ya__link{border-radius:10px;gap:.5rem;min-height:82px;padding:.75rem .375rem}.QuickLinks-module__hLA8ya__icon{width:22px;height:22px}.QuickLinks-module__hLA8ya__label{overflow-wrap:anywhere;font-size:.75rem;line-height:1.2}}
.RecentActivity-module__FOGI5G__container{margin-top:1rem}.RecentActivity-module__FOGI5G__list{flex-direction:column;gap:.5rem;display:flex}.RecentActivity-module__FOGI5G__item{background:var(--card-background);border:1px solid var(--border-color);min-width:0;transition:transform .4s var(--ease-out), box-shadow .4s var(--ease-out), border-color .25s var(--ease-out), background .25s var(--ease-out);border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;text-decoration:none;display:flex}.RecentActivity-module__FOGI5G__item:hover{border-color:var(--border-color-hover);background:var(--hover-background);transition:transform .5s cubic-bezier(.34, 1.56, .64, 1), box-shadow .4s var(--ease-out), border-color .25s var(--ease-out), background .25s var(--ease-out);transform:scale(1.02);box-shadow:0 1px 2px #0f172a0a,0 10px 30px -8px #0f172a2e}.RecentActivity-module__FOGI5G__item:active{transition:transform .1s var(--ease-out);transform:scale(.99)}@media (prefers-reduced-motion:reduce){.RecentActivity-module__FOGI5G__item,.RecentActivity-module__FOGI5G__item:hover,.RecentActivity-module__FOGI5G__item:active{transition:none;transform:none}}.RecentActivity-module__FOGI5G__main{flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.RecentActivity-module__FOGI5G__icon{color:#3b82f6;background:#3b82f61a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.RecentActivity-module__FOGI5G__details{flex-direction:column;gap:.125rem;min-width:0;display:flex}.RecentActivity-module__FOGI5G__title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:500;overflow:hidden}.RecentActivity-module__FOGI5G__subtitle{color:var(--text-secondary);font-size:.8125rem}.RecentActivity-module__FOGI5G__meta{flex-shrink:0;align-items:center;gap:1rem;display:flex}.RecentActivity-module__FOGI5G__salesperson{color:var(--text-secondary);text-align:right;font-size:.8125rem}.RecentActivity-module__FOGI5G__status{text-transform:capitalize;border-radius:6px;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:500;display:inline-flex}.RecentActivity-module__FOGI5G__statusDraft{color:#6b7280;background:#6b72801a}.RecentActivity-module__FOGI5G__statusSubmitted{color:#f59e0b;background:#f59e0b1a}.RecentActivity-module__FOGI5G__statusApproved{color:#22c55e;background:#22c55e1a}.RecentActivity-module__FOGI5G__statusRejected{color:#ef4444;background:#ef44441a}.RecentActivity-module__FOGI5G__loading{color:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;padding:3rem;display:flex}.RecentActivity-module__FOGI5G__spinner{animation:1s linear infinite RecentActivity-module__FOGI5G__spin}@keyframes RecentActivity-module__FOGI5G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.RecentActivity-module__FOGI5G__empty{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem;display:flex}.RecentActivity-module__FOGI5G__emptyIcon{opacity:.5}@media (max-width:640px){.RecentActivity-module__FOGI5G__container{margin-top:.625rem}.RecentActivity-module__FOGI5G__item{flex-direction:column;align-items:flex-start;gap:.625rem;padding:.875rem}.RecentActivity-module__FOGI5G__main{gap:.75rem;width:100%}.RecentActivity-module__FOGI5G__icon{width:36px;height:36px}.RecentActivity-module__FOGI5G__subtitle{white-space:normal;line-height:1.35}.RecentActivity-module__FOGI5G__meta{justify-content:space-between;gap:.75rem;width:100%}.RecentActivity-module__FOGI5G__salesperson{text-align:left;text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}}
.TopSalespeople-module__O-ypSG__container{margin-top:.5rem}.TopSalespeople-module__O-ypSG__list{flex-direction:column;gap:.5rem;display:flex}.TopSalespeople-module__O-ypSG__item{background:var(--card-background);border:1px solid var(--border-color);border-radius:10px;align-items:center;gap:1rem;min-width:0;padding:.875rem 1rem;display:flex}.TopSalespeople-module__O-ypSG__rank{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8125rem;font-weight:600;display:flex}.TopSalespeople-module__O-ypSG__rank1{color:#f59e0b;background:#f59e0b26}.TopSalespeople-module__O-ypSG__rank2{color:#94a3b8;background:#94a3b826}.TopSalespeople-module__O-ypSG__rank3{color:#b45309;background:#b4530926}.TopSalespeople-module__O-ypSG__rankOther{color:#6b7280;background:#6b72801a}.TopSalespeople-module__O-ypSG__info{flex:1;min-width:0}.TopSalespeople-module__O-ypSG__name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:500;overflow:hidden}.TopSalespeople-module__O-ypSG__count{color:var(--text-primary);flex-shrink:0;font-size:.9375rem;font-weight:600}.TopSalespeople-module__O-ypSG__countLabel{color:var(--text-secondary);margin-left:.25rem;font-size:.8125rem}.TopSalespeople-module__O-ypSG__loading{color:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;padding:2.5rem;display:flex}.TopSalespeople-module__O-ypSG__spinner{animation:1s linear infinite TopSalespeople-module__O-ypSG__spin}@keyframes TopSalespeople-module__O-ypSG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.TopSalespeople-module__O-ypSG__empty{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem;display:flex}.TopSalespeople-module__O-ypSG__emptyIcon{opacity:.5}@media (max-width:640px){.TopSalespeople-module__O-ypSG__item{gap:.75rem;padding:.75rem}.TopSalespeople-module__O-ypSG__rank{width:26px;height:26px}.TopSalespeople-module__O-ypSG__count{align-items:baseline;gap:.25rem;font-size:.875rem;display:inline-flex}.TopSalespeople-module__O-ypSG__countLabel{margin-left:0}}
.DealsAging-module__KwCMLW__container{margin-top:.5rem}.DealsAging-module__KwCMLW__list{flex-direction:column;gap:.5rem;display:flex}.DealsAging-module__KwCMLW__item{background:var(--card-background);border:1px solid var(--border-color);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;min-width:0;padding:.875rem 1rem;text-decoration:none;transition:all .15s;display:flex}.DealsAging-module__KwCMLW__item:hover{border-color:var(--border-color-hover);background:var(--hover-background)}.DealsAging-module__KwCMLW__main{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.DealsAging-module__KwCMLW__warningIcon{color:#f59e0b;flex-shrink:0}.DealsAging-module__KwCMLW__details{flex-direction:column;gap:.125rem;min-width:0;display:flex}.DealsAging-module__KwCMLW__dealId{color:var(--text-primary);font-size:.9375rem;font-weight:500}.DealsAging-module__KwCMLW__clientName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;overflow:hidden}.DealsAging-module__KwCMLW__days{color:#ef4444;background:#ef44441a;border-radius:6px;flex-shrink:0;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;display:flex}.DealsAging-module__KwCMLW__daysModerate{color:#f59e0b;background:#f59e0b1a}.DealsAging-module__KwCMLW__loading{color:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;padding:2.5rem;display:flex}.DealsAging-module__KwCMLW__spinner{animation:1s linear infinite DealsAging-module__KwCMLW__spin}@keyframes DealsAging-module__KwCMLW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.DealsAging-module__KwCMLW__empty{color:var(--text-secondary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem;display:flex}.DealsAging-module__KwCMLW__emptyIcon{color:#22c55e}.DealsAging-module__KwCMLW__emptyText{font-size:.9375rem}@media (max-width:640px){.DealsAging-module__KwCMLW__item{align-items:flex-start;gap:.75rem;padding:.75rem}.DealsAging-module__KwCMLW__main{gap:.625rem}.DealsAging-module__KwCMLW__clientName{white-space:normal;line-height:1.35}.DealsAging-module__KwCMLW__days{white-space:nowrap}}
.Card-module__XtjU3a__card{border:1px solid var(--border);transition:background var(--transition-fast), border var(--transition-fast), box-shadow var(--transition-fast);border-radius:20px}.Card-module__XtjU3a__surface-card{background:var(--bg-card)}.Card-module__XtjU3a__surface-base{background:var(--bg-base)}.Card-module__XtjU3a__withBorder.Card-module__XtjU3a__surface-base{border-color:color-mix(in srgb, var(--border) 50%, transparent)}.Card-module__XtjU3a__borderless{border-color:#0000}.Card-module__XtjU3a__padding-none{padding:0}.Card-module__XtjU3a__padding-sm{padding:1rem}.Card-module__XtjU3a__padding-md{padding:1.5rem}.Card-module__XtjU3a__withShadow{box-shadow:0 2px 8px #00000014}.Card-module__XtjU3a__fullHeight{flex-direction:column;flex:1;display:flex}@media (max-width:768px){.Card-module__XtjU3a__padding-md{padding:1rem}.Card-module__XtjU3a__padding-lg{padding:1.25rem}}
.PageContainer-module__G3bzNG__container{margin-left:var(--sidebar-width);width:calc(100vw - var(--sidebar-width));min-height:100vh;transition:margin-left var(--transition), width var(--transition);background:0 0;flex-direction:column;display:flex}.PageContainer-module__G3bzNG__withMargins{padding:12px 0 40px}@media (max-width:768px){.PageContainer-module__G3bzNG__container{width:100vw;max-width:100vw!important;margin-left:0!important;margin-right:0!important}.PageContainer-module__G3bzNG__withMargins{padding:1rem 0}}
.Stack-module__NqRd6G__stack{flex-direction:column;display:flex}.Stack-module__NqRd6G__gap-none{gap:0}.Stack-module__NqRd6G__gap-xs{gap:.5rem}.Stack-module__NqRd6G__gap-sm{gap:.75rem}.Stack-module__NqRd6G__gap-md{gap:1rem}.Stack-module__NqRd6G__gap-lg{gap:1.5rem}.Stack-module__NqRd6G__gap-xl{gap:2rem}.Stack-module__NqRd6G__align-start{align-items:flex-start}.Stack-module__NqRd6G__align-center{align-items:center}.Stack-module__NqRd6G__align-end{align-items:flex-end}.Stack-module__NqRd6G__align-stretch{align-items:stretch}.Stack-module__NqRd6G__fullHeight{flex:1}
.Modal-module__eQj2-G__overlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-modal);animation:Modal-module__eQj2-G__overlayShow .2s var(--ease-out);background:#0009;position:fixed;inset:0}.Modal-module__eQj2-G__modal{background:var(--bg-card);border:1px solid var(--border);border-top:3px solid var(--color-primary);border-radius:var(--radius-lg);width:90%;max-width:440px;max-height:85vh;z-index:calc(var(--z-modal) + 1);animation:Modal-module__eQj2-G__modalShow .25s var(--ease-out);flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff0a,0 24px 48px #0006,0 8px 16px #0003}.Modal-module__eQj2-G__accent-danger{border-top-color:var(--danger)}.Modal-module__eQj2-G__accent-success{border-top-color:var(--success)}.Modal-module__eQj2-G__closeButton{border:1px solid var(--border);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease-out), color .15s var(--ease-out);background:0 0;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;right:1rem}.Modal-module__eQj2-G__closeButton:hover:not(:disabled){color:var(--text-primary);background:#ffffff0f}.Modal-module__eQj2-G__closeButton:disabled{opacity:.4;cursor:not-allowed}.Modal-module__eQj2-G__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Modal-module__eQj2-G__modalContent{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.Modal-module__eQj2-G__scrollArea{flex:1;min-height:0;margin:10px 6px 6px 0;padding:1.75rem 1.75rem 0;overflow-y:auto}.Modal-module__eQj2-G__modalContent h3{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 .5rem;padding-right:2rem;line-height:1.3}.Modal-module__eQj2-G__modalContent p{font-size:var(--text-sm);color:var(--text-secondary);margin:0;line-height:1.6}.Modal-module__eQj2-G__modalContent p+p{margin-top:.5rem}.Modal-module__eQj2-G__modalActions{justify-content:flex-end;align-items:center;gap:var(--spacing-sm);padding:1.25rem 1.75rem 1.5rem;display:flex}.Modal-module__eQj2-G__cancelBtn{height:36px;color:var(--text-secondary);border:1px solid var(--border);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:background .15s var(--ease-out), color .15s var(--ease-out), border-color .15s var(--ease-out);background:0 0;border-radius:6px;align-items:center;padding:0 1rem;display:inline-flex}.Modal-module__eQj2-G__cancelBtn:hover:not(:disabled){color:var(--text-primary);border-color:color-mix(in srgb, var(--border) 150%, transparent);background:#ffffff0d}.Modal-module__eQj2-G__cancelBtn:disabled{opacity:.45;cursor:not-allowed}.Modal-module__eQj2-G__confirmBtn{height:36px;font-size:var(--text-sm);font-weight:var(--font-semibold);color:#fff;cursor:pointer;transition:opacity .15s var(--ease-out), box-shadow .15s var(--ease-out);border:none;border-radius:6px;align-items:center;gap:.4rem;padding:0 1.1rem;display:inline-flex}.Modal-module__eQj2-G__confirmBtn:disabled{opacity:.5;cursor:not-allowed}.Modal-module__eQj2-G__confirmBtnPrimary{background:var(--color-primary);box-shadow:0 1px 3px #00000040}.Modal-module__eQj2-G__confirmBtnPrimary:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 25%, transparent)}.Modal-module__eQj2-G__confirmBtnDanger{background:var(--danger);box-shadow:0 1px 3px #00000040}.Modal-module__eQj2-G__confirmBtnDanger:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 25%, transparent)}.Modal-module__eQj2-G__confirmBtnSuccess{background:var(--success);box-shadow:0 1px 3px #00000040}.Modal-module__eQj2-G__confirmBtnSuccess:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--success) 25%, transparent)}.Modal-module__eQj2-G__spinner{animation:.75s linear infinite Modal-module__eQj2-G__spin}@keyframes Modal-module__eQj2-G__overlayShow{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__eQj2-G__modalShow{0%{opacity:0;transform:translate(-50%,-48%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes Modal-module__eQj2-G__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.Modal-module__eQj2-G__modal{width:95%;max-height:90vh}.Modal-module__eQj2-G__modalActions{gap:var(--spacing-xs);flex-direction:column-reverse}.Modal-module__eQj2-G__cancelBtn,.Modal-module__eQj2-G__confirmBtn{justify-content:center;width:100%}}
.FormModal-module__LxNLfa__overlay{-webkit-backdrop-filter:blur(4px);z-index:var(--z-modal);animation:FormModal-module__LxNLfa__overlayFadeIn .2s var(--ease-out);background:#0009;position:fixed;inset:0}.FormModal-module__LxNLfa__content{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);width:90vw;max-height:85vh;z-index:calc(var(--z-modal) + 1);animation:FormModal-module__LxNLfa__panelSlideIn .25s var(--ease-out);flex-direction:column;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #ffffff0a,0 24px 48px #0006,0 8px 16px #0003}.FormModal-module__LxNLfa__sm{max-width:400px}.FormModal-module__LxNLfa__md{max-width:560px}.FormModal-module__LxNLfa__lg{max-width:720px}.FormModal-module__LxNLfa__xl{max-width:960px}.FormModal-module__LxNLfa__header{justify-content:space-between;align-items:center;gap:var(--spacing-md);border-bottom:1px solid var(--border);flex-shrink:0;padding:1.25rem 1.5rem;display:flex}.FormModal-module__LxNLfa__title{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0;line-height:1.3}.FormModal-module__LxNLfa__closeButton{border:1px solid var(--border);border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:background .15s var(--ease-out), color .15s var(--ease-out);background:0 0;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FormModal-module__LxNLfa__closeButton:hover{color:var(--text-primary);background:#ffffff0f}.FormModal-module__LxNLfa__closeButton:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.FormModal-module__LxNLfa__body{flex:1;min-height:0;padding:1.5rem;overflow-y:auto}.FormModal-module__LxNLfa__footer{justify-content:flex-end;align-items:center;gap:var(--spacing-sm);border-top:1px solid var(--border);background:color-mix(in srgb, var(--bg-card) 95%, black);flex-shrink:0;padding:1rem 1.5rem;display:flex}.FormModal-module__LxNLfa__srOnly{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes FormModal-module__LxNLfa__overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes FormModal-module__LxNLfa__panelSlideIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.97)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@media (max-width:640px){.FormModal-module__LxNLfa__content{width:95vw;max-height:92vh}.FormModal-module__LxNLfa__header,.FormModal-module__LxNLfa__body{padding:1rem}.FormModal-module__LxNLfa__footer{padding:.75rem 1rem}}
.DeleteConfirmModal-module__judMiq__title{margin:0 0 .5rem}.DeleteConfirmModal-module__judMiq__details{margin-bottom:1rem}.DeleteConfirmModal-module__judMiq__details p{margin:.25rem 0}.DeleteConfirmModal-module__judMiq__message{margin-top:1rem;margin-bottom:0}
.SortBar-module__pb3DgW__root{display:inline-flex;position:relative}.SortBar-module__pb3DgW__trigger{border-radius:var(--radius-sm);width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s;display:inline-flex}.SortBar-module__pb3DgW__trigger:hover{background:color-mix(in srgb, var(--bg-card-hover) 60%, transparent);color:var(--text-secondary)}.SortBar-module__pb3DgW__trigger:focus-visible{box-shadow:var(--focus-ring);outline:none}.SortBar-module__pb3DgW__trigger.SortBar-module__pb3DgW__compact{width:28px;height:28px}.SortBar-module__pb3DgW__menu{z-index:var(--z-dropdown,100);background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 50%, transparent);border-radius:var(--radius-md);opacity:0;min-width:120px;padding:3px;animation:.18s forwards SortBar-module__pb3DgW__menuIn;position:absolute;top:calc(100% + 4px);right:0;box-shadow:0 6px 20px -4px #00000024,0 2px 6px -2px #00000014}@keyframes SortBar-module__pb3DgW__menuIn{0%{opacity:0;translate:0 -4px}to{opacity:1;translate:0}}.SortBar-module__pb3DgW__item{border-radius:calc(var(--radius-md) - 2px);width:100%;color:var(--text-secondary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:7px 10px;font-size:13px;font-weight:500;transition:background .12s;display:flex}.SortBar-module__pb3DgW__item:hover{background:var(--bg-card-hover)}.SortBar-module__pb3DgW__item:focus-visible{box-shadow:var(--focus-ring);outline:none}.SortBar-module__pb3DgW__item.SortBar-module__pb3DgW__active{color:var(--color-primary);font-weight:600}
.Avatar-module__yn3Zna__avatar{font-weight:var(--font-bold);color:#fff;border:var(--_border) solid #fff3;box-shadow:var(--shadow-md);text-transform:uppercase;letter-spacing:var(--_tracking,.5px);transition:transform var(--duration-normal) var(--ease-out), box-shadow var(--duration-normal) var(--ease-out);-webkit-user-select:none;user-select:none;width:var(--_size);height:var(--_size);font-size:var(--_font);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Avatar-module__yn3Zna__avatar:before{content:"";pointer-events:none;z-index:1;background:radial-gradient(circle at 30% 30%,#ffffff40 0%,#0000 60%);border-radius:50%;position:absolute;inset:0}.Avatar-module__yn3Zna__initials{z-index:2;line-height:1;position:relative}.Avatar-module__yn3Zna__image{object-fit:cover;z-index:2;width:100%;height:100%;position:absolute;inset:0}.Avatar-module__yn3Zna__clickable{cursor:pointer}.Avatar-module__yn3Zna__clickable:hover{box-shadow:var(--shadow-xl);transform:scale(1.08)rotate(2deg)}.Avatar-module__yn3Zna__clickable:active{transform:scale(1.02)}.Avatar-module__yn3Zna__clickable:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.Avatar-module__yn3Zna__sizeXs{--_size:28px;--_font:var(--text-xs);--_border:2px;--_tracking:.3px}.Avatar-module__yn3Zna__sizeSm{--_size:36px;--_font:var(--text-sm);--_border:2px}.Avatar-module__yn3Zna__sizeMd{--_size:44px;--_font:var(--text-base);--_border:3px}.Avatar-module__yn3Zna__sizeLg{--_size:56px;--_font:var(--text-lg);--_border:3px;--_tracking:.8px}.Avatar-module__yn3Zna__sizeXl{--_size:72px;--_font:var(--text-xl);--_border:4px;--_tracking:1px}.Avatar-module__yn3Zna__pulse{animation:Avatar-module__yn3Zna__avatarPulse 2s var(--ease-out) both}@keyframes Avatar-module__yn3Zna__avatarPulse{0%{box-shadow:var(--shadow-md);transform:scale(1)}15%{box-shadow:var(--shadow-xl);transform:scale(1.15)}30%{transform:scale(1)}45%{transform:scale(1.08)}60%{transform:scale(1)}to{box-shadow:var(--shadow-md);transform:scale(1)}}@media (max-width:768px){.Avatar-module__yn3Zna__sizeXs{--_size:24px}.Avatar-module__yn3Zna__sizeSm{--_size:32px;--_font:var(--text-xs)}.Avatar-module__yn3Zna__sizeMd{--_size:40px;--_font:var(--text-sm)}.Avatar-module__yn3Zna__sizeLg{--_size:48px;--_font:var(--text-base)}.Avatar-module__yn3Zna__sizeXl{--_size:60px;--_font:var(--text-lg)}}
.AvatarGroup-module__mK7YUa__group{flex-direction:row;align-items:center;display:flex}.AvatarGroup-module__mK7YUa__item{border:2px solid var(--color-surface,#fff);transition:transform var(--duration-normal) var(--ease-out);border-radius:50%;margin-left:-8px}.AvatarGroup-module__mK7YUa__item:first-child{margin-left:0}.AvatarGroup-module__mK7YUa__group:hover .AvatarGroup-module__mK7YUa__item:hover{z-index:10;transform:translateY(-3px)scale(1.08)}.AvatarGroup-module__mK7YUa__overflow{background:var(--color-surface-raised,#e2e8f0);color:var(--color-text-secondary,#64748b);font-size:var(--text-xs);font-weight:var(--font-bold);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AvatarGroup-module__mK7YUa__overflow[role=button]{cursor:pointer}.AvatarGroup-module__mK7YUa__overflow[role=button]:hover{background:var(--color-surface-hover,#cbd5e1);transform:translateY(-3px)scale(1.08)}.AvatarGroup-module__mK7YUa__overflow[role=button]:focus-visible{outline:3px solid var(--color-primary);outline-offset:2px}.AvatarGroup-module__mK7YUa__overflow[data-size=xs]{width:24px;height:24px;font-size:9px}.AvatarGroup-module__mK7YUa__overflow[data-size=sm]{width:32px;height:32px;font-size:var(--text-xs)}.AvatarGroup-module__mK7YUa__overflow[data-size=md]{width:40px;height:40px;font-size:var(--text-sm)}.AvatarGroup-module__mK7YUa__overflow[data-size=lg]{width:48px;height:48px;font-size:var(--text-sm)}.AvatarGroup-module__mK7YUa__overflow[data-size=xl]{width:60px;height:60px;font-size:var(--text-base)}@media (max-width:768px){.AvatarGroup-module__mK7YUa__item{margin-left:-6px}}
.Editor-module__21ebAG__editor{min-width:0;min-height:32px;color:var(--text-primary);cursor:text;flex:1;padding:8px 4px;font-size:13px;line-height:1.5;overflow:hidden}.Editor-module__21ebAG__editor .ProseMirror{white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;outline:none;min-height:20px}.Editor-module__21ebAG__editor .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-tertiary);opacity:.6;float:left;pointer-events:none;height:0}.Editor-module__21ebAG__editor .ProseMirror strong{font-weight:600}.Editor-module__21ebAG__editor .ProseMirror em{font-style:italic}.Editor-module__21ebAG__editor .ProseMirror u{text-decoration:underline}.Editor-module__21ebAG__editor .ProseMirror s{text-decoration:line-through}.Editor-module__21ebAG__editor .ProseMirror code{background:color-mix(in srgb, var(--text-tertiary) 10%, transparent);border-radius:4px;padding:1px 4px;font-family:SF Mono,Fira Code,monospace;font-size:.9em}.Editor-module__21ebAG__editor .ProseMirror h2{margin:4px 0 2px;font-size:1.15em;font-weight:600}:is(.Editor-module__21ebAG__editor .ProseMirror ul,.Editor-module__21ebAG__editor .ProseMirror ol){margin:2px 0;padding-left:20px}.Editor-module__21ebAG__editor .ProseMirror li{margin:1px 0}.Editor-module__21ebAG__editor .ProseMirror li p{margin:0}.Editor-module__21ebAG__editor .ProseMirror p{margin:0}.Editor-module__21ebAG__editor .ProseMirror p+p{margin-top:4px}.Editor-module__21ebAG__disabled{opacity:.6;pointer-events:none}.Editor-module__21ebAG__compact{min-height:28px;padding:4px 6px;font-size:12px}
.Toolbar-module__PONB1q__toolbar{border-top:1px solid color-mix(in srgb, var(--border) 20%, transparent);align-items:center;gap:2px;padding:4px 10px 4px 46px;animation:.15s Toolbar-module__PONB1q__toolbarIn;display:flex}@keyframes Toolbar-module__PONB1q__toolbarIn{0%{opacity:0}to{opacity:1}}.Toolbar-module__PONB1q__btn{width:28px;height:28px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:flex}.Toolbar-module__PONB1q__btn:hover:not(:disabled):not(.Toolbar-module__PONB1q__active){background:color-mix(in srgb, var(--text-tertiary) 8%, transparent);color:var(--text-primary)}.Toolbar-module__PONB1q__btn:active:not(:disabled){background:color-mix(in srgb, var(--text-tertiary) 14%, transparent)}.Toolbar-module__PONB1q__btn.Toolbar-module__PONB1q__active{background:color-mix(in srgb, var(--color-primary) 14%, transparent);color:var(--color-primary)}.Toolbar-module__PONB1q__btn.Toolbar-module__PONB1q__active:hover:not(:disabled){background:color-mix(in srgb, var(--color-primary) 22%, transparent)}.Toolbar-module__PONB1q__btn:disabled{opacity:.4;cursor:not-allowed}
.SendButton-module__MJLCSa__send{width:30px;height:30px;color:var(--text-tertiary);cursor:default;opacity:.35;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-top:4px;transition:background-color .25s cubic-bezier(.16,1,.3,1),color .25s cubic-bezier(.16,1,.3,1),opacity .25s cubic-bezier(.16,1,.3,1),transform .1s;display:flex}.SendButton-module__MJLCSa__send.SendButton-module__MJLCSa__active{background:var(--color-primary);color:#fff;opacity:1;cursor:pointer}.SendButton-module__MJLCSa__send.SendButton-module__MJLCSa__active:hover{opacity:.88}.SendButton-module__MJLCSa__send:active:not(:disabled){transform:scale(.9)}.SendButton-module__MJLCSa__send:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.SendButton-module__MJLCSa__spinner{border:2px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite SendButton-module__MJLCSa__spin;display:block}@keyframes SendButton-module__MJLCSa__spin{to{transform:rotate(360deg)}}
.Footer-module__jkwu8G__footer{align-items:center;gap:10px;padding:2px 12px 8px 46px;animation:.2s Footer-module__jkwu8G__footerIn;display:flex}@keyframes Footer-module__jkwu8G__footerIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.Footer-module__jkwu8G__author{color:var(--text-tertiary);opacity:.7;font-size:11px}.Footer-module__jkwu8G__chars{background:color-mix(in srgb, var(--text-tertiary) 8%, transparent);color:var(--text-tertiary);font-variant-numeric:tabular-nums;letter-spacing:.01em;border-radius:10px;align-items:center;padding:1px 8px;font-size:10px;display:inline-flex}.Footer-module__jkwu8G__chars.Footer-module__jkwu8G__nearLimit{color:var(--color-warning,#e9a23b);background:#e9a23b1f}.Footer-module__jkwu8G__chars.Footer-module__jkwu8G__overLimit{background:color-mix(in srgb, var(--color-error) 12%, transparent);color:var(--color-error);font-weight:600}.Footer-module__jkwu8G__spacer{flex:1}.Footer-module__jkwu8G__cancel{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:4px 12px;font-size:12px;font-weight:500;transition:background-color .15s,border-color .15s,color .15s}.Footer-module__jkwu8G__cancel:hover:not(:disabled){background:var(--bg-card-hover);border-color:color-mix(in srgb, var(--border) 80%, transparent);color:var(--text-primary)}.Footer-module__jkwu8G__cancel:disabled{opacity:.5;cursor:not-allowed}
.ErrorMessage-module__bTAHmW__error{background:color-mix(in srgb, #e54d42 6%, var(--bg-card));color:#e54d42;border-radius:8px;align-items:center;gap:8px;margin:6px 12px;padding:8px 12px;font-size:12px;animation:.2s ErrorMessage-module__bTAHmW__errorIn;display:flex}@keyframes ErrorMessage-module__bTAHmW__errorIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.ErrorMessage-module__bTAHmW__error svg{flex-shrink:0}
.Composer-module__BhbH2G__composer{background:color-mix(in srgb, var(--bg-card) 60%, transparent);border:1px solid #0000;border-radius:24px;transition:border-color .3s cubic-bezier(.16,1,.3,1),border-radius .3s cubic-bezier(.16,1,.3,1),background-color .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1)}.Composer-module__BhbH2G__composer:hover{border-color:color-mix(in srgb, var(--border) 60%, transparent);background:var(--bg-card)}.Composer-module__BhbH2G__composer.Composer-module__BhbH2G__expanded{border-color:var(--border);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 12%, transparent);border-radius:14px}.Composer-module__BhbH2G__composer.Composer-module__BhbH2G__submitting{opacity:.65;pointer-events:none}.Composer-module__BhbH2G__replyBanner{background:color-mix(in srgb, var(--color-primary) 6%, transparent);border-bottom:1px solid color-mix(in srgb, var(--color-primary) 12%, transparent);border-radius:13px 13px 0 0;justify-content:space-between;align-items:center;padding:6px 12px;animation:.2s cubic-bezier(.16,1,.3,1) Composer-module__BhbH2G__bannerIn;display:flex}@keyframes Composer-module__BhbH2G__bannerIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Composer-module__BhbH2G__replyLabel{color:var(--text-secondary);font-size:11px;line-height:1}.Composer-module__BhbH2G__replyLabel strong{color:var(--color-primary);font-weight:600}.Composer-module__BhbH2G__replyDismiss{width:18px;height:18px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:flex}.Composer-module__BhbH2G__replyDismiss:hover{background:color-mix(in srgb, var(--color-primary) 12%, transparent);color:var(--text-primary)}.Composer-module__BhbH2G__replyDismiss:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Composer-module__BhbH2G__body{align-items:center;gap:8px;padding:6px 8px 6px 10px;display:flex}.Composer-module__BhbH2G__expanded .Composer-module__BhbH2G__body{align-items:flex-start}.Composer-module__BhbH2G__compact{border-radius:20px}.Composer-module__BhbH2G__compact.Composer-module__BhbH2G__expanded{border-radius:12px}.Composer-module__BhbH2G__compact .Composer-module__BhbH2G__body{padding:4px 6px 4px 8px}
.Reactions-module__gquTha__reactions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.Reactions-module__gquTha__compact{gap:4px}.Reactions-module__gquTha__pillWrapper{display:inline-flex;position:relative}.Reactions-module__gquTha__pill{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);height:26px;color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:13px;align-items:center;gap:5px;padding:0 8px;font-family:Sofia Pro,sans-serif;transition:color .2s,background-color .2s,border-color .2s,transform .15s;display:inline-flex}.Reactions-module__gquTha__pill:hover{color:var(--text-secondary);background:color-mix(in srgb, var(--text-tertiary) 6%, transparent);border-color:color-mix(in srgb, var(--border) 80%, transparent)}.Reactions-module__gquTha__pill:active{transform:scale(.94)}.Reactions-module__gquTha__pill:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Reactions-module__gquTha__pill.Reactions-module__gquTha__active{color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 8%, transparent);border-color:color-mix(in srgb, var(--color-primary) 25%, transparent)}.Reactions-module__gquTha__pill.Reactions-module__gquTha__active:hover{background:color-mix(in srgb, var(--color-primary) 12%, transparent);border-color:color-mix(in srgb, var(--color-primary) 35%, transparent)}.Reactions-module__gquTha__pill:disabled{opacity:.5;cursor:not-allowed;transform:none}.Reactions-module__gquTha__icon{flex-shrink:0;width:14px;height:14px}.Reactions-module__gquTha__count{color:inherit;font-size:12px;font-weight:600;line-height:1}.Reactions-module__gquTha__compact .Reactions-module__gquTha__pill{gap:4px;height:22px;padding:0 6px}.Reactions-module__gquTha__compact .Reactions-module__gquTha__icon{width:12px;height:12px}.Reactions-module__gquTha__compact .Reactions-module__gquTha__count{font-size:11px}.Reactions-module__gquTha__tooltip{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);color:var(--text-primary);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:var(--z-tooltip,1070);border-radius:8px;padding:6px 10px;font-size:11px;font-weight:500;transition:opacity .2s,transform .2s cubic-bezier(.16,1,.3,1),visibility .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 16px -4px #0000001a,0 2px 6px -2px #0000000f}.Reactions-module__gquTha__tooltip:after{content:"";border:4px solid #0000;border-top-color:var(--bg-card);position:absolute;top:100%;left:50%;transform:translate(-50%)}.Reactions-module__gquTha__pillWrapper:hover .Reactions-module__gquTha__tooltip{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Reactions-module__gquTha__addWrapper{position:relative}.Reactions-module__gquTha__addButton{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);width:28px;height:26px;color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:13px;justify-content:center;align-items:center;padding:0 6px;transition:color .2s,background-color .2s,border-color .2s,transform .15s;display:flex}.Reactions-module__gquTha__addButton:hover{color:var(--text-secondary);background:color-mix(in srgb, var(--text-tertiary) 6%, transparent);border-color:color-mix(in srgb, var(--border) 80%, transparent)}.Reactions-module__gquTha__addButton:active{transform:scale(.92)}.Reactions-module__gquTha__compact .Reactions-module__gquTha__addButton{width:22px;height:22px}.Reactions-module__gquTha__picker{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:10px;align-items:center;gap:1px;padding:4px 5px;animation:.2s cubic-bezier(.16,1,.3,1) Reactions-module__gquTha__pickerIn;display:flex;position:relative;box-shadow:0 8px 32px -8px #0000002e,0 4px 12px -4px #00000014}.Reactions-module__gquTha__caret{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 60%, transparent);pointer-events:none;width:8px;height:8px;position:absolute;transform:translate(-50%)rotate(45deg)}.Reactions-module__gquTha__pickerAbove .Reactions-module__gquTha__caret{border-top:none;border-left:none;bottom:-5px}.Reactions-module__gquTha__pickerBelow .Reactions-module__gquTha__caret{border-bottom:none;border-right:none;top:-5px}@keyframes Reactions-module__gquTha__pickerIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.Reactions-module__gquTha__option{width:26px;height:26px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background-color .15s,color .15s,transform .15s;display:flex}.Reactions-module__gquTha__option:hover{background:color-mix(in srgb, var(--text-tertiary) 10%, transparent);color:var(--text-primary);transform:scale(1.1)}.Reactions-module__gquTha__option:active{transform:scale(.95)}.Reactions-module__gquTha__option.Reactions-module__gquTha__selected{color:var(--color-primary);background:color-mix(in srgb, var(--color-primary) 10%, transparent)}.Reactions-module__gquTha__option.Reactions-module__gquTha__selected:hover{background:color-mix(in srgb, var(--color-primary) 16%, transparent)}.Reactions-module__gquTha__option:disabled{opacity:.5;cursor:not-allowed;transform:none}
.Comment-module__GfDK1q__comment{border-radius:var(--radius-sm);gap:10px;padding:10px 8px;transition:background-color .2s;display:flex}.Comment-module__GfDK1q__comment:hover{background:color-mix(in srgb, var(--bg-card-hover) 30%, transparent)}.Comment-module__GfDK1q__compact{gap:8px;padding:8px 6px}.Comment-module__GfDK1q__content{flex:1;min-width:0}.Comment-module__GfDK1q__header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.Comment-module__GfDK1q__meta{align-items:center;gap:8px;display:flex}.Comment-module__GfDK1q__author{color:var(--text-primary);letter-spacing:-.01em;font-size:13px;font-weight:600}.Comment-module__GfDK1q__time{color:var(--text-tertiary);font-size:12px;font-weight:400}.Comment-module__GfDK1q__edited{color:var(--text-tertiary);background:color-mix(in srgb, var(--text-tertiary) 8%, transparent);border-radius:4px;padding:1px 6px;font-size:11px;font-weight:500}.Comment-module__GfDK1q__compact .Comment-module__GfDK1q__author{font-size:12px}.Comment-module__GfDK1q__compact .Comment-module__GfDK1q__time,.Comment-module__GfDK1q__compact .Comment-module__GfDK1q__edited{font-size:10px}.Comment-module__GfDK1q__menuTrigger{width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:opacity .2s,color .2s,background-color .2s;display:flex}.Comment-module__GfDK1q__comment:hover .Comment-module__GfDK1q__menuTrigger{opacity:1}.Comment-module__GfDK1q__menuTrigger:hover{color:var(--text-secondary);background:color-mix(in srgb, var(--text-tertiary) 8%, transparent)}.Comment-module__GfDK1q__menu{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 50%, transparent);border-radius:10px;min-width:120px;padding:4px;animation:.15s cubic-bezier(.16,1,.3,1) Comment-module__GfDK1q__menuIn;box-shadow:0 4px 16px -4px #0000001f,0 2px 6px -2px #0000000f}@keyframes Comment-module__GfDK1q__menuIn{0%{opacity:0;transform:translateY(-4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Comment-module__GfDK1q__menuItem{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:7px 10px;font-family:Sofia Pro,sans-serif;font-size:12px;font-weight:500;transition:background-color .15s,color .15s;display:flex}.Comment-module__GfDK1q__menuItem:hover{background:var(--bg-card-hover);color:var(--text-primary)}.Comment-module__GfDK1q__menuItem.Comment-module__GfDK1q__danger{color:var(--color-error)}.Comment-module__GfDK1q__menuItem.Comment-module__GfDK1q__danger:hover{background:color-mix(in srgb, var(--color-error) 8%, transparent);color:var(--color-error)}.Comment-module__GfDK1q__body{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;letter-spacing:.01em;margin:0;font-size:14px;line-height:1.6}.Comment-module__GfDK1q__compact .Comment-module__GfDK1q__body{font-size:13px;line-height:1.5}.Comment-module__GfDK1q__footer{justify-content:flex-start;align-items:center;gap:10px;margin-top:6px;display:flex}.Comment-module__GfDK1q__compact .Comment-module__GfDK1q__footer{margin-top:4px}.Comment-module__GfDK1q__actions{align-items:center;gap:4px;display:flex}.Comment-module__GfDK1q__actionBtn{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);min-width:26px;height:26px;color:var(--text-tertiary);cursor:pointer;background:0 0;border-radius:13px;justify-content:center;align-items:center;gap:5px;padding:0 8px;transition:color .2s,background-color .2s,border-color .2s,transform .15s;display:flex}.Comment-module__GfDK1q__actionBtn:hover{color:var(--text-secondary);background:color-mix(in srgb, var(--text-tertiary) 6%, transparent);border-color:color-mix(in srgb, var(--border) 80%, transparent)}.Comment-module__GfDK1q__actionBtn:active{transform:scale(.94)}.Comment-module__GfDK1q__actionBtn.Comment-module__GfDK1q__hasReplies{background:color-mix(in srgb, var(--color-primary) 6%, transparent);border-color:color-mix(in srgb, var(--color-primary) 20%, transparent);color:var(--text-secondary);padding:0 10px}.Comment-module__GfDK1q__actionBtn.Comment-module__GfDK1q__hasReplies:hover{background:color-mix(in srgb, var(--color-primary) 12%, transparent);border-color:color-mix(in srgb, var(--color-primary) 30%, transparent);color:var(--color-primary)}.Comment-module__GfDK1q__replyCount{font-family:Sofia Pro,sans-serif;font-size:12px;font-weight:600}.Comment-module__GfDK1q__editForm{margin-top:6px;animation:.2s cubic-bezier(.16,1,.3,1) Comment-module__GfDK1q__editIn}@keyframes Comment-module__GfDK1q__editIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Comment-module__GfDK1q__editTextarea{border:1px solid color-mix(in srgb, var(--border) 80%, transparent);background:var(--bg-card);width:100%;min-height:72px;color:var(--text-primary);resize:none;border-radius:10px;padding:10px 12px;font-family:Sofia Pro,sans-serif;font-size:14px;line-height:1.6;transition:border-color .2s,box-shadow .2s}.Comment-module__GfDK1q__editTextarea:focus{border-color:color-mix(in srgb, var(--color-primary) 50%, transparent);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 8%, transparent);outline:none}.Comment-module__GfDK1q__editActions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.Comment-module__GfDK1q__cancelBtn{border:1px solid color-mix(in srgb, var(--border) 60%, transparent);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:6px 12px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:500;transition:background-color .15s,color .15s}.Comment-module__GfDK1q__cancelBtn:hover{background:var(--bg-card-hover);color:var(--text-primary)}.Comment-module__GfDK1q__saveBtn{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;transition:opacity .15s,transform .1s,box-shadow .2s}.Comment-module__GfDK1q__saveBtn:hover:not(:disabled){opacity:.92;box-shadow:0 4px 12px color-mix(in srgb, var(--color-primary) 25%, transparent);transform:translateY(-1px)}.Comment-module__GfDK1q__saveBtn:active:not(:disabled){transform:translateY(0)}.Comment-module__GfDK1q__saveBtn:disabled{opacity:.45;cursor:not-allowed}
.Thread-module__cH3_qq__thread{position:relative}.Thread-module__cH3_qq__nested{flex:1;min-width:0}.Thread-module__cH3_qq__children{flex-direction:column;margin-top:2px;animation:.25s cubic-bezier(.16,1,.3,1) Thread-module__cH3_qq__childrenIn;display:flex}@keyframes Thread-module__cH3_qq__childrenIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.Thread-module__cH3_qq__branch{align-items:stretch;display:flex}.Thread-module__cH3_qq__connector{flex-shrink:0;width:28px;position:relative}.Thread-module__cH3_qq__elbow{border-left:1.5px solid color-mix(in srgb, var(--border) 30%, transparent);border-bottom:1.5px solid color-mix(in srgb, var(--border) 30%, transparent);border-bottom-left-radius:8px;width:10px;height:22px;position:absolute;top:0;left:18px}.Thread-module__cH3_qq__trunk{background:linear-gradient(to bottom, color-mix(in srgb, var(--border) 30%, transparent), color-mix(in srgb, var(--border) 8%, transparent));width:1.5px;position:absolute;top:22px;bottom:0;left:18px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__connector{width:20px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__elbow{border-bottom-left-radius:6px;width:6px;height:16px;left:14px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__trunk{top:16px;left:14px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__rail{width:20px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__rail:before{border-bottom-left-radius:6px;width:6px;height:14px;left:14px}.Thread-module__cH3_qq__compact .Thread-module__cH3_qq__composer{margin:2px 0 8px}
.Skeleton-module__sttWhq__avatar,.Skeleton-module__sttWhq__name,.Skeleton-module__sttWhq__time,.Skeleton-module__sttWhq__line,.Skeleton-module__sttWhq__action{background:color-mix(in srgb, var(--surface-muted) 80%, transparent);border-radius:var(--radius-sm);position:relative;overflow:hidden}.Skeleton-module__sttWhq__avatar:after,.Skeleton-module__sttWhq__name:after,.Skeleton-module__sttWhq__time:after,.Skeleton-module__sttWhq__line:after,.Skeleton-module__sttWhq__action:after{content:"";background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--text-primary) 4%, transparent) 40%, color-mix(in srgb, var(--text-primary) 4%, transparent) 60%, transparent 100%);animation:1.8s ease-in-out infinite Skeleton-module__sttWhq__shimmer;position:absolute;inset:0;translate:-100%}@keyframes Skeleton-module__sttWhq__shimmer{to{translate:100%}}.Skeleton-module__sttWhq__container{gap:var(--spacing-md);flex-direction:column;width:100%;display:flex}.Skeleton-module__sttWhq__card{border-radius:var(--radius-sm);opacity:0;gap:12px;padding:12px 8px;animation:.4s forwards Skeleton-module__sttWhq__fadeIn;display:flex}@keyframes Skeleton-module__sttWhq__fadeIn{to{opacity:1}}.Skeleton-module__sttWhq__avatar{border-radius:50%;flex-shrink:0;width:32px;height:32px}.Skeleton-module__sttWhq__content{flex-direction:column;flex:1;gap:10px;min-width:0;display:flex}.Skeleton-module__sttWhq__header{align-items:center;gap:10px;display:flex}.Skeleton-module__sttWhq__name{border-radius:6px;width:96px;height:13px}.Skeleton-module__sttWhq__time{opacity:.6;border-radius:4px;width:40px;height:11px}.Skeleton-module__sttWhq__body{flex-direction:column;gap:7px;display:flex}.Skeleton-module__sttWhq__line{border-radius:4px;height:11px}.Skeleton-module__sttWhq__actions{gap:10px;margin-top:2px;display:flex}.Skeleton-module__sttWhq__action{border-radius:var(--radius-sm);opacity:.5;width:20px;height:20px}.Skeleton-module__sttWhq__reply{border-left:1.5px solid color-mix(in srgb, var(--border) 40%, transparent);gap:12px;margin-top:4px;margin-left:44px;padding-left:12px;display:flex}.Skeleton-module__sttWhq__reply .Skeleton-module__sttWhq__avatar{width:28px;height:28px}.Skeleton-module__sttWhq__compact{align-items:center;gap:10px;padding:10px 8px;display:flex}.Skeleton-module__sttWhq__compactBody{flex-direction:column;flex:1;gap:6px;display:flex}@media (max-width:640px){.Skeleton-module__sttWhq__card{padding:10px 6px}.Skeleton-module__sttWhq__reply{margin-left:36px}.Skeleton-module__sttWhq__avatar{width:28px;height:28px}}
.Empty-module__bNYljG__container{justify-content:center;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-2xl) var(--spacing-lg);text-align:center;opacity:0;flex-direction:column;flex:1;animation:.5s cubic-bezier(.16,1,.3,1) forwards Empty-module__bNYljG__enter;display:flex}@keyframes Empty-module__bNYljG__enter{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0}}.Empty-module__bNYljG__iconRing{width:56px;height:56px;margin-bottom:var(--spacing-xs);background:color-mix(in srgb, var(--color-primary) 8%, transparent);color:var(--color-primary);opacity:.85;border-radius:50%;place-items:center;transition:transform .3s;display:grid}.Empty-module__bNYljG__container:hover .Empty-module__bNYljG__iconRing{transform:scale(1.06)}.Empty-module__bNYljG__message{color:var(--text-primary);letter-spacing:-.01em;font-size:16px;font-weight:600;line-height:var(--leading-snug);margin:0}.Empty-module__bNYljG__description{color:var(--text-tertiary);max-width:280px;margin:0;font-size:13px;font-weight:400;line-height:1.55}.Empty-module__bNYljG__action{margin-top:var(--spacing-sm);color:#fff;background:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;border:none;padding:8px 18px;font-size:13px;font-weight:600;transition:opacity .15s,transform .15s,box-shadow .2s}.Empty-module__bNYljG__action:hover{opacity:.92;box-shadow:0 4px 14px color-mix(in srgb, var(--color-primary) 25%, transparent);transform:translateY(-1px)}.Empty-module__bNYljG__action:active{transform:translateY(0)}.Empty-module__bNYljG__action:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.Empty-module__bNYljG__compact{justify-content:center;align-items:center;gap:var(--spacing-xs);padding:var(--spacing);color:var(--text-tertiary);font-size:13px;font-weight:500;display:flex}@media (max-width:640px){.Empty-module__bNYljG__container{padding:var(--spacing-xl) var(--spacing)}.Empty-module__bNYljG__iconRing{width:48px;height:48px}.Empty-module__bNYljG__message{font-size:15px}}
.CommentFeed-module__yGQfuG__feed{flex-direction:column;gap:0;display:flex}.CommentFeed-module__yGQfuG__feed.CommentFeed-module__yGQfuG__empty{height:100%}.CommentFeed-module__yGQfuG__threads{flex-direction:column;gap:0;display:flex}.CommentFeed-module__yGQfuG__threads>:not(:last-child){padding-bottom:2px;position:relative}.CommentFeed-module__yGQfuG__threads>:not(:last-child):after{content:"";background:linear-gradient(90deg, color-mix(in srgb, var(--border) 35%, transparent), color-mix(in srgb, var(--border) 10%, transparent));height:1px;position:absolute;bottom:0;left:48px;right:4px}.CommentFeed-module__yGQfuG__compact .CommentFeed-module__yGQfuG__threads>:not(:last-child){padding-bottom:0}.CommentFeed-module__yGQfuG__compact .CommentFeed-module__yGQfuG__threads>:not(:last-child):after{left:40px}.CommentFeed-module__yGQfuG__loadMore{justify-content:center;padding:12px 0 4px;display:flex}.CommentFeed-module__yGQfuG__loadMoreBtn{border:1px solid color-mix(in srgb, var(--border) 50%, transparent);height:34px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:17px;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;transition:background-color .2s,color .2s,border-color .2s,transform .15s,box-shadow .2s;display:flex}.CommentFeed-module__yGQfuG__loadMoreBtn:hover:not(:disabled){background:color-mix(in srgb, var(--color-primary) 6%, transparent);border-color:color-mix(in srgb, var(--color-primary) 25%, transparent);color:var(--color-primary);box-shadow:0 2px 8px color-mix(in srgb, var(--color-primary) 10%, transparent);transform:translateY(-1px)}.CommentFeed-module__yGQfuG__loadMoreBtn:active:not(:disabled){box-shadow:none;transform:translateY(0)}.CommentFeed-module__yGQfuG__loadMoreBtn:focus-visible{outline:2px solid color-mix(in srgb, var(--color-primary) 40%, transparent);outline-offset:2px}.CommentFeed-module__yGQfuG__loadMoreBtn:disabled{opacity:.5;cursor:not-allowed}.CommentFeed-module__yGQfuG__loadMoreLabel{line-height:1}.CommentFeed-module__yGQfuG__spinner{border:2px solid color-mix(in srgb, var(--text-tertiary) 25%, transparent);border-top-color:var(--text-secondary);border-radius:50%;width:14px;height:14px;animation:.7s linear infinite CommentFeed-module__yGQfuG__spin}@keyframes CommentFeed-module__yGQfuG__spin{to{transform:rotate(360deg)}}.CommentFeed-module__yGQfuG__paginating{margin-top:4px}
.Comments-module__zVHXgG__section{flex-direction:column;gap:16px;width:calc(100% + 24px);height:100%;margin-left:-12px;margin-right:-12px;display:flex;position:relative}.Comments-module__zVHXgG__section.Comments-module__zVHXgG__compact{gap:12px}.Comments-module__zVHXgG__header{flex-shrink:0;justify-content:flex-start;align-items:center;padding:0 12px 8px;display:flex}.Comments-module__zVHXgG__error{background-color:color-mix(in srgb, var(--color-error) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-error) 25%, transparent);color:var(--text-primary);text-align:center;border-radius:10px;margin:0 12px;padding:12px}.Comments-module__zVHXgG__error p{margin:0;font-size:13px;line-height:1.4}.Comments-module__zVHXgG__feed{flex:1;min-height:0;margin:0 -4px;padding:0 4px;overflow:visible auto}.Comments-module__zVHXgG__form{background:linear-gradient(to bottom, color-mix(in srgb, var(--bg-card) 95%, transparent), var(--bg-card));-webkit-backdrop-filter:blur(8px);z-index:var(--z-sticky);border-radius:10px;flex-shrink:0;margin-top:4px;padding:10px 12px;position:sticky;bottom:0}.Comments-module__zVHXgG__form:before{content:"";background:linear-gradient(90deg, transparent, var(--border) 20%, var(--border) 80%, transparent);opacity:.6;height:1px;position:absolute;top:0;left:12px;right:12px}
.Drawer-module__gedWAG__root{z-index:var(--z-modal);pointer-events:none;justify-content:flex-end;display:flex;position:fixed;inset:0}.Drawer-module__gedWAG__backdrop{-webkit-backdrop-filter:blur(3px);z-index:var(--z-modal-backdrop);opacity:0;pointer-events:none;background:#00000073;transition:opacity .4s cubic-bezier(.32,.72,0,1);position:fixed;inset:0}.Drawer-module__gedWAG__open .Drawer-module__gedWAG__backdrop{opacity:1;pointer-events:auto}.Drawer-module__gedWAG__panel{z-index:var(--z-modal);width:min(var(--drawer-width,500px), 100vw);background:var(--bg-card);border-left:1px solid var(--border);pointer-events:auto;will-change:transform;flex-direction:column;height:100%;transition:transform .54s cubic-bezier(.32,.72,0,1);display:flex;position:relative;overflow:hidden;transform:translate(100%);box-shadow:-8px 0 40px #0000001f,-2px 0 8px #0000000f}.Drawer-module__gedWAG__open .Drawer-module__gedWAG__panel{transform:translate(0)}.Drawer-module__gedWAG__header{justify-content:space-between;align-items:center;gap:var(--spacing);padding:var(--spacing-lg) var(--spacing-lg) var(--spacing-lg) var(--spacing-xl);border-bottom:1px solid var(--border);flex-shrink:0;min-height:64px;display:flex}.Drawer-module__gedWAG__title{font-family:Sofia Pro,sans-serif;font-size:var(--text-xl);font-weight:var(--font-semibold);line-height:var(--leading-tight);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;overflow:hidden}.Drawer-module__gedWAG__headerActions{flex-shrink:0;align-items:center;gap:8px;margin-left:auto;display:flex}.Drawer-module__gedWAG__closeButton{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:background var(--duration-fast) var(--ease-out), color var(--duration-fast) var(--ease-out), border-color var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.Drawer-module__gedWAG__closeButton:hover{background:var(--bg-card-hover);border-color:var(--border);color:var(--text-primary)}.Drawer-module__gedWAG__closeButton:active{transform:scale(.92)}.Drawer-module__gedWAG__closeButton:focus-visible{box-shadow:var(--focus-ring);outline:none}.Drawer-module__gedWAG__body{padding:var(--spacing-xl);background:linear-gradient(var(--bg-card) 30%, transparent) center top / 100% 20px no-repeat, linear-gradient(transparent, var(--bg-card) 70%) center bottom / 100% 20px no-repeat, linear-gradient(#0000000a, transparent) center top / 100% 8px no-repeat, linear-gradient(transparent, #0000000a) center bottom / 100% 8px no-repeat;background-attachment:local,local,scroll,scroll;flex-direction:column;flex:1;display:flex;overflow:hidden auto}.Drawer-module__gedWAG__footer{padding:var(--spacing-lg) var(--spacing-xl);border-top:1px solid var(--border);background:var(--bg-card);flex-shrink:0}@media (min-width:1280px){.Drawer-module__gedWAG__panel{width:min(max(var(--drawer-width,500px), 560px), 100vw)}}@media (min-width:1440px){.Drawer-module__gedWAG__panel{width:min(max(var(--drawer-width,500px), 640px), 100vw)}}@media (min-width:1920px){.Drawer-module__gedWAG__panel{width:min(max(var(--drawer-width,500px), 760px), 100vw)}}@media (max-width:768px){.Drawer-module__gedWAG__root{justify-content:flex-end;align-items:flex-end}.Drawer-module__gedWAG__panel{border-left:none;border-top:1px solid var(--border);border-radius:var(--radius-lg) var(--radius-lg) 0 0;height:92dvh;padding-top:12px;transition:transform .54s cubic-bezier(.32,.72,0,1);transform:translateY(100%);box-shadow:0 -8px 40px #00000024;width:100%!important}.Drawer-module__gedWAG__open .Drawer-module__gedWAG__panel{transform:translateY(0)}.Drawer-module__gedWAG__panel:before{content:"";background:var(--border);width:40px;height:4px;margin:0 auto var(--spacing-md);border-radius:2px;flex-shrink:0;display:block}.Drawer-module__gedWAG__header{padding:var(--spacing-md) var(--spacing-lg);min-height:56px}.Drawer-module__gedWAG__title{font-size:var(--text-lg)}.Drawer-module__gedWAG__body{padding:var(--spacing-lg)}.Drawer-module__gedWAG__footer{padding:var(--spacing-md) var(--spacing-lg);padding-bottom:max(var(--spacing-lg), env(safe-area-inset-bottom))}}@media (max-width:480px){.Drawer-module__gedWAG__panel{height:96dvh}.Drawer-module__gedWAG__body{padding:var(--spacing)}}
.UploadButton-module__9hweDa__btn{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:500;line-height:1;transition:background .15s,box-shadow .15s,transform .1s;display:inline-flex}.UploadButton-module__9hweDa__btn:hover:not(:disabled){background:var(--color-primary-hover,#2563eb);box-shadow:0 1px 3px #0000001f}.UploadButton-module__9hweDa__btn:active:not(:disabled){transform:scale(.97)}.UploadButton-module__9hweDa__btn:focus-visible{outline:2px solid var(--color-primary,#3b82f6);outline-offset:2px}.UploadButton-module__9hweDa__btn:disabled{opacity:.55;pointer-events:none}.UploadButton-module__9hweDa__spinner{animation:.8s linear infinite UploadButton-module__9hweDa__spin}@keyframes UploadButton-module__9hweDa__spin{to{transform:rotate(360deg)}}.UploadButton-module__9hweDa__hiddenInput{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
.FileUploader-module__Da1x4a__dropzone{border:1.5px dashed var(--border-hover,#cbd5e1);background:var(--surface-muted,#f8fafc);border-radius:10px;width:100%;min-height:220px;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.FileUploader-module__Da1x4a__dropzone.FileUploader-module__Da1x4a__dragging{border-color:var(--color-primary,#3b82f6);background:color-mix(in srgb, var(--color-primary,#3b82f6) 4%, var(--bg-card,#fff));box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary,#3b82f6) 10%, transparent)}.FileUploader-module__Da1x4a__dropzone.FileUploader-module__Da1x4a__error{border-color:var(--danger,#ef4444);background:var(--danger-bg,#fef2f2)}.FileUploader-module__Da1x4a__dropzone.FileUploader-module__Da1x4a__success{border-color:var(--success,#22c55e);background:color-mix(in srgb, var(--success,#22c55e) 4%, var(--bg-card,#fff))}.FileUploader-module__Da1x4a__inner{text-align:center;min-height:inherit;flex-direction:column;justify-content:center;align-items:center;padding:32px 24px;display:flex}.FileUploader-module__Da1x4a__iconCircle{background:color-mix(in srgb, var(--color-primary,#3b82f6) 8%, transparent);width:56px;height:56px;color:var(--color-primary,#3b82f6);border-radius:50%;justify-content:center;align-items:center;margin-bottom:14px;transition:transform .25s,background .25s;display:flex}.FileUploader-module__Da1x4a__activeCircle{background:color-mix(in srgb, var(--color-primary,#3b82f6) 14%, transparent);transform:scale(1.08)}.FileUploader-module__Da1x4a__successCircle{background:color-mix(in srgb, var(--success,#22c55e) 10%, transparent);color:var(--success,#22c55e)}.FileUploader-module__Da1x4a__errorCircle{background:color-mix(in srgb, var(--danger,#ef4444) 10%, transparent);color:var(--danger,#ef4444)}.FileUploader-module__Da1x4a__heading{color:var(--text-primary,#1e293b);letter-spacing:-.01em;margin:0 0 4px;font-size:15px;font-weight:600}.FileUploader-module__Da1x4a__subtext{color:var(--text-secondary,#64748b);margin:0 0 2px;font-size:13px;line-height:1.5}.FileUploader-module__Da1x4a__hint{color:var(--text-tertiary,#94a3b8);margin:0;font-size:11px}.FileUploader-module__Da1x4a__errorMsg{color:var(--danger,#ef4444);margin:0;font-size:13px;font-weight:500}.FileUploader-module__Da1x4a__progressWrap{width:100%;max-width:240px;margin-top:16px}.FileUploader-module__Da1x4a__progressTrack{background:var(--border,#e2e8f0);border-radius:999px;width:100%;height:5px;margin-bottom:6px;overflow:hidden}.FileUploader-module__Da1x4a__progressBar{background:var(--color-primary,#3b82f6);border-radius:999px;height:100%;transition:width .3s}.FileUploader-module__Da1x4a__progressLabel{color:var(--color-primary,#3b82f6);text-align:center;font-size:11px;font-weight:600;display:block}.FileUploader-module__Da1x4a__btnWrap{margin-top:16px}@media (max-width:640px){.FileUploader-module__Da1x4a__dropzone{min-height:180px}.FileUploader-module__Da1x4a__inner{padding:24px 16px}.FileUploader-module__Da1x4a__iconCircle{width:48px;height:48px}.FileUploader-module__Da1x4a__heading{font-size:14px}}
.FileMetadata-module__j0wGAa__meta{gap:10px;font-size:13px;display:flex}.FileMetadata-module__j0wGAa__meta.FileMetadata-module__j0wGAa__horizontal{flex-direction:row;justify-content:space-between;align-items:center}.FileMetadata-module__j0wGAa__meta.FileMetadata-module__j0wGAa__vertical{flex-direction:column;align-items:flex-start}.FileMetadata-module__j0wGAa__uploader{align-items:center;gap:8px;min-width:0;display:flex}.FileMetadata-module__j0wGAa__avatar{object-fit:cover;border:1px solid var(--border,#e2e8f0);border-radius:50%;flex-shrink:0;width:24px;height:24px}.FileMetadata-module__j0wGAa__initials{background:var(--color-primary,#3b82f6);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.FileMetadata-module__j0wGAa__info{flex-direction:column;gap:1px;min-width:0;display:flex}.FileMetadata-module__j0wGAa__name{color:var(--text-primary,#1e293b);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:500;line-height:1.3;overflow:hidden}.FileMetadata-module__j0wGAa__date{color:var(--text-tertiary,#94a3b8);font-size:11px;line-height:1.3}.FileMetadata-module__j0wGAa__size{color:var(--text-secondary,#64748b);white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:500}
.FileActions-module__BAoemW__actions{align-items:center;gap:2px;display:flex}.FileActions-module__BAoemW__btn{width:30px;height:30px;color:var(--text-tertiary,#94a3b8);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.FileActions-module__BAoemW__btn:hover{background:color-mix(in srgb, var(--color-primary,#3b82f6) 10%, transparent);color:var(--color-primary,#3b82f6);border-color:color-mix(in srgb, var(--color-primary,#3b82f6) 25%, transparent)}.FileActions-module__BAoemW__btn:active{transform:scale(.92)}.FileActions-module__BAoemW__btn:focus-visible{outline:2px solid var(--color-primary,#3b82f6);outline-offset:1px}.FileActions-module__BAoemW__btn:disabled{opacity:.4;pointer-events:none}.FileActions-module__BAoemW__danger:hover{background:var(--danger-bg,#fef2f2);color:var(--danger,#ef4444);border-color:var(--danger-border,#fecaca)}
.FileListItem-module__5SbWja__item{background:var(--bg-card,#fff);border:1px solid var(--border,#e2e8f0);cursor:pointer;border-radius:8px;outline:none;align-items:center;gap:12px;padding:10px 12px;transition:background-color .15s,border-color .15s;display:flex}.FileListItem-module__5SbWja__item:hover{background:var(--bg-card-hover,#f8fafc)}.FileListItem-module__5SbWja__item:focus-visible{border-color:var(--color-primary,#3b82f6);box-shadow:0 0 0 2px color-mix(in srgb, var(--color-primary,#3b82f6) 12%, transparent)}.FileListItem-module__5SbWja__icon{background:color-mix(in srgb, var(--color-primary,#3b82f6) 8%, transparent);width:36px;height:36px;color:var(--color-primary,#3b82f6);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FileListItem-module__5SbWja__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.FileListItem-module__5SbWja__nameRow{align-items:center;gap:6px;display:flex}.FileListItem-module__5SbWja__name{color:var(--text-primary,#1e293b);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.FileListItem-module__5SbWja__badge{background:color-mix(in srgb, var(--color-primary,#3b82f6) 8%, transparent);color:var(--color-primary,#3b82f6);text-transform:uppercase;letter-spacing:.03em;border-radius:4px;flex-shrink:0;padding:1px 6px;font-size:10px;font-weight:600}.FileListItem-module__5SbWja__actions{opacity:0;flex-shrink:0;transition:opacity .15s}.FileListItem-module__5SbWja__item:hover .FileListItem-module__5SbWja__actions,.FileListItem-module__5SbWja__item:focus-within .FileListItem-module__5SbWja__actions{opacity:1}@media (max-width:640px){.FileListItem-module__5SbWja__actions{opacity:1}.FileListItem-module__5SbWja__item{padding:10px}}
.FileListEmpty-module__r49o2q__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:240px;padding:48px 24px;display:flex}.FileListEmpty-module__r49o2q__icon{background:color-mix(in srgb, var(--color-primary,#3b82f6) 8%, transparent);width:52px;height:52px;color:var(--color-primary,#3b82f6);border-radius:10px;justify-content:center;align-items:center;margin-bottom:14px;display:flex}.FileListEmpty-module__r49o2q__title{color:var(--text-primary,#1e293b);margin:0 0 4px;font-size:15px;font-weight:600}.FileListEmpty-module__r49o2q__hint{color:var(--text-tertiary,#94a3b8);max-width:240px;margin:0;font-size:13px;line-height:1.4}
.FileList-module__mCUMNG__container{width:100%;min-height:160px}.FileList-module__mCUMNG__list{flex-direction:column;gap:6px;display:flex}.FileList-module__mCUMNG__skeletonItem{background:var(--bg-card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:8px;align-items:center;gap:12px;padding:10px 12px;animation:1.8s ease-in-out infinite FileList-module__mCUMNG__pulse;display:flex}@keyframes FileList-module__mCUMNG__pulse{0%,to{opacity:1}50%{opacity:.5}}.FileList-module__mCUMNG__skeletonIcon{background:color-mix(in srgb, var(--color-primary,#3b82f6) 6%, transparent);border-radius:8px;flex-shrink:0;width:36px;height:36px}.FileList-module__mCUMNG__skeletonContent{flex-direction:column;flex:1;gap:6px;display:flex}.FileList-module__mCUMNG__skeletonName{background:var(--surface-muted,#f1f5f9);border-radius:4px;width:55%;height:14px}.FileList-module__mCUMNG__skeletonMeta{background:var(--surface-muted,#f1f5f9);border-radius:4px;width:35%;height:10px}
.PreviewLoading-module__VGHzmG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:48px 24px;display:flex}.PreviewLoading-module__VGHzmG__icon{background:color-mix(in srgb, var(--color-primary,#3b82f6) 8%, transparent);width:56px;height:56px;color:var(--color-primary,#3b82f6);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.PreviewLoading-module__VGHzmG__spinner{animation:.9s linear infinite PreviewLoading-module__VGHzmG__spin}@keyframes PreviewLoading-module__VGHzmG__spin{to{transform:rotate(360deg)}}.PreviewLoading-module__VGHzmG__message{color:var(--text-secondary,#64748b);margin:0;font-size:14px;font-weight:500}
.PreviewError-module__4dkzvG__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:48px 24px;display:flex}.PreviewError-module__4dkzvG__icon{background:color-mix(in srgb, var(--danger,#ef4444) 10%, transparent);width:56px;height:56px;color:var(--danger,#ef4444);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.PreviewError-module__4dkzvG__title{color:var(--text-primary,#1e293b);margin:0 0 6px;font-size:15px;font-weight:600}.PreviewError-module__4dkzvG__message{color:var(--text-secondary,#64748b);max-width:280px;margin:0 0 20px;font-size:13px;line-height:1.5}.PreviewError-module__4dkzvG__retryBtn{border:1px solid var(--border,#e2e8f0);background:var(--bg-card,#fff);color:var(--text-primary,#1e293b);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.PreviewError-module__4dkzvG__retryBtn:hover{background:var(--surface-muted,#f1f5f9);border-color:var(--border-hover,#cbd5e1)}.PreviewError-module__4dkzvG__retryBtn:active{transform:scale(.97)}
.ImagePreview-module__UjxYZG__container{background:var(--surface-muted,#f8fafc);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.ImagePreview-module__UjxYZG__wrapper{width:100%;height:100%;min-height:360px;position:relative}.ImagePreview-module__UjxYZG__image{object-fit:contain}.ImagePreview-module__UjxYZG__status{color:var(--text-tertiary,#94a3b8);margin:0;font-size:13px}@media (max-width:640px){.ImagePreview-module__UjxYZG__wrapper{min-height:260px}}
.PDFPreview-module__llbhNW__container{background:var(--surface-dark,#1e293b);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;min-height:480px;display:flex;overflow:hidden}.PDFPreview-module__llbhNW__iframe{border:none;width:100%;height:100%}.PDFPreview-module__llbhNW__status{color:var(--text-tertiary,#94a3b8);margin:0;font-size:13px}@media (max-width:640px){.PDFPreview-module__llbhNW__container{min-height:360px}}
.UnsupportedPreview-module__prWe-W__container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:320px;padding:48px 24px;display:flex}.UnsupportedPreview-module__prWe-W__icon{background:color-mix(in srgb, var(--warning,#f59e0b) 10%, transparent);width:56px;height:56px;color:var(--warning,#f59e0b);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.UnsupportedPreview-module__prWe-W__title{color:var(--text-primary,#1e293b);margin:0 0 6px;font-size:15px;font-weight:600}.UnsupportedPreview-module__prWe-W__description{color:var(--text-secondary,#64748b);max-width:280px;margin:0 0 20px;font-size:13px;line-height:1.5}.UnsupportedPreview-module__prWe-W__downloadBtn{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:500;transition:opacity .15s;display:inline-flex}.UnsupportedPreview-module__prWe-W__downloadBtn:hover{opacity:.9}.UnsupportedPreview-module__prWe-W__downloadBtn:active{opacity:.8}
.CreateUser-module__ftwxnq__form{flex-direction:column;gap:1.25rem;display:flex}.CreateUser-module__ftwxnq__errorBanner{background:color-mix(in srgb, var(--danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:var(--radius-sm);color:var(--danger-text);font-size:var(--text-sm);align-items:center;gap:.5rem;padding:.625rem .875rem;line-height:1.5;display:flex}.CreateUser-module__ftwxnq__errorBanner svg{flex-shrink:0}.CreateUser-module__ftwxnq__fieldGrid{grid-template-columns:1fr 1fr;gap:1rem .75rem;display:grid}.CreateUser-module__ftwxnq__field{flex-direction:column;grid-column:span 2;gap:.375rem;display:flex}.CreateUser-module__ftwxnq__half{grid-column:span 1}.CreateUser-module__ftwxnq__label{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase}.CreateUser-module__ftwxnq__input,.CreateUser-module__ftwxnq__selectTrigger{background:var(--bg-secondary);border-radius:var(--radius-sm);width:100%;height:40px;color:var(--text-primary);font-size:var(--text-sm);transition:border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), background .15s var(--ease-out);border:1.5px solid #0000;outline:none;padding:0 .75rem;font-family:inherit}.CreateUser-module__ftwxnq__input::placeholder{color:var(--text-muted,color-mix(in srgb, var(--text-secondary) 50%, transparent))}.CreateUser-module__ftwxnq__input:hover:not(:disabled){border-color:var(--border)}.CreateUser-module__ftwxnq__input:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.CreateUser-module__ftwxnq__input:disabled{opacity:.5;cursor:not-allowed}.CreateUser-module__ftwxnq__inputError{background:color-mix(in srgb, var(--danger) 3%, var(--bg-secondary));border-color:var(--danger)!important}.CreateUser-module__ftwxnq__inputError:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 10%, transparent)!important}.CreateUser-module__ftwxnq__fieldError{color:var(--danger-text);animation:CreateUser-module__ftwxnq__slideDown .15s var(--ease-out);margin:0;font-size:.6875rem;line-height:1.4}.CreateUser-module__ftwxnq__hint{color:var(--text-secondary);margin:0;font-size:.6875rem;line-height:1.4}.CreateUser-module__ftwxnq__selectTrigger{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.CreateUser-module__ftwxnq__selectTrigger:hover:not(:disabled){border-color:var(--border)}.CreateUser-module__ftwxnq__selectTrigger:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.CreateUser-module__ftwxnq__selectTrigger:disabled{opacity:.5;cursor:not-allowed}.CreateUser-module__ftwxnq__chevron{color:var(--text-secondary);transition:transform .15s var(--ease-out)}.CreateUser-module__ftwxnq__cancelBtn,.CreateUser-module__ftwxnq__submitBtn{height:36px;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:background .15s var(--ease-out), border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), opacity .15s var(--ease-out);border-radius:6px;justify-content:center;align-items:center;gap:.375rem;padding:0 1rem;font-family:inherit;display:inline-flex}.CreateUser-module__ftwxnq__cancelBtn{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.CreateUser-module__ftwxnq__cancelBtn:hover:not(:disabled){color:var(--text-primary);border-color:color-mix(in srgb, var(--border) 150%, transparent);background:#ffffff0d}.CreateUser-module__ftwxnq__submitBtn{background:var(--color-primary);color:#fff;border:none;box-shadow:0 1px 3px #00000040}.CreateUser-module__ftwxnq__submitBtn:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 20%, transparent)}.CreateUser-module__ftwxnq__cancelBtn:disabled,.CreateUser-module__ftwxnq__submitBtn:disabled{opacity:.45;cursor:not-allowed}.CreateUser-module__ftwxnq__spinner{animation:.75s linear infinite CreateUser-module__ftwxnq__spin}@keyframes CreateUser-module__ftwxnq__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes CreateUser-module__ftwxnq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.CreateUser-module__ftwxnq__fieldGrid{grid-template-columns:1fr}.CreateUser-module__ftwxnq__half{grid-column:span 1}}
.ComponentError-module__GFqe6W__root{justify-content:center;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-2xl) var(--spacing-lg);text-align:center;flex-direction:column;display:flex}.ComponentError-module__GFqe6W__iconWrap{background:color-mix(in srgb, var(--danger) 8%, transparent);width:56px;height:56px;color:var(--danger);border-radius:50%;justify-content:center;align-items:center;display:flex}.ComponentError-module__GFqe6W__title{font-size:var(--text-sm);font-weight:var(--font-semibold);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.ComponentError-module__GFqe6W__message{max-width:320px;font-size:var(--text-xs);line-height:var(--leading-relaxed);color:var(--text-tertiary);margin:0}.ComponentError-module__GFqe6W__retryButton{margin-top:var(--spacing-xs);padding:var(--spacing-xs) var(--spacing-md);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--font-medium);cursor:pointer;transition:background-color var(--duration-normal) var(--ease-out);border:none}.ComponentError-module__GFqe6W__retryButton:hover{background:var(--color-primary-hover)}.ComponentError-module__GFqe6W__retryButton:active{opacity:.9}
.DocumentPreview-module__PKBTDW__container{background:var(--surface-muted,#f8fafc);border-radius:8px;justify-content:center;align-items:center;width:100%;height:100%;min-height:480px;display:flex;overflow:hidden}.DocumentPreview-module__PKBTDW__documentContainer{width:100%;max-width:100%;height:100%;overflow:auto}.DocumentPreview-module__PKBTDW__documentContainer .docx-wrapper{max-width:100%;padding:16px}.DocumentPreview-module__PKBTDW__documentContainer .docx-wrapper>section{box-sizing:border-box;max-width:100%}.DocumentPreview-module__PKBTDW__status{color:var(--text-tertiary,#94a3b8);margin:0;font-size:13px}@media (max-width:640px){.DocumentPreview-module__PKBTDW__container{min-height:360px}}
.DeleteUser-module__m3XNAG__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing);padding:var(--spacing-xl) 0;flex-direction:column;display:flex}.DeleteUser-module__m3XNAG__loadingText{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.DeleteUser-module__m3XNAG__errorBanner{background:color-mix(in srgb, var(--danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:var(--radius-sm);color:var(--danger-text);font-size:var(--text-sm);align-items:center;gap:.75rem;padding:.625rem .875rem;line-height:1.5;display:flex}.DeleteUser-module__m3XNAG__errorBanner svg{flex-shrink:0}.DeleteUser-module__m3XNAG__content{flex-direction:column;align-items:center;gap:1.25rem;padding:.5rem .25rem;display:flex}.DeleteUser-module__m3XNAG__warningIcon{background:color-mix(in srgb, var(--danger) 10%, transparent);width:56px;height:56px;color:var(--danger-text);border-radius:50%;justify-content:center;align-items:center;display:flex}.DeleteUser-module__m3XNAG__confirmText{text-align:center;font-size:var(--text-sm);color:var(--text-primary);margin:0;line-height:1.6}.DeleteUser-module__m3XNAG__confirmText strong{color:var(--color-primary);font-weight:var(--font-semibold)}.DeleteUser-module__m3XNAG__email{color:var(--text-secondary)}.DeleteUser-module__m3XNAG__warningBox{background:color-mix(in srgb, var(--danger) 6%, transparent);border:1px solid color-mix(in srgb, var(--danger) 18%, transparent);border-left:3px solid var(--danger-text);border-radius:var(--radius-sm);gap:.5rem;width:100%;padding:.75rem 1rem;display:flex}.DeleteUser-module__m3XNAG__warningBoxIcon{color:var(--danger-text);flex-shrink:0;margin-top:1px}.DeleteUser-module__m3XNAG__warningTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--danger-text);margin-bottom:.25rem;display:block}.DeleteUser-module__m3XNAG__warningText{font-size:var(--text-xs);color:var(--text-primary);margin:0;line-height:1.6}.DeleteUser-module__m3XNAG__warningText strong{color:var(--danger-text);font-weight:var(--font-semibold)}.DeleteUser-module__m3XNAG__infoBox{background:color-mix(in srgb, var(--color-primary) 6%, transparent);border:1px solid color-mix(in srgb, var(--color-primary) 18%, transparent);border-left:3px solid var(--color-primary);border-radius:var(--radius-sm);width:100%;padding:.75rem 1rem}.DeleteUser-module__m3XNAG__infoTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-primary);margin-bottom:.25rem;display:block}.DeleteUser-module__m3XNAG__infoText{font-size:var(--text-xs);color:var(--text-primary);margin:0;line-height:1.6}.DeleteUser-module__m3XNAG__infoText strong{font-weight:var(--font-semibold)}.DeleteUser-module__m3XNAG__cancelBtn,.DeleteUser-module__m3XNAG__deleteBtn{height:36px;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:background .15s var(--ease-out), border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), opacity .15s var(--ease-out);border-radius:6px;justify-content:center;align-items:center;gap:.375rem;padding:0 1rem;font-family:inherit;display:inline-flex}.DeleteUser-module__m3XNAG__cancelBtn{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.DeleteUser-module__m3XNAG__cancelBtn:hover:not(:disabled){color:var(--text-primary);border-color:color-mix(in srgb, var(--border) 150%, transparent);background:#ffffff0d}.DeleteUser-module__m3XNAG__deleteBtn{background:var(--danger-text);color:#fff;border:none;box-shadow:0 1px 3px #00000040}.DeleteUser-module__m3XNAG__deleteBtn:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 20%, transparent)}.DeleteUser-module__m3XNAG__cancelBtn:disabled,.DeleteUser-module__m3XNAG__deleteBtn:disabled{opacity:.45;cursor:not-allowed}.DeleteUser-module__m3XNAG__spinner{animation:.75s linear infinite DeleteUser-module__m3XNAG__spin}@keyframes DeleteUser-module__m3XNAG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.BannerError-module__-KxxyW__root{align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-sm);font-size:var(--text-sm);display:flex}.BannerError-module__-KxxyW__danger{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger-text)}.BannerError-module__-KxxyW__warning{background:var(--warning-bg);border:1px solid var(--warning-border);color:var(--warning-text)}.BannerError-module__-KxxyW__icon{flex-shrink:0;align-items:center;display:flex}.BannerError-module__-KxxyW__message{line-height:var(--leading-normal);flex:1;margin:0}.BannerError-module__-KxxyW__actions{align-items:center;gap:var(--spacing-xs);flex-shrink:0;display:flex}.BannerError-module__-KxxyW__retryAction{padding:var(--spacing-xxs) var(--spacing-sm);border-radius:var(--radius-sm);font-size:var(--text-xs);font-weight:var(--font-medium);color:inherit;cursor:pointer;transition:opacity var(--duration-fast) var(--ease-out);background:0 0;border:1px solid}.BannerError-module__-KxxyW__retryAction:hover{opacity:.8}.BannerError-module__-KxxyW__dismissButton{padding:var(--spacing-xxs);color:inherit;cursor:pointer;border-radius:var(--radius-sm);opacity:.7;transition:opacity var(--duration-fast) var(--ease-out);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.BannerError-module__-KxxyW__dismissButton:hover{opacity:1}
.SpreadsheetPreview-module__oCtz5G__container{background:var(--surface-muted);border-radius:8px;flex-direction:column;width:100%;height:100%;min-height:480px;display:flex;overflow:hidden}.SpreadsheetPreview-module__oCtz5G__tabBar{background:var(--surface-muted);border-bottom:1px solid var(--border);flex-shrink:0;gap:0;padding:0 8px;display:flex;overflow-x:auto}.SpreadsheetPreview-module__oCtz5G__tab{color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;padding:8px 16px;font-size:12px;font-weight:500;transition:color .15s,border-color .15s}.SpreadsheetPreview-module__oCtz5G__tab:hover{color:var(--text-primary)}.SpreadsheetPreview-module__oCtz5G__tabActive{color:var(--color-primary,#3b82f6);border-bottom-color:var(--color-primary,#3b82f6)}.SpreadsheetPreview-module__oCtz5G__tableWrapper{flex:1;overflow:auto}.SpreadsheetPreview-module__oCtz5G__table{border-collapse:collapse;white-space:nowrap;width:100%;font-size:12px}.SpreadsheetPreview-module__oCtz5G__headerCell{text-align:left;text-transform:uppercase;letter-spacing:.03em;color:var(--text-secondary);background:var(--surface-muted);border-bottom:1px solid var(--border);z-index:1;padding:8px 12px;font-size:11px;font-weight:600;position:sticky;top:0}.SpreadsheetPreview-module__oCtz5G__rowNumHeader{text-align:center;width:40px;color:var(--text-tertiary)}.SpreadsheetPreview-module__oCtz5G__rowNum{text-align:center;color:var(--text-tertiary);background:var(--surface-muted);border-right:1px solid var(--border);-webkit-user-select:none;user-select:none;padding:6px 8px;font-size:11px}.SpreadsheetPreview-module__oCtz5G__cell{border-bottom:1px solid var(--border-grid);color:var(--text-primary);text-overflow:ellipsis;max-width:300px;padding:6px 12px;overflow:hidden}.SpreadsheetPreview-module__oCtz5G__rowEven{background:color-mix(in srgb, var(--text-primary) 3%, transparent)}.SpreadsheetPreview-module__oCtz5G__status{color:var(--text-tertiary);margin:auto;font-size:13px}.SpreadsheetPreview-module__oCtz5G__truncated{color:var(--text-tertiary);text-align:center;background:var(--surface-muted);border-top:1px solid var(--border);margin:0;padding:8px 12px;font-size:11px}@media (max-width:640px){.SpreadsheetPreview-module__oCtz5G__container{min-height:360px}}
.UpdateUser-module__arqoaG__form{flex-direction:column;gap:1.25rem;display:flex}.UpdateUser-module__arqoaG__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing);padding:var(--spacing-xl) 0;flex-direction:column;display:flex}.UpdateUser-module__arqoaG__loadingText{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.UpdateUser-module__arqoaG__errorBanner{background:color-mix(in srgb, var(--danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:var(--radius-sm);color:var(--danger-text);font-size:var(--text-sm);align-items:center;gap:.5rem;padding:.625rem .875rem;line-height:1.5;display:flex}.UpdateUser-module__arqoaG__errorBanner svg{flex-shrink:0}.UpdateUser-module__arqoaG__fieldGrid{grid-template-columns:1fr 1fr;gap:1rem .75rem;display:grid}.UpdateUser-module__arqoaG__field{flex-direction:column;grid-column:span 2;gap:.375rem;display:flex}.UpdateUser-module__arqoaG__half{grid-column:span 1}.UpdateUser-module__arqoaG__label{font-size:var(--text-xs);font-weight:var(--font-medium);color:var(--text-secondary);letter-spacing:.02em;text-transform:uppercase}.UpdateUser-module__arqoaG__input{background:var(--bg-secondary);border-radius:var(--radius-sm);width:100%;height:40px;color:var(--text-primary);font-size:var(--text-sm);transition:border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), background .15s var(--ease-out);border:1.5px solid #0000;outline:none;padding:0 .75rem;font-family:inherit}.UpdateUser-module__arqoaG__input::placeholder{color:var(--text-muted,color-mix(in srgb, var(--text-secondary) 50%, transparent))}.UpdateUser-module__arqoaG__input:hover:not(:disabled){border-color:var(--border)}.UpdateUser-module__arqoaG__input:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.UpdateUser-module__arqoaG__input:disabled{opacity:.5;cursor:not-allowed}.UpdateUser-module__arqoaG__textarea{background:var(--bg-secondary);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-size:var(--text-sm);resize:vertical;min-height:80px;transition:border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), background .15s var(--ease-out);border:1.5px solid #0000;outline:none;padding:.5rem .75rem;font-family:inherit;line-height:1.5}.UpdateUser-module__arqoaG__textarea::placeholder{color:var(--text-muted,color-mix(in srgb, var(--text-secondary) 50%, transparent))}.UpdateUser-module__arqoaG__textarea:hover:not(:disabled){border-color:var(--border)}.UpdateUser-module__arqoaG__textarea:focus{border-color:var(--color-primary);background:var(--bg-card);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 10%, transparent)}.UpdateUser-module__arqoaG__textarea:disabled{opacity:.5;cursor:not-allowed}.UpdateUser-module__arqoaG__inputError{background:color-mix(in srgb, var(--danger) 3%, var(--bg-secondary));border-color:var(--danger)!important}.UpdateUser-module__arqoaG__inputError:focus{box-shadow:0 0 0 3px color-mix(in srgb, var(--danger) 10%, transparent)!important}.UpdateUser-module__arqoaG__fieldError{color:var(--danger-text);animation:UpdateUser-module__arqoaG__slideDown .15s var(--ease-out);margin:0;font-size:.6875rem;line-height:1.4}.UpdateUser-module__arqoaG__cancelBtn,.UpdateUser-module__arqoaG__submitBtn{height:36px;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;transition:background .15s var(--ease-out), border-color .15s var(--ease-out), box-shadow .15s var(--ease-out), opacity .15s var(--ease-out);border-radius:6px;justify-content:center;align-items:center;gap:.375rem;padding:0 1rem;font-family:inherit;display:inline-flex}.UpdateUser-module__arqoaG__cancelBtn{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.UpdateUser-module__arqoaG__cancelBtn:hover:not(:disabled){color:var(--text-primary);border-color:color-mix(in srgb, var(--border) 150%, transparent);background:#ffffff0d}.UpdateUser-module__arqoaG__submitBtn{background:var(--color-primary);color:#fff;border:none;box-shadow:0 1px 3px #00000040}.UpdateUser-module__arqoaG__submitBtn:hover:not(:disabled){opacity:.9;box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary) 20%, transparent)}.UpdateUser-module__arqoaG__cancelBtn:disabled,.UpdateUser-module__arqoaG__submitBtn:disabled{opacity:.45;cursor:not-allowed}.UpdateUser-module__arqoaG__spinner{animation:.75s linear infinite UpdateUser-module__arqoaG__spin}@keyframes UpdateUser-module__arqoaG__slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes UpdateUser-module__arqoaG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:480px){.UpdateUser-module__arqoaG__fieldGrid{grid-template-columns:1fr}.UpdateUser-module__arqoaG__half{grid-column:span 1}}
.InlineError-module__Afdzya__root{align-items:center;gap:var(--spacing-xs);font-size:var(--text-xs);line-height:var(--leading-normal);color:var(--danger-text);margin:0;display:inline-flex}.InlineError-module__Afdzya__icon{color:var(--danger);flex-shrink:0;align-items:center;display:flex}
.FileComments-module__S3LALW__container{background:var(--bg-card,#fff);border:1px solid var(--border,#e2e8f0);border-radius:8px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.FileComments-module__S3LALW__header{border-bottom:1px solid var(--border,#e2e8f0);flex-shrink:0;align-items:center;gap:8px;padding:14px 16px;display:flex}.FileComments-module__S3LALW__headerIcon{color:var(--color-primary,#3b82f6);flex-shrink:0}.FileComments-module__S3LALW__title{color:var(--text-primary,#1e293b);flex:1;margin:0;font-size:14px;font-weight:600}.FileComments-module__S3LALW__count{background:color-mix(in srgb, var(--color-primary,#3b82f6) 10%, var(--bg-card,#fff));min-width:22px;height:22px;color:var(--color-primary,#3b82f6);border-radius:11px;justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}.FileComments-module__S3LALW__list{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow-y:auto}.FileComments-module__S3LALW__loading{text-align:center;color:var(--text-tertiary,#94a3b8);margin:0;padding:24px 0;font-size:13px}.FileComments-module__S3LALW__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:24px 0;display:flex}.FileComments-module__S3LALW__emptyIcon{color:var(--border-hover,#cbd5e1);margin-bottom:10px}.FileComments-module__S3LALW__emptyText{color:var(--text-secondary,#64748b);margin:0 0 4px;font-size:14px;font-weight:500}.FileComments-module__S3LALW__emptyHint{color:var(--text-tertiary,#94a3b8);margin:0;font-size:12px}.FileComments-module__S3LALW__comment{background:var(--surface-muted,#f8fafc);border:1px solid var(--border,#e2e8f0);border-radius:6px;padding:10px;transition:background-color .15s}.FileComments-module__S3LALW__comment:hover{background:color-mix(in srgb, var(--bg-card-hover,#f1f5f9) 40%, transparent)}.FileComments-module__S3LALW__commentHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.FileComments-module__S3LALW__commentMeta{align-items:center;gap:8px;min-width:0;display:flex}.FileComments-module__S3LALW__author{color:var(--text-primary,#1e293b);letter-spacing:-.01em;font-size:13px;font-weight:600}.FileComments-module__S3LALW__time{color:var(--text-tertiary,#94a3b8);font-size:12px}.FileComments-module__S3LALW__deleteBtn{width:24px;height:24px;color:var(--text-tertiary,#94a3b8);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:opacity .15s,color .15s,background-color .15s;display:flex}.FileComments-module__S3LALW__comment:hover .FileComments-module__S3LALW__deleteBtn{opacity:1}.FileComments-module__S3LALW__deleteBtn:hover{color:var(--color-danger,#ef4444);background:color-mix(in srgb, var(--color-danger,#ef4444) 8%, transparent)}.FileComments-module__S3LALW__content{color:var(--text-secondary,#64748b);white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:13px;line-height:1.5}.FileComments-module__S3LALW__form{border-top:1px solid var(--border,#e2e8f0);flex-direction:column;flex-shrink:0;gap:6px;padding:12px;display:flex}.FileComments-module__S3LALW__inputWrapper{background:color-mix(in srgb, var(--bg-card,#fff) 60%, transparent);border:1px solid #0000;border-radius:20px;align-items:flex-end;transition:border-color .25s cubic-bezier(.16,1,.3,1),border-radius .25s cubic-bezier(.16,1,.3,1),background-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);display:flex;position:relative}.FileComments-module__S3LALW__inputWrapper:hover{border-color:color-mix(in srgb, var(--border,#e2e8f0) 60%, transparent);background:var(--bg-card,#fff)}.FileComments-module__S3LALW__inputWrapper:focus-within{border-color:var(--border,#e2e8f0);background:var(--bg-card,#fff);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-primary,#3b82f6) 12%, transparent);border-radius:12px}.FileComments-module__S3LALW__textarea{border-radius:inherit;resize:none;min-height:36px;max-height:160px;color:var(--text-primary,#1e293b);background:0 0;border:none;flex:1;padding:8px 44px 8px 14px;font-family:Sofia Pro,sans-serif;font-size:13px;line-height:1.5}.FileComments-module__S3LALW__textarea::placeholder{color:var(--text-tertiary,#94a3b8);opacity:.6}.FileComments-module__S3LALW__textarea:focus{outline:none}.FileComments-module__S3LALW__textarea:disabled{opacity:.5;cursor:not-allowed}.FileComments-module__S3LALW__sendBtn{background:var(--color-primary,#3b82f6);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:opacity .15s,transform .1s;display:flex;position:absolute;bottom:5px;right:6px}.FileComments-module__S3LALW__sendBtn:hover:not(:disabled){opacity:.9}.FileComments-module__S3LALW__sendBtn:active:not(:disabled){transform:scale(.94)}.FileComments-module__S3LALW__sendBtn:disabled{opacity:.3;cursor:not-allowed}.FileComments-module__S3LALW__error{background:color-mix(in srgb, var(--color-danger,#ef4444) 8%, transparent);border:1px solid color-mix(in srgb, var(--color-danger,#ef4444) 25%, transparent);color:var(--color-danger,#ef4444);border-radius:4px;margin:0;padding:6px 10px;font-size:12px}
.ViewUser-module__AkaXsW__loadingContainer{justify-content:center;align-items:center;gap:var(--spacing);padding:var(--spacing-xl) 0;flex-direction:column;display:flex}.ViewUser-module__AkaXsW__loadingText{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.ViewUser-module__AkaXsW__spinner{animation:.75s linear infinite ViewUser-module__AkaXsW__spin}@keyframes ViewUser-module__AkaXsW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ViewUser-module__AkaXsW__errorBanner{background:color-mix(in srgb, var(--danger) 8%, transparent);border:1px solid color-mix(in srgb, var(--danger) 20%, transparent);border-radius:var(--radius-sm);color:var(--danger-text);font-size:var(--text-sm);align-items:center;gap:.75rem;padding:.625rem .875rem;line-height:1.5;display:flex}.ViewUser-module__AkaXsW__errorBanner svg{flex-shrink:0}.ViewUser-module__AkaXsW__content{flex-direction:column;gap:1.5rem;display:flex}.ViewUser-module__AkaXsW__divider{border:none;border-top:1px solid var(--border);margin:0}.ViewUser-module__AkaXsW__userHeader{align-items:center;gap:1rem;display:flex}.ViewUser-module__AkaXsW__userBasic{flex:1;min-width:0}.ViewUser-module__AkaXsW__userName{font-size:var(--text-lg);font-weight:var(--font-semibold);color:var(--text-primary);margin:0 0 .125rem}.ViewUser-module__AkaXsW__userEmail{font-size:var(--text-sm);color:var(--text-secondary);margin:0 0 .125rem}.ViewUser-module__AkaXsW__userUsername{font-family:Courier New,monospace;font-size:var(--text-xs);color:var(--text-tertiary);margin:0}.ViewUser-module__AkaXsW__detailsGrid{grid-template-columns:repeat(2,1fr);gap:1.25rem 2rem;display:grid}.ViewUser-module__AkaXsW__detailItem{flex-direction:column;gap:.375rem;display:flex}.ViewUser-module__AkaXsW__detailLabel{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.03em;align-items:center;gap:.375rem;display:flex}.ViewUser-module__AkaXsW__detailLabel svg{opacity:.7;flex-shrink:0}.ViewUser-module__AkaXsW__detailValue{font-size:var(--text-sm);color:var(--text-primary)}.ViewUser-module__AkaXsW__roleBadge{font-size:var(--text-xs);font-weight:var(--font-semibold);text-transform:uppercase;letter-spacing:.02em;border-radius:3px;align-items:center;padding:.125rem .5rem;display:inline-flex}.ViewUser-module__AkaXsW__role-super_admin{background:color-mix(in srgb, var(--accent) 10%, transparent);color:var(--accent)}.ViewUser-module__AkaXsW__role-admin{background:var(--danger-bg);color:var(--danger-text)}.ViewUser-module__AkaXsW__role-manager{background:var(--warning-bg);color:var(--warning-text)}.ViewUser-module__AkaXsW__role-sales{background:var(--info-bg);color:var(--info-text)}.ViewUser-module__AkaXsW__role-operations{background:var(--success-bg);color:var(--success-text)}.ViewUser-module__AkaXsW__role-finance{background:var(--warning-bg);color:var(--warning-text)}.ViewUser-module__AkaXsW__role-viewer{background:color-mix(in srgb, var(--text-tertiary) 10%, transparent);color:var(--text-tertiary)}.ViewUser-module__AkaXsW__verified,.ViewUser-module__AkaXsW__unverified,.ViewUser-module__AkaXsW__statusActive,.ViewUser-module__AkaXsW__statusInactive{font-size:var(--text-xs);font-weight:var(--font-medium);border-radius:3px;align-items:center;gap:.25rem;padding:.125rem .375rem;display:inline-flex}.ViewUser-module__AkaXsW__verified{background:var(--success-bg);color:var(--success-text)}.ViewUser-module__AkaXsW__unverified{background:var(--warning-bg);color:var(--warning-text)}.ViewUser-module__AkaXsW__statusActive{background:var(--success-bg);color:var(--success-text)}.ViewUser-module__AkaXsW__statusInactive{background:var(--danger-bg);color:var(--danger-text)}.ViewUser-module__AkaXsW__code{background:var(--bg-secondary);font-family:Courier New,monospace;font-size:var(--text-xs);color:var(--text-primary);word-break:break-all;border-radius:3px;padding:.125rem .375rem}.ViewUser-module__AkaXsW__sectionBlock{flex-direction:column;gap:.625rem;display:flex}.ViewUser-module__AkaXsW__sectionTitle{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-primary);margin:0}.ViewUser-module__AkaXsW__flagsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;display:grid}.ViewUser-module__AkaXsW__flagItem{background:var(--bg-secondary);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.ViewUser-module__AkaXsW__flagLabel{font-size:var(--text-sm);color:var(--text-secondary)}.ViewUser-module__AkaXsW__flagActive{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--success-text)}.ViewUser-module__AkaXsW__flagInactive{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--text-secondary)}.ViewUser-module__AkaXsW__bioText{font-size:var(--text-sm);color:var(--text-primary);white-space:pre-wrap;margin:0;line-height:1.6}.ViewUser-module__AkaXsW__closeBtn{height:36px;font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;white-space:nowrap;color:var(--text-secondary);border:1px solid var(--border);transition:background .15s var(--ease-out), border-color .15s var(--ease-out), color .15s var(--ease-out);background:0 0;border-radius:6px;justify-content:center;align-items:center;padding:0 1rem;font-family:inherit;display:inline-flex}.ViewUser-module__AkaXsW__closeBtn:hover{color:var(--text-primary);border-color:color-mix(in srgb, var(--border) 150%, transparent);background:#ffffff0d}@media (max-width:640px){.ViewUser-module__AkaXsW__userHeader{text-align:center;flex-direction:column}.ViewUser-module__AkaXsW__detailsGrid,.ViewUser-module__AkaXsW__flagsGrid{grid-template-columns:1fr}}.ViewUser-module__AkaXsW__twoFALoading{font-size:var(--text-sm);color:var(--text-tertiary);align-items:center;gap:.375rem;margin:0;display:inline-flex}.ViewUser-module__AkaXsW__twoFANotConfigured{font-size:var(--text-sm);color:var(--text-tertiary);margin:0;font-style:italic}.ViewUser-module__AkaXsW__twoFAContent{flex-direction:column;gap:.5rem;display:flex}.ViewUser-module__AkaXsW__twoFAMethods{flex-wrap:wrap;gap:.375rem;display:flex}.ViewUser-module__AkaXsW__methodBadge{font-size:var(--text-xs);font-weight:var(--font-medium);background:color-mix(in srgb, var(--success) 10%, transparent);color:var(--success-text);border:1px solid color-mix(in srgb, var(--success) 20%, transparent);border-radius:3px;align-items:center;padding:.125rem .5rem;display:inline-flex}.ViewUser-module__AkaXsW__backupCodesNote{font-size:var(--text-xs);color:var(--text-tertiary);margin:0}
.FullPageError-module__1Gdv1W__root{min-height:400px;padding:var(--spacing-3xl) var(--spacing-xl);text-align:center;justify-content:center;align-items:center;display:flex}.FullPageError-module__1Gdv1W__content{align-items:center;gap:var(--spacing-md);flex-direction:column;max-width:420px;display:flex}.FullPageError-module__1Gdv1W__iconWrap{background:color-mix(in srgb, var(--danger) 8%, transparent);width:80px;height:80px;color:var(--danger);border-radius:50%;justify-content:center;align-items:center;display:flex}.FullPageError-module__1Gdv1W__title{font-size:var(--text-xl);font-weight:var(--font-semibold);line-height:var(--leading-normal);color:var(--text-primary);margin:0}.FullPageError-module__1Gdv1W__message{font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--text-tertiary);margin:0}.FullPageError-module__1Gdv1W__actions{align-items:center;gap:var(--spacing-sm);margin-top:var(--spacing-sm);display:flex}.FullPageError-module__1Gdv1W__primaryAction{padding:var(--spacing-sm) var(--spacing-lg);background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:background-color var(--duration-normal) var(--ease-out);border:none}.FullPageError-module__1Gdv1W__primaryAction:hover{background:var(--color-primary-hover)}.FullPageError-module__1Gdv1W__primaryAction:active{opacity:.9}.FullPageError-module__1Gdv1W__secondaryAction{padding:var(--spacing-sm) var(--spacing-lg);color:var(--text-secondary);border:1px solid var(--border);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--font-medium);cursor:pointer;transition:background-color var(--duration-normal) var(--ease-out), border-color var(--duration-normal) var(--ease-out);background:0 0}.FullPageError-module__1Gdv1W__secondaryAction:hover{background:var(--surface-muted);border-color:var(--text-tertiary)}.FullPageError-module__1Gdv1W__secondaryAction:active{opacity:.9}@media (max-width:640px){.FullPageError-module__1Gdv1W__root{min-height:300px;padding:var(--spacing-2xl) var(--spacing)}.FullPageError-module__1Gdv1W__content{gap:var(--spacing-sm);max-width:300px}.FullPageError-module__1Gdv1W__iconWrap{width:64px;height:64px}.FullPageError-module__1Gdv1W__iconWrap svg{width:36px;height:36px}.FullPageError-module__1Gdv1W__title{font-size:var(--text-lg)}.FullPageError-module__1Gdv1W__actions{flex-direction:column;width:100%}.FullPageError-module__1Gdv1W__primaryAction,.FullPageError-module__1Gdv1W__secondaryAction{justify-content:center;width:100%}}
.FilePreview-module__rHaWVW__overlay{z-index:var(--z-modal-backdrop,999);background:#000000b3;animation:.2s FilePreview-module__rHaWVW__fadeIn;position:fixed;inset:0}@keyframes FilePreview-module__rHaWVW__fadeIn{0%{opacity:0}to{opacity:1}}.FilePreview-module__rHaWVW__content{background:var(--bg-card,#fff);z-index:var(--z-modal,1000);border-radius:12px;flex-direction:column;animation:.2s FilePreview-module__rHaWVW__scaleIn;display:flex;position:fixed;inset:20px;box-shadow:0 24px 48px #0003}@keyframes FilePreview-module__rHaWVW__scaleIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.FilePreview-module__rHaWVW__content:focus{outline:none}.FilePreview-module__rHaWVW__header{border-bottom:1px solid var(--border,#e2e8f0);flex-shrink:0;justify-content:space-between;align-items:center;gap:16px;padding:14px 20px;display:flex}.FilePreview-module__rHaWVW__headerLeft{flex-direction:column;flex:1;gap:6px;min-width:0;display:flex}.FilePreview-module__rHaWVW__headerRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.FilePreview-module__rHaWVW__title{color:var(--text-primary,#1e293b);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.FilePreview-module__rHaWVW__closeBtn{width:32px;height:32px;color:var(--text-secondary,#64748b);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}.FilePreview-module__rHaWVW__closeBtn:hover{background:var(--surface-muted,#f1f5f9);color:var(--text-primary,#1e293b)}.FilePreview-module__rHaWVW__body{flex:1;min-height:0;display:flex;overflow:hidden}.FilePreview-module__rHaWVW__preview{flex:1;min-height:0;padding:20px;overflow:auto}.FilePreview-module__rHaWVW__comments{border-left:1px solid var(--border,#e2e8f0);background:var(--surface-muted,#f8fafc);flex-shrink:0;width:420px;padding:16px;overflow-y:auto}@media (max-width:768px){.FilePreview-module__rHaWVW__content{inset:8px}.FilePreview-module__rHaWVW__header{flex-direction:column;align-items:flex-start;padding:12px 16px}.FilePreview-module__rHaWVW__headerLeft{width:100%}.FilePreview-module__rHaWVW__headerRight{justify-content:space-between;width:100%}.FilePreview-module__rHaWVW__body{flex-direction:column}.FilePreview-module__rHaWVW__preview{padding:16px}.FilePreview-module__rHaWVW__comments{border-left:none;border-top:1px solid var(--border,#e2e8f0);width:100%;max-height:300px}}@media (max-width:640px){.FilePreview-module__rHaWVW__content{border-radius:0;inset:0}.FilePreview-module__rHaWVW__header{padding:10px 16px}.FilePreview-module__rHaWVW__title{font-size:14px}}
.SegmentedTabs-module__IvlW5a__root{scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;min-width:0;max-width:100%;margin-block:.25rem;display:flex;overflow:auto hidden}.SegmentedTabs-module__IvlW5a__root::-webkit-scrollbar{display:none}.SegmentedTabs-module__IvlW5a__center{justify-content:safe center}.SegmentedTabs-module__IvlW5a__tabGroup{background:var(--bg-card);border:1px solid color-mix(in srgb, var(--border) 75%, transparent);border-radius:var(--radius-md);width:max-content;box-shadow:inset 0 1px 0 var(--shadow-inset-highlight), 0 1px 2px #0f172a0a, 0 4px 10px -2px #0f172a0f;flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:2px;padding:4px;display:inline-flex;position:relative}.SegmentedTabs-module__IvlW5a__indicator{border-radius:var(--radius-sm);background:var(--bg-card-hover);border:1px solid color-mix(in srgb, var(--border) 85%, transparent);box-shadow:inset 0 1px 0 var(--shadow-inset-highlight), 0 1px 2px #0f172a0f, 0 2px 5px -1px #0f172a0d;pointer-events:none;z-index:0;position:absolute;top:4px;bottom:4px}.SegmentedTabs-module__IvlW5a__indicatorAnimated{transition:left .24s cubic-bezier(.34,1.1,.64,1),width .24s cubic-bezier(.34,1.1,.64,1)}.SegmentedTabs-module__IvlW5a__tab{z-index:1;color:var(--text-secondary);border-radius:var(--radius-sm);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:color var(--duration-fast) var(--ease-out), background var(--duration-fast) var(--ease-out), transform var(--duration-fast) var(--ease-out);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-family:Sofia Pro,sans-serif;font-size:13px;font-weight:600;line-height:1;display:inline-flex;position:relative}.SegmentedTabs-module__IvlW5a__tab:hover:not(.SegmentedTabs-module__IvlW5a__tabActive){color:var(--text-primary);background:color-mix(in srgb, var(--text-primary) 5%, transparent)}.SegmentedTabs-module__IvlW5a__tab:active{transform:scale(.98)}.SegmentedTabs-module__IvlW5a__tab:focus-visible{box-shadow:var(--focus-ring);outline:none}.SegmentedTabs-module__IvlW5a__tabActive,.SegmentedTabs-module__IvlW5a__tabActive:hover{color:var(--text-primary);box-shadow:none;background:0 0;border-color:#0000}.SegmentedTabs-module__IvlW5a__tabIcon{color:currentColor;opacity:.85;transition:color var(--duration-fast) var(--ease-out), opacity var(--duration-fast) var(--ease-out);flex-shrink:0}.SegmentedTabs-module__IvlW5a__tab:hover .SegmentedTabs-module__IvlW5a__tabIcon,.SegmentedTabs-module__IvlW5a__tabActive .SegmentedTabs-module__IvlW5a__tabIcon{opacity:1}.SegmentedTabs-module__IvlW5a__tabActive .SegmentedTabs-module__IvlW5a__tabIcon{color:var(--color-primary)}.SegmentedTabs-module__IvlW5a__tabLabel{font-weight:inherit}@media (max-width:768px){.SegmentedTabs-module__IvlW5a__tab{padding:9px 11px;font-size:12.5px}}@media (prefers-reduced-motion:reduce){.SegmentedTabs-module__IvlW5a__indicatorAnimated,.SegmentedTabs-module__IvlW5a__tab{transition:none}.SegmentedTabs-module__IvlW5a__tab:active{transform:none}}
.TimelineHeader-module__t2_pgG__header{justify-content:space-between;align-items:center;gap:var(--spacing);margin-bottom:var(--spacing);padding-bottom:var(--spacing);border-bottom:1px solid var(--border);flex-wrap:wrap;display:flex}.TimelineHeader-module__t2_pgG__title{align-items:center;gap:var(--spacing-sm);font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--text-primary);margin:0;display:inline-flex}.TimelineHeader-module__t2_pgG__icon{color:var(--color-primary);flex-shrink:0}.TimelineHeader-module__t2_pgG__meta{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--text-secondary);padding:var(--spacing-xs) var(--spacing-sm);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card-hover)}@media (max-width:768px){.TimelineHeader-module__t2_pgG__header{flex-direction:column;align-items:flex-start}.TimelineHeader-module__t2_pgG__title{font-size:var(--text-base)}}
.TimelineState-module__H17Fxq__stateCard{padding:var(--spacing-lg);border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--bg)}.TimelineState-module__H17Fxq__stateText{color:var(--text-secondary);font-size:var(--text-sm);margin:0}.TimelineState-module__H17Fxq__retryButton{margin-top:var(--spacing);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-card);color:var(--text-primary);font-size:var(--text-sm);font-weight:var(--font-medium);padding:var(--spacing-xs) var(--spacing);cursor:pointer}.TimelineState-module__H17Fxq__retryButton:hover{background:var(--bg-card-hover)}