/* 고객 요청 알림 — 헤더·목록·대시보드 차별화 */

:root {
  --notify-customer-bg: rgba(253, 126, 20, 0.08);
  --notify-customer-accent: #fd7e14;
  --notify-customer-chip-bg: rgba(13, 110, 253, 0.12);
  --notify-customer-chip-color: #0d6efd;
}

/* 헤더 이중 배지 */
#topNotifyCustomerBadge {
  font-size: 0.55rem;
  line-height: 1;
  padding: 0.15rem 0.35rem;
  min-width: 1.1rem;
  background-color: var(--notify-customer-accent) !important;
  color: #fff;
  font-weight: 700;
}

.top-notify-item.notify-customer-action {
  border-left: 4px solid var(--notify-customer-accent);
  background-color: var(--notify-customer-bg);
}

.notify-kind-chip {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.1rem 0.45rem;
  border-radius: 999px;
  margin-top: 0.2rem;
  background: var(--notify-customer-chip-bg);
  color: var(--notify-customer-chip-color);
}

.notify-kind-chip--customer {
  background: rgba(253, 126, 20, 0.15);
  color: #c35a00;
}

/* 알림 목록 필터 */
.notify-filter-tabs .nav-link {
  font-size: 0.875rem;
  padding: 0.5rem 0.85rem;
}

.notify-filter-tabs .nav-link.active {
  font-weight: 600;
}

.notify-list-row.notify-customer-action {
  background-color: var(--notify-customer-bg);
}

.notify-list-row.notify-customer-action td:first-child {
  box-shadow: inset 4px 0 0 var(--notify-customer-accent);
}

.notify-type-cell {
  min-width: 5.5rem;
}

/* 대시보드 고객 요청 카드 */
.dashboard-customer-requests .kind-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, 1fr));
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.dashboard-customer-requests .kind-box {
  text-align: center;
  padding: 0.45rem 0.25rem;
  border-radius: 0.375rem;
  background: var(--notify-customer-bg);
  border: 1px solid rgba(253, 126, 20, 0.2);
}

.dashboard-customer-requests .kind-box .count {
  display: block;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--notify-customer-accent);
}

.dashboard-customer-requests .kind-box .label {
  display: block;
  font-size: 0.68rem;
  color: var(--bs-secondary-color);
}

/* 브라우저 알림 권한 안내 */
#notifyPermissionBanner {
  position: fixed;
  top: 4.5rem;
  right: 1rem;
  z-index: 1050;
  max-width: 20rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.12);
}
