/*!******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/admin-dashboard.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************/
.admin-dashboard_dashboardRoot__Ukx9o {
  min-width: 0;
  container: dashboard-content / inline-size;
  /*
   * Browser 80% was the approved visual baseline. Keep typography tied to
   * semantic roles instead of viewport width so panel widths and text do not
   * drift independently as the available content width changes.
   */
  --dashboard-type-page-eyebrow: 10px;
  --dashboard-type-page-title: 30px;
  --dashboard-type-page-body: 11px;
  --dashboard-type-panel-eyebrow: 10px;
  --dashboard-type-panel-title: 14px;
  --dashboard-type-card-title: 11px;
  --dashboard-type-card-meta: 9px;
  --dashboard-type-card-detail: 10px;
  --dashboard-type-card-support: 9px;
  --dashboard-type-metric: 12px;
  --dashboard-type-time: 16px;
  --dashboard-type-check-in: 11px;
  --dashboard-type-action: 10px;
  --dashboard-density-page-padding-block-start: 16px;
  --dashboard-density-page-padding-inline: 16px;
  --dashboard-density-page-padding-block-end: 42px;
  --dashboard-density-panel-padding: 13px;
}

.admin-dashboard_dashboardRoot__Ukx9o #priority-review,
.admin-dashboard_dashboardRoot__Ukx9o #realtime-progress {
  padding: var(--dashboard-density-panel-padding) !important;
}

.admin-dashboard_dashboardWrap__HCVEm {
  --dashboard-primary-panel-bottom-inset: 18px;
  --dashboard-primary-panel-gap: 10px;
  --dashboard-panel-content-start: 14px;
  --dashboard-realtime-compact-check-in-direction: row;
  --dashboard-realtime-compact-check-in-align-items: center;
  --dashboard-realtime-compact-check-in-min-height: 30px;
  --dashboard-realtime-compact-check-in-track-flex: 1 1 0;
  --dashboard-realtime-compact-check-in-track-width: auto;
  display: grid;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  grid-template-columns: minmax(0, 1.28fr) minmax(240px, 0.72fr);
  grid-gap: var(--dashboard-primary-panel-gap);
  gap: var(--dashboard-primary-panel-gap);
  align-items: start;
}

.admin-dashboard_dashboardWrap__HCVEm > * {
  min-width: 0;
  max-width: 100%;
}

.admin-dashboard_dashboardWrap__HCVEm [data-clin-dashboard-quality],
.admin-dashboard_dashboardWrap__HCVEm .dashboardColumns,
.admin-dashboard_dashboardWrap__HCVEm .dashboardMainColumn,
.admin-dashboard_dashboardWrap__HCVEm .dashboardSideColumn {
  display: contents;
}

.admin-dashboard_dashboardWrap__HCVEm #priority-review {
  grid-column: 1;
  grid-row: 4;
  min-width: 0;
}

.admin-dashboard_dashboardWrap__HCVEm #realtime-progress {
  grid-column: 1;
  grid-row: 5;
  min-width: 0;
}

.admin-dashboard_dashboardWrap__HCVEm #today-progress {
  grid-column: 1 / -1;
}

/*
 * Legacy today-management is superseded by the integrated KPI action cards.
 * Keep it retired at every responsive width while the legacy page data adapter
 * remains in place for the trial-operation branch.
 */
.admin-dashboard_dashboardWrap__HCVEm #today-management {
  display: none !important;
}

.admin-dashboard_dashboardWrap__HCVEm #active-staff {
  grid-column: 2;
  grid-row: 4 / span 2;
  min-width: 0;
  align-self: stretch;
}

.admin-dashboard_dashboardWrap__HCVEm #priority-review,
.admin-dashboard_dashboardWrap__HCVEm #realtime-progress {
  margin-bottom: 0;
  padding-bottom: var(--dashboard-primary-panel-bottom-inset);
}

.admin-dashboard_dashboardWrap__HCVEm #dashboard-quick-menu {
  grid-column: 1 / -1;
  grid-row: 7;
  min-width: 0;
}

/*
 * The dashboard content box is the layout authority. At the compact desktop
 * density, 1300px of usable content keeps both 43% panels above the compact
 * five-slot threshold. Shell/sidebar width must not affect this decision.
 */
