/**
 * Bestandsnaam: assets/style.css
 * Laatst gegenereerd: 2026-05-20 16:05 NL
 * Beschrijving: Styling voor LOFT Private Player v1.1.0.
 */

.loft-player-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 24px 0;
}

.loft-player-header {
    margin-bottom: 24px;
}

.loft-recording-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 22px;
}

.loft-recording-card {
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.loft-recording-cover {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    background: #14213d;
}

.loft-recording-cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 42px;
    letter-spacing: 2px;
}

.loft-recording-content {
    padding: 20px;
}

.loft-recording-content h3 {
    margin-top: 0;
    margin-bottom: 6px;
}

.loft-recording-meta,
.loft-meta-small {
    color: #666666;
    font-size: 0.92em;
}

.loft-recording-description {
    margin-bottom: 16px;
    color: #333333;
}

.loft-recording-content audio {
    width: 100%;
    margin: 10px 0 16px 0;
}

.loft-recording-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.loft-button,
.loft-access-box button {
    display: inline-block;
    border: 0;
    border-radius: 999px;
    padding: 10px 18px;
    background: #14213d;
    color: #ffffff !important;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
}

.loft-button:hover,
.loft-access-box button:hover {
    opacity: 0.9;
}

.loft-access-box {
    max-width: 520px;
    margin: 40px auto;
    padding: 28px;
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.loft-access-box input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 8px 0 14px 0;
    border: 1px solid #cccccc;
    border-radius: 10px;
}

.loft-error {
    color: #b00020;
    font-weight: 700;
}

.loft-admin-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1fr) minmax(300px, 1fr);
    gap: 22px;
    margin-top: 24px;
}

.loft-admin-card {
    background: #ffffff;
    border: 1px solid #dcdcde;
    border-radius: 12px;
    padding: 20px;
}

.loft-admin-card-wide {
    grid-column: 1 / -1;
}

.loft-admin-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 700px) {
    .loft-admin-grid {
        grid-template-columns: 1fr;
    }

    .loft-recording-cover {
        height: 180px;
    }
}
