/**
 * Kundenportal-Styles – strukturelle Basis
 *
 * Die führende visuelle Dark-Theme-Schicht liegt in portal-style.css.
 * Diese Datei enthält nur noch konfliktarme Struktur- und Übergangsregeln.
 */

/* Einheitliche Übergänge für Portal-Interaktionen */
.portal .btn,
.portal-sidebar .btn,
.portal-sidebar-card .portal-sidebar-link,
.portal-sidebar-card .nav-link {
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

/* Sticky-Sidebar: Abstand beim Scrollen */
.portal-sidebar-card.sticky-top {
    top: 1rem;
}

/* Grundrahmen bleiben an Theme-Variablen angebunden */
.portal .card,
.portal .table thead th,
.portal .table td,
.portal .table tr {
    border-color: var(--color-border, #dee2e6);
}
