.music-container {
    width: 100%;
    max-width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    background: rgba(10, 18, 40, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 0;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: none;
    overflow: hidden;
}

.music-body {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 90px 24px 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
}

.music-body::-webkit-scrollbar { width: 6px; }
.music-body::-webkit-scrollbar-track { background: transparent; }
.music-body::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 3px; }

.content-music .everest-title {
    text-align: center;
    width: 100%;
    text-shadow: none;
}

.music-search-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.music-search-area .search-bar {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

body.useawp .music-container {
    background: rgba(10, 25, 15, 0.92);
    border-top-color: rgba(70, 120, 85, 0.15);
}

body.cherryblossom .music-container {
    background: rgba(40, 15, 28, 0.92);
    border-top-color: rgba(255, 182, 193, 0.1);
}

body.kittycat .music-container {
    background: rgba(60, 35, 28, 0.92);
    border-top-color: rgba(233, 186, 183, 0.1);
}
