body {
    background-color: #000000 !important;
    color: #E6E1D9 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 900 !important;
    display: flex;
    flex-direction: column;
    align-items: center; 
    justify-content: center;
    min-height: 100vh;
    padding: 20px 10px;
    margin: 0;
    box-sizing: border-box;
}

/* HARDWARE ENCLOSURE VAULT */
.terminal-vault {
    width: 100%;
    max-width: 535px;
    background: #000000 !important;
    border: 3px solid #E6E1D9 !important;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 0 25px rgba(230, 225, 217, 0.1) !important;
    box-sizing: border-box;
}

/* LCD DISPLAY HEADER */
.display-unit {
    background: #000000 !important;
    border: 1px solid #E6E1D9 !important;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border-radius: 4px;
}
.lcd-text {
    color: #E6E1D9 !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 3px 0;
}

/* DISCOGRAPHY MAIN LIST */
.discography-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.album-link-row {
    text-decoration: none !important;
    color: #000000 !important;
    display: block;
}

.album-list-item {
    display: flex !important;
    align-items: center;
    background: #E6E1D9 !important; 
    border-radius: 4px;
    box-sizing: border-box;
    overflow: hidden;
}
.album-list-item:hover {
    background: #b8b4ad !important;
}

.list-mini-thumb {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-right: 2px solid #000000;
    flex-shrink: 0;
}

.list-item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 14px;
    font-size: 13px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
}
.list-item-text::after {
    content: '[+]';
    font-weight: 900;
}

/* HIDDEN SWITCH TRIGER SYSTEM */
.album-trigger {
    display: none !important;
}

.album-detail-view {
    display: none;
    padding: 10px 5px;
    background: #000000 !important;
}

/* CLOSE HEADER BUTTON */
.close-view-header {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 18px 14px !important;
    background: #000000 !important; 
    border: 1px solid #E6E1D9 !important;
    color: #E6E1D9 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 900 !important;
    letter-spacing: 0.5px;
    border-radius: 4px;
    margin-bottom: 20px;
    cursor: pointer;
}
.close-view-header::after {
    content: '[ X ]';
    color: #E6E1D9 !important;
}

/* DYNAMIC SWITCH LOGIC FOR THE CONTENT BOXES */
#toggle_a1:checked ~ #a1, #toggle_a2:checked ~ #a2, #toggle_a3:checked ~ #a3,
#toggle_a4:checked ~ #a4, #toggle_a5:checked ~ #a5, #toggle_a6:checked ~ #a6,
#toggle_a7:checked ~ #a7, #toggle_a8:checked ~ #a8, #toggle_a9:checked ~ #a9,
#toggle_a10:checked ~ #a10, #toggle_a11:checked ~ #a11, #toggle_a12:checked ~ #a12,
#toggle_a13:checked ~ #a13 {
    display: block !important;
}

/* KILLS THE MAIN SELECTION LIST WHEN ANY SWITCH IS ON */
#toggle_a1:checked ~ #main-list, #toggle_a2:checked ~ #main-list, #toggle_a3:checked ~ #main-list,
#toggle_a4:checked ~ #main-list, #toggle_a5:checked ~ #main-list, #toggle_a6:checked ~ #main-list,
#toggle_a7:checked ~ #main-list, #toggle_a8:checked ~ #main-list, #toggle_a9:checked ~ #main-list,
#toggle_a10:checked ~ #main-list, #toggle_a11:checked ~ #main-list, #toggle_a12:checked ~ #main-list,
#toggle_a13:checked ~ #main-list {
    display: none !important;
}

/* ARTWORKS STRUCTURE */
.art-grid {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
}
.art-slot {
    width: 48%;
    aspect-ratio: 1/1;
    background: #000000;
    border: 1px solid #E6E1D9 !important;
    border-radius: 4px;
    overflow: hidden;
    display: block;
}
.art-slot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.description-log {
    font-size: 13px !important;
    font-weight: 900 !important;
    color: #E6E1D9 !important;
    line-height: 1.6;
    margin: 15px 0;
    border-left: 3px solid #E6E1D9 !important;
    padding-left: 10px;
}

/* AUDIO SAMPLERS */
.track-item {
    margin-bottom: 12px;
    background: #000000 !important;
    padding: 12px 10px;
    border-radius: 4px;
    border: 1px solid #E6E1D9 !important;
}
.track-item span {
    font-size: 12px !important;
    font-weight: 900 !important;
    color: #E6E1D9 !important;
    display: block;
    margin-bottom: 6px;
}
audio {
    width: 100%;
    height: 32px;
    outline: none;
    filter: invert(1);
}

/* CHECKOUT DECK */
.buy-deck {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #E6E1D9 !important;
}
.value-tag {
    font-size: 16px !important;
    color: #E6E1D9 !important;
}
.value-tag span {
    color: #E6E1D9 !important;
    font-size: 20px !important;
    font-weight: 900 !important;
    border-bottom: 2px solid #E6E1D9;
}

@media (max-width: 480px) {
    .list-item-text { font-size: 11px !important; padding: 0 8px; }
    .list-mini-thumb { width: 45px; height: 45px; }
}
