/* 고용24 대시보드 디자인 시스템
   원칙(참고: UXPin 대시보드 가이드, 2026 대시보드 UI 트렌드 정리글)
   - 여백이 밀도를 만든다: 큰 라운드 + 넉넉한 패딩 + 무거운 그림자 대신 1px 경계선
   - 색은 의미만 담는다: 중립 회색 베이스 + 시리즈색/상태색만 채도 사용
   - 차트 크롬은 지운다: 점선 그리드·축선·테두리 제거, 가로 헤어라인만 남김
   - 가장 중요한 수치가 가장 크다: hero KPI > 일반 KPI > 차트 > 표 */
:root {
  --bg: #f6f7fb;
  --panel: #ffffff;
  --panel-2: #f4f6fa;
  --panel-3: #eceff5;
  --border: #e6e9f0;
  --border-soft: #eef1f6;
  --text: #141a26;
  --text-2: #46506a;
  --muted: #6b7590;
  --brand: #2f6df6;
  --brand-2: #5b8bff;
  --brand-soft: #eaf1ff;
  --good: #1aa06d;
  --good-soft: #e6f6ee;
  --warn: #e0a100;
  --warn-soft: #fff4e0;
  --danger: #e5484d;
  --danger-soft: #fdecec;
  --radius: 16px;
  --radius-sm: 10px;
  --radius-xs: 8px;
  --shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 10px 28px -18px rgba(16, 24, 40, .28);
  --shadow-lift: 0 1px 2px rgba(16, 24, 40, .05), 0 16px 36px -20px rgba(16, 24, 40, .35);
  --ring: 0 0 0 3px rgba(47, 109, 246, .18);
  --c1: #2f6df6; --c2: #1aa06d; --c3: #f59e0b; --c4: #8b5cf6;
  --c5: #ef4444; --c6: #06b6d4; --c7: #ec4899; --c8: #64748b;
}
@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0e14; --panel: #141922; --panel-2: #1a2029; --panel-3: #212936;
    --border: #252d3b; --border-soft: #1e2531;
    --text: #e8ecf4; --text-2: #b4bece; --muted: #8b95a9;
    --brand: #5b8bff; --brand-2: #7ba3ff; --brand-soft: #17223a;
    --good-soft: #10281e; --warn-soft: #2a2210; --danger-soft: #2a1414;
    --shadow: 0 1px 2px rgba(0,0,0,.5), 0 12px 30px -20px rgba(0,0,0,.9);
    --shadow-lift: 0 1px 2px rgba(0,0,0,.6), 0 18px 40px -22px rgba(0,0,0,1);
    --ring: 0 0 0 3px rgba(91, 139, 255, .25);
  }
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--text);
  font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI",
               "Malgun Gothic", "맑은 고딕", sans-serif;
  font-size: 14px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
:focus-visible { outline: none; box-shadow: var(--ring); border-radius: var(--radius-xs); }
.boot { padding: 60px; text-align: center; color: var(--muted); }

/* 헤더 */
.app-header {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 28px; background: color-mix(in srgb, var(--panel) 86%, transparent);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--border);
  position: sticky; top: 0; z-index: 10;
}
.app-header h1 { font-size: 17px; margin: 0; font-weight: 750; letter-spacing: -.01em; }
.app-header .sub { color: var(--muted); font-size: 12px; }
.mode-badge {
  margin-left: auto; font-size: 11px; font-weight: 700; letter-spacing: .02em;
  padding: 5px 11px; border-radius: 999px;
}
.mode-badge.live { background: var(--good-soft); color: var(--good); }
.mode-badge.mock { background: var(--warn-soft); color: var(--warn); }

/* 탭 */
.tabs { display: flex; gap: 4px; padding: 0 28px; background: var(--panel);
  border-bottom: 1px solid var(--border); }
.tab {
  padding: 12px 18px; border: none; background: none; cursor: pointer;
  color: var(--muted); font-size: 14px; font-weight: 650;
  border-bottom: 2px solid transparent;
}
.tab:hover { color: var(--text-2); }
.tab.active { color: var(--brand); border-bottom-color: var(--brand); }

