/* 동쪽구름 ERP — 디자인 통일(restyle)
   설치·렌탈 네이티브 모듈을 ERP 톤(본문 폰트·파랑 #1D4ED8)으로 맞춰 "한 앱" 느낌.
   반드시 install.css / rental.css / rental_fix.css 뒤에 로드. 색·폰트만 정렬(레이아웃 불변). */

/* ── 폰트 통일: 두 앱 모두 ERP 본문 폰트 스택 ── */
#inst-app, #rental-app,
#inst-app input, #inst-app select, #inst-app textarea, #inst-app button,
#rental-app input, #rental-app select, #rental-app textarea, #rental-app button {
  font-family: 'Malgun Gothic','Apple SD Gothic Neo',sans-serif !important;
}

/* ── 렌탈: 주색을 ERP 파랑 계열로(하늘색 accent 제거) ── */
#rental-app {
  --primary:       #1D4ED8 !important;
  --primary-light: #3b82f6 !important;
  --primary-dark:  #1741b6 !important;
  --accent:        #1D4ED8 !important;
}

/* ── 설치: accent 변수 + 눈에 띄는 요소만 ERP 파랑으로 ── */
#inst-app { --accent:#1D4ED8 !important; }
#inst-app .add-fab {
  background:#1D4ED8 !important;
  box-shadow:0 4px 16px rgba(29,78,216,.38) !important;
}
#inst-app .inst-mtab.active { color:#1D4ED8 !important; border-bottom-color:#1D4ED8 !important; }
#inst-app .main-tab.active  { border-color:#1D4ED8 !important; }
#inst-app .event-stripe { background:var(--c,#1D4ED8) !important; }
#inst-app .ev-time      { background:var(--c,#1D4ED8) !important; }
#inst-app .summary-chip .sc-num { color:#1D4ED8 !important; }
#inst-app .day-filter-banner button,
#inst-app .photo-modal-dl { background:#1D4ED8 !important; }
