body {
    background-color: #f5f6fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
}

.navbar-brand {
    letter-spacing: 0.03em;
}

.stat-card {
    border-radius: 1rem;
    background: #ffffff;
}

.card {
    border-radius: 1rem;
}

.login-card {
    min-width: 320px;
    max-width: 420px;
    border-radius: 1.25rem;
}

.bg-login {
    background: radial-gradient(circle at top, #3b82f6 0, #111827 55%);
    color: #fff;
}

.status-badge {
    border-radius: 999px;
    padding: 0.35rem 0.75rem;
    font-size: 0.75rem;
}

.mini-stat {
    padding: 0.5rem 0.75rem;
    border-radius: 0.75rem;
    background-color: #f9fafb;
}

.table > :not(caption) > * > * {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.btn-sm {
    border-radius: 999px;
}

.form-control,
.form-select {
    border-radius: 0.75rem;
}

.list-group-item {
    border: none;
    border-bottom: 1px solid #eef0f4;
}

.list-group-item:last-child {
    border-bottom: none;
}
