/* Management list thumbnails: keep every operation page aligned with purchase.html. */
.product-thumb,
.photo-thumb,
.shipping-thumb,
.thumb {
  display: inline-block !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
  border: 1px solid var(--border, #E2E0D8) !important;
  background: var(--surface, #F4F3EE) !important;
  vertical-align: middle !important;
}

.product-thumb-empty,
.photo-thumb-empty,
.shipping-thumb-empty,
.thumb-empty {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  border-radius: 6px !important;
  border: 1px dashed var(--border, #E2E0D8) !important;
  background: var(--surface, #F4F3EE) !important;
  color: var(--ink-4, #BDBDB5) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
}

.photo-stack {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  min-width: 56px !important;
  max-width: 56px !important;
  min-height: 56px !important;
  gap: 0 !important;
}

.photo-stack .photo-caption {
  display: none !important;
}

/* 2026-06-12 관리 화면 글자크기 통일 (읽기 좋은 스케일) — 주문관리/배송완료/배송관리/재고 공통.
   inline <style> 뒤에 로드되어 화면별 값을 덮어씀. 컴팩트 배지/태그는 11px, 본문표 12px. */
.tbl-wrap table { font-size: 12px; }
.tbl-wrap thead th { font-size: 11px; }
.app-no { font-size: 12px; }
.badge, .own-badge, .bt-badge { font-size: 11px; }
.stat-label { font-size: 11px; }
.stat-sub { font-size: 11px; }
.item-no, .mailbox, .date-cell, .date-cell .d, .na, .order-no, .tracking-no,
.weight-pair-value, .product-meta, .metric-cell, .box-cell, .price-krw,
.waybill-no, .waybill-carrier, .product-title { font-size: 11px; }

/* 2026-06-12 눈피로 정책 팔레트 통일 (orders 기준) — 전 관리화면 동일 톤.
   순흑/형광채도 → 따뜻한 다크·채도↓. inline :root 뒤에 로드되어 덮어씀. */
:root {
  --ink: #2D2A26; --ink-2: #555049; --ink-3: #8A857F; --ink-4: #BDBAB1;
  --green: #5B8C20; --amber: #A86517; --red: #C94545; --blue: #1B5996;
}
body { line-height: 1.55; letter-spacing: -0.01em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
