.bamp-15bbf1ed-wrapper {
    position: relative;
    background-color: #0a0a0f;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.bamp-15bbf1ed-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bamp-15bbf1ed-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 960px;
    margin: 0 auto;
}

.bamp-15bbf1ed-header-area {
    text-align: center;
    margin-bottom: 3rem;
}

.bamp-15bbf1ed-header {
    margin: 0 0 0.5rem;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.15;
}

.bamp-15bbf1ed-subtitle {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
}

.bamp-15bbf1ed-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.bamp-15bbf1ed-card {
    flex: 1 1 280px;
    max-width: 420px;
    border: 1px solid;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bamp-15bbf1ed-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 50px rgba(108, 99, 255, 0.12);
}

.bamp-15bbf1ed-label {
    display: inline-block;
    align-self: flex-start;
    padding: 0.3em 0.85em;
    border-radius: 100px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.bamp-15bbf1ed-card-body {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.bamp-15bbf1ed-play-btn {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.2s ease;
}

.bamp-15bbf1ed-play-btn:hover {
    transform: scale(1.08);
}

.bamp-15bbf1ed-play-btn:active {
    transform: scale(0.96);
}

.bamp-15bbf1ed-track-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
}

.bamp-15bbf1ed-track-title {
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bamp-15bbf1ed-artist {
    font-size: 0.85rem;
}

.bamp-15bbf1ed-progress {
    margin-top: 0.5rem;
}

.bamp-15bbf1ed-progress-track {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.bamp-15bbf1ed-progress-fill {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    transition: width 0.1s linear;
}

.bamp-15bbf1ed-time {
    display: flex;
    justify-content: space-between;
    font-size: 0.7rem;
    opacity: 0.6;
    margin-top: 0.3rem;
    color: rgba(255,255,255,0.6);
}

@media (max-width: 640px) {
    .bamp-15bbf1ed-header {
        font-size: 1.75rem;
    }
    .bamp-15bbf1ed-cards {
        flex-direction: column;
        align-items: center;
    }
    .bamp-15bbf1ed-card {
        max-width: 100%;
    }
}
