body {
    background-color: #f8f9fa;
    font-family: 'Segoe UI', sans-serif;
}

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

.card {
    border: none;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    border-radius: 12px;
}

.card-header {
    border-radius: 12px 12px 0 0 !important;
    font-weight: 600;
}

.stat-card {
    border-radius: 12px;
    color: #fff;
    padding: 1.5rem;
}

.stat-card .stat-icon {
    font-size: 2.5rem;
    opacity: .8;
}

.stat-card .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
}

.stat-card .stat-label {
    font-size: .9rem;
    opacity: .85;
}

.table thead th {
    background-color: #f1f3f5;
    font-weight: 600;
    font-size: .875rem;
    border: none;
}

.table td {
    vertical-align: middle;
    font-size: .9rem;
}

.badge-status-active {
    background-color: #d1fae5;
    color: #065f46;
}

.badge-status-inactive {
    background-color: #fee2e2;
    color: #991b1b;
}

.btn-action {
    padding: .25rem .6rem;
    font-size: .8rem;
}

/* Login */
.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
}

.login-card {
    width: 100%;
    max-width: 400px;
    border-radius: 16px;
    padding: 2rem;
    background: #fff;
    box-shadow: 0 8px 32px rgba(0,0,0,.15);
}

/* Slip */
@media print {
    .no-print { display: none !important; }
    .card { box-shadow: none !important; }
}