.container { padding: 22px 28px 56px; max-width: 1440px; margin: 0 auto; }

/* 필터 바 — 화면 전체를 지배하는 한 줄 */
.filters {
  display: flex; flex-wrap: wrap; gap: 12px; align-items: flex-end;
  background: var(--panel); border: 1px solid var(--border);
  border-radius: var(--radius); padding: 16px 18px;
  box-shadow: var(--shadow); margin-bottom: 18px;
}
/* 카드 안에서 쓰는 컨트롤 줄: 카드가 이미 패널이라 배경·경계선·그림자를 지운다 */
.filters.inset {
  background: none; border: 0; box-shadow: none;
  padding: 0; margin-bottom: 14px; border-bottom: 1px solid var(--border-soft);
  padding-bottom: 14px; border-radius: 0;
}
.field { display: flex; flex-direction: column; gap: 5px; }
/* 조건 슬롯의 세부 조건은 위아래로 쌓지 않고 가로로 늘어놓는다.
   기관비교로 슬롯이 2·3개가 되면 카드가 좁아지므로 auto-fit 으로 자동 줄바꿈시킨다. */
.field-row {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px 12px; align-items: end;
}
.field-row .field { min-width: 0; }
.field-row .field input, .field-row .field select { min-width: 0; width: 100%; }
.field label { font-size: 11px; color: var(--muted); font-weight: 700; letter-spacing: .01em; }
.field input, .field select {
  padding: 9px 11px; border: 1px solid var(--border); border-radius: var(--radius-xs);
  background: var(--panel-2); color: var(--text); font-size: 13px; min-width: 130px;
  transition: border-color .15s, box-shadow .15s, background .15s;
}
.field input:hover, .field select:hover { border-color: var(--panel-3); }
.field input:focus, .field select:focus {
  outline: none; border-color: var(--brand); background: var(--panel); box-shadow: var(--ring);
}
.field input:disabled, .field select:disabled { opacity: .55; cursor: not-allowed; }

.btn {
  padding: 9px 18px; border: 1px solid transparent; border-radius: var(--radius-xs);
  cursor: pointer; background: var(--brand); color: #fff; font-weight: 650; font-size: 13px;
  transition: filter .15s, transform .06s, box-shadow .15s;
}
.btn:hover:not(:disabled) { filter: brightness(1.06); }
.btn:active:not(:disabled) { transform: translateY(1px); }
.btn:disabled { opacity: .55; cursor: default; }
.btn.ghost { background: var(--panel-2); color: var(--text-2); border-color: var(--border); }
.btn.ghost:hover:not(:disabled) { background: var(--panel-3); filter: none; }

/* 기간 프리셋 칩 */
.chips { display: inline-flex; gap: 6px; align-items: center; }
.chip {
  padding: 6px 12px; border-radius: 999px; border: 1px solid var(--border);
  background: var(--panel-2); color: var(--muted);
  font-size: 12px; font-weight: 650; cursor: pointer; transition: all .15s;
}
.chip:hover { color: var(--text-2); border-color: var(--panel-3); }
.chip.on { background: var(--brand-soft); border-color: transparent; color: var(--brand); }

/* KPI */
.kpi-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px; margin-bottom: 18px;
}
.kpi {
  position: relative; overflow: hidden;
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 16px 18px; box-shadow: var(--shadow);
  transition: box-shadow .18s, transform .18s;
}
.kpi:hover { box-shadow: var(--shadow-lift); transform: translateY(-1px); }
.kpi .label { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.kpi .value {
  font-size: 28px; font-weight: 750; margin-top: 4px; letter-spacing: -.02em;
  line-height: 1.15;
}
.kpi .value small { font-size: 13px; font-weight: 650; color: var(--muted); margin-left: 2px; }
/* 화면이 이끄는 단 하나의 수치 */
.kpi.hero { background: linear-gradient(160deg, var(--brand-soft), var(--panel) 62%); }
.kpi.hero::before {
  content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--brand);
}
.kpi.hero .value { font-size: 40px; font-weight: 800; }
.kpi.hero .value small { font-size: 15px; }

