body {
    padding: 0;
    margin: 0;
    background-image: url(../img/collection/ok.png), url(../bg/tumblr_inline_mqijo4Jlu31qz4rgp540.gif);
    background-size: 120px, auto;
}

.menubar {
    height: 22px;
    width: calc(100% - 1.25em);
    background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(196, 196, 196, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 1.25em;
}



.header {
    height: 23px;
    width: 100%;
    background: red;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#hi {
    width: 85%;
    height: 100%;
    margin: auto;
    font-family: var(--main);
    position: relative;
}

.inner {
    width: 64%;
    height: 69%;
    margin: auto;
    border-radius: 20px;
    border: 3px inset #B03846;
    overflow: hidden;
    box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.5);
}

.helpme {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 91%;
    width: 100%;
}

.topbar {
    width: 100%;
    height: 9%;
    border-top-right-radius: 20px;
    background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(196, 196, 196, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3em;
    border-bottom: 1px solid #6c6a6b;
}

.playback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25em;
    background: linear-gradient(180deg,#313131 0%, #757575 50%, #313131 100%);
    background-clip: text;
    color: transparent;
    margin-left: -2em;
}

.volume {
    height: 12px;
    width: 110px;
    background: #969696;
    box-shadow: inset 0 0 2px #00000086;
    border-radius: 10px;
    position: relative;
}

.volume img {
    position: absolute;
    top: -4px;
    right: 0;
    height: 20px;
    user-select: none;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.75));
}

.songinfo {
    width: calc(500px - 1em);
    height: 86%;
    border-radius: 5px; 
    background: #dfe0e4;
    box-shadow: inset 0 0 10px #000000a2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .5em;
    margin: 0 2em;
}

.songinfo>.side1 {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.side1 img {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.38));
}

.songinfo>.side2 {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.sArtist {
    font-size: .875em;
}

.seeking {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
}

.seeking span {
    font-size: .675em;
}

.seekbar {
    width: 90%;
    height: 7px;
    background: linear-gradient(90deg,rgba(102, 105, 107, 1) 34%, rgba(189, 190, 194, 1) 34%);
    box-shadow: inset 0 0 2px #00000086;
    border-radius: 10px;
    position: relative;
}

.seekhandle {
    width: 8px;
    height: 8px;
    background: linear-gradient(180deg,rgba(252, 252, 252, 1) 10%, rgba(225, 225, 226, 1) 90%);
    transform: rotate(45deg);
    border: 1px solid #9c9c9c;
    position: absolute;
    top: -1px;
    left: 32%;
}

.fa-repeat {
    color: #be1125;
    position: relative;
}

.navi {
    /* width: 10%; */
    filter: drop-shadow(0px 1px 0px rgba(255, 255, 255, 0.544));
}

.navi button {
    background: linear-gradient(180deg,#fefefd 0%, #b2b1b0 100%);
    border: 1px solid #706E6F;
    padding: 4px 13px;
    border-radius: 3px;
    transition: all .2s ease;
}

.navi button:hover {
    background: linear-gradient(180deg,#b2b1b0 0%, #fefefd 100%);
}
.navi button:active {
    background: linear-gradient(180deg,rgb(155, 155, 155) 0%, #ececec 100%);
}

.navi button:first-of-type {
    border-right: none;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.navi button:last-of-type {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}


.main {
    width: 100%;
    height: 100%;
    border-left: 1px inset #7c7c7c;
    background: #f8f8f8;

}


/* albums */

.infobox {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    background: linear-gradient(180deg,rgba(48, 48, 48, .5) 0%, rgba(171, 171, 171, .5) 50%, rgba(48, 48, 48, .5) 100%), #303439;
    padding: 1em;
    font-family: tetsubin;
    position: relative;
    transition: all .2s ease;
    transition: inset 0s;
}

.shadow {
    height: 100%;
    width: 400px;
    position: absolute;
    top: 0;
    z-index: 5;
    pointer-events: none;
    
    backdrop-filter: blur(3px);
}

.shadowL {
    left: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 100%);
    mask: linear-gradient(90deg, black, black, transparent);
}

.shadowR {
    right: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    mask: linear-gradient(-90deg, black, black, transparent);
}

.coverflow {
    height: 480px !important;
    scrollbar-width: thin;
    scrollbar-color: #949494 #eeeeee;
    margin-left: -1em;
    margin-top: .5em;
    overflow-y: hidden;
    margin-bottom: 1em;
    position: relative;
    z-index: 2;
}

.coverflow img {
    cursor: pointer;
    width: 100px;
    animation: fadein 1.5s ease-in;
    user-select: none;
    margin-bottom: 2em;
    border-radius: 5px;
}

.info {
    width: 60%;
    margin: auto;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    gap: 2em;
    /* padding: 5px; */
    border: 1px solid #B03846;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: saturate(150%);
    box-shadow: 5px 5px 0 0px #B03846;
    filter: drop-shadow(5px 5px 30px rgba(0, 0, 0, 0.212));
    word-spacing: -3px;
    margin-top: .5em;
    position: relative;
    z-index: 25;
}

#infoalbum {
    font-size: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em;
}

#infoartist {
    font-size: 1.25em;
    margin-top: 0;
    margin-bottom: .5em;
}

h1 {
    font-weight: normal;
}

h2 {
    font-size: 1.375em;
    font-family: chalk;
    margin-top: .5em;
}


.inside {
    width: 90%;
    height: 60px;
    margin: auto;
    overflow: auto;
    scrollbar-width: none;
}



.inside h3 {
    margin-bottom: .5em;
}

.inside h3:first-of-type {
    margin-top: 0;
}

.inside p {
    margin: .5em 0;
}

.comments .inside p:first-of-type {
    margin-top: 0;
}

.bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
    margin: auto;
    margin-top: 1.95em;
    height: 130px;
    width: 95%;
    position: relative;
    z-index: 6;
}


.bottom h2 {
    border-bottom: 1px solid black;
    width: 40%;
    margin: .5em auto .5em auto;
    padding-bottom: 5px;
}

.comments {
    position: relative;
    transition: all .2s ease;
    height: 100%;
    box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.425);
    width: 80%;
    margin: auto;
    font-family: var(--main);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.25);
}

