/* KOO 1.0 雲端客戶平台 - 樣式 */

body {
    background-color: #f8f9fa;
}

.navbar-brand {
    font-weight: bold;
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.table th {
    font-weight: 600;
    white-space: nowrap;
}

.badge {
    font-weight: 500;
}

footer {
    border-top: 1px solid #dee2e6;
}

/* 登入頁面 */
.card.shadow {
    border: none;
    border-radius: 1rem;
}

/* 響應式調整 */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
}
