/* ServerAgent 관리 대시보드 스타일 */

html, body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
    background-color: #f8f9fa;
}

/* 사이드바 네비게이션 활성 링크 */
.nav-link.active {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-radius: 6px;
}

.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}

/* 카드 기본 스타일 */
.card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.card-header {
    background-color: #f8f9fa;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* 프로그레스 바 */
.progress {
    border-radius: 6px;
    background-color: #e9ecef;
}

.progress-bar {
    border-radius: 6px;
    transition: width 0.6s ease;
}

/* 테이블 */
.table > :not(caption) > * > * {
    padding: 0.5rem 0.75rem;
    font-size: 13px;
}

/* 코드/모노스페이스 */
pre, code, .font-monospace {
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 12px;
}

/* 배지 */
.badge {
    font-size: 11px;
    font-weight: 500;
}

/* 대시보드 display 숫자 */
.display-4 {
    font-size: 2.5rem;
}
