/* 더망고 커스텀 스타일 */

body {
  font-size: 0.9rem;
}

.navbar-brand {
  font-size: 1.1rem;
}

.card {
  border-radius: 0.5rem;
}

/* 사이드바 레이아웃 (향후 확장용) */
.sidebar {
  min-height: calc(100vh - 56px);
  background-color: #f8f9fa;
  border-right: 1px solid #dee2e6;
}

/* 테이블 */
.table th {
  font-weight: 600;
  font-size: 0.85rem;
  background-color: #f8f9fa;
}

/* 상태 뱃지 */
.badge.status-active { background-color: #198754; }
.badge.status-inactive { background-color: #6c757d; }
.badge.status-pending { background-color: #ffc107; color: #000; }
.badge.status-error { background-color: #dc3545; }