/* 카드 */
.chart-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 14px; margin-bottom: 18px;
}
.card {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius);
  padding: 20px; box-shadow: var(--shadow);
}
.card h3 {
  margin: 0 0 14px; font-size: 14px; font-weight: 750; letter-spacing: -.01em;
  display: flex; align-items: center; gap: 8px;
}
.card.wide { grid-column: 1 / -1; }

/* 빈 상태 — 왜 안 나오는지와 다음 행동을 함께 말한다 */
.empty {
  border: 1px dashed var(--border); border-radius: var(--radius-sm);
  background: var(--panel-2); padding: 26px 20px; text-align: center;
}
.empty .t { font-size: 13px; font-weight: 700; color: var(--text-2); }
.empty .d { font-size: 12px; color: var(--muted); margin-top: 5px; line-height: 1.6; }

/* 차트 툴팁(Recharts content 대체) */
.rc-tip {
  background: var(--panel); border: 1px solid var(--border); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lift); padding: 10px 12px; font-size: 12px; min-width: 130px;
}
.rc-tip .t { font-weight: 700; margin-bottom: 6px; color: var(--text); }
.rc-tip .r { display: flex; align-items: center; gap: 7px; color: var(--muted); }
.rc-tip .r + .r { margin-top: 3px; }
.rc-tip .k { width: 8px; height: 8px; border-radius: 2px; flex: none; }
.rc-tip .v { margin-left: auto; color: var(--text); font-weight: 700;
  font-variant-numeric: tabular-nums; }

/* 조건 비교 패널 — 지표별 스몰 멀티플 막대 */
.vs-legend { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.vs-legend-item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: var(--text);
  background: var(--panel-2); border: 1px solid var(--border);
  border-radius: 999px; padding: 5px 13px 5px 10px;
}
.vs-dot { width: 9px; height: 9px; border-radius: 3px; flex: none; }
/* 한 칸에 막대 + 해석 문장이 함께 들어가므로 칸을 넓게(≥400px) 잡는다.
   좁은 칸에 문장을 넣으면 3~4줄로 접혀 읽히지 않는다. */
.vs-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 26px 34px;
}
.vs-metric { min-width: 0; }
.vs-metric-head {
  display: flex; align-items: baseline; gap: 8px; margin-bottom: 11px;
  padding-bottom: 7px; border-bottom: 1px solid var(--border-soft);
}
.vs-metric-name { font-size: 13px; font-weight: 800; color: var(--text-2); letter-spacing: .01em; }
.vs-gap { font-size: 12px; color: var(--muted); margin-left: auto; font-weight: 700; }
/* 막대 22px, 데이터 끝만 둥글게 · 기준선(왼쪽)은 각지게 */
.vs-row { display: grid; grid-template-columns: minmax(84px, 26%) 1fr auto;
  align-items: center; gap: 12px; margin-bottom: 9px; }
.vs-name { font-size: 13px; color: var(--muted); overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; }
.vs-track { background: var(--panel-2); border-radius: 7px; height: 22px; overflow: hidden; }
.vs-bar { display: block; height: 100%; border-radius: 0 7px 7px 0;
  transition: width .5s cubic-bezier(.22,.61,.36,1); }
.vs-val { font-size: 14px; color: var(--text-2); text-align: right; font-weight: 600;
  min-width: 96px; font-variant-numeric: tabular-nums; }
.vs-val.lead { color: var(--text); font-weight: 800; }
.vs-lead-mark { font-size: 10px; color: var(--good); }
/* 지표별 해석 — 막대 바로 아래. 숫자만 두면 "그래서 뭐?"가 남는다 */
.vs-note { margin-top: 10px; padding-left: 11px; border-left: 2px solid var(--border);
  font-size: 12.5px; line-height: 1.65; color: var(--text-2); }