@container dashboard-content (min-width: 1300px) {
  .admin-dashboard_dashboardWrap__HCVEm {
    grid-template-columns: minmax(0, 14fr) minmax(0, 43fr) minmax(0, 43fr);
  }

  .admin-dashboard_dashboardWrap__HCVEm #active-staff {
    grid-column: 1;
    grid-row: 4;
  }

  .admin-dashboard_dashboardWrap__HCVEm #priority-review {
    grid-column: 2;
    grid-row: 4;
  }

  .admin-dashboard_dashboardWrap__HCVEm #realtime-progress {
    grid-column: 3;
    grid-row: 4;
  }

  .admin-dashboard_dashboardWrap__HCVEm #today-progress {
    grid-column: 1 / -1;
    grid-row: 5;
  }

  .admin-dashboard_dashboardWrap__HCVEm #dashboard-quick-menu {
    grid-column: 1 / -1;
    grid-row: 7;
  }
}

@container dashboard-content (min-width: 820.5px) and (max-width: 1299.98px) {
  .admin-dashboard_dashboardWrap__HCVEm {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .admin-dashboard_dashboardWrap__HCVEm #active-staff {
    grid-column: 1 / -1;
    grid-row: 4;
  }

  .admin-dashboard_dashboardWrap__HCVEm #priority-review {
    grid-column: 1;
    grid-row: 5;
  }

  .admin-dashboard_dashboardWrap__HCVEm #realtime-progress {
    grid-column: 2;
    grid-row: 5;
  }

  .admin-dashboard_dashboardWrap__HCVEm #today-progress {
    grid-column: 1 / -1;
    grid-row: 6;
  }

  .admin-dashboard_dashboardWrap__HCVEm #dashboard-quick-menu {
    grid-column: 1 / -1;
    grid-row: 8;
  }
}

@container dashboard-content (max-width: 820.49px) {
  .admin-dashboard_dashboardWrap__HCVEm {
    --dashboard-realtime-compact-check-in-direction: column;
    --dashboard-realtime-compact-check-in-align-items: flex-start;
    --dashboard-realtime-compact-check-in-min-height: 44px;
    --dashboard-realtime-compact-check-in-track-flex: 0 1 auto;
    --dashboard-realtime-compact-check-in-track-width: 100%;
    grid-template-columns: minmax(0, 1fr);
  }

  .admin-dashboard_dashboardWrap__HCVEm #active-staff {
    grid-column: 1;
    grid-row: 4;
  }

  .admin-dashboard_dashboardWrap__HCVEm #priority-review {
    grid-column: 1;
    grid-row: 5;
  }

  .admin-dashboard_dashboardWrap__HCVEm #realtime-progress {
    grid-column: 1;
    grid-row: 6;
  }

  .admin-dashboard_dashboardWrap__HCVEm #today-progress {
    grid-column: 1;
    grid-row: 7;
  }

  .admin-dashboard_dashboardWrap__HCVEm #dashboard-quick-menu {
    grid-column: 1;
    grid-row: 9;
  }
}

/*
 * Final PC visual acceptance adjustments. Keep dashboard-wide density here;
 * shared card-cell geometry and typography belong to dashboard-ui components.
 */
