.GapsClient-module__xWXxFG__container{max-width:1600px;margin:0 auto;animation:.6s cubic-bezier(.16,1,.3,1) GapsClient-module__xWXxFG__fadeIn}@keyframes GapsClient-module__xWXxFG__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.GapsClient-module__xWXxFG__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2.5rem;display:flex}.GapsClient-module__xWXxFG__headerInfo{flex:1;min-width:0}.GapsClient-module__xWXxFG__title{color:var(--ink);letter-spacing:-.03em;margin-bottom:.4rem;font-size:2rem;font-weight:900;line-height:1.2}.GapsClient-module__xWXxFG__subtitle{color:var(--muted);font-size:.95rem;font-weight:500}.GapsClient-module__xWXxFG__statCard{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-sm);align-items:center;gap:.85rem;padding:.75rem 1.25rem;display:flex}.GapsClient-module__xWXxFG__statNumber{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;font-weight:900;display:flex}.GapsClient-module__xWXxFG__statNumberOpen{background:color-mix(in srgb, var(--accent) 12%, white);color:var(--accent-deep)}.GapsClient-module__xWXxFG__statLabel{color:var(--muted);font-size:.82rem;font-weight:700}.GapsClient-module__xWXxFG__filterBar{background:var(--bg-elev);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.GapsClient-module__xWXxFG__filterItem{flex:220px}.GapsClient-module__xWXxFG__filterLabel{color:var(--muted);letter-spacing:.03em;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.GapsClient-module__xWXxFG__inputField{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--ink);transition:var(--transition);padding:.7rem 1rem;font-family:inherit;font-size:.9rem}.GapsClient-module__xWXxFG__inputField:focus{background:var(--bg-elev);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.GapsClient-module__xWXxFG__resetBtn{background:var(--bg);height:2.75rem;color:var(--muted);border-radius:var(--radius-sm);border:1px solid var(--line);cursor:pointer;transition:var(--transition);align-items:center;gap:.5rem;padding:0 1.5rem;font-family:inherit;font-size:.85rem;font-weight:700;display:flex}.GapsClient-module__xWXxFG__resetBtn:hover{background:var(--bg-elev);color:var(--ink);border-color:var(--line-2)}.GapsClient-module__xWXxFG__tableContainer{background:var(--bg-elev);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-sm);overflow:hidden}.GapsClient-module__xWXxFG__table{border-collapse:separate;border-spacing:0;width:100%}.GapsClient-module__xWXxFG__th{text-align:right;color:var(--muted);letter-spacing:.03em;background:var(--bg);border-bottom:1px solid var(--line);padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.GapsClient-module__xWXxFG__td{border-bottom:1px solid var(--line);color:var(--ink);vertical-align:top;padding:1.25rem 1.5rem;font-weight:500;transition:background .15s}.GapsClient-module__xWXxFG__tr:hover .GapsClient-module__xWXxFG__td{background:color-mix(in srgb, var(--accent-soft) 40%, transparent)}.GapsClient-module__xWXxFG__tr:last-child .GapsClient-module__xWXxFG__td{border-bottom:none}@keyframes GapsClient-module__xWXxFG__rowIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.GapsClient-module__xWXxFG__tr{animation:.35s cubic-bezier(.16,1,.3,1) both GapsClient-module__xWXxFG__rowIn}.GapsClient-module__xWXxFG__stdNumber{color:var(--accent-deep);margin-bottom:.25rem;font-size:.9rem;font-weight:800}.GapsClient-module__xWXxFG__stdGoal{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:.78rem;overflow:hidden}.GapsClient-module__xWXxFG__gapDesc{color:var(--ink-2);font-size:.88rem;font-weight:500;line-height:1.65}.GapsClient-module__xWXxFG__dateText{color:var(--muted);font-size:.85rem;font-weight:700}.GapsClient-module__xWXxFG__viewLink{border-radius:var(--radius-sm);color:var(--accent-deep);background:var(--accent-soft);border:1px solid color-mix(in srgb, var(--accent) 20%, transparent);transition:var(--transition);align-items:center;gap:.4rem;padding:.45rem 1rem;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.GapsClient-module__xWXxFG__viewLink:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.GapsClient-module__xWXxFG__emptyCell{text-align:center;color:var(--muted-2);padding:5rem 2rem;font-size:1rem;font-weight:500}.GapsClient-module__xWXxFG__emptyIcon{opacity:.35;flex-direction:column;align-items:center;gap:1rem;display:flex}.GapsClient-module__xWXxFG__statusBadge{border-radius:var(--radius-pill);letter-spacing:.02em;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.72rem;font-weight:800;display:inline-flex}.GapsClient-module__xWXxFG__statusDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.GapsClient-module__xWXxFG__status-Open{background:color-mix(in srgb, var(--accent) 12%, white);color:var(--accent-deep)}.GapsClient-module__xWXxFG__status-Open .GapsClient-module__xWXxFG__statusDot{background:var(--accent-deep)}.GapsClient-module__xWXxFG__status-Closed{background:color-mix(in srgb, var(--accent-deep) 10%, white);color:color-mix(in srgb, var(--accent-deep) 80%, black)}.GapsClient-module__xWXxFG__status-Closed .GapsClient-module__xWXxFG__statusDot{background:color-mix(in srgb, var(--accent-deep) 80%, black)}.GapsClient-module__xWXxFG__status-Pending{background:color-mix(in srgb, var(--ink) 8%, white);color:var(--ink-2)}.GapsClient-module__xWXxFG__status-Pending .GapsClient-module__xWXxFG__statusDot{background:var(--ink-2)}.GapsClient-module__xWXxFG__expertPanel{background:var(--bg);border:1px solid var(--line);border-radius:var(--radius);flex-direction:column;gap:1rem;min-width:300px;margin-top:.75rem;padding:1.25rem;animation:.35s cubic-bezier(.16,1,.3,1) GapsClient-module__xWXxFG__slideUp;display:flex}@keyframes GapsClient-module__xWXxFG__slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.GapsClient-module__xWXxFG__expertPanelHeader{align-items:center;gap:.6rem;display:flex}.GapsClient-module__xWXxFG__expertIcon{background:var(--accent);color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.GapsClient-module__xWXxFG__expertPanelTitle{color:var(--muted);letter-spacing:.02em;font-size:.78rem;font-weight:800}.GapsClient-module__xWXxFG__feedbackArea{background:var(--bg-elev);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;min-height:5rem;color:var(--ink);resize:none;transition:var(--transition);padding:.85rem;font-family:inherit;font-size:.88rem;line-height:1.6}.GapsClient-module__xWXxFG__feedbackArea:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft);outline:none}.GapsClient-module__xWXxFG__actionBtns{gap:.5rem;display:flex}.GapsClient-module__xWXxFG__approveBtn,.GapsClient-module__xWXxFG__returnBtn{cursor:pointer;color:#fff;border:none;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.4rem;height:2.5rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:all .2s;display:flex}.GapsClient-module__xWXxFG__approveBtn{background:var(--accent)}.GapsClient-module__xWXxFG__approveBtn:hover{background:var(--accent-deep)}.GapsClient-module__xWXxFG__returnBtn{background:var(--ink)}.GapsClient-module__xWXxFG__returnBtn:hover{background:var(--ink-2)}@media (max-width:900px){.GapsClient-module__xWXxFG__header{flex-direction:column}.GapsClient-module__xWXxFG__title{font-size:1.5rem}.GapsClient-module__xWXxFG__filterBar,.GapsClient-module__xWXxFG__th,.GapsClient-module__xWXxFG__td{padding:1rem}.GapsClient-module__xWXxFG__tableContainer{overflow-x:auto}.GapsClient-module__xWXxFG__table{min-width:700px}}
.AppDialogProvider-module__hPvF7G__backdrop{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.AppDialogProvider-module__hPvF7G__dialog{border:1px solid color-mix(in srgb, var(--primary) 12%, #d9dee8);background:#fffffffa;border-radius:1.5rem;width:min(100%,28rem);overflow:hidden;box-shadow:0 28px 70px #0f172a33}.AppDialogProvider-module__hPvF7G__header{padding:1.4rem 1.4rem .8rem}.AppDialogProvider-module__hPvF7G__eyebrow{background:var(--primary-soft);color:var(--primary);border-radius:999px;align-items:center;padding:.35rem .7rem;font-size:.74rem;font-weight:800;display:inline-flex}.AppDialogProvider-module__hPvF7G__title{color:var(--text-primary);margin:.9rem 0 0;font-size:1.15rem;font-weight:900;line-height:1.4}.AppDialogProvider-module__hPvF7G__body{color:var(--text-secondary);white-space:pre-wrap;padding:0 1.4rem 1.1rem;font-size:.96rem;line-height:1.9}.AppDialogProvider-module__hPvF7G__actions{justify-content:flex-start;align-items:center;gap:.75rem;padding:0 1.4rem 1.4rem;display:flex}.AppDialogProvider-module__hPvF7G__primaryBtn,.AppDialogProvider-module__hPvF7G__secondaryBtn{min-height:46px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:.95rem;padding:.8rem 1.1rem;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s,border-color .16s}.AppDialogProvider-module__hPvF7G__primaryBtn{background:linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);color:#fff;box-shadow:0 14px 30px color-mix(in srgb, var(--primary) 24%, transparent)}.AppDialogProvider-module__hPvF7G__primaryBtn:hover{transform:translateY(-1px)}.AppDialogProvider-module__hPvF7G__secondaryBtn{color:var(--text-secondary);border-color:var(--line-2);background:#fff}.AppDialogProvider-module__hPvF7G__secondaryBtn:hover{border-color:color-mix(in srgb, var(--primary) 22%, transparent);color:var(--primary)}.AppDialogProvider-module__hPvF7G__toastStack{z-index:9999;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:24px;left:24px}.AppDialogProvider-module__hPvF7G__toast{pointer-events:all;cursor:pointer;min-width:280px;max-width:420px;box-shadow:var(--shadow-md);font-size:.9rem;font-weight:600;font-family:var(--font-main);border-radius:10px;align-items:center;gap:8px;padding:12px 16px;animation:.25s both AppDialogProvider-module__hPvF7G__toastIn;display:flex}.AppDialogProvider-module__hPvF7G__toastSuccess{color:#166534;background:#f0fdf4;border:1px solid #a7f3d0}.AppDialogProvider-module__hPvF7G__toastError{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}@keyframes AppDialogProvider-module__hPvF7G__toastIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.AppDialogProvider-module__hPvF7G__backdrop{align-items:flex-end;padding:.9rem}.AppDialogProvider-module__hPvF7G__dialog{border-radius:1.35rem;width:100%}.AppDialogProvider-module__hPvF7G__actions{flex-direction:column-reverse}.AppDialogProvider-module__hPvF7G__primaryBtn,.AppDialogProvider-module__hPvF7G__secondaryBtn{width:100%}}
.Sidebar-module__WZVnLW__sidebar{background:color-mix(in srgb, var(--bg-elev) 92%, var(--bg));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1000;border-radius:var(--radius-lg);border:1px solid var(--line);width:290px;min-width:290px;box-shadow:var(--shadow-premium);color:var(--ink);flex-direction:column;padding:2rem 1.25rem;transition:width .3s,min-width .3s,padding .3s;display:flex;position:fixed;top:1.25rem;bottom:1.25rem;right:1.25rem}@media (max-width:900px){.Sidebar-module__WZVnLW__sidebar{width:min(320px,100vw - 1.5rem);min-width:0;top:.75rem;bottom:.75rem;right:.75rem;transform:translate(calc(100% + 1rem))}html[data-sidebar-open=true] .Sidebar-module__WZVnLW__sidebar{transform:translate(0)}}.Sidebar-module__WZVnLW__headerContent{z-index:10;flex-direction:column;align-items:flex-start;margin-bottom:2.5rem;padding:0 .5rem;display:flex;position:relative;overflow:visible}.Sidebar-module__WZVnLW__headerRow{align-items:center;gap:.75rem;width:100%;margin-bottom:1rem;display:flex}.Sidebar-module__WZVnLW__logoBadge{background:var(--accent-gradient);width:44px;height:44px;color:var(--ink);box-shadow:0 12px 22px color-mix(in srgb, var(--accent) 32%, transparent);border-radius:14px;justify-content:center;align-items:center;font-size:1.4rem;font-weight:800;display:flex}.Sidebar-module__WZVnLW__title{color:var(--ink);letter-spacing:-.01em;font-size:1.6rem;font-weight:800}.Sidebar-module__WZVnLW__projectBadge{background:var(--bg);border:1px solid var(--line);width:100%;color:var(--ink);letter-spacing:.01em;transition:var(--transition);border-radius:12px;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.6rem .85rem;font-size:.82rem;font-weight:700;display:flex}.Sidebar-module__WZVnLW__projectBadge svg{color:var(--accent-deep);flex-shrink:0}.Sidebar-module__WZVnLW__projectBadge span{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.25rem;padding-left:.5rem;display:flex;overflow:hidden auto}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar{width:6px}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar-track{background:0 0;border-radius:4px}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ink) 14%, white);border-radius:4px}.Sidebar-module__WZVnLW__nav::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--ink) 24%, white)}.Sidebar-module__WZVnLW__link{color:var(--muted);transition:var(--transition);border:1px solid #0000;border-radius:12px;align-items:center;gap:1rem;padding:.85rem 1rem;font-size:.95rem;font-weight:600;display:flex}.Sidebar-module__WZVnLW__link:hover{background:var(--accent-soft);color:var(--ink)}.Sidebar-module__WZVnLW__linkActive{background:var(--accent-soft);color:var(--ink);border-color:color-mix(in srgb, var(--accent) 30%, transparent)}.Sidebar-module__WZVnLW__linkActive:before{content:"";background:var(--accent);width:3px;height:20px;box-shadow:0 0 0 2px color-mix(in srgb, var(--accent) 22%, transparent);border-radius:2px 0 0 2px;position:absolute;top:50%;right:-1.25rem;transform:translateY(-50%)}.Sidebar-module__WZVnLW__icon{width:24px;transition:var(--transition);justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__linkActive .Sidebar-module__WZVnLW__icon{color:var(--accent-deep)}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--line);margin-top:auto;padding:1.25rem .35rem .35rem}.Sidebar-module__WZVnLW__userContainer{background:color-mix(in srgb, var(--bg-elev) 88%, var(--accent-soft));border:1px solid color-mix(in srgb, var(--line) 80%, transparent);min-width:0;transition:var(--transition);border-radius:16px;align-items:center;gap:.35rem;padding:.35rem;display:flex}.Sidebar-module__WZVnLW__userContainer:hover{border-color:color-mix(in srgb, var(--accent) 22%, var(--line));box-shadow:0 8px 20px color-mix(in srgb, var(--accent) 8%, transparent)}.Sidebar-module__WZVnLW__userProfile{min-width:0;transition:var(--transition);border-radius:12px;flex:1;align-items:center;gap:.75rem;padding:.45rem .5rem;text-decoration:none;display:flex}.Sidebar-module__WZVnLW__userProfile:hover{background:#ffffffb8}.Sidebar-module__WZVnLW__avatarIcon{width:40px;height:40px;color:var(--accent-deep);border:1px solid color-mix(in srgb, var(--accent) 18%, var(--line));background:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:inset 0 1px #ffffffd9}.Sidebar-module__WZVnLW__userMeta{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex;overflow:hidden}.Sidebar-module__WZVnLW__userRoleRow{align-items:center;gap:.4rem;min-width:0;display:flex}.Sidebar-module__WZVnLW__roleBadge{background:color-mix(in srgb, var(--accent) 12%, #fff);color:var(--accent-deep);letter-spacing:.04em;text-transform:uppercase;border:1px solid color-mix(in srgb, var(--accent) 16%, transparent);border-radius:999px;flex-shrink:0;padding:.1rem .45rem;font-size:.625rem;font-weight:800}.Sidebar-module__WZVnLW__userName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.875rem;font-weight:800;line-height:1.2;overflow:hidden}.Sidebar-module__WZVnLW__userRole{color:var(--muted);letter-spacing:.01em;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.72rem;font-weight:600;overflow:hidden}.Sidebar-module__WZVnLW__logoutBtn{border:1px solid color-mix(in srgb, var(--error) 14%, var(--line));color:var(--error);cursor:pointer;width:38px;height:38px;transition:var(--transition);background:0 0;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__logoutBtn:hover{background:var(--error);color:#fff;border-color:var(--error);transform:translateY(-1px);box-shadow:0 10px 18px #c2410c29}.Sidebar-module__WZVnLW__collapseBtn{background:var(--bg-elev);border:1px solid var(--line);width:28px;height:28px;color:var(--muted);cursor:pointer;z-index:10;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:2.25rem;left:-14px;box-shadow:0 2px 8px #00000014}.Sidebar-module__WZVnLW__collapseBtn:hover{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 4px 12px color-mix(in srgb, var(--accent) 30%, transparent)}.Sidebar-module__WZVnLW__collapseIconCollapse{transition:transform .3s;transform:rotate(180deg)}.Sidebar-module__WZVnLW__collapseIconExpand{transition:transform .3s;transform:rotate(0)}.Sidebar-module__WZVnLW__collapsible{opacity:1;transition:opacity .25s;overflow:visible}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__sidebar{align-items:center;width:76px;min-width:76px;padding:2rem .75rem}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__headerContent{align-items:center;padding:0}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__headerRow{justify-content:center}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__collapsible{display:none}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__nav{align-items:center;padding-left:0}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__link{border-radius:14px;justify-content:center;gap:0;width:48px;height:48px;padding:.85rem}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__footer{padding:1rem 0 .25rem}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__userContainer{border-radius:14px;justify-content:center;padding:.35rem}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__userProfile{justify-content:center;gap:0;padding:.2rem}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__avatarIcon{width:36px;height:36px}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__link{position:relative}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__link:after{content:attr(title);background:var(--ink);color:#fff;white-space:nowrap;pointer-events:none;opacity:0;z-index:100;border-radius:8px;padding:.4rem .75rem;font-size:.8rem;font-weight:600;transition:opacity .15s;position:absolute;top:50%;left:calc(100% + 12px);transform:translateY(-50%);box-shadow:0 4px 12px #00000026}html[data-sidebar-collapsed=true] .Sidebar-module__WZVnLW__link:hover:after{opacity:1}
.PhaseSwitcher-module__JJRqGG__switcher{z-index:5;width:100%;margin-top:.5rem;position:relative}.PhaseSwitcher-module__JJRqGG__trigger{background:var(--bg);border:1px solid var(--line);cursor:pointer;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.65rem .85rem;font-family:inherit;transition:all .2s;display:flex}.PhaseSwitcher-module__JJRqGG__trigger:hover{border-color:var(--line-2);background:var(--bg-elev)}.PhaseSwitcher-module__JJRqGG__triggerOpen{border-color:color-mix(in srgb, var(--accent) 50%, transparent);background:var(--bg-elev);box-shadow:0 0 0 3px var(--accent-soft)}.PhaseSwitcher-module__JJRqGG__triggerContent{align-items:center;gap:.6rem;display:flex}.PhaseSwitcher-module__JJRqGG__triggerLabel{color:var(--ink);font-size:.8rem;font-weight:700}.PhaseSwitcher-module__JJRqGG__chevron{color:var(--muted-2);flex-shrink:0;transition:transform .2s}.PhaseSwitcher-module__JJRqGG__chevronOpen{transform:rotate(180deg)}.PhaseSwitcher-module__JJRqGG__dot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.PhaseSwitcher-module__JJRqGG__dotActive{background:#16a34a;box-shadow:0 0 0 3px #16a34a26}.PhaseSwitcher-module__JJRqGG__dotInactive{background:var(--muted-2)}.PhaseSwitcher-module__JJRqGG__tag{letter-spacing:.02em;border-radius:6px;padding:.15rem .45rem;font-size:.6rem;font-weight:800}.PhaseSwitcher-module__JJRqGG__tagActive{color:#16a34a;background:#16a34a1a}.PhaseSwitcher-module__JJRqGG__tagInactive{background:var(--bg);color:var(--muted-2)}.PhaseSwitcher-module__JJRqGG__dropdown{background:var(--bg-elev);border:1px solid var(--line);z-index:1100;border-radius:12px;padding:.35rem;animation:.15s ease-out PhaseSwitcher-module__JJRqGG__dropIn;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 12px 32px #00000014,0 2px 6px #0000000a}@keyframes PhaseSwitcher-module__JJRqGG__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.PhaseSwitcher-module__JJRqGG__option{cursor:pointer;text-align:right;background:0 0;border:none;border-radius:9px;align-items:center;gap:.6rem;width:100%;padding:.6rem .75rem;font-family:inherit;transition:background .15s;display:flex}.PhaseSwitcher-module__JJRqGG__option:hover:not(:disabled),.PhaseSwitcher-module__JJRqGG__optionSelected{background:var(--accent-soft)}.PhaseSwitcher-module__JJRqGG__optionDisabled{opacity:.45;cursor:not-allowed}.PhaseSwitcher-module__JJRqGG__optionLabel{color:var(--ink);flex:1;font-size:.8rem;font-weight:700}.PhaseSwitcher-module__JJRqGG__checkIcon{color:var(--accent-deep);flex-shrink:0}
.ProjectSwitcher-module__yxFPRa__wrapper{z-index:6;width:100%;margin-bottom:.5rem;position:relative}.ProjectSwitcher-module__yxFPRa__trigger{background:var(--bg);border:1px solid var(--line);cursor:pointer;border-radius:12px;outline:none;justify-content:space-between;align-items:center;gap:.5rem;width:100%;padding:.6rem .85rem;font-family:inherit;transition:all .2s;display:flex}.ProjectSwitcher-module__yxFPRa__trigger:hover{border-color:var(--line-2);background:var(--bg-elev)}.ProjectSwitcher-module__yxFPRa__triggerOpen{border-color:color-mix(in srgb, var(--accent) 50%, transparent);background:var(--bg-elev);box-shadow:0 0 0 3px var(--accent-soft)}.ProjectSwitcher-module__yxFPRa__triggerStatic{cursor:default}.ProjectSwitcher-module__yxFPRa__triggerStatic:hover{border-color:var(--line);background:var(--bg)}.ProjectSwitcher-module__yxFPRa__triggerInner{flex:1;align-items:center;gap:.55rem;min-width:0;display:flex}.ProjectSwitcher-module__yxFPRa__projectIcon{background:var(--accent-soft);width:28px;height:28px;color:var(--accent-deep);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ProjectSwitcher-module__yxFPRa__triggerName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.82rem;font-weight:700;overflow:hidden}.ProjectSwitcher-module__yxFPRa__chevron{color:var(--muted-2);flex-shrink:0;transition:transform .2s}.ProjectSwitcher-module__yxFPRa__chevronOpen{transform:rotate(180deg)}.ProjectSwitcher-module__yxFPRa__dropdown{background:var(--bg-elev);border:1px solid var(--line);z-index:1100;border-radius:12px;max-height:240px;padding:.35rem;animation:.15s ease-out ProjectSwitcher-module__yxFPRa__dropIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 32px #00000014,0 2px 6px #0000000a}@keyframes ProjectSwitcher-module__yxFPRa__dropIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ProjectSwitcher-module__yxFPRa__dropdownLabel{color:var(--muted-2);letter-spacing:.04em;padding:.4rem .75rem .3rem;font-size:.65rem;font-weight:800}.ProjectSwitcher-module__yxFPRa__option{cursor:pointer;text-align:right;background:0 0;border:none;border-radius:9px;align-items:center;gap:.6rem;width:100%;padding:.55rem .75rem;font-family:inherit;transition:background .15s;display:flex}.ProjectSwitcher-module__yxFPRa__option:hover,.ProjectSwitcher-module__yxFPRa__optionActive{background:var(--accent-soft)}.ProjectSwitcher-module__yxFPRa__optionDot{background:var(--muted-2);border-radius:50%;flex-shrink:0;width:7px;height:7px}.ProjectSwitcher-module__yxFPRa__optionDotActive{background:var(--accent-deep);box-shadow:0 0 0 3px var(--accent-soft)}.ProjectSwitcher-module__yxFPRa__optionName{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;font-size:.8rem;font-weight:700;overflow:hidden}.ProjectSwitcher-module__yxFPRa__checkIcon{color:var(--accent-deep);flex-shrink:0}
.SidebarToggle-module__Ef7Irq__toggleBtn{z-index:1100;border:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:44px;height:44px;color:var(--ink);box-shadow:var(--shadow-md);cursor:pointer;background:#ffffffeb;border-radius:14px;justify-content:center;align-items:center;display:none;position:fixed;top:1rem;right:1rem}.SidebarToggle-module__Ef7Irq__toggleBtn:hover{background:var(--bg-elev)}.SidebarToggle-module__Ef7Irq__overlay{z-index:1050;background:#0a0a0a2e;border:0;padding:0;display:none;position:fixed;inset:0}@media (max-width:900px){.SidebarToggle-module__Ef7Irq__toggleBtn{display:inline-flex}html[data-sidebar-open=true] .SidebarToggle-module__Ef7Irq__overlay{display:block}}
.AppShell-module__cB5iMW__shell{background:var(--bg);min-height:100vh;display:flex;position:relative}.AppShell-module__cB5iMW__main{flex:1;transition:all .3s ease-in-out}.AppShell-module__cB5iMW__content{padding:1.5rem 1rem 2.5rem}
.UsersClient-module__m33aoG__container{padding:2rem}.UsersClient-module__m33aoG__topBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.UsersClient-module__m33aoG__topActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.UsersClient-module__m33aoG__inlinePanel{border:1px solid var(--line);background:var(--bg-elev);border-radius:1.5rem;margin-bottom:2rem;padding:2rem;box-shadow:0 8px 24px #0f172a0d}.UsersClient-module__m33aoG__inlinePanelTitle{color:var(--primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.1rem;font-weight:800;display:flex}.UsersClient-module__m33aoG__inlinePanelText{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.95rem}.UsersClient-module__m33aoG__inlineForm{flex-wrap:wrap;align-items:flex-end;gap:1rem;display:flex}.UsersClient-module__m33aoG__inlineField{flex:1;min-width:160px}.UsersClient-module__m33aoG__inlineFieldWide{flex:2;min-width:250px}.UsersClient-module__m33aoG__inlineLabel{margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.UsersClient-module__m33aoG__credentialsCard{background:color-mix(in srgb, var(--primary-soft) 40%, white);border:1px solid color-mix(in srgb, var(--primary) 16%, transparent);border-radius:1rem;margin-top:1.5rem;padding:1.25rem}.UsersClient-module__m33aoG__credentialsHead{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.9rem;display:flex}.UsersClient-module__m33aoG__credentialsTitle{color:var(--primary);margin-bottom:.35rem;font-weight:900}.UsersClient-module__m33aoG__credentialsSubtext{color:var(--text-secondary);font-size:.9rem}.UsersClient-module__m33aoG__credentialsGrid{gap:.75rem;display:grid}.UsersClient-module__m33aoG__credentialRow{border:1px solid var(--line);background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.UsersClient-module__m33aoG__credentialLabel{color:var(--text-secondary);margin-bottom:.2rem;font-size:.8rem}.UsersClient-module__m33aoG__credentialValue{font-weight:800}.UsersClient-module__m33aoG__tableHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.UsersClient-module__m33aoG__tableTitle{color:var(--primary);margin:0;font-size:1.25rem;font-weight:900}.UsersClient-module__m33aoG__tableSubtitle{color:var(--text-secondary);margin:.35rem 0 0;font-size:.92rem}.UsersClient-module__m33aoG__bulkActions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.UsersClient-module__m33aoG__bulkMeta{color:var(--text-secondary);font-size:.9rem;font-weight:700}.UsersClient-module__m33aoG__tableWrap{width:100%;overflow-x:auto}.UsersClient-module__m33aoG__table{border-collapse:collapse;width:100%;min-width:920px}.UsersClient-module__m33aoG__selectedRow{background:color-mix(in srgb, var(--primary-soft) 22%, white)}.UsersClient-module__m33aoG__rowActions{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.UsersClient-module__m33aoG__actionsColumnHeader,.UsersClient-module__m33aoG__actionsColumnCell{width:140px;min-width:140px;padding:1rem}.UsersClient-module__m33aoG__iconBtn{border:1px solid var(--line);background:var(--bg);width:36px;height:36px;color:var(--muted);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.UsersClient-module__m33aoG__iconBtn:hover{background:var(--bg-elev);color:var(--ink);border-color:var(--line-2)}.UsersClient-module__m33aoG__iconBtnAccent{background:var(--accent-soft);color:var(--accent-deep);border-color:color-mix(in srgb, var(--accent) 25%, transparent)}.UsersClient-module__m33aoG__iconBtnAccent:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.UsersClient-module__m33aoG__iconBtnDanger{color:#dc2626;background:#fef2f2;border-color:#fecaca}.UsersClient-module__m33aoG__iconBtnDanger:hover{color:#fff;background:#dc2626;border-color:#dc2626}.UsersClient-module__m33aoG__cards{display:none}.UsersClient-module__m33aoG__userCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:.75rem;padding:1rem;display:flex;box-shadow:0 4px 10px #0206170a}.UsersClient-module__m33aoG__userCardSelected{border-color:color-mix(in srgb, var(--primary) 22%, transparent);background:color-mix(in srgb, var(--primary-soft) 18%, white)}.UsersClient-module__m33aoG__userCardTop{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.UsersClient-module__m33aoG__userMeta{min-width:0}.UsersClient-module__m33aoG__userName{color:var(--primary);font-weight:900;line-height:1.2}.UsersClient-module__m33aoG__userEmail{color:var(--text-secondary);text-align:right;word-break:break-word;direction:ltr;font-size:.85rem}.UsersClient-module__m33aoG__chips{flex-wrap:wrap;gap:.35rem;display:flex}.UsersClient-module__m33aoG__actions{flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:.5rem;display:flex}.UsersClient-module__m33aoG__pagination{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.UsersClient-module__m33aoG__paginationInfo{color:var(--text-secondary);font-size:.9rem;font-weight:700}.UsersClient-module__m33aoG__paginationControls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.UsersClient-module__m33aoG__paginationPage{color:var(--text-secondary);padding:0 .25rem;font-size:.85rem;font-weight:800}.UsersClient-module__m33aoG__modalBackdrop{z-index:1200;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172a6b;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.UsersClient-module__m33aoG__modalDialog{border:1px solid color-mix(in srgb, var(--primary) 12%, #d9dee8);background:#fffffffa;border-radius:1.5rem;width:min(100%,46rem);max-height:min(90vh,52rem);position:relative;overflow:auto;box-shadow:0 28px 70px #0f172a33}.UsersClient-module__m33aoG__modalClose{border:1px solid var(--line-2);width:2.25rem;height:2.25rem;color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:.85rem;justify-content:center;align-items:center;display:flex;position:absolute;top:1rem;left:1rem}.UsersClient-module__m33aoG__modalHeader{padding:1.4rem 1.4rem 1rem}.UsersClient-module__m33aoG__modalTitle{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:900}.UsersClient-module__m33aoG__modalSubtitle{color:var(--text-secondary);margin:.55rem 0 0;font-size:.95rem;line-height:1.8}.UsersClient-module__m33aoG__modalForm{flex-direction:column;gap:1rem;padding:0 1.4rem 1.4rem;display:flex}.UsersClient-module__m33aoG__modalField{flex-direction:column;gap:.45rem;display:flex}.UsersClient-module__m33aoG__modalField label{color:var(--text-secondary);font-size:.85rem;font-weight:700}.UsersClient-module__m33aoG__fieldHint{color:var(--text-secondary);font-size:.78rem;line-height:1.7}.UsersClient-module__m33aoG__modalActions{flex-wrap:wrap;gap:.75rem;margin-top:.5rem;display:flex}.UsersClient-module__m33aoG__permissionsBody{padding:0 1.4rem 1.4rem}.UsersClient-module__m33aoG__permissionsList{flex-direction:column;gap:.75rem;display:flex}.UsersClient-module__m33aoG__permissionRow{border:1px solid var(--line);background:color-mix(in srgb, var(--bg-app) 35%, white);border-radius:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.9rem 1rem;display:flex}.UsersClient-module__m33aoG__permissionTitle{color:var(--text-primary);font-weight:800}.UsersClient-module__m33aoG__permissionMeta{color:var(--text-secondary);margin-top:.2rem;font-size:.82rem}@media (max-width:900px){.UsersClient-module__m33aoG__tableWrap{display:none}.UsersClient-module__m33aoG__cards{gap:.9rem;display:grid}}@media (max-width:640px){.UsersClient-module__m33aoG__container{padding:1rem}.UsersClient-module__m33aoG__inlinePanel{padding:1.25rem}.UsersClient-module__m33aoG__modalBackdrop{align-items:flex-end;padding:.75rem}.UsersClient-module__m33aoG__modalDialog{border-radius:1.25rem;width:100%}.UsersClient-module__m33aoG__modalHeader,.UsersClient-module__m33aoG__modalForm,.UsersClient-module__m33aoG__permissionsBody{padding-left:1rem;padding-right:1rem}.UsersClient-module__m33aoG__modalActions{flex-direction:column}}
.Profile-module__HLzWoG__pageMain{width:100%}.Profile-module__HLzWoG__container{flex-direction:column;gap:2rem;width:100%;min-width:0;max-width:1100px;margin:0 auto;padding-bottom:3rem;font-family:inherit;display:flex}.Profile-module__HLzWoG__header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1.5rem;display:flex}@media (max-width:768px){.Profile-module__HLzWoG__header{flex-direction:column;align-items:stretch;gap:1rem}}.Profile-module__HLzWoG__title{color:var(--ink);font-size:1.8rem;font-weight:800}.Profile-module__HLzWoG__subtitle{color:var(--muted);margin-top:.25rem;font-size:.95rem}.Profile-module__HLzWoG__backBtn{background:var(--bg-elev);border:1px solid var(--line-2);color:var(--muted);transition:var(--transition);border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.Profile-module__HLzWoG__backBtn:hover{background:var(--bg-subtle);color:var(--ink);border-color:var(--line-2)}.Profile-module__HLzWoG__grid{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}@media (max-width:900px){.Profile-module__HLzWoG__grid{grid-template-columns:1fr}}.Profile-module__HLzWoG__userInfoCard{background:var(--bg-elev);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-md);text-align:center;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;display:flex;position:sticky;top:2rem}@media (max-width:900px){.Profile-module__HLzWoG__userInfoCard{position:static;top:auto}}.Profile-module__HLzWoG__avatar{background:var(--accent-soft);width:6rem;height:6rem;color:var(--accent-deep);border:2px solid color-mix(in srgb, var(--accent) 25%, transparent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:2.5rem;font-weight:700;display:flex}.Profile-module__HLzWoG__userName{color:var(--ink);margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.Profile-module__HLzWoG__userEmail,.Profile-module__HLzWoG__userPhone{color:var(--muted);direction:ltr;margin-bottom:.25rem;font-size:.95rem}.Profile-module__HLzWoG__divider{background:var(--line);width:100%;height:1px;margin:1.5rem 0}.Profile-module__HLzWoG__roleBadge{background:var(--accent-soft);color:var(--accent-deep);border:1px solid color-mix(in srgb, var(--accent) 30%, transparent);border-radius:6px;padding:.35rem 1rem;font-size:.85rem;font-weight:700;display:inline-block}.Profile-module__HLzWoG__formsColumn{flex-direction:column;gap:2rem;display:flex}.Profile-module__HLzWoG__formCard{background:var(--bg-elev);border-radius:var(--radius-lg);border:1px solid var(--line);box-shadow:var(--shadow-md);padding:2rem}.Profile-module__HLzWoG__formCardSecondary{border-top:3px solid var(--accent)}@media (max-width:640px){.Profile-module__HLzWoG__container{gap:1.5rem}.Profile-module__HLzWoG__formCard,.Profile-module__HLzWoG__userInfoCard{padding:1.25rem}.Profile-module__HLzWoG__title{font-size:1.45rem}.Profile-module__HLzWoG__subtitle{font-size:.9rem}.Profile-module__HLzWoG__formActions{flex-direction:column}.Profile-module__HLzWoG__cancelBtn,.Profile-module__HLzWoG__submitBtn,.Profile-module__HLzWoG__submitBtnSecondary{justify-content:center;width:100%}}.Profile-module__HLzWoG__formHeader{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.Profile-module__HLzWoG__formTitle{color:var(--ink);align-items:center;gap:.75rem;font-size:1.2rem;font-weight:700;display:flex}.Profile-module__HLzWoG__formTitle svg{color:var(--accent);width:1.4rem;height:1.4rem}.Profile-module__HLzWoG__editBtn{background:var(--bg-elev);border:1px solid var(--line-2);color:var(--accent-deep);cursor:pointer;transition:var(--transition);border-radius:6px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.Profile-module__HLzWoG__editBtn:hover{background:var(--accent-soft);border-color:color-mix(in srgb, var(--accent) 40%, transparent)}.Profile-module__HLzWoG__infoGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}@media (max-width:640px){.Profile-module__HLzWoG__infoGrid{grid-template-columns:1fr}}.Profile-module__HLzWoG__infoItem{flex-direction:column;gap:.4rem;display:flex}.Profile-module__HLzWoG__infoLabel{color:var(--muted);font-size:.85rem;font-weight:600}.Profile-module__HLzWoG__infoValue{color:var(--ink);padding:.5rem 0;font-size:1rem;font-weight:500}.Profile-module__HLzWoG__formGroup{margin-bottom:1.5rem}.Profile-module__HLzWoG__label{color:var(--ink-2);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.Profile-module__HLzWoG__inputIconWrapper{position:relative}.Profile-module__HLzWoG__inputIcon{color:var(--muted-2);pointer-events:none;align-items:center;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Profile-module__HLzWoG__formInput{border-radius:var(--radius-sm);border:1px solid var(--line-2);background:var(--bg-elev);width:100%;transition:var(--transition);color:var(--ink);outline:none;padding:.75rem 2.8rem .75rem 1rem;font-family:inherit;font-size:.95rem}.Profile-module__HLzWoG__formInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.Profile-module__HLzWoG__inputIconLtr{left:1rem;right:auto}.Profile-module__HLzWoG__formInputLtr{text-align:left;direction:ltr;padding:.75rem 1rem .75rem 2.8rem!important}.Profile-module__HLzWoG__formActions{border-top:1px solid var(--line);justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;display:flex}.Profile-module__HLzWoG__cancelBtn{background:var(--bg-elev);border:1px solid var(--line-2);color:var(--muted);cursor:pointer;transition:var(--transition);border-radius:8px;padding:.6rem 1.5rem;font-family:inherit;font-weight:600}.Profile-module__HLzWoG__cancelBtn:hover{background:var(--bg-subtle);color:var(--ink)}.Profile-module__HLzWoG__submitBtn{background:var(--primary);color:var(--bg-elev);cursor:pointer;transition:var(--transition);box-shadow:0 4px 12px color-mix(in srgb, var(--primary) 28%, transparent);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.Profile-module__HLzWoG__submitBtn:hover:not(:disabled){background:var(--accent-deep);box-shadow:0 6px 16px color-mix(in srgb, var(--primary) 35%, transparent);transform:translateY(-1px)}.Profile-module__HLzWoG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Profile-module__HLzWoG__submitBtnSecondary{background:var(--ink);color:var(--bg-elev);cursor:pointer;transition:var(--transition);border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;display:inline-flex}.Profile-module__HLzWoG__submitBtnSecondary:hover:not(:disabled){background:var(--ink-2);transform:translateY(-1px)}.Profile-module__HLzWoG__submitBtnSecondary:disabled{opacity:.7;cursor:not-allowed}.Profile-module__HLzWoG__message{border-radius:8px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:1rem;font-size:.9rem;font-weight:600;display:flex}.Profile-module__HLzWoG__messageSuccess{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.Profile-module__HLzWoG__messageError{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}
.NotificationBell-module__doceWq__container{display:inline-block;position:relative}.NotificationBell-module__doceWq__bellButton{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex;position:relative}.NotificationBell-module__doceWq__bellButton:hover{background:var(--accent-soft);color:var(--ink)}.NotificationBell-module__doceWq__hasUnread{color:var(--ink)}.NotificationBell-module__doceWq__badge{color:#fff;text-align:center;background:#ef4444;border:2px solid #fff;border-radius:9999px;min-width:18px;padding:2px 5px;font-size:.65rem;font-weight:700;line-height:1;position:absolute;top:2px;right:2px}.NotificationBell-module__doceWq__dropdown{background:var(--bg-elev);border:1px solid var(--line);z-index:50;transform-origin:0 0;border-radius:.75rem;width:320px;animation:.2s ease-out NotificationBell-module__doceWq__slideDown;position:absolute;top:calc(100% + 5px);left:0;right:auto;overflow:hidden;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}@keyframes NotificationBell-module__doceWq__slideDown{0%{opacity:0;transform:translateY(-10px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.NotificationBell-module__doceWq__header{border-bottom:1px solid var(--line);background:var(--bg);justify-content:space-between;align-items:center;padding:1rem;display:flex}.NotificationBell-module__doceWq__title{color:var(--ink);font-size:.95rem;font-weight:700}.NotificationBell-module__doceWq__markAllRead{color:var(--accent-deep);cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;transition:background .2s}.NotificationBell-module__doceWq__markAllRead:hover{background:var(--accent-soft)}.NotificationBell-module__doceWq__list{max-height:400px;overflow-y:auto}.NotificationBell-module__doceWq__list::-webkit-scrollbar{width:6px}.NotificationBell-module__doceWq__list::-webkit-scrollbar-track{background:0 0}.NotificationBell-module__doceWq__list::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--ink) 14%, white);border-radius:10px}.NotificationBell-module__doceWq__list::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--ink) 24%, white)}.NotificationBell-module__doceWq__emptyState{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;font-size:.875rem;display:flex}.NotificationBell-module__doceWq__emptyIcon{opacity:.5;font-size:1.5rem}.NotificationBell-module__doceWq__item{border-bottom:1px solid var(--line);cursor:pointer;grid-template-columns:auto 1fr auto;align-items:start;gap:.75rem;padding:1rem;transition:background .2s;display:grid;position:relative}.NotificationBell-module__doceWq__item:last-child{border-bottom:none}.NotificationBell-module__doceWq__item:hover{background:var(--bg)}.NotificationBell-module__doceWq__unreadItem{background:var(--accent-soft)}.NotificationBell-module__doceWq__unreadItem:hover{background:color-mix(in srgb, var(--accent-soft) 70%, var(--bg-elev))}.NotificationBell-module__doceWq__itemIcon{background:var(--accent-soft);width:32px;height:32px;color:var(--accent-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.NotificationBell-module__doceWq__itemContent{flex-direction:column;gap:.25rem;display:flex}.NotificationBell-module__doceWq__itemTitle{color:var(--ink);font-size:.875rem;font-weight:700;line-height:1.2}.NotificationBell-module__doceWq__itemMessage{color:var(--ink-2);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.8rem;line-height:1.4;display:-webkit-box;overflow:hidden}.NotificationBell-module__doceWq__itemTime{color:var(--muted-2);margin-top:.25rem;font-size:.7rem}.NotificationBell-module__doceWq__unreadDot{background:#ef4444;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;left:.5rem;transform:translateY(-50%);box-shadow:0 0 0 2px #fff}
