/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./features/notifications/ui/NotificationCenter.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
.NotificationCenter_notification-center__4rMr0 {
  position: fixed;
  top: var(--notif-edge-gap);
  right: var(--notif-edge-gap);
  z-index: 95;
}

.NotificationCenter_notification-bell__nn07W {
  width: var(--notif-bell-size);
  height: var(--notif-bell-size);
  border-radius: 18px;
  position: relative;
  border: 1px solid #41537a;
  background: linear-gradient(140deg, rgba(33, 47, 76, 0.94) 0%, rgba(24, 34, 56, 0.96) 100%);
  color: #dbe6ff;
  padding: 0;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 32px rgba(8, 13, 23, 0.46);
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease,
    box-shadow 0.16s ease;
}

.NotificationCenter_notification-bell__nn07W:hover {
  transform: translateY(-1px);
  border-color: #6077ac;
  background: linear-gradient(140deg, rgba(41, 58, 92, 0.94) 0%, rgba(28, 41, 67, 0.96) 100%);
}

.NotificationCenter_notification-bell__nn07W:active {
  transform: translateY(0);
}

.NotificationCenter_notification-bell__nn07W:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.NotificationCenter_notification-bell__nn07W svg {
  width: calc(var(--notif-bell-size) * 0.44);
  height: calc(var(--notif-bell-size) * 0.44);
}

.NotificationCenter_notification-badge__YsvMF {
  position: absolute;
  top: calc(var(--notif-bell-size) * -0.11);
  right: calc(var(--notif-bell-size) * -0.11);
  min-width: calc(var(--notif-bell-size) * 0.4);
  height: calc(var(--notif-bell-size) * 0.4);
  border-radius: 999px;
  border: 1px solid rgba(105, 131, 193, 0.72);
  background: linear-gradient(140deg, #5f8bff 0%, #4f7cff 100%);
  color: #f8fbff;
  font-size: clamp(11px, calc(var(--notif-bell-size) * 0.2), 13px);
  font-weight: 700;
  display: grid;
  place-items: center;
  line-height: 1;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
  padding: 0 6px;
}

.NotificationCenter_notification-panel__FfidG {
  position: absolute;
  top: calc(var(--notif-bell-size) + var(--notif-gap));
  right: 0;
  width: min(430px, calc(100vw - (var(--notif-edge-gap) * 2)));
  max-height: min(72vh, 560px);
  border-radius: 16px;
  border: 1px solid #3f5179;
  background: linear-gradient(160deg, rgba(30, 41, 66, 0.98) 0%, rgba(22, 30, 48, 0.98) 100%);
  box-shadow: 0 20px 40px rgba(7, 12, 20, 0.48);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  overflow: hidden;
  animation: NotificationCenter_panel-in__buOIz 0.2s ease both;
}

.NotificationCenter_notification-panel__FfidG header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  border-bottom: 1px solid #344463;
}

.NotificationCenter_notification-close__Cl7j2 {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #42567f;
  background: rgba(41, 57, 90, 0.64);
  color: #dce8ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 19px;
  font-weight: 600;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    color 0.16s ease;
}

.NotificationCenter_notification-close__Cl7j2:hover {
  border-color: #5a72a9;
  background: rgba(61, 81, 126, 0.64);
}

.NotificationCenter_notification-close__Cl7j2:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.NotificationCenter_notification-panel-list__bA6Zb {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  padding: 10px;
  min-height: 0;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}

.NotificationCenter_notification-empty__IzSwf {
  color: #9fb2de;
  font-size: 13px;
  padding: 8px;
}

.NotificationCenter_notification-item___hZBN {
  border-radius: 12px;
  border: 1px solid #394c74;
  background: #1b2640;
  padding: 12px;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
}

.NotificationCenter_notification-item___hZBN p,
.NotificationCenter_notification-item___hZBN span {
  margin: 0;
  color: #d9e6ff;
  font-size: 13px;
  line-height: 1.4;
}

