/* Privilege member portal (login + profile) */
.priv-portal-wrap {
    max-width: 440px;
    margin: 0 auto;
}
.priv-portal-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}
.priv-portal-card .card-header {
    background: linear-gradient(135deg, #0f2747 0%, #1e3a5f 100%);
    color: #fff;
    border: none;
    padding: 1.25rem 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
}
.priv-portal-card .card-body {
    padding: 1.5rem;
}
.priv-portal-card .form-control {
    border-radius: 10px;
    padding: 0.65rem 0.9rem;
}
.priv-portal-card .btn-primary {
    border-radius: 10px;
    font-weight: 600;
    padding: 0.55rem 1.25rem;
    border: none;
    background: linear-gradient(135deg, #2563eb, #4f46e5);
    box-shadow: 0 4px 14px rgba(37, 99, 235, 0.35);
}
.priv-portal-card .btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8, #4338ca);
}
.priv-portal-card .btn-outline-secondary {
    border-radius: 10px;
}
.priv-portal-alert {
    border-radius: 10px;
    font-size: 0.9rem;
}
.nav-privilege-portal {
    font-weight: 600 !important;
    color: #0f2747 !important;
}
.nav-privilege-portal i {
    color: #c9a227;
}

.priv-profile-summary {
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(180deg, #f8fafc, #fff);
    padding: 1.25rem 1.5rem;
}
.priv-profile-summary .points-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: linear-gradient(135deg, #ecfdf5, #d1fae5);
    color: #047857;
    font-weight: 800;
    font-size: 1.25rem;
    padding: 0.35rem 0.85rem;
    border-radius: 10px;
    border: 1px solid #a7f3d0;
}
