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

.stat-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.stat-card:hover {
    transform: translateY(-3px);
}

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

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

.card-header {
    background-color: #fff;
    border-bottom: 2px solid #f0f0f0;
    font-weight: 600;
}

.table thead {
    background-color: #f8f9fa;
}

.btn-primary {
    background-color: #0d6efd;
}

.login-wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.login-card {
    max-width: 420px;
    width: 100%;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    background: white;
}

@media print {
    .navbar, footer, .no-print, .btn { display: none !important; }
    .container-fluid { width: 100% !important; }
    body { background: white; }
}

.report-header {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #333;
}

.bg-savings { background-color: #28a745 !important; color: white; }
.bg-loans { background-color: #ffc107 !important; color: #212529; }
.bg-fines { background-color: #dc3545 !important; color: white; }
.bg-welfare { background-color: #17a2b8 !important; color: white; }
.bg-expenses { background-color: #6c757d !important; color: white; }
