/* 본사 통합 대시보드 — Tailwind CDN 보조 스타일 */

body {
  font-family: -apple-system, BlinkMacSystemFont, "Pretendard", "Apple SD Gothic Neo",
               "Segoe UI", Roboto, sans-serif;
}

/* Table row 호버 강조 */
tbody tr:hover {
  background-color: #f8fafc;
}

/* 차트 컨테이너 — 최소 높이 보장 */
#hazard-chart {
  max-height: 280px;
}

/* 스크롤바 (Webkit) */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #f1f5f9; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }
