body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: #f8f9fa;
}

.container-fluid.mt-4 {
    flex: 1;
}

.card {
    border: none;
    border-radius: 0.5rem;
}

.card.shadow {
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.08) !important;
}

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

.stat-card {
    transition: transform 0.15s ease;
}

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

.stat-card .stat-icon {
    font-size: 2rem;
    opacity: 0.7;
}

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

.stat-card .stat-label {
    font-size: 0.85rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.table th {
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #495057;
}

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

.badge-asset { background-color: #0d6efd; }
.badge-liability { background-color: #dc3545; }
.badge-equity { background-color: #198754; }
.badge-revenue { background-color: #20c997; }
.badge-expense { background-color: #fd7e14; }

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

.login-card {
    width: 100%;
    max-width: 400px;
}

.report-table th,
.report-table td {
    padding: 0.5rem 1rem;
}

.report-table .total-row {
    font-weight: 700;
    border-top: 2px solid #000;
}

.journal-line-row .form-control,
.journal-line-row .form-select {
    font-size: 0.9rem;
}