@media (min-width: 761px) {
  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid {
    gap: 8px !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a {
    min-height: 118px !important;
    padding: 12px 14px !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > span:first-child {
    font-size: 11px !important;
    line-height: 1.15 !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > strong,
  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > strong > span:first-child {
    margin-top: 7px !important;
    font-size: 28px !important;
    line-height: 1 !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > strong > span:nth-child(2) {
    margin-inline: 4px !important;
    font-size: 14px !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > strong > span:last-child {
    font-size: 18px !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > strong + div {
    height: 7px !important;
    margin-top: 8px !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > div + span {
    margin-top: 5px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }

  .admin-dashboard_dashboardRoot__Ukx9o .summaryGrid > a > span + div:last-child {
    gap: 6px !important;
    margin-top: 7px !important;
    padding-top: 7px !important;
    font-size: 10px !important;
    line-height: 1.1 !important;
  }
}

/*
 * The fixed back-to-top, notification, and connection controls occupy the
 * lower-right corner. Reserve their mobile control-lane height so the final
 * dashboard card can scroll completely above it instead of being covered.
 */
@media (max-width: 760px) {
  .admin-dashboard_dashboardRoot__Ukx9o {
    --dashboard-type-page-eyebrow: 10px;
    --dashboard-type-page-title: 27px;
    --dashboard-type-page-body: 12px;
    --dashboard-type-panel-eyebrow: 10px;
    --dashboard-type-panel-title: 18px;
    --dashboard-type-card-title: 14px;
    --dashboard-type-card-meta: 11px;
    --dashboard-type-card-detail: 12px;
    --dashboard-type-card-support: 12px;
    --dashboard-type-metric: 16px;
    --dashboard-type-check-in: 16px;
    --dashboard-type-action: 11px;
    --dashboard-density-page-padding-block-start: 20px;
    --dashboard-density-page-padding-inline: 20px;
    --dashboard-density-page-padding-block-end: 52px;
    --dashboard-density-panel-padding: 16px;
    padding-bottom: calc(76px + env(safe-area-inset-bottom)) !important;
  }
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/DashboardBadge.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************/
.DashboardBadge_badgeCell__pmFbV {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
}

.DashboardBadge_badge__NF0lC {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  min-height: 24px;
  padding: 3px 6px;
  border: 1px solid var(--dashboard-badge-border);
  border-radius: 9px;
  background: var(--dashboard-badge-background);
  color: var(--dashboard-badge-color);
  font-size: var(--dashboard-type-card-meta, 8px);
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .DashboardBadge_badge__NF0lC {
    min-height: 34px;
    padding: 5px 9px;
    font-size: 12px;
  }
}

/* In the PDF three-row layout, ① owns the full 64px slot. */
@container dashboard-five-slot (max-width: 511.98px) {
  .DashboardBadge_badgeCell__pmFbV {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .DashboardBadge_badge__NF0lC {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: 1px;
  }
}

/* Tablet three-row cards inset slot ① by 5px vertically. Smartphone keeps its accepted compact pill. */
@media (min-width: 761px) {
  @container dashboard-five-slot (max-width: 511.98px) {
    .DashboardBadge_badgeCell__pmFbV {
      box-sizing: border-box;
      height: 100%;
      min-height: 0;
      padding-block: 5px;
    }

    .DashboardBadge_badge__NF0lC {
      height: 100%;
      min-height: 0;
      padding: 3px;
      font-size: 13px;
    }
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/BaseCard.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************/
.BaseCard_card__RB4rf {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: var(--base-card-border, 1px solid rgba(148, 163, 184, 0.22));
  border-radius: var(--base-card-radius, 14px);
  background: var(--base-card-background, transparent);
  color: inherit;
  box-shadow: var(--base-card-shadow, none);
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.BaseCard_card__RB4rf[data-variant='elevated'] {
  background: var(--base-card-elevated-background, var(--base-card-background, transparent));
  box-shadow: var(
    --base-card-elevated-shadow,
    0 12px 28px rgba(2, 6, 23, 0.18)
  );
}

.BaseCard_card__RB4rf[data-variant='inset'] {
  background: var(--base-card-inset-background, rgba(15, 23, 42, 0.24));
  box-shadow: var(
    --base-card-inset-shadow,
    inset 0 1px 0 rgba(255, 255, 255, 0.04)
  );
}

.BaseCard_card__RB4rf[data-state='selected'] {
  border-color: var(--base-card-selected-border, #2563eb);
  box-shadow: var(
    --base-card-selected-shadow,
    0 0 0 1px rgba(37, 99, 235, 0.28)
  );
}

.BaseCard_card__RB4rf[data-state='updated'] {
  border-color: var(--base-card-updated-border, #22c55e);
  box-shadow: var(
    --base-card-updated-shadow,
    0 0 0 1px rgba(34, 197, 94, 0.22)
  );
}

.BaseCard_card__RB4rf[data-state='urgent'] {
  border-color: var(--base-card-urgent-border, #ef4444);
  box-shadow: var(
    --base-card-urgent-shadow,
    0 0 0 1px rgba(239, 68, 68, 0.24)
  );
}

.BaseCard_card__RB4rf[data-state='disabled'] {
  opacity: 0.58;
  cursor: not-allowed;
  pointer-events: none;
}

.BaseCard_card__RB4rf[data-interactive='true']:not([data-state='disabled']) {
  cursor: pointer;
}

.BaseCard_card__RB4rf[data-interactive='true']:not([data-state='disabled']):hover {
  border-color: var(
    --base-card-hover-border,
    rgba(96, 165, 250, 0.62)
  );
  box-shadow: var(
    --base-card-hover-shadow,
    0 12px 30px rgba(2, 6, 23, 0.22)
  );
}

.BaseCard_card__RB4rf:focus-visible,
.BaseCard_card__RB4rf[data-interactive='true']:focus-within {
  outline: 3px solid var(--base-card-focus-ring, rgba(96, 165, 250, 0.72));
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .BaseCard_card__RB4rf {
    transition: none;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/DashboardFiveSlotCard.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
.DashboardFiveSlotCard_layout__yP__K {
  container: dashboard-five-slot / inline-size;
  min-width: 0;
}

.DashboardFiveSlotCard_contentStart__ZKk2T {
  margin-top: var(--dashboard-panel-content-start, 0px);
}

.DashboardFiveSlotCard_card__lGF7H {
  position: relative;
  isolation: isolate;
  box-sizing: border-box;
  min-width: 0;
  min-height: 56px;
  padding: 6px 8px;
  overflow: visible;
  background: var(--dashboard-five-slot-base-background, var(--admin-surface, #ffffff));
  box-shadow:
    inset var(--dashboard-five-slot-accent-width, 4px) 0 0
      var(--dashboard-five-slot-accent-color, transparent),
    0 4px 14px rgba(15, 23, 42, 0.05);
}

.DashboardFiveSlotCard_card__lGF7H::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: var(--dashboard-five-slot-progress-fill, transparent);
  content: '';
  transform: scaleX(var(--dashboard-five-slot-progress, 0));
  transform-origin: left center;
  transition: transform 220ms ease;
}

.DashboardFiveSlotCard_card__lGF7H:not([data-has-progress-bar])::before {
  display: none;
}

.DashboardFiveSlotCard_grid__R3zMh {
  --dashboard-five-slot-columns:
    minmax(46px, max-content) minmax(124px, 1fr) minmax(46px, max-content)
    minmax(88px, 112px) minmax(134px, 152px);
  grid-template-columns: var(--dashboard-five-slot-columns);
  grid-template-areas: 'primary subject metric progress action';
  column-gap: 7px;
  row-gap: 7px;
}

.DashboardFiveSlotCard_slots__WPVoJ {
  position: relative;
  display: grid;
  align-items: center;
  min-width: 0;
}

.DashboardFiveSlotCard_header__ZiQZT {
  display: none;
  box-sizing: border-box;
  height: 30px;
  min-width: 0;
}

.DashboardFiveSlotCard_headerGrid__QjeXd {
  display: grid;
  box-sizing: border-box;
  height: 100%;
  min-width: 0;
  padding-inline: 8px;
}

.DashboardFiveSlotCard_headerGrid__QjeXd > span {
  display: flex;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  justify-content: flex-start;
  min-width: 0;
  padding: 0;
  text-align: left;
  font-size: var(--dashboard-type-card-meta, 9px);
  line-height: 1.2;
}

/* Desktop keeps content-specific proportions while sharing the same five slots. */
.DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='realtime'],
.DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='realtime'] .DashboardFiveSlotCard_grid__R3zMh {
  --dashboard-five-slot-columns:
    minmax(40px, 0.52fr) minmax(0, 1.48fr) minmax(46px, 0.58fr)
    minmax(0, 1.22fr) minmax(82px, 1.2fr);
}

.DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='photo-review'],
.DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='photo-review'] .DashboardFiveSlotCard_grid__R3zMh {
  --dashboard-five-slot-columns:
    minmax(40px, 0.52fr) minmax(0, 1.72fr) minmax(52px, 0.58fr)
    minmax(0, 1.34fr) minmax(96px, 1.04fr);
}

@container dashboard-five-slot (max-width: 640px) and (min-width: 512px) {
  .DashboardFiveSlotCard_grid__R3zMh {
    --dashboard-type-card-title: 13px;
    --dashboard-type-card-detail: 8px;
    --dashboard-type-card-support: 8px;
    --dashboard-type-card-meta: 8px;
    --dashboard-type-metric: 11px;
    --dashboard-type-check-in: 10px;
    column-gap: 5px;
  }
}

.DashboardFiveSlotCard_primary__Xt3Pd,
.DashboardFiveSlotCard_subject__0Zc0y,
.DashboardFiveSlotCard_metric__ffLcI,
.DashboardFiveSlotCard_progress__q37q4,
.DashboardFiveSlotCard_action__OJRuk {
  box-sizing: border-box;
  min-width: 0;
}

.DashboardFiveSlotCard_primary__Xt3Pd { grid-area: primary; }
.DashboardFiveSlotCard_subject__0Zc0y { grid-area: subject; }
.DashboardFiveSlotCard_metric__ffLcI { grid-area: metric; }
.DashboardFiveSlotCard_progress__q37q4 {
  grid-area: progress;
  width: 100%;
}
.DashboardFiveSlotCard_action__OJRuk { grid-area: action; }

.DashboardFiveSlotCard_metric__ffLcI {
  justify-self: center;
}

.DashboardFiveSlotCard_overlay__jtykn {
  position: absolute;
  z-index: 2;
  inset: 0;
}

.DashboardFiveSlotCard_overlay__jtykn > a {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.DashboardFiveSlotCard_overlay__jtykn > a:focus-visible {
  z-index: 3;
  outline: 3px solid #0f5bd7;
  outline-offset: -3px;
}

.DashboardFiveSlotCard_progress__q37q4 :where(button, a) {
  position: relative;
  z-index: 3;
}

@container dashboard-five-slot (min-width: 512px) {
  .DashboardFiveSlotCard_header__ZiQZT {
    display: block;
  }

  /* ③ is centered in both the header and card body. */
  .DashboardFiveSlotCard_headerGrid__QjeXd > span:nth-child(3) {
    justify-content: center;
    text-align: center;
  }

  /*
   * Shared desktop ② geometry. The approved PhotoReview spacing is the
   * authority for both PhotoReview and Realtime so the image-to-name gap
   * cannot drift between business panels.
   */
  .DashboardFiveSlotCard_subject__0Zc0y > :first-child {
    display: grid !important;
    grid-template-columns: 72px minmax(0, 1fr) !important;
    align-items: center !important;
    grid-gap: 0 !important;
    gap: 0 !important;
    min-width: 0 !important;
    padding: 0 !important;
  }

  .DashboardFiveSlotCard_subject__0Zc0y > :first-child > img {
    display: block !important;
    box-sizing: border-box !important;
    width: 66px !important;
    height: 54px !important;
    min-width: 66px !important;
    margin: 0 !important;
    object-fit: cover !important;
    border: 1px solid rgba(148, 163, 184, 0.25) !important;
    border-radius: 10px !important;
  }
}

/*
 * PDF three-row authority:
 * A = ① primary 64px + ② subject
 * B = ③ metric 64px + ④ progress
 * C = ⑤ action 100%
 * Photo review and realtime use this exact same grid and slot styling.
 */
@container dashboard-five-slot (max-width: 511.98px) {
  .DashboardFiveSlotCard_grid__R3zMh,
  .DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='realtime'],
  .DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='photo-review'],
  .DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='realtime'] .DashboardFiveSlotCard_grid__R3zMh,
  .DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='photo-review'] .DashboardFiveSlotCard_grid__R3zMh {
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-areas:
      'primary subject'
      'metric progress'
      'action action';
    column-gap: 12px;
    row-gap: 10px;
  }

  .DashboardFiveSlotCard_slots__WPVoJ {
    align-items: center;
  }

  .DashboardFiveSlotCard_primary__Xt3Pd,
  .DashboardFiveSlotCard_metric__ffLcI {
    align-self: stretch;
    justify-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    margin: 0;
    padding: 0;
  }

  .DashboardFiveSlotCard_primary__Xt3Pd > *,
  .DashboardFiveSlotCard_metric__ffLcI > * {
    max-width: 100%;
    margin: 0;
  }

  .DashboardFiveSlotCard_subject__0Zc0y,
  .DashboardFiveSlotCard_progress__q37q4 {
    align-self: center;
    justify-self: stretch;
  }

  /* Shared ② subject geometry. Panel-specific propertyCell CSS cannot alter it. */
  .DashboardFiveSlotCard_subject__0Zc0y > :first-child {
    display: grid !important;
    grid-template-columns: 64px minmax(0, 1fr) !important;
    align-items: center !important;
    grid-gap: 12px !important;
    gap: 12px !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .DashboardFiveSlotCard_subject__0Zc0y > :first-child > img {
    display: block !important;
    box-sizing: border-box;
    width: 64px !important;
    height: 58px !important;
    min-width: 64px !important;
    margin: 0 !important;
    object-fit: cover;
    border: 0 !important;
    border-radius: 10px !important;
  }

  /* Shared ② typography. PropertyIdentity is semantic; card geometry owns sizing. */
  .DashboardFiveSlotCard_subject__0Zc0y [data-dashboard-property-identity='true'] {
    min-width: 0 !important;
  }

  .DashboardFiveSlotCard_subject__0Zc0y [data-dashboard-property-identity='true'] > strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
  }

  .DashboardFiveSlotCard_subject__0Zc0y [data-dashboard-property-identity='true'] > span {
    display: block !important;
    margin-top: 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }

  /* Shared ③ geometry. Photo count and realtime estimate are the same cell. */
  .DashboardFiveSlotCard_metric__ffLcI [data-dashboard-metric-cell='true'] {
    box-sizing: border-box !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 6px !important;
    border-radius: 9px !important;
    font-size: var(--dashboard-type-metric, 19px) !important;
    line-height: 1 !important;
  }

  .DashboardFiveSlotCard_action__OJRuk {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 9px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
  }

  .DashboardFiveSlotCard_action__OJRuk > * {
    width: 100%;
    max-width: 100%;
  }

  .DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='photo-review'] .DashboardFiveSlotCard_action__OJRuk > * {
    width: auto;
  }
}

@container dashboard-five-slot (max-width: 430.98px) {
  .DashboardFiveSlotCard_subject__0Zc0y > :first-child {
    grid-template-columns: 56px minmax(0, 1fr) !important;
    gap: 10px !important;
  }

  .DashboardFiveSlotCard_subject__0Zc0y > :first-child > img {
    width: 56px !important;
    height: 52px !important;
    min-width: 56px !important;
  }
}

/*
 * Tablet three-row authority. A/B/C row heights are shared so card height
 * cannot drift because one business card has extra internal min-height/gap.
 * Smartphone stays on its accepted content-driven sizing.
 */
@media (min-width: 761px) {
  @container dashboard-five-slot (max-width: 511.98px) {
    .DashboardFiveSlotCard_grid__R3zMh,
    .DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='realtime'],
    .DashboardFiveSlotCard_grid__R3zMh[data-dashboard-five-slot-variant='photo-review'],
    .DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='realtime'] .DashboardFiveSlotCard_grid__R3zMh,
    .DashboardFiveSlotCard_card__lGF7H[data-dashboard-five-slot-variant='photo-review'] .DashboardFiveSlotCard_grid__R3zMh {
      grid-template-rows: 64px 40px 40px;
    }

    .DashboardFiveSlotCard_primary__Xt3Pd,
    .DashboardFiveSlotCard_subject__0Zc0y {
      height: 64px;
      min-height: 0;
    }

    .DashboardFiveSlotCard_metric__ffLcI,
    .DashboardFiveSlotCard_progress__q37q4 {
      height: 40px;
      min-height: 0;
      align-self: stretch;
    }

    .DashboardFiveSlotCard_action__OJRuk {
      box-sizing: border-box;
      height: 40px;
      min-height: 0;
      padding-top: 3px;
    }

    .DashboardFiveSlotCard_primary__Xt3Pd > *,
    .DashboardFiveSlotCard_metric__ffLcI > * {
      align-self: stretch;
      width: 100%;
      height: 100%;
      min-height: 0 !important;
    }

    .DashboardFiveSlotCard_subject__0Zc0y > :first-child {
      height: 100% !important;
    }

    .DashboardFiveSlotCard_subject__0Zc0y > :first-child > img {
      width: 58px !important;
      min-width: 58px !important;
      height: 58px !important;
      margin: 3px !important;
    }

    .DashboardFiveSlotCard_progress__q37q4 > * {
      box-sizing: border-box;
      min-height: 0 !important;
      max-height: 100%;
      margin-block: 0 !important;
      padding-block: 0 !important;
    }

    .DashboardFiveSlotCard_metric__ffLcI [data-dashboard-metric-cell='true'] {
      width: 100% !important;
      min-width: 0 !important;
      height: 100% !important;
      min-height: 0 !important;
      padding: 3px !important;
      font-size: 16px !important;
    }
  }
}

@media (max-width: 760px) {
  .DashboardFiveSlotCard_card__lGF7H {
    min-height: 72px;
    padding: 9px 10px;
  }

  .DashboardFiveSlotCard_header__ZiQZT {
    height: 36px;
  }

  .DashboardFiveSlotCard_headerGrid__QjeXd {
    padding-inline: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .DashboardFiveSlotCard_card__lGF7H::before {
    transition: none;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/MetricCell.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************/
.MetricCell_metricCell___dLJM {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 46px;
  min-width: 46px;
  height: 24px;
  min-height: 24px;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 9px;
  background: rgba(248, 250, 252, 0.94);
  color: #334155;
  font-size: var(--dashboard-type-metric, 17px);
  line-height: 1;
  white-space: nowrap;
}

/* Photo count and realtime estimate are the same slot (③). */
.MetricCell_realtimeMetric__qgNDl {
  margin-inline: 0;
}

/* Shared three-row authority. */
@container dashboard-five-slot (max-width: 511.98px) {
  .MetricCell_metricCell___dLJM,
  .MetricCell_realtimeMetric__qgNDl {
    align-self: center;
    justify-self: center;
    width: 50px !important;
    min-width: 50px !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 9px !important;
    font-size: var(--dashboard-type-metric, 19px) !important;
    line-height: 1 !important;
  }
}

/*
 * Desktop two-row/five-column cards share one metric geometry. The panel IDs
 * only raise specificity above legacy page acceptance rules; both business
 * cards still receive this exact same component-owned value.
 */
@media (min-width: 761px) {
  @container dashboard-five-slot (min-width: 512px) {
    #priority-review .MetricCell_metricCell___dLJM[data-dashboard-metric-cell='true'],
    #realtime-progress .MetricCell_metricCell___dLJM[data-dashboard-metric-cell='true'] {
      width: 38px !important;
      min-width: 38px !important;
      height: 38px !important;
      min-height: 38px !important;
      margin: 0 !important;
      padding: 3px !important;
      border-radius: 9px !important;
      font-size: 15px !important;
      line-height: 1 !important;
    }
  }

  /* Tablet three-row cards use the entire 64px × 40px metric slot. */
  @container dashboard-five-slot (max-width: 511.98px) {
    #priority-review .MetricCell_metricCell___dLJM[data-dashboard-metric-cell='true'],
    #realtime-progress .MetricCell_metricCell___dLJM[data-dashboard-metric-cell='true'] {
      width: 100% !important;
      min-width: 0 !important;
      height: 100% !important;
      min-height: 0 !important;
      margin: 0 !important;
      padding: 3px !important;
      font-size: 16px !important;
      line-height: 1 !important;
    }
  }
}

[data-admin-theme='dark'] .MetricCell_metricCell___dLJM {
  border-color: #cbd5e1;
  background: #f8fafc;
  color: #1e3a5f;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.22);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/DashboardPanelHeader.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
.DashboardPanelHeader_header__Xuomx {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 11px;
  min-width: 0;
  padding-bottom: 0;
  --dashboard-panel-header-accent: #0f5bd7;
}

.DashboardPanelHeader_header__Xuomx > div {
  min-width: 0;
}

.DashboardPanelHeader_header__Xuomx p {
  margin: 0;
  color: var(--admin-muted, #64748b);
  font-size: var(--dashboard-type-panel-eyebrow, 10px);
  font-weight: 800;
  line-height: 1.2;
}

.DashboardPanelHeader_emphasizeEyebrow__hPKza p {
  color: var(--dashboard-panel-header-accent);
}

.DashboardPanelHeader_header__Xuomx h2 {
  margin: 4px 0 0;
  color: var(--admin-text, #0f172a);
  font-size: var(--dashboard-type-panel-title, 14px);
  font-weight: 800;
  line-height: 1.2;
}

.DashboardPanelHeader_header__Xuomx h2 span {
  margin-left: 8px;
  color: var(--dashboard-panel-header-accent);
}

.DashboardPanelHeader_header__Xuomx > a {
  color: #0f5bd7;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .DashboardPanelHeader_header__Xuomx {
    display: block;
    gap: 14px;
  }

  .DashboardPanelHeader_header__Xuomx > a {
    display: inline-block;
    margin-top: 12px;
  }
}

@media (max-width: 430.98px) {
  .DashboardPanelHeader_header__Xuomx h2 {
    font-size: var(--dashboard-type-panel-title, 20px);
  }
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/DashboardStaffCell.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************/
.DashboardStaffCell_staffPill__4VoEd {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  flex: 0 0 auto;
  min-width: 0;
  min-height: 24px;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid color-mix(
    in srgb,
    var(--dashboard-staff-pill-tone, #64748b) 28%,
    #ffffff
  );
  border-radius: 999px;
  background: color-mix(
    in srgb,
    var(--dashboard-staff-pill-tone, #64748b) 10%,
    #ffffff
  );
  color: #0f172a;
  font-size: var(--dashboard-type-card-support, 9px);
  font-weight: 900;
  line-height: 1.25;
  white-space: nowrap;
}

.DashboardStaffCell_staffPillName__sIpaF {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.DashboardStaffCell_realtimeRoot__UDmS5 {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  justify-content: flex-start;
  column-gap: 6px;
  row-gap: 4px;
  width: 100%;
  min-width: 0;
  text-align: left;
}

.DashboardStaffCell_elapsed__GnzAi,
.DashboardStaffCell_startedAt__Ms7Al,
.DashboardStaffCell_dayIndicator__fDn_F {
  flex: 0 0 auto;
  min-width: 0;
  font-size: var(--dashboard-type-card-support, 9px);
  font-weight: 800;
  line-height: 1.35;
  white-space: nowrap;
}

.DashboardStaffCell_elapsed__GnzAi {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 24px;
  padding: 2px 7px;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #0f172a;
}

.DashboardStaffCell_startedAt__Ms7Al {
  color: var(--admin-text, #0f172a);
}

.DashboardStaffCell_dayIndicator__fDn_F {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/admin-dashboard/components/dashboard-ui/DashboardTodayBadge.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************/
.DashboardTodayBadge_badge__anPc1 {
  padding: 2px 5px;
  border: 1px solid #fca5a5;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
  font-size: 8px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .DashboardTodayBadge_badge__anPc1 {
    padding: 3px 7px;
    font-size: 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/admin-dashboard/components/dashboard-ui/PropertyIdentity.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************/
.PropertyIdentity_propertyIdentity__tEbwb {
  min-width: 0;
}

.PropertyIdentity_propertyIdentity__tEbwb strong,
.PropertyIdentity_propertyIdentity__tEbwb span {
  display: block;
}

.PropertyIdentity_propertyIdentity__tEbwb strong {
  overflow: hidden;
  color: var(--admin-text, #0f172a);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.PropertyIdentity_propertyIdentity__tEbwb span {
  margin-top: 2px;
  overflow: hidden;
  color: #475569;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .PropertyIdentity_propertyIdentity__tEbwb strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .PropertyIdentity_propertyIdentity__tEbwb span {
    margin-top: 4px;
  }
}

/* Shared three-row authority: panel-local propertyCell rules cannot alter ② typography. */
@container dashboard-five-slot (max-width: 511.98px) {
  .PropertyIdentity_propertyIdentity__tEbwb {
    width: 100%;
    min-width: 0;
  }

  .PropertyIdentity_propertyIdentity__tEbwb strong {
    display: -webkit-box !important;
    overflow: hidden !important;
    font-size: 16px !important;
    font-weight: 900 !important;
    line-height: 1.3 !important;
    white-space: normal !important;
    text-overflow: clip !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .PropertyIdentity_propertyIdentity__tEbwb span {
    margin-top: 4px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
  }
}

/*
 * Legacy page-level ID selectors still exist during PR #45. Raise specificity
 * from this shared component so PhotoReview and Realtime cannot diverge.
 */
@media (min-width: 761px) {
  @container dashboard-five-slot (min-width: 512px) {
    #priority-review .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > strong,
    #realtime-progress .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > strong {
      font-size: 12px !important;
      font-weight: 900 !important;
      line-height: 1.18 !important;
    }

    #priority-review .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > span,
    #realtime-progress .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > span {
      margin-top: 2px !important;
      font-size: 12px !important;
      font-weight: 800 !important;
      line-height: 1.18 !important;
    }
  }

  @container dashboard-five-slot (max-width: 511.98px) {
    #priority-review .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > strong,
    #realtime-progress .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > strong {
      font-size: 16px !important;
      font-weight: 900 !important;
      line-height: 1.3 !important;
    }

    #priority-review .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > span,
    #realtime-progress .PropertyIdentity_propertyIdentity__tEbwb[data-dashboard-property-identity='true'] > span {
      margin-top: 4px !important;
      font-size: 14px !important;
      font-weight: 800 !important;
      line-height: 1.2 !important;
    }
  }
}

[data-admin-theme='dark'] .PropertyIdentity_propertyIdentity__tEbwb strong {
  color: #f8fafc;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
}

[data-admin-theme='dark'] .PropertyIdentity_propertyIdentity__tEbwb span {
  color: #cbd5e1;
}