#boxborder {
    max-width: none;
    position: absolute;
    left: -10px;
    top: -10px;
    pointer-events: none;
}

.cd {
    width: 30%;
    height: 105%;
}

#cd {
    position: absolute;
    height: 550px;
    left: 29%;
    top: 13%;
    z-index: 1;
    transition: all .2s ease;
    opacity: .75;
    filter: blur(3px);
}

#cd:hover {
    z-index: 10;
    opacity: 1;
    filter: blur(0);
}

/* wishlist */

.wishlist {
    width: calc(100% - 2em);
    height: calc(100% - 2em);
    padding: 1em;
    overflow: auto;
    scrollbar-width: thin;
    position: relative;

}

.rows {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 3em;
    width: 93%;
    margin: auto;
    margin-top: .75em;
    columns: 2;
    column-width: 50%;
    height: calc(100% - .75em);
    overflow: auto;
    scrollbar-width: none;
}


.genre {
    background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(196, 196, 196, 1) 100%);
    border: 1px solid #6c6a6b;
    box-shadow: inset 0 0 10px #000000a2;
    border-radius: 10px;
}

.genre>.wl {
    display: flex;
    flex-wrap: wrap;
}

.genre h1 {
    margin: .5em 0;
    font-family: tetsubin;
}

.rows>.row1, .rows>.row2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}


.vkei {
    height: 30em;
    overflow: auto;
}
.item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background: white;
    padding: 5px;
    gap: .5em;
    width: 90%;
    margin-bottom: .75em;
    border-radius: 5px;
    border: 1px solid rgba(128, 128, 128, 0.459);
    
}

.alCover {
    height: 45px;
    display: block;
    margin: auto;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.38));
}

.item div {
    width: calc(100% - 50px - 10px);
    height: 45px;
    overflow: auto;
    scrollbar-width: none;
} 

.item div p {
    margin: .25em 0 0 0;
    text-align: left;
}

.item div p:first-of-type {
    margin-top: 0;
}

.item div p:last-of-type {
    margin-bottom: 0;
}


/* dock  */

.dock {
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 35%;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 5px;
    padding-bottom: 8px;
    perspective: 1500px;
}

.dock>.shelf {
    position: absolute;
    bottom: -1.25em;
    width: 105%;
    height: 100px;
    background: rgba(184, 184, 184, 0.24);
    backdrop-filter: blur(7px);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.322);
    border: 1px solid rgba(255, 255, 255, 0.125);
    transform: rotateX(45deg);

    
}

.dock img {
    height: 80px;
    display: block;
    transition: all .1s ease;
}

.dock > .icon {
    transition: all .3s ease;
    object-fit: cover;
    transform-origin: bottom;
    position: relative;
}

.dock > .icon:hover {
    transform: scale(1.2) translateY(-4px);
    margin: 0 8px;
}

.dock img:active {
    filter: brightness(.45);
}

.dock > .icon:has(+ .icon:hoacxer), .dock > .icon:hover + .icon {
    transform: scale(1.05) translateY(-2px);
}

.music::after {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    position: absolute;
    bottom: -5px;
    z-index: 1;
}

.divider {
    width: 2px;
    height: 85%;
    margin-left: 1em;
    margin-right: .25em;
    margin-bottom: -5px;
    /* background: rgba(255, 255, 255, 0.25); */
}


@keyframes fadein {
    0% {
        opacity:0;
    }

    100% {
        opacity:1;
    }
}


@media screen and (max-width: 1920px) {


    .inner {
        width: 69%;
        height: 75%;
        margin-top: 5em;
    }

    .infobox {
        height: calc(100% - 2em);
    }

    .info {
        width: 82%;
    }


    .coverflow {
        width: 878px !important;
        height: 238px !important;
        margin-bottom: .5em;
        margin-top: .5em;
    }

    .coverflow img {
        width: 170px !important;
        margin-bottom: -1.75em;
    }

    .bottom {
        height: 230px;
        gap: .75em;
    }

    #cd {
        height: 230px;
    }


}