/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-r6jplqoool] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r6jplqoool] {
    flex: 1;
}

.sidebar[b-r6jplqoool] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r6jplqoool] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r6jplqoool]  a, .top-row[b-r6jplqoool]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r6jplqoool]  a:hover, .top-row[b-r6jplqoool]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r6jplqoool]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r6jplqoool] {
        justify-content: space-between;
    }

    .top-row[b-r6jplqoool]  a, .top-row[b-r6jplqoool]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r6jplqoool] {
        flex-direction: row;
    }

    .sidebar[b-r6jplqoool] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r6jplqoool] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r6jplqoool]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r6jplqoool], article[b-r6jplqoool] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-l27dh32231] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-l27dh32231] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-l27dh32231] {
    font-size: 1.1rem;
}

.bi[b-l27dh32231] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-l27dh32231] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-l27dh32231] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-l27dh32231] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-l27dh32231] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-l27dh32231] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-l27dh32231] {
        padding-bottom: 1rem;
    }

    .nav-item[b-l27dh32231]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-l27dh32231]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-l27dh32231]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-l27dh32231] {
        display: none;
    }

    .collapse[b-l27dh32231] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-l27dh32231] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/MyPlayer.razor.rz.scp.css */
.audio-player-container[b-nzjly6b0l0] {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.transport-bar[b-nzjly6b0l0] {
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #2d2d2d;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.status-display[b-nzjly6b0l0] {
    font-size: 1.2rem;
    margin-left: 20px;
}

.current-track[b-nzjly6b0l0] {
    color: #00ffcc;
    font-weight: bold;
}

.clip-launcher[b-nzjly6b0l0] {
    background-color: #2d2d2d;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.song-parts-grid[b-nzjly6b0l0] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 12px;
    margin-top: 10px;
}

.clip-btn[b-nzjly6b0l0] {
    background-color: #444;
    color: #fff;
    padding: 20px 10px;
    font-size: 1.1rem;
    border: 2px solid transparent;
    border-radius: 6px;
    cursor: pointer;
}

    .clip-btn.active[b-nzjly6b0l0] {
        background-color: #00ffcc;
        color: #000;
        font-weight: bold;
        box-shadow: 0 0 15px #00ffcc;
    }

.mixer-container[b-nzjly6b0l0] {
    background-color: #2d2d2d;
    padding: 15px;
    border-radius: 8px;
}

.mixer-board[b-nzjly6b0l0] {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin-top: 15px;
    min-height: 280px;
}

.channel-strip[b-nzjly6b0l0] {
    background-color: #222;
    padding: 15px;
    border-radius: 6px;
    width: 22%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #333;
}

.channel-name[b-nzjly6b0l0] {
    font-weight: bold;
    color: #00ffcc;
    text-align: center;
    height: 40px;
}

.channel-number[b-nzjly6b0l0] {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 10px;
}

.pan-control input[b-nzjly6b0l0] {
    width: 80px;
}

.volume-control[b-nzjly6b0l0] {
    height: 160px;
    display: flex;
    align-items: center;
    margin: 15px 0;
}
/* Maak de slider verticaal */
.vertical-fader[b-nzjly6b0l0] {
    writing-mode: vertical-lr;
    direction: rtl;
    width: 30px;
    height: 140px;
    cursor: pointer;
}

.value-label[b-nzjly6b0l0] {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 2px;
}

.mixer-buttons[b-nzjly6b0l0] {
    display: flex;
    gap: 8px;
    margin-top: 15px;
    width: 100%;
}

.btn-mixer[b-nzjly6b0l0] {
    flex: 1;
    padding: 8px 0;
    font-size: 0.8rem;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    background-color: #444;
    color: #fff;
    cursor: pointer;
}

.mute-btn.active[b-nzjly6b0l0] {
    background-color: #ff3333;
    color: #fff;
}

.solo-btn.active[b-nzjly6b0l0] {
    background-color: #ffcc00;
    color: #000;
}

.mixer-placeholder[b-nzjly6b0l0] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    width: 100%;
}

.mixer-container[b-nzjly6b0l0] {
    background-color: #151515;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #252525;
    margin-top: 20px;
}

    .mixer-container h3[b-nzjly6b0l0] {
        font-size: 0.9rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #666;
        margin-bottom: 20px;
        border-bottom: 1px solid #252525;
        padding-bottom: 10px;
    }

.mixer-board[b-nzjly6b0l0] {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    min-height: 400px;
}

.channel-strip[b-nzjly6b0l0] {
    background: linear-gradient(180deg, #222222 0%, #1a1a1a 100%);
    border: 1px solid #333;
    border-top: 4px solid #444; /* Neutrale indicator */
    border-radius: 6px;
    width: 24%;
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.05), 0 4px 10px rgba(0,0,0,0.3);
    transition: border-color 0.2s;
}

    /* Kleurindicaties voor actieve modi op de hele strip */
    .channel-strip.muted-strip[b-nzjly6b0l0] {
        border-top-color: #ff3333;
        opacity: 0.6;
    }

    .channel-strip.solo-strip[b-nzjly6b0l0] {
        border-top-color: #ffcc00;
        box-shadow: 0 0 10px rgba(255,204,0,0.1);
    }

