/* 본사 통합 대시보드 — Tailwind CDN 보조 스타일. 엣지 frontend(라이트 코퍼릿) 톤과 통일. */

html, body { height: 100%; }

body {
  font-family: "Pretendard", ui-sans-serif, system-ui, -apple-system,
               BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-feature-settings: "tnum";
  color-scheme: light;
}

#hazard-chart { max-height: 280px; }

/* 모달 backdrop — flex 토글 */
#modal-backdrop.flex { display: flex; }

/* 스크롤바 — 라이트 (엣지 frontend 통일) */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #f8fafc; }
::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* selection — 네이비 틴트 */
::selection { background: rgba(30, 41, 59, 0.15); color: #1e293b; }
