/* ── Footer ──────────────────────────────────────────────────────────────── */
.portal-footer {
    border-top: 1px solid var(--border);
    padding: 20px 0;
    text-align: center;
    color: var(--text-muted);
    font-size: 11px;
}
.portal-footer a { color: var(--text-muted); text-decoration: none; }
.portal-footer a:hover { color: var(--text-secondary); }