.vs-note .why { color: var(--muted); margin-top: 2px; }
.vs-note .warn { color: var(--warn); margin-top: 3px; font-weight: 600; }

/* 차트 해석 블록 */
.insight { margin-top: 14px; padding: 13px 16px; border-radius: var(--radius-sm);
  background: var(--panel-2); border: 1px solid var(--border-soft); }
.insight-h { font-size: 11px; font-weight: 800; letter-spacing: .06em;
  color: var(--muted); margin-bottom: 8px; }
.insight ul { margin: 0; padding-left: 17px; }
.insight li { font-size: 13px; line-height: 1.7; color: var(--text-2); }
.insight li + li { margin-top: 5px; }
.insight li b { color: var(--text); }
.insight li.warn { color: var(--warn); }

/* 저장된 조회 조건 */
.saved-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 13px; }
.saved-list { display: flex; flex-wrap: wrap; gap: 9px; }
.saved-chip { display: inline-flex; align-items: stretch; overflow: hidden;
  border: 1px solid var(--border); border-radius: var(--radius-sm); background: var(--panel-2); }
.saved-chip-main { border: 0; background: transparent; cursor: pointer; text-align: left;
  padding: 7px 13px; display: flex; flex-direction: column; gap: 2px;
  color: var(--text); font: inherit; }
.saved-chip-main b { font-size: 13px; font-weight: 750; }
.saved-chip-main small { font-size: 11px; color: var(--muted); }
.saved-chip-main:hover { background: var(--brand-soft); }
.saved-chip-x { border: 0; border-left: 1px solid var(--border); background: transparent;
  color: var(--muted); cursor: pointer; padding: 0 11px; font-size: 11px; }
.saved-chip-x:hover:not(:disabled) { color: var(--danger); background: var(--danger-soft); }
.saved-chip-x:disabled { opacity: .4; cursor: default; }

/* 변화추이 — 증감 표기 */
.delta { font-variant-numeric: tabular-nums; font-weight: 700; }
.delta.up { color: var(--good); }
.delta.down { color: var(--danger); }
.delta.flat { color: var(--muted); font-weight: 600; }
.snap-manage { margin-top: 14px; }
.snap-manage summary { font-size: 12px; color: var(--muted); cursor: pointer; font-weight: 700; }
.snap-list { margin-top: 10px; display: flex; flex-direction: column; gap: 4px; }
.snap-row { display: flex; align-items: center; gap: 12px; font-size: 12px;
  color: var(--text-2); padding: 6px 10px; border-radius: var(--radius-xs);
  background: var(--panel-2); }
.snap-row b { font-variant-numeric: tabular-nums; white-space: nowrap; }
.snap-row .p { color: var(--muted); margin-left: auto; white-space: nowrap; }
.snap-row .saved-chip-x { border-left: 0; }

/* 표 */
.table-wrap { overflow-x: auto; border-radius: var(--radius-sm); }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--border-soft);
  white-space: nowrap; }
td { font-variant-numeric: tabular-nums; }
th { color: var(--muted); font-weight: 700; font-size: 11px; letter-spacing: .02em;
  position: sticky; top: 0; background: var(--panel); z-index: 1; }
tbody tr { transition: background .12s; }
tbody tr:hover { background: var(--panel-2); cursor: pointer; }
tbody tr:last-child td { border-bottom: none; }
.tag { display: inline-block; padding: 2px 9px; border-radius: 999px; font-size: 11px;
  font-weight: 700; background: var(--brand-soft); color: var(--brand); }
.tag.g { background: var(--good-soft); color: var(--good); }

.pager { display: flex; gap: 8px; align-items: center; justify-content: center;
  margin-top: 16px; }
.pager button { padding: 7px 13px; border: 1px solid var(--border);
  border-radius: var(--radius-xs); background: var(--panel-2); color: var(--text);
  cursor: pointer; font-size: 13px; font-weight: 600; }
.pager button:hover:not(:disabled) { background: var(--panel-3); }
.pager button:disabled { opacity: .4; cursor: default; }

