body {
    min-height: 100vh;
}

.card-stat {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.06);
}

.card-soft {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.05);
}

.table-card {
    border-radius: 1rem;
    overflow: hidden;
}

.login-wrapper {
    min-height: 100vh;
}

.login-card {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.08);
}

.amount-positive {
    color: #198754;
    font-weight: 700;
}

.amount-negative {
    color: #dc3545;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .mobile-stack td,
    .mobile-stack th {
        white-space: nowrap;
    }
}
