/* Minimaler Zusatzstil (SaaS-Style, CSP-konform) */
body {
    background: #f6f7fb;
}

.portal-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.portal-main {
    flex: 1;
}

.portal-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.card {
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 10px 25px rgba(31,41,55,0.04);
}

.card-soft {
    background: rgba(255,255,255,0.85);
}

.card-clickable {
    transition: transform 120ms ease, box-shadow 120ms ease;
}

.card-clickable:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 35px rgba(31,41,55,0.07);
}

.nav-pills .nav-link.active {
    font-weight: 600;
}

.portal-brand {
    letter-spacing: 0.2px;
}

.user-hint {
    max-width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table td, .table th {
    vertical-align: top;
}

/* Layout helpers (remove inline styles for strong CSP) */
.portal-container {
    max-width: 920px;
}

.admin-container {
    max-width: 1400px;
}

.disclaimer-text {
    line-height: 1.5;
}

.page-kicker {
    color: rgba(31,41,55,0.62);
}

.page-title {
    letter-spacing: -0.2px;
}

.badge-recommended {
    border: 1px solid rgba(13,110,253,0.25);
    background: rgba(13,110,253,0.08);
    color: #0d6efd;
}

.pre-wrap {
    white-space: pre-wrap;
}

.minw-280 {
    min-width: 280px;
}

#portalVideo {
    width: 100%;
    max-height: 520px;
    background: #000;
}

.vdo-placeholder {
    background: #111;
    color: rgba(255,255,255,0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