.strip-header[b-nzjly6b0l0] {
    text-align: center;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.channel-number[b-nzjly6b0l0] {
    font-family: monospace;
    font-size: 0.8rem;
    color: #888;
}

.channel-name[b-nzjly6b0l0] {
    font-weight: 600;
    color: #fff;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

/* Pan Control Styling */
.pan-control[b-nzjly6b0l0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.control-label[b-nzjly6b0l0] {
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #666;
    font-weight: bold;
    margin-bottom: 4px;
}

.pan-slider[b-nzjly6b0l0] {
    width: 80%;
    accent-color: #00ffcc;
}

.pan-value[b-nzjly6b0l0] {
    font-family: monospace;
    font-size: 0.75rem;
    color: #00ffcc;
    margin-top: 2px;
}

/* Fader & VU-Meter sectie naast elkaar */
.fader-section[b-nzjly6b0l0] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
    margin-bottom: 15px;
}

.volume-control[b-nzjly6b0l0] {
    height: 180px;
    display: flex;
    align-items: center;
}

.vertical-fader[b-nzjly6b0l0] {
    writing-mode: vertical-lr;
    direction: rtl;
    width: 24px;
    height: 170px;
    cursor: pointer;
    accent-color: #00ffcc;
}

/* Simpele VU Meter */
.vu-meter[b-nzjly6b0l0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: 160px;
    width: 8px;
    background-color: #111;
    padding: 4px 2px;
    border-radius: 3px;
}

.vu-bar[b-nzjly6b0l0] {
    flex-grow: 1;
    border-radius: 1px;
    transition: background-color 0.1s;
}
    /* Kleuren van de VU stappen (bovenste rood, midden oranje, onder groen) */
    .vu-bar:nth-child(1).on[b-nzjly6b0l0] {
        background-color: #ff3333;
        box-shadow: 0 0 4px #ff3333;
    }

    .vu-bar:nth-child(2).on[b-nzjly6b0l0] {
        background-color: #ff9900;
    }

    .vu-bar:nth-child(3).on[b-nzjly6b0l0] {
        background-color: #00ff66;
    }

    .vu-bar:nth-child(4).on[b-nzjly6b0l0] {
        background-color: #00ff66;
    }

    .vu-bar:nth-child(5).on[b-nzjly6b0l0] {
        background-color: #00ff66;
    }

    .vu-bar.off[b-nzjly6b0l0] {
        background-color: #222;
    }

/* Footer & Knoppen */
.strip-footer[b-nzjly6b0l0] {
    border-top: 1px solid #333;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.volume-value[b-nzjly6b0l0] {
    font-family: monospace;
    font-size: 0.85rem;
    color: #aaa;
    margin-bottom: 10px;
}

.mixer-buttons[b-nzjly6b0l0] {
    display: flex;
    gap: 6px;
    width: 100%;
}

.btn-mixer[b-nzjly6b0l0] {
    flex: 1;
    padding: 10px 0;
    font-size: 0.75rem;
    font-weight: bold;
    border: 1px solid #333;
    border-radius: 4px;
    background-color: #2a2a2a;
    color: #aaa;
    cursor: pointer;
    transition: all 0.1s;
}

    .btn-mixer:hover[b-nzjly6b0l0] {
        background-color: #333;
        color: #fff;
    }

.mute-btn.active[b-nzjly6b0l0] {
    background-color: #ff3333;
    border-color: #ff5555;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.solo-btn.active[b-nzjly6b0l0] {
    background-color: #ffcc00;
    border-color: #ffee33;
    color: #000;
}

/* Placeholder styling */
.mixer-placeholder[b-nzjly6b0l0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #444;
    border: 2px dashed #252525;
    border-radius: 8px;
}

.placeholder-icon[b-nzjly6b0l0] {
    font-size: 3rem;
    margin-bottom: 10px;
    opacity: 0.3;
}
/* De nieuwe hoofd-balk die alles op één lijn zet */
.control-panel-bar[b-nzjly6b0l0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 12px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    gap: 15px;
}

/* Groep voor start/pauze/stop */
.transport-controls[b-nzjly6b0l0] {
    display: flex;
    gap: 10px;
}

/* CRUCIAL: Geeft de transportknoppen een exacte, vaste breedte zodat de UI nooit verspringt */
.transport-btn-fixed[b-nzjly6b0l0] {
    width: 130px;
    white-space: nowrap;
    font-weight: bold;
}

/* Compacte status in het midden */
.status-display-compact[b-nzjly6b0l0] {
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
    padding: 0 10px;
    border-left: 1px solid #444;
    border-right: 1px solid #444;
}

.current-track-text[b-nzjly6b0l0] {
    color: #00ffcc;
    font-weight: bold;
}

/* Rechterkant: Quantization */
.quantization-controls[b-nzjly6b0l0] {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.mode-label[b-nzjly6b0l0] {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #888;
}

/* Compacte knoppenlijst voor de modi */
.btn-group-compact[b-nzjly6b0l0] {
    display: flex;
    background-color: #1a1a1a;
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #444;
}

.mode-btn[b-nzjly6b0l0] {
    background: transparent;
    border: none;
    color: #aaa;
    padding: 8px 14px;
    font-size: 0.85rem;
    font-weight: bold;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.1s;
}

    .mode-btn:hover[b-nzjly6b0l0] {
        color: #fff;
    }

    .mode-btn.active[b-nzjly6b0l0] {
        background-color: #ffcc00;
        color: #000;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    }