.NotificationCenter_notification-item___hZBN time {
  color: #95abd6;
  font-size: 11px;
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_success___krhZ {
  border-color: rgba(78, 190, 150, 0.52);
  background: rgba(31, 79, 63, 0.34);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_error__lak3h {
  border-color: rgba(230, 118, 148, 0.58);
  background: rgba(92, 38, 53, 0.35);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75 {
  width: 100%;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    transform 0.16s ease;
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:hover {
  border-color: rgba(111, 149, 255, 0.72);
  background: rgba(49, 71, 112, 0.4);
  transform: translateY(-1px);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:active {
  transform: translateY(0);
}

.NotificationCenter_notification-item___hZBN.NotificationCenter_is-clickable__McD75:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.86);
  outline-offset: 1px;
}

.NotificationCenter_notification-toasts__NUlDq {
  position: fixed;
  top: var(--notif-edge-gap);
  right: calc(var(--notif-edge-gap) + var(--notif-bell-size) + 12px);
  z-index: 94;
  width: min(
    380px,
    calc(100vw - (var(--notif-edge-gap) * 2 + var(--notif-bell-size) + 24px))
  );
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  pointer-events: none;
}

.NotificationCenter_notification-toast__m7Qla {
  border-radius: 12px;
  border: 1px solid rgba(79, 214, 162, 0.42);
  background: linear-gradient(135deg, rgba(32, 73, 59, 0.95) 0%, rgba(24, 57, 47, 0.95) 100%);
  color: #abf3d8;
  padding: 11px 13px;
  font-size: 13px;
  line-height: 1.35;
  box-shadow: 0 16px 32px rgba(7, 16, 26, 0.45);
  animation: NotificationCenter_rise__4tg_Z 0.2s ease both;
}

.NotificationCenter_notification-toast__m7Qla.NotificationCenter_error__lak3h {
  border-color: rgba(255, 122, 157, 0.44);
  background: linear-gradient(135deg, rgba(108, 40, 60, 0.95) 0%, rgba(80, 30, 45, 0.95) 100%);
  color: #ffd2de;
}

@keyframes NotificationCenter_rise__4tg_Z {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes NotificationCenter_panel-in__buOIz {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./features/export-history/ui/RetentionExportsHistory.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz {
  width: 100%;
  max-width: 1760px;
  margin: 2px auto 0;
  padding: clamp(12px, 1.4vw, 16px);
  gap: 14px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-head__zO3eu {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  padding: 4px 0;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-head__zO3eu h3 {
  margin: 0;
  line-height: 1.25;
  font-size: var(--fs-title-lg);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-controls__oXlxi {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-filter__JOHcD {
  min-width: 220px;
  max-width: 320px;
  margin: 0;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-refresh__CFe_5 {
  min-width: 120px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz .RetentionExportsHistory_table-wrap__Fx3XE {
  border-radius: 14px;
  border-color: #3a4b70;
  background: #182238;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz table {
  min-width: 980px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz table thead th {
  background: #1e2942;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_table-sort-btn__X_FgU {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font: inherit;
  text-align: left;
  transition:
    color 0.16s ease,
    opacity 0.16s ease;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_table-sort-btn__X_FgU:hover {
  color: #d8e7ff;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_table-sort-btn__X_FgU:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_table-sort-indicator__zHKG1 {
  color: #89a6e7;
  font-size: 12px;
  line-height: 1;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_table-sort-btn__X_FgU.RetentionExportsHistory_is-active__6XfuZ .RetentionExportsHistory_table-sort-indicator__zHKG1 {
  color: #bfd5ff;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz tbody tr:nth-child(even) {
  background: rgba(34, 46, 73, 0.22);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz tbody tr:hover {
  background: rgba(79, 124, 255, 0.12);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz tbody tr {
  transition: background-color 0.16s ease;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz tbody tr.RetentionExportsHistory_is-highlighted__z0_Ax {
  background: rgba(79, 124, 255, 0.24);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz tbody tr.RetentionExportsHistory_is-highlighted__z0_Ax td {
  border-bottom-color: rgba(102, 137, 233, 0.7);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_export-details___VVO2 {
  min-width: 260px;
  max-width: 380px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_export-details___VVO2 strong {
  display: block;
  color: #d7e6ff;
  font-size: 12px;
  line-height: 1.35;
  word-break: break-word;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_export-details___VVO2 small {
  display: block;
  margin-top: 4px;
  color: #9fb2de;
  font-size: 11px;
  word-break: break-word;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-preview__sfooQ .RetentionExportsHistory_table-wrap__Fx3XE {
  max-height: 380px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-skeleton-row__Fn4Iy td {
  padding-top: 8px;
  padding-bottom: 8px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-skeleton__4VF3c {
  border-radius: 10px;
  border: 1px solid rgba(68, 90, 134, 0.44);
  background: rgba(28, 40, 64, 0.72);
  padding: 10px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-skeleton-meta__TelMX {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-gap: 8px;
  gap: 8px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress__KaSs0 {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress__KaSs0::before {
  content: "";
  position: absolute;
  inset: 0;
  width: var(--status-progress, 0%);
  background: rgba(255, 255, 255, 0.18);
  transition: width 0.25s ease;
  pointer-events: none;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress-label__YL3Lk {
  position: relative;
  z-index: 1;
  transition: opacity 0.16s ease;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress-hover__5XalY {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.16s ease;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress-trackable__ZQf9W:hover .RetentionExportsHistory_status-progress-label__YL3Lk {
  opacity: 0;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_status-progress-trackable__ZQf9W:hover .RetentionExportsHistory_status-progress-hover__5XalY {
  opacity: 1;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-scroll-top__d8eZC {
  position: fixed;
  left: var(--notif-edge-gap);
  bottom: calc(var(--notif-edge-gap) + env(safe-area-inset-bottom, 0px) + 8px);
  z-index: 94;
  width: var(--notif-bell-size);
  height: var(--notif-bell-size);
  border-radius: 18px;
  border: 1px solid #41537a;
  background: linear-gradient(140deg, rgba(33, 47, 76, 0.94) 0%, rgba(24, 34, 56, 0.96) 100%);
  color: #dbe6ff;
  box-shadow: 0 16px 32px rgba(8, 13, 23, 0.46);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    background 0.16s ease;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-scroll-top__d8eZC span {
  font-size: clamp(20px, calc(var(--notif-bell-size) * 0.42), 28px);
  line-height: 1;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-scroll-top__d8eZC:hover {
  transform: translateY(-1px);
  border-color: #6077ac;
  background: linear-gradient(140deg, rgba(41, 58, 92, 0.94) 0%, rgba(28, 41, 67, 0.96) 100%);
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-scroll-top__d8eZC:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

@media (max-width: 860px) {
  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-filter__JOHcD {
    min-width: 100%;
  }

  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-head__zO3eu {
    grid-template-columns: 1fr;
  }

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-controls__oXlxi {
  justify-content: stretch;
}

.RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-controls__oXlxi > * {
  flex: 1 1 auto;
}

  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz table {
    min-width: 860px;
  }
}

@media (min-width: 861px) {
  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-scroll-top__d8eZC {
    display: none;
  }
}

@media (max-width: 640px) {
  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz {
    padding: 10px;
  }

  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history__TpWnz table {
    min-width: 760px;
  }

  .RetentionExportsHistory_root__rkVMy .RetentionExportsHistory_history-head__zO3eu h3 {
    font-size: 16px;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./features/role-scope-switch/ui/RoleScopeSwitch.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.RoleScopeSwitch_role-switch__9bzwV {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #3c4d70;
  border-radius: 999px;
  background: rgba(27, 38, 60, 0.72);
  padding: 4px 6px;
}

.RoleScopeSwitch_role-switch__9bzwV > span {
  color: #9eb2de;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  padding-left: 4px;
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf button {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 5px 10px;
  background: transparent;
  color: #c0cfef;
  font-size: 12px;
  line-height: 1.1;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    transform 0.16s ease;
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf button:hover {
  background: rgba(70, 90, 130, 0.32);
  border-color: rgba(97, 120, 170, 0.55);
  transform: translateY(-1px);
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf button:active {
  transform: translateY(0);
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf button.RoleScopeSwitch_is-active__GKTyY {
  background: linear-gradient(135deg, #5c8bff 0%, #4f7cff 100%);
  border-color: rgba(111, 149, 255, 0.72);
  color: #f4f8ff;
  box-shadow: 0 8px 20px rgba(74, 113, 242, 0.34);
}

.RoleScopeSwitch_role-switch-buttons__G3Ujf button:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .RoleScopeSwitch_role-switch__9bzwV {
    width: 100%;
    justify-content: space-between;
    border-radius: 12px;
  }

  .RoleScopeSwitch_role-switch-buttons__G3Ujf {
    flex: 1 1;
    justify-content: flex-end;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./widgets/department-shell/ui/DepartmentShell.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.DepartmentShell_crm-shell__Pj3B_ {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-gap: 16px;
  gap: 16px;
  padding: 16px;
  transition: grid-template-columns 0.2s ease;
}

.DepartmentShell_sidebar-backdrop__r_mgj {
  display: none;
}

.DepartmentShell_crm-sidebar__Nc1L4 {
  border-radius: var(--radius-xl);
  padding: 22px 18px;
  background:
    linear-gradient(180deg, rgba(30, 39, 60, 0.94) 0%, rgba(23, 30, 46, 0.97) 100%);
  border: 1px solid rgba(87, 102, 142, 0.34);
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: var(--shadow-1);
  position: relative;
}

.DepartmentShell_sidebar-head__t9VhA {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.DepartmentShell_sidebar-reopen__I9af1 {
  border: 1px solid rgba(95, 118, 170, 0.45);
  border-radius: 999px;
  background: rgba(33, 48, 78, 0.72);
  color: rgba(214, 224, 246, 0.9);
  width: 28px;
  height: 48px;
  min-width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.78;
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease,
    opacity 0.16s ease;
}

.DepartmentShell_sidebar-reopen__I9af1 span {
  line-height: 1;
}

.DepartmentShell_sidebar-reopen__I9af1:hover {
  background: rgba(43, 62, 100, 0.92);
  border-color: rgba(126, 154, 220, 0.72);
  opacity: 1;
}

.DepartmentShell_sidebar-reopen__I9af1:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.DepartmentShell_sidebar-hover-zone__4lqNl {
  display: none;
}

.DepartmentShell_brand__1wREl {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
}

.DepartmentShell_brand-link__Js_D_ {
  text-decoration: none;
  color: inherit;
  border-radius: 14px;
  transition:
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.DepartmentShell_brand-link__Js_D_:hover {
  background: rgba(53, 71, 108, 0.24);
}

.DepartmentShell_brand-link__Js_D_:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.DepartmentShell_brand__1wREl > div {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 0;
}

.DepartmentShell_brand__1wREl strong {
  display: block;
  line-height: 1.2;
  font-size: var(--fs-title-lg);
}

.DepartmentShell_brand-mark__UmDay {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-weight: 700;
  background: linear-gradient(140deg, #4f7cff 0%, #49d5a3 100%);
  color: #08101e;
}

.DepartmentShell_brand__1wREl small {
  color: var(--text-soft);
  font-size: var(--fs-body-sm);
}

.DepartmentShell_side-nav__bVA3P {
  display: grid;
  grid-gap: 9px;
  gap: 9px;
  margin-top: 2px;
}

.DepartmentShell_nav-group__o_u6T {
  position: relative;
}

.DepartmentShell_nav-group-trigger__7Zo3a {
  border-radius: 12px;
}

.DepartmentShell_nav-submenu__xjOBW {
  display: none;
  position: absolute;
  left: calc(100% + 8px);
  top: 0;
  width: 220px;
  z-index: 20;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid #34405f;
  background: #1d263b;
  box-shadow: 0 10px 24px rgba(8, 13, 23, 0.42);
  gap: 6px;
}

.DepartmentShell_nav-group__o_u6T:hover .DepartmentShell_nav-submenu__xjOBW,
.DepartmentShell_nav-group__o_u6T:focus-within .DepartmentShell_nav-submenu__xjOBW {
  display: grid;
}

.DepartmentShell_side-nav__bVA3P button {
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  color: #d6def2;
  padding: 11px 12px;
  width: 100%;
  justify-content: flex-start;
  font-size: var(--fs-body-md);
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease;
}

.DepartmentShell_side-nav__bVA3P a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
  background: transparent;
  border: 1px solid transparent;
  color: #d6def2;
  padding: 11px 12px;
  border-radius: 12px;
  text-decoration: none;
  font-size: var(--fs-body-md);
  transition:
    background-color 0.16s ease,
    border-color 0.16s ease,
    color 0.16s ease;
}

.DepartmentShell_side-nav__bVA3P button:hover,
.DepartmentShell_side-nav__bVA3P a:hover {
  background: #27324b;
  border-color: #34405f;
}

.DepartmentShell_side-nav__bVA3P button:focus-visible,
.DepartmentShell_side-nav__bVA3P a:focus-visible {
  outline: 2px solid rgba(111, 149, 255, 0.9);
  outline-offset: 2px;
}

.DepartmentShell_side-nav__bVA3P button.DepartmentShell_is-active__DivUu,
.DepartmentShell_side-nav__bVA3P a.DepartmentShell_is-active__DivUu {
  background: #2f3b58;
  border-color: #4c608d;
}

.DepartmentShell_side-nav__bVA3P button.DepartmentShell_nav-disabled__4I7a2 {
  color: #8f9ec1;
  opacity: 0.72;
  cursor: default;
}

.DepartmentShell_side-nav__bVA3P button.DepartmentShell_nav-disabled__4I7a2:hover {
  transform: none;
  background: transparent;
  border-color: transparent;
}

.DepartmentShell_sidebar-user__HZrrA {
  margin-top: auto;
  border-radius: 16px;
  border: 1px solid #33405e;
  background: #202a40;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.DepartmentShell_sidebar-user-link__kbAhS {
  text-decoration: none;
  color: inherit;
  transition:
    border-color 0.16s ease,
    background-color 0.16s ease,
    box-shadow 0.16s ease;
}

.DepartmentShell_sidebar-user-link__kbAhS:hover {
  border-color: #48608d;
  background: #24314a;
}

.DepartmentShell_sidebar-user__HZrrA span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #344666;
  color: #d9e5ff;
  font-weight: 700;
}

.DepartmentShell_sidebar-user__HZrrA > div {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  min-width: 0;
}

.DepartmentShell_sidebar-user__HZrrA strong {
  display: block;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-size: var(--fs-body-md);
}

.DepartmentShell_crm-content__NgoWl {
  display: grid;
  align-content: flex-start;
  grid-gap: 16px;
  gap: 16px;
}

.DepartmentShell_crm-topbar__XsHJo {
  border-radius: var(--radius-xl);
  border: 1px solid #32405f;
  background:
    linear-gradient(150deg, rgba(31, 42, 66, 0.94) 0%, rgba(25, 33, 51, 0.96) 100%);
  padding: 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
}

.DepartmentShell_crm-topbar__XsHJo > div:first-child {
  min-width: 0;
  flex: 1 1 auto;
}

.DepartmentShell_eyebrow__l7Dnn {
  color: #a9bbe4;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
  margin-bottom: 8px;
}

.DepartmentShell_subtitle__Oz31y {
  margin-top: 8px;
  color: #b6c1dd;
  font-size: var(--fs-body-md);
  line-height: 1.45;
}

.DepartmentShell_sidebar-toggle__LMvAq {
  white-space: nowrap;
  align-self: flex-start;
}

.DepartmentShell_mobile-only__l6OCu {
  display: none;
}

.DepartmentShell_sidebar-toggle__LMvAq.DepartmentShell_icon-only__1SB_4 {
  width: var(--icon-control-size);
  height: var(--icon-control-size);
  min-height: var(--icon-control-size);
  padding: 0;
  margin-left: auto;
  justify-content: center;
}

.DepartmentShell_sidebar-burger__h4AxL {
  width: 16px;
  display: grid;
  grid-gap: 3px;
  gap: 3px;
}

.DepartmentShell_sidebar-burger__h4AxL span {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}

@media (min-width: 1141px) {
  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt {
    grid-template-columns: 1fr;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt .DepartmentShell_crm-sidebar__Nc1L4 {
    position: fixed;
    top: 16px;
    bottom: 16px;
    left: 16px;
    width: min(320px, 24vw);
    z-index: 170;
    transform: translateX(calc(-100% - 20px));
    transition: transform 0.2s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt .DepartmentShell_nav-submenu__xjOBW {
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 6px;
    margin-left: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    z-index: auto;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt.DepartmentShell_sidebar-desktop-hover-open__O_HgG .DepartmentShell_crm-sidebar__Nc1L4 {
    transform: translateX(0);
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt .DepartmentShell_sidebar-hover-zone__4lqNl {
    display: flex;
    position: fixed;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 36px;
    align-items: center;
    justify-content: center;
    z-index: 165;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt .DepartmentShell_sidebar-reopen__I9af1 {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    margin: 0 auto;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-desktop-collapsed__XLcUt.DepartmentShell_sidebar-desktop-hover-open__O_HgG .DepartmentShell_sidebar-reopen__I9af1 {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 1140px) {
  .DepartmentShell_crm-shell__Pj3B_ {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 12px;
  }

  .DepartmentShell_crm-sidebar__Nc1L4 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    width: min(320px, 52vw);
    padding: 18px 14px;
    gap: 16px;
    border-radius: 0 18px 18px 0;
    transform: translateX(-105%);
    transition: transform 0.22s ease;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-mobile-open__E9Xs_ .DepartmentShell_crm-sidebar__Nc1L4 {
    transform: translateX(0);
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-mobile-open__E9Xs_ {
    height: 100vh;
    overflow: hidden;
  }

  .DepartmentShell_sidebar-backdrop__r_mgj {
    display: none;
  }

  .DepartmentShell_crm-shell__Pj3B_.DepartmentShell_sidebar-mobile-open__E9Xs_ .DepartmentShell_sidebar-backdrop__r_mgj {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 110;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: rgba(8, 13, 23, 0.56);
  }

  .DepartmentShell_crm-topbar__XsHJo {
    position: relative;
    padding-left: 74px;
    padding-right: calc(var(--notif-edge-gap) + var(--notif-bell-size) + 20px);
  }

  .DepartmentShell_eyebrow__l7Dnn {
    display: none;
  }

  .DepartmentShell_sidebar-toggle__LMvAq.DepartmentShell_icon-only__1SB_4 {
    position: absolute;
    top: 18px;
    left: 18px;
    margin-left: 0;
  }

  .DepartmentShell_side-nav__bVA3P {
    display: grid;
    grid-gap: 8px;
    gap: 8px;
  }

  .DepartmentShell_side-nav__bVA3P button,
  .DepartmentShell_side-nav__bVA3P a {
    flex: 0 0 auto;
    white-space: normal;
  }

  .DepartmentShell_nav-submenu__xjOBW {
    position: static;
    display: grid;
    width: 100%;
    margin-top: 6px;
    margin-left: 8px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .DepartmentShell_sidebar-user__HZrrA {
    margin-top: auto;
  }

  .DepartmentShell_mobile-only__l6OCu {
    display: inline-flex;
  }

  .DepartmentShell_sidebar-hover-zone__4lqNl {
    display: none;
  }
}

@media (max-width: 860px) {
  .DepartmentShell_crm-shell__Pj3B_ {
    padding: 10px;
    gap: 10px;
  }

  .DepartmentShell_crm-sidebar__Nc1L4,
  .DepartmentShell_crm-topbar__XsHJo {
    border-radius: 16px;
  }

  .DepartmentShell_crm-content__NgoWl .panel {
    border-radius: 16px;
  }

  .DepartmentShell_crm-topbar__XsHJo {
    flex-wrap: wrap;
    padding-left: 66px;
    padding-right: calc(var(--notif-edge-gap) + var(--notif-bell-size) + 16px);
  }

  .DepartmentShell_crm-topbar__XsHJo > div:first-child {
    padding-top: 2px;
  }

  .DepartmentShell_sidebar-toggle__LMvAq.DepartmentShell_icon-only__1SB_4 {
    top: 14px;
    left: 14px;
  }

  .DepartmentShell_crm-sidebar__Nc1L4 {
    padding: 12px;
    border-radius: 0 16px 16px 0;
  }

  .DepartmentShell_brand__1wREl {
    gap: 10px;
  }

  .DepartmentShell_brand-mark__UmDay {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }
}

@media (max-width: 640px) {
  .DepartmentShell_crm-shell__Pj3B_ {
    padding: 8px;
    gap: 8px;
  }

  .DepartmentShell_crm-sidebar__Nc1L4,
  .DepartmentShell_crm-topbar__XsHJo {
    border-radius: 14px;
  }

  .DepartmentShell_crm-content__NgoWl .panel {
    border-radius: 14px;
  }

  .DepartmentShell_crm-topbar__XsHJo {
    padding: 14px;
    padding-left: 58px;
    padding-right: calc(var(--notif-edge-gap) + var(--notif-bell-size) + 12px);
    gap: 12px;
  }

  .DepartmentShell_crm-sidebar__Nc1L4 {
    width: min(220px, 44vw);
  }

  .DepartmentShell_sidebar-toggle__LMvAq.DepartmentShell_icon-only__1SB_4 {
    width: 38px;
    height: 38px;
    min-height: 38px;
    border-radius: 12px;
    top: 10px;
    left: 10px;
  }

  .DepartmentShell_sidebar-burger__h4AxL {
    width: 14px;
    gap: 3px;
  }

  .DepartmentShell_subtitle__Oz31y {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.4;
  }

  .DepartmentShell_brand__1wREl small {
    display: none;
  }

  .DepartmentShell_side-nav__bVA3P {
    gap: 6px;
    padding-bottom: 2px;
  }

  .DepartmentShell_side-nav__bVA3P button,
  .DepartmentShell_side-nav__bVA3P a {
    padding: 9px 10px;
    font-size: 13px;
  }

  .DepartmentShell_sidebar-user__HZrrA {
    padding: 10px;
  }
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./app/[department]/departmentPage.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/
.departmentPage_role-pill__8pBfk {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  border-radius: 999px;
  border: 1px solid #40527b;
  background: rgba(42, 56, 87, 0.72);
  color: #d7e3ff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 5px 10px;
}

.departmentPage_role-pill__8pBfk.departmentPage_admin__kstZE {
  border-color: rgba(95, 134, 255, 0.68);
  background: rgba(57, 88, 169, 0.38);
}

.departmentPage_role-pill__8pBfk.departmentPage_manager__G_j4d {
  border-color: rgba(79, 214, 162, 0.62);
  background: rgba(37, 112, 84, 0.34);
}

.departmentPage_role-pill__8pBfk.departmentPage_employee__MmrpT {
  border-color: rgba(255, 185, 103, 0.55);
  background: rgba(121, 82, 36, 0.32);
}

.departmentPage_metrics-panel__2pKgY {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
  padding: 12px;
}

.departmentPage_metric-card__INfNs {
  border-radius: 16px;
  border: 1px solid #33415f;
  background: #202a40;
  padding: 16px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.departmentPage_metric-card__INfNs p {
  color: #a9b8da;
  font-size: 13px;
}

.departmentPage_metric-card__INfNs strong {
  font-size: 28px;
  line-height: 1;
}

.departmentPage_trend__0m1nz {
  font-size: 12px;
  font-weight: 700;
}

.departmentPage_trend__0m1nz.departmentPage_up__7BVZA {
  color: var(--good);
}

.departmentPage_trend__0m1nz.departmentPage_down__zXwzD {
  color: var(--warn);
}

.departmentPage_trend__0m1nz.departmentPage_flat__lMXXO {
  color: #a9b8da;
}

.departmentPage_metric-days__y2RVE {
  color: #9db0d9;
  font-size: 12px;
}

.departmentPage_placeholder-panel__NymQT {
  padding: 18px;
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.departmentPage_placeholder-panel__NymQT p {
  color: #b2c0e0;
}

.departmentPage_placeholder-grid__oT2dv {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.departmentPage_placeholder-grid__oT2dv article {
  border-radius: 14px;
  border: 1px solid #34425f;
  background: #1f2940;
  padding: 14px;
}

.departmentPage_placeholder-grid__oT2dv h3 {
  font-size: 15px;
  margin-bottom: 6px;
}

.departmentPage_placeholder-grid__oT2dv p {
  color: #a8b7d9;
  font-size: 13px;
}

.departmentPage_marketing-panel__jw0VA {
  gap: 12px;
}

.departmentPage_marketing-grid__1kaDO h3 {
  margin: 0;
}

.departmentPage_marketing-actions__FbUev {
  gap: 12px;
}

.departmentPage_marketing-links__eX2zB {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 10px;
  gap: 10px;
}

.departmentPage_marketing-link__ffFNp {
  border-radius: 12px;
  border: 1px solid #34425f;
  background: #1f2940;
  color: #d7e3ff;
  text-decoration: none;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.15s ease, transform 0.15s ease;
}

.departmentPage_marketing-link__ffFNp:hover {
  border-color: #4d73d8;
  transform: translateY(-1px);
}

.departmentPage_section-hint__VByCo {
  grid-column: 1 / -1;
  margin: 0;
  color: #9fb1d9;
  font-size: 13px;
}

@media (max-width: 860px) {
  .departmentPage_metrics-panel__2pKgY,
  .departmentPage_placeholder-grid__oT2dv,
  .departmentPage_marketing-links__eX2zB {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .departmentPage_metric-card__INfNs strong {
    font-size: 24px;
  }
}