.msg { padding: 13px 16px; border-radius: var(--radius-sm); margin-bottom: 16px;
  font-size: 13px; border: 1px solid transparent; }
.msg.error { background: var(--danger-soft); color: var(--danger); border-color: #f5c2c2; }
.msg.info { background: var(--brand-soft); color: var(--brand); }
@media (prefers-color-scheme: dark) { .msg.error { border-color: #4a1f1f; } }

.loading-overlay { color: var(--muted); text-align: center; padding: 36px; font-size: 13px; }
.footnote { color: var(--muted); font-size: 12px; margin-top: 10px; line-height: 1.65; }

@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; animation: none !important; }
}

/* ---------------------------------------------------------------------------
   로그인·회원가입 화면 (login.html)
   앱 셸이 없는 단독 페이지라 카드 하나를 화면 중앙에 세운다.
   --------------------------------------------------------------------------- */
.auth-body {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  padding: 24px; background: var(--bg);
}
.auth-card {
  width: 100%; max-width: 420px; background: var(--panel);
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow); padding: 30px 28px 24px;
}
.auth-card h1 { font-size: 19px; font-weight: 800; letter-spacing: -.01em; margin: 0; }
.auth-sub { font-size: 13px; color: var(--muted); margin: 5px 0 22px; }
.auth-tabs {
  display: flex; gap: 4px; background: var(--panel-2); border-radius: var(--radius-sm);
  padding: 4px; margin-bottom: 20px;
}
.auth-tab {
  flex: 1; border: 0; background: none; cursor: pointer; padding: 8px 0;
  font: inherit; font-size: 13px; font-weight: 700; color: var(--muted);
  border-radius: var(--radius-xs);
}
.auth-tab.on { background: var(--panel); color: var(--text); box-shadow: var(--shadow); }
.auth-form { display: flex; flex-direction: column; gap: 14px; }
.auth-form .field label .hint { font-weight: 600; color: var(--muted); margin-left: 5px; }
.auth-submit { margin-top: 4px; justify-content: center; padding: 11px 0; font-size: 14px; }
.auth-note { font-size: 11.5px; color: var(--muted); line-height: 1.6; margin: 2px 0 0; }
.auth-card .msg { margin: 16px 0 0; font-size: 13px; }
.auth-foot {
  font-size: 11.5px; color: var(--muted); line-height: 1.6;
  margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--border-soft);
}
.auth-foot:empty { display: none; }

/* 헤더의 로그인 사용자 */
.who { display: inline-flex; align-items: center; gap: 9px; margin-left: auto; }
.who-name { font-size: 12px; font-weight: 700; color: var(--text-2); }
.who-name span { color: var(--muted); font-weight: 600; }

/* 공개 범위(공용/내것) 토글 */
.scope-pick { display: inline-flex; align-items: center; gap: 6px; }
.scope-pick > span { font-size: 11px; font-weight: 700; color: var(--muted); }
.owner-tag {
  display: inline-block; padding: 1px 7px; border-radius: 999px; font-size: 10.5px;
  font-weight: 700; background: var(--panel-3); color: var(--muted); margin-left: 6px;
}
.owner-tag.mine { background: var(--brand-soft); color: var(--brand); }
.owner-tag.private { background: var(--warn-soft); color: var(--warn); }

/* 비밀번호 변경 대화상자 — forced 일 때는 배경 클릭으로 닫히지 않는다(닫는 길이 없다) */
.modal-back {
  position: fixed; inset: 0; z-index: 100; display: flex;
  align-items: center; justify-content: center; padding: 24px;
  background: rgba(10, 14, 22, .55); backdrop-filter: blur(3px);
}
.modal {
  width: 100%; max-width: 420px; background: var(--panel);
  border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-lift); padding: 24px;
  display: flex; flex-direction: column; gap: 13px;
}
.modal h3 { margin: 0 0 2px; font-size: 16px; font-weight: 800; letter-spacing: -.01em; }
.modal .msg { margin: 0; font-size: 12.5px; }
.modal .field label .hint { font-weight: 600; color: var(--muted); margin-left: 5px; }
.modal-foot { display: flex; gap: 8px; justify-content: flex-end; margin-top: 4px; }

