.avatar-title {
    align-items: center;
    display: inline-flex;
    font-weight: 700;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.login-page {
    background:
        radial-gradient(circle at top left, rgba(23, 125, 255, 0.18), transparent 30%),
        linear-gradient(135deg, #f5f7fd 0%, #eef2ff 100%);
    min-height: 100vh;
}

.login-card {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 1.25rem 3rem rgba(17, 24, 39, 0.12);
}

.stat-card .card-category {
    font-size: 0.95rem;
}

.stat-card .card-title {
    font-size: 2rem;
    margin-bottom: 0;
}

.profile-avatar {
    align-items: center;
    display: inline-flex;
    font-size: 2rem;
    font-weight: 700;
    height: 96px;
    justify-content: center;
    width: 96px;
}

.form-error-message,
.invalid-feedback,
.form-errors,
ul.form-errors {
    color: var(--bs-danger);
    font-size: 0.875rem;
    list-style: none;
    margin: 0.35rem 0 0;
    padding: 0;
}

.dashboard-heading {
    flex: 1 1 auto;
    min-width: 0;
}

@media (min-width: 992px) {
    .dashboard-subtitle {
        white-space: nowrap;
    }
}

.quick-actions {
    min-width: 22rem;
}

.notif-box {
    min-width: 22rem;
}

.quick-actions .quick-actions-item,
.notif-box .notif-center a {
    text-decoration: none;
}

.finance-stat-value {
    font-size: 1.55rem;
    line-height: 1.2;
}

.finance-stat-help {
    font-size: 0.82rem;
    line-height: 1.4;
    margin-top: 0.45rem;
}

.finance-highlight-card {
    background:
        radial-gradient(circle at top right, rgba(21, 114, 232, 0.12), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.finance-highlight {
    border: 1px solid rgba(21, 114, 232, 0.08);
    border-radius: 0.9rem;
    padding: 1rem 1.1rem;
}

.finance-highlight-label {
    color: #6c757d;
    display: block;
    font-size: 0.9rem;
    margin-bottom: 0.35rem;
}

.log-metadata-toggle {
    font-size: 0.85rem;
    text-decoration: none;
}

.sidebar-logout {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 1rem;
    padding: 1.25rem 1rem 1rem;
}
