/* ================================================
   UZDEN.NET DIZAYN - TO'LIQ NUSXA
   ================================================ */

/* RESET */
* { background: transparent; margin: 0; padding: 0; outline: none; border: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
input, select { vertical-align: middle; }
article, aside, figure, hgroup, footer, header, nav, section, main { display: block; }

body {
    font: 15px Arial, Helvetica, sans-serif;
    line-height: normal;
    padding: 0; margin: 0;
    color: #000;
    background: #F6F2EB;
    height: 100%; width: 100%;
    font-weight: 400;
    padding-bottom: 84px;
}

img { max-width: 100%; }
.clr { clear: both; }
.clearfix:after { content: ""; display: table; clear: both; }
a { color: #0C1E0C; text-decoration: none; }
a:hover, a:focus { color: #1A421A; text-decoration: none; }
h1, h2, h3, h4, h5 { font-weight: 500; font-size: 18px; }
b, strong { font-weight: 600; }
.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hidden { display: none; }

/* FLEX UTILITIES */
.fx-row { display: flex; flex-wrap: wrap; justify-content: space-between; }
.fx-center { justify-content: center; }
.fx-between { justify-content: space-between; }
.fx-middle { align-items: center; }
.fx-col { display: flex; flex-direction: column; }
.fx-1 { flex-basis: 0; flex-grow: 1; max-width: 100%; min-width: 50px; }
.fx-wrap { flex-wrap: wrap; }

/* BUTTONS */
button, .button {
    padding: 0 20px; display: inline-block; height: 40px; line-height: 40px;
    border-radius: 20px; cursor: pointer;
    background-color: #3E743F; color: #fff;
    text-align: center; font-weight: 600; font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}
button:hover, .button:hover { background-color: #335e8f; color: #fff; }
button:active { box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1); }

input[type="text"], input[type="password"] {
    display: block; width: 100%; height: 40px; line-height: 40px; padding: 0 15px;
    color: #000; background-color: #f8f8f8; border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

/* IMG HELPERS */
.img-fit { overflow: hidden; position: relative; }
.img-fit img { width: 100%; height: 100%; object-fit: cover; }

/* ================================================
   BASIC GRID
   ================================================ */
.wrap { min-width: 320px; position: relative; }
.center { max-width: 1060px; margin: 0 auto; position: relative; z-index: 20; width: 100%; }

/* TOPLINE (HEADER) */
.topline { background-color: #F0E9DF; border-radius: 2px; padding: 0 20px; }
.topline .center { display: flex; align-items: center; }

.logo { height: 70px; display: flex; align-items: center; overflow: hidden; flex-shrink: 0; }
.logo img { height: 46px; width: auto; display: block; }
.logo-text {
    font-size: 26px; font-weight: 700; color: #3E743F; letter-spacing: -0.5px;
}

.btn-menu {
    cursor: pointer; display: none; color: #fff; border-radius: 20px;
    width: 40px; height: 40px; line-height: 40px; text-align: center;
    font-size: 18px; background-color: #3E743F;
    margin-left: 15px; flex-shrink: 0;
    align-items: center; justify-content: center;
}

.search-wrap { position: relative; margin-left: 30px; flex: 1; min-width: 0; }
.search-box { width: 100%; position: relative; }
.search-box input {
    width: 100%; padding: 0 50px 0 20px;
    font-size: 14px; background-color: #F6F2EB;
    box-shadow: none; color: #000; border-radius: 2px;
    height: 40px; line-height: 40px;
    display: block;
    border: none;
}
.search-box input:focus { background-color: #fff; outline: none; }
.search-box button {
    position: absolute; right: 0; top: 0; z-index: 10;
    padding: 0 !important; width: 40px; height: 40px; line-height: 40px;
    background-color: transparent !important; color: #000 !important;
    border-radius: 0; font-size: 16px; border: none;
}
.search-box button:hover { color: #3E743F !important; }

/* LAYOUT: COLS */
.cols { padding: 30px 0; }
.col-left { width: 260px; margin-right: 30px; flex-shrink: 0; }
.col-main { min-height: 80vh; flex: 1; min-width: 0; }

/* FOOTER */
.footline { border-top: 2px solid #efe7de; padding: 20px 0; display: flex; align-items: center; }
.ftbtm { font-size: 14px; opacity: 0.5; flex: 1; }
.ftbtm a { color: inherit; }
.ftcount { }

/* ================================================
   SIDEBAR
   ================================================ */
.side-box + .side-box { margin-top: 30px; }
.side-bt {
    font-weight: 600; font-size: 16px;
    background-color: #F0E9DF; padding: 10px 20px;
    margin-bottom: 20px; border-radius: 2px;
}
.side-sticky { position: static; }

.side-nav li { position: relative; }
.side-nav > li > a {
    display: block; height: 36px; line-height: 36px; overflow: hidden;
    white-space: nowrap; text-overflow: ellipsis; padding: 0 5px 0 26px; position: relative;
}
.side-nav > li > a:hover { background-color: rgba(0,0,0,0.05); text-decoration: underline; }
.side-nav > li > a:before {
    content: "";
    width: 8px; height: 8px; background-color: #56a17a;
    display: inline-block; position: absolute; left: 8px; top: 14px;
    transform: rotate(45deg);
}
.popular { margin-bottom: 14px; line-height: 1.5; }
.popular-desc { display: block; padding-left: 26px; position: relative; }
.popular-desc:before {
    content: "";
    width: 8px; height: 8px; background-color: #56a17a;
    position: absolute; left: 8px; top: 6px; transform: rotate(45deg);
}
.popular-desc:hover { text-decoration: underline; }
.popular-artist { font-weight: 600; font-size: 14px; }
.popular-title { opacity: 0.7; font-size: 14px; }
.side-tp { padding: 0; }

/* MOBILE SIDE PANEL */
.side-panel {
    width: 260px; height: 100%; overflow-x: hidden; overflow-y: auto;
    background-color: #fff; padding: 20px; z-index: 888;
    position: fixed; left: -280px; top: 0; transition: left .4s;
}
.side-panel.active { left: 0; }
.side-panel .side-bt { background-color: #F0E9DF; }
.close-overlay {
    width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);
    position: fixed; left: 0; top: 0; z-index: 887; display: none;
}
.close-overlay.active { display: block; }

/* ================================================
   SECTIONS
   ================================================ */
.sections, .sect1 { background-color: #fff; border-radius: 2px; padding: 20px; overflow: hidden; }
.sections + .sections, .sect1 + .sect1 { margin-top: 20px; }
.sections .sect { width: 48.5%; }
.sections .sect .track-item .track-dl { display: none; }

.sect-header { margin-bottom: 12px; background-color: #F6F2EB; padding: 12px; border-radius: 2px; }
.sect-header-full { margin-bottom: 20px; }
.sect-link { display: inline-block; color: #949494; font-size: 13px; margin-left: 15px; }
.sect-link:hover { text-decoration: underline; }
.sect-link .fa { font-size: 11px; margin: 0 4px; }
.icon-left { }
.sect-t { font-weight: 600; font-size: 18px; }
.sect-c { }

.speedbar { padding: 20px 0; color: #888; font-size: 13px; }
.speedbar a { color: #888; }
.speedbar a:hover { text-decoration: underline; }
.speedbar .fa { font-size: 11px; margin: 0 5px; }

/* ================================================
   TRACK ITEMS
   ================================================ */
.track-item {
    background-color: #fff; padding: 6px 10px 6px 6px;
    position: relative; margin-bottom: 6px;
    display: flex; align-items: center;
    min-width: 0;
}
.track-item:hover, .track-item.show-player { background-color: #f8f6f2; border-radius: 2px; }

.track-img {
    width: 48px; height: 48px; border-radius: 2px;
    margin-right: 12px; background-color: #e8e4de;
    flex-shrink: 0; position: relative; overflow: hidden;
}
.track-img img { width: 48px; height: 48px; object-fit: cover; display: block; }

.track-play {
    width: 48px; height: 48px; line-height: 48px; text-align: center;
    color: #fff; position: absolute; left: 0; top: 0; z-index: 2;
    cursor: pointer; display: flex; align-items: center; justify-content: center;
}
.track-play:before {
    content: ''; position: absolute; left: 0; top: 0; right: 0; bottom: 0;
    opacity: 0; transition: opacity .2s;
}
.track-item:hover .track-play.js-play:before { background: rgba(0,0,0,0.5); opacity: 1; }
.track-play.js-stop:before { background: rgba(0,0,0,0.5); opacity: 1; }
.track-item.is-active { background-color: #eef5ef; border-radius: 8px; }

.track-play-icon {
    width: 0; height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff;
    position: relative; z-index: 3;
    opacity: 0; transition: opacity .2s;
    margin-left: 3px;
}
.track-item:hover .track-play.js-play .track-play-icon { opacity: 1; }
.track-play.js-stop .track-play-icon { opacity: 1; }
.track-play.js-play .track-play-icon { opacity: 0.92; }

/* pause icon for playing state */
.track-play.js-stop .track-play-icon {
    width: 14px; height: 14px;
    border-style: none;
    background: linear-gradient(to right, #fff 0, #fff 4px, transparent 4px, transparent 6px, #fff 6px, #fff 10px);
    border-width: 0;
    margin-left: 0;
}

.track-desc { flex: 1; min-width: 0; }
.track-desc a { display: block; color: #000; }
.track-title { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.track-subtitle { color: #939393; margin-top: 3px; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.track-dl {
    color: #7EB67F !important; margin-left: 15px; cursor: pointer;
    font-size: 18px; flex-shrink: 0; display: block;
}
.track-dl:hover { color: #3E743F !important; }
.track-time { color: #949494; font-size: 13px; margin-left: 15px; flex-shrink: 0; white-space: nowrap; }

/* JS states */
.js-item .track-title { cursor: pointer; }

/* ================================================
   FULL PAGE (MP3 sahifasi)
   ================================================ */
.sct { }
.fheader { margin-bottom: 26px; }
.fheader h1 { font-size: 24px; font-weight: 800; line-height: 1.3; }
.fheader h1 span { color: #3E743F; }

.fleft { width: 172px; margin-right: 20px; flex-shrink: 0; }
.fimg { width: 172px; height: 172px; border-radius: 2px; overflow: hidden; background-color: #e8e4de; }
.fimg img { width: 100%; height: 100%; object-fit: cover; display: block; }

.fcols1 { margin-bottom: 20px; align-items: flex-start; }
.fmain { flex: 1; min-width: 0; }
.rate-mob { width: 100%; display: none; }
.fcaption { font-size: 12px; line-height: 1.4; opacity: 0.6; margin-top: 15px; }

.fctrl { display: flex; flex-wrap: wrap; margin-bottom: 15px; gap: 12px; align-items: stretch; }
.fctrl > * { width: calc(50% - 6px); cursor: pointer; min-width: 180px; }
.fbtn {
    height: 64px; display: flex; align-items: center;
    padding: 12px 20px 12px 72px; position: relative;
    border-radius: 32px; overflow: hidden;
    color: inherit; text-decoration: none;
}
.fbtn-title {
    opacity: 0.7; font-size: 13px; margin-top: 4px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.fbtn-icon {
    width: 60px; height: 100%; position: absolute; left: 0; top: 0;
    background-color: rgba(0,0,0,0.1); font-size: 25px; text-align: center;
    display: flex; align-items: center; justify-content: center;
}
.fbtn-capt { font-weight: 600; display: block; }
.fbtn-desc { flex: 1; min-width: 0; }

.fplay { background-color: #3E743F; color: #fff; }
.fplay:hover { background-color: #335e8f; }
.fplay-wr.is-active .fplay { background-color: #335e8f; }
.fdl { box-shadow: inset 0 0 0 2px #3E743F; }
.fdl .fbtn-icon { background-color: #3E743F; color: #fff; font-size: 23px; }
.fdl:hover { box-shadow: inset 0 0 0 2px #335e8f; }
.fdl:hover .fbtn-icon { background-color: #335e8f; }

.finfo { }
.finfo li { font-size: 14px; position: relative; padding: 8px 10px 8px 150px; }
.finfo li:nth-child(2n+1) { background-color: #FDFBF9; }
.finfo li > span:first-child { position: absolute; left: 10px; top: 8px; font-size: 14px; opacity: 0.7; }
.finfo a { color: #4527a0; text-decoration: underline; }

/* FULL TEXT */
.full-text { color: #3c3c3c; font-size: 16px; line-height: 1.7; }
.full-text p { margin-bottom: 10px; }
.full-text br { display: block; }

/* "Slice" for long text */
.slice-this { max-height: 200px; overflow: hidden; position: relative; transition: max-height .3s; }
.slice-this.open { max-height: 9999px; }
.slice-btn { margin: 10px 0; }
.slice-btn span { cursor: pointer; color: #285473; text-decoration: underline; }

/* COMMENTS */
.sect-comms .add-comms { display: none; padding: 15px; background: #f9f9f9; border-radius: 4px; margin-top: 10px; }
.sect-comms .add-comms.open { display: block; }
.add-comm-btn {
    cursor: pointer; padding: 5px 15px; background: #3E743F; color: #fff;
    border-radius: 3px; font-size: 14px; display: inline-block;
}
.add-comm-btn:hover { background: #335e8f; }
.ac-inputs { display: flex; gap: 10px; margin-bottom: 10px; }
.ac-inputs input { flex: 1; }
.ac-textarea textarea {
    width: 100%; padding: 10px; border: 1px solid #e3e3e3;
    background-color: #F8F8F8; border-radius: 0; overflow: auto;
    vertical-align: top; resize: vertical; min-height: 100px;
    box-shadow: 0 0 0 1px #EDEDED, inset 1px 1px 3px 0 rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}
.ac-protect { margin-top: 10px; }
.ac-submit { margin-top: 10px; }
.ac-submit button { cursor: pointer; }
.form-item label { display: block; margin-bottom: 4px; font-size: 13px; }
.form-secur { display: flex; align-items: center; gap: 10px; margin-top: 5px; }
.form-secur input { width: 160px; display: inline-block; }
.form-secur a img { display: block; border-radius: 3px; }

/* NAVIGATION */
.navigation { text-align: center; margin-top: 20px; }
.navigation a, .navigation span {
    display: inline-block; padding: 0 10px; min-width: 36px; height: 36px; line-height: 36px;
    background-color: #fff; margin: 0 2px; border-radius: 18px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1); font-weight: 600;
}
.navigation span { background-color: #3E743F; color: #fff; }
.navigation a:hover { background-color: #3E743F; color: #fff; }

/* "Сейчас слушают" */
.last-phrases-block { margin-top: 20px; padding: 15px 20px; background: #fff; border-radius: 2px; }
.last-phrases-title { font-weight: 600; margin-bottom: 10px; display: block; font-size: 15px; }
.phrase-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.phrase-tag {
    display: inline-block; background: #F6F2EB;
    padding: 4px 12px; border-radius: 20px; font-size: 13px;
    color: #333; border: 1px solid #e0d9d0;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 220px;
}
.phrase-tag:hover { background-color: #3E743F; color: #fff; border-color: #3E743F; }
.popular-title-phrase { opacity: 1; }

/* ================================================
   PLAYER
   ================================================ */
.item-player { width: 100%; position: fixed; left: 0; bottom: 0; z-index: 997; }
.audioplayer {
    position: relative; max-width: 1060px; margin: 0 auto;
    padding: 12px 22px; background: linear-gradient(135deg, #ffffff 0%, #f4efe7 100%); color: #000;
    display: flex; align-items: center; flex-wrap: nowrap; gap: 0;
    border-radius: 18px 18px 0 0;
    box-shadow: 0 -10px 32px rgba(0,0,0,0.12);
    border: 1px solid rgba(62,116,63,0.12);
}
.audioplayer audio { display: none; }
.audioplayer-bar {
    position: absolute; left: 0; right: 0; bottom: 100%; height: 15px;
    background-color: #d2d9e1; cursor: pointer;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}
.audioplayer-bar-loaded { position: absolute; left: 0; top: 0; height: 100%; background-color: rgba(0,0,0,0.05); }
.audioplayer-bar-played { position: absolute; left: 0; top: 0; height: 100%; z-index: 10; background-color: #3E743F; width: 0; transition: width .1s linear; }
.audioplayer-time {
    position: absolute; z-index: 20; font-size: 11px; bottom: 100%;
    pointer-events: none; color: #fff; line-height: 15px; padding: 0 4px;
    background: rgba(62,116,63,0.7);
}
.audioplayer-time-current { left: 0; }
.audioplayer-time-duration { right: 0; }

.ap-ctrl-group { display: flex; align-items: center; }
.audioplayer-playpause { display: inline-flex; }
.audioplayer-playpause a, .audioplayer-volume-button a, .ap-dl {
    width: 40px; height: 40px; line-height: 40px; text-align: center;
    border-radius: 50%; cursor: pointer; background-color: #3E743F; color: #fff;
    display: flex; align-items: center; justify-content: center; font-size: 16px;
    transition: background-color .2s; text-decoration: none;
}
.audioplayer-playpause a:hover, .audioplayer-volume-button a:hover, .ap-dl:hover {
    background-color: #5b88bd;
}
.ap-prev, .ap-next {
    width: 30px; height: 30px; text-align: center;
    border-radius: 50%; cursor: pointer; color: #fff; background: #769677;
    display: flex; align-items: center; justify-content: center; font-size: 12px;
}
.ap-prev { margin-right: 10px; }
.ap-next { margin-left: 10px; }
.ap-prev:hover, .ap-next:hover { background-color: #5b88bd; }
.ap-dl { background-color: #3E743F; margin-right: 10px; font-size: 14px; width: 30px; height: 30px; }

.ap-img { width: 40px; height: 40px; margin: 0 10px; overflow: hidden; flex-shrink: 0; }
.ap-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 10px; display: block; }
.ap-desc { padding: 0 15px; flex: 1; min-width: 0; overflow: hidden; }
.ap-label {
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6f8a70;
    margin-bottom: 5px;
}
.ap-artist { font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 14px; }
.ap-title { opacity: 0.6; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }

.audioplayer-volume-button { display: inline-flex; margin-left: 10px; }
.audioplayer-volume-adjust { margin-left: 8px; display: flex; align-items: center; }
.audioplayer-volume-adjust > div {
    width: 50px; height: 10px; border-radius: 5px;
    position: relative; cursor: pointer; background-color: #d2d9e1; overflow: hidden;
}
.audioplayer-volume-adjust > div > div {
    height: 100%; background-color: #3E743F; position: absolute; left: 0; bottom: 0; z-index: 10;
    width: 70%;
}

/* ================================================
   MEDIA QUERIES
   ================================================ */
@media screen and (max-width: 1220px) {
    .center { max-width: 100%; padding: 0 15px; }
    .col-left { display: none; }
    .btn-menu { display: flex; }
    .col-main { width: 100%; }
}

@media screen and (max-width: 950px) {
    .cols { padding: 0; }
    .speedbar { padding: 15px 0; }
    .topline .center { flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
    .logo { height: auto; min-height: 40px; }
    .search-wrap {
        margin-left: 0;
        margin-top: 12px;
        flex-basis: 100%;
        width: 100%;
        order: 3;
    }
    .btn-menu { margin-left: auto; }
    .fheader { margin-bottom: 20px; }
    .fheader h1 { font-size: 21px; line-height: 1.35; }
    .fleft { width: 148px; margin-right: 16px; }
    .fimg { width: 148px; height: 148px; }
    .finfo li { padding-left: 135px; }
    .fctrl > * { min-width: 0; }
    .audioplayer {
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 760px) {
    .sections .sect { width: 100%; margin-bottom: 15px; }
    .footline { display: block; text-align: center; }
    .ftbtm { width: 100%; margin-bottom: 10px; }
    .audioplayer { padding-left: 10px; padding-right: 10px; }
    .topline { padding: 0 10px; }
    .cols { padding: 0; }
    .sections, .sect1 { padding: 15px; }
    .sect-header, .sect-header-full { margin-bottom: 14px; }
    .sect-t { font-size: 17px; line-height: 1.35; }
    .track-item {
        padding: 8px 8px 8px 6px;
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr) auto;
        grid-template-areas:
            "img desc time"
            "img desc dl";
        column-gap: 10px;
        row-gap: 4px;
        align-items: center;
    }
    .track-img { grid-area: img; margin-right: 0; }
    .track-desc { grid-area: desc; min-width: 0; }
    .track-time { grid-area: time; margin-left: 0; font-size: 12px; justify-self: end; }
    .track-dl { grid-area: dl; margin-left: 0; justify-self: end; font-size: 17px; }
    .fheader h1 { font-size: 19px; }
    .fcols1 { gap: 14px; }
    .finfo li {
        padding: 10px 0;
        display: block;
        border-bottom: 1px solid #efe7de;
    }
    .finfo li > span:first-child {
        position: static;
        display: inline;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-right: 6px;
    }
    .fctrl {
        gap: 10px;
        margin-bottom: 18px;
    }
    .fbtn {
        height: auto;
        min-height: 58px;
        border-radius: 18px;
        padding: 10px 14px 10px 60px;
    }
    .fbtn-icon {
        width: 48px;
        font-size: 21px;
    }
    .fbtn-capt { font-size: 14px; }
    .fbtn-title { font-size: 12px; margin-top: 2px; }
    .speedbar {
        white-space: normal;
        line-height: 1.5;
        overflow-wrap: anywhere;
    }
    .side-panel { width: min(320px, calc(100vw - 24px)); left: calc(-100vw - 24px); padding: 16px; }
    .side-panel.active { left: 0; }
    .audioplayer {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-areas:
            "controls meta download"
            "bar bar bar";
        gap: 10px;
        align-items: center;
    }
    .audioplayer-bar {
        grid-area: bar;
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 12px;
        order: 4;
    }
    .ap-ctrl-group { grid-area: controls; }
    .ap-desc { grid-area: meta; padding: 0; min-width: 0; }
    .ap-dl { grid-area: download; margin-right: 0; }
    .ap-label { margin-bottom: 3px; }
    .audioplayer-time {
        font-size: 10px;
        line-height: 12px;
        bottom: 100%;
    }
}

@media screen and (max-width: 590px) {
    body { padding-bottom: 96px; }
    .logo-text { font-size: 22px; }
    .topline .center { align-items: center; }
    .search-box input {
        height: 44px;
        line-height: 44px;
        padding-left: 16px;
        padding-right: 44px;
        font-size: 16px;
    }
    .search-box button {
        width: 44px;
        height: 44px;
        line-height: 44px;
    }
    .track-dl { display: none !important; }
    .track-item {
        grid-template-columns: 48px minmax(0, 1fr) auto;
        grid-template-areas: "img desc time";
    }
    .fimg { margin: 0 auto; }
    .fleft {
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .fcols1 { flex-direction: column; }
    .fctrl > * { width: 100%; }
    .fmain { width: 100%; }
    .fimg { width: min(220px, 58vw); height: min(220px, 58vw); }
    .fcaption { font-size: 13px; line-height: 1.5; }
    .audioplayer {
        grid-template-columns: auto minmax(0, 1fr) auto;
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .ap-prev, .ap-next {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }
    .audioplayer-playpause a {
        width: 38px;
        height: 38px;
    }
    .ap-artist { font-size: 13px; }
    .ap-title { font-size: 12px; }
}

@media screen and (max-width: 470px) {
    .center { padding: 0 10px; }
    .topline { padding: 0 8px; }
    .topline .center { padding-top: 10px; padding-bottom: 10px; }
    .logo-text { font-size: 20px; }
    .btn-menu {
        width: 38px;
        height: 38px;
        line-height: 38px;
        margin-left: 10px;
    }
    .sections, .sect1 { padding: 12px; }
    .sect-t { font-size: 16px; }
    .track-title, .track-subtitle, .popular-desc, .fbtn-title, .fbtn-capt { white-space: normal; }
    .track-item {
        grid-template-columns: 44px minmax(0, 1fr) auto;
    }
    .track-img, .track-play {
        width: 44px;
        height: 44px;
    }
    .track-img img { width: 44px; height: 44px; }
    .fheader h1 { font-size: 18px; }
    .fbtn {
        padding-left: 56px;
        padding-right: 12px;
    }
    .fbtn-icon { width: 44px; }
    .ap-img { display: none; }
    .audioplayer-volume-button, .audioplayer-volume-adjust { display: none; }
    .ap-desc { min-width: 5px; }
    .fctrl > * { width: 100%; }
    .speedbar .fa { margin: 0 3px; }
}

@media screen and (max-width: 380px) {
    body { padding-bottom: 104px; }
    .topline .center { gap: 8px; }
    .logo-text { font-size: 18px; }
    .search-wrap { margin-top: 10px; }
    .search-box input { font-size: 15px; }
    .track-time { font-size: 11px; }
    .fimg { width: min(190px, 62vw); height: min(190px, 62vw); }
    .audioplayer {
        padding-left: 8px;
        padding-right: 8px;
    }
}