/* ---------------------------------------------------------------------------
   관리자 페이지 (admin.html)
   --------------------------------------------------------------------------- */
.card h3 .count { font-size: 12px; font-weight: 600; color: var(--muted); }
/* 비밀·코드 표시 줄: 값은 넓게, 버튼은 붙여서 */
.secret-row { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.secret-row code {
  flex: 1 1 240px; min-width: 0; padding: 10px 13px; border-radius: var(--radius-xs);
  background: var(--panel-2); border: 1px solid var(--border);
  font-size: 14px; font-weight: 700; letter-spacing: .02em;
  word-break: break-all; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
}
.card.reveal { border-color: var(--warn); background: var(--warn-soft); }
.card.reveal h3 { color: var(--warn); }
/* 표 안의 작업 버튼 묶음 — 줄바꿈되지 않게 한 줄로 */
.row-acts { display: flex; gap: 5px; white-space: nowrap; }
.row-acts .btn { padding: 5px 9px; font-size: 11.5px; }
.btn.danger { color: var(--danger); border-color: var(--danger-soft); }
.btn.danger:hover:not(:disabled) { background: var(--danger-soft); }
.tag.w { background: var(--warn-soft); color: var(--warn); }
.add-user { margin-top: 16px; }
.add-user summary {
  font-size: 12px; font-weight: 700; color: var(--brand); cursor: pointer;
}
/* 내려받기 링크를 버튼처럼 */
a.btn { text-decoration: none; display: inline-block; }

/* ---------------------------------------------------------------------------
   경쟁사 세부분석
   --------------------------------------------------------------------------- */
/* 기관명 입력칸 여러 개 — 화면 폭에 따라 접힌다 */
.rival-inputs {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 10px 12px;
}
.rival-inputs .field input { width: 100%; min-width: 0; }
/* 비교표에서 지금 보고 있는 지점 */
tr.row-on > td { background: var(--brand-soft); }
tr.row-on > td:first-child { box-shadow: inset 3px 0 0 var(--brand); }
tbody tr:hover > td { background: var(--panel-2); }
tbody tr.row-on:hover > td { background: var(--brand-soft); }
/* 홈페이지에서 수집한 페이지 카드 */
.site-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 12px; margin-top: 4px;
}
.site-card {
  background: var(--panel-2); border: 1px solid var(--border-soft);
  border-radius: var(--radius-sm); padding: 13px 15px; min-width: 0;
}
.site-topic {
  font-size: 10.5px; font-weight: 800; letter-spacing: .06em; color: var(--brand);
  background: var(--brand-soft); display: inline-block;
  padding: 2px 8px; border-radius: 999px; margin-bottom: 7px;
}
.site-card a { font-size: 13px; font-weight: 700; color: var(--text); word-break: break-all; }
.site-desc { font-size: 12px; color: var(--text-2); margin: 6px 0 0; line-height: 1.6; }
.site-text {
  font-size: 11.5px; color: var(--muted); margin: 7px 0 0; line-height: 1.65;
  max-height: 6.6em; overflow: hidden;
}
/* 위치 카드의 라벨-값 표 */
.card table th { color: var(--muted); font-weight: 700; font-size: 12px; }
.rv-more { font-size: 12px; font-weight: 700; color: var(--brand); cursor: pointer; }

/* 전체 과정 강사 수집 진행률 — 수십 초 걸리는 작업이라 어디까지 갔는지 보여야 한다 */
.scan-bar {
  height: 6px; border-radius: 999px; background: var(--panel-3);
  overflow: hidden; margin: 8px 0 6px;
}
.scan-bar > i {
  display: block; height: 100%; background: var(--brand);
  border-radius: 999px; transition: width .25s ease;
}
.scan-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.scan-now {
  color: var(--muted); font-size: 12px; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap; max-width: 100%;
}
