/**
 * PC 音乐详情页 - 沉浸式播放器
 * md- 前缀命名，对齐视频详情页的全屏体验。
 */

.md-page {
    position: absolute;
    inset: 0;
    z-index: 100;
    display: flex;
    width: 100%;
    overflow: hidden;
    background: #05080c;
    color: #fff;
}

.md-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    background: #05080c;
}

.md-bg img {
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    object-fit: cover;
    filter: blur(46px) brightness(0.42) saturate(0.82);
    transform: scale(1.04);
}

.md-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 8, 12, 0.8) 0%, rgba(5, 8, 12, 0.42) 54%, rgba(5, 8, 12, 0.88) 100%),
        linear-gradient(180deg, rgba(5, 8, 12, 0.42) 0%, rgba(5, 8, 12, 0.08) 45%, rgba(5, 8, 12, 0.84) 100%);
}

.md-left {
    position: relative;
    z-index: 2;
    flex: 1;
    min-width: 0;
    height: 100vh;
    overflow: hidden;
}

.md-side {
    position: relative;
    z-index: 4;
    flex: 0 0 420px;
    width: 420px;
    min-width: 420px;
    max-width: 420px;
    height: 100vh;
    overflow: hidden;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(11, 15, 22, 0.78);
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    transition: width 0.2s ease, min-width 0.2s ease, max-width 0.2s ease, flex-basis 0.2s ease, opacity 0.2s ease;
}

.md-page.md-side-collapsed .md-side {
    flex-basis: 0;
    width: 0;
    min-width: 0;
    max-width: 0;
    opacity: 0;
    border-left-color: transparent;
    pointer-events: none;
}

.md-toolbar-left {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 8;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.md-tool-btn,
.md-ctrl-btn,
.md-play-toggle,
.md-follow-btn,
.md-side-tabs button,
.md-power-card-btn {
    appearance: none;
    border: 0;
    background: none;
    font: inherit;
}

.md-tool-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    cursor: pointer;
    backdrop-filter: blur(16px);
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.md-tool-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.md-tool-btn:active {
    transform: scale(0.96);
}

.md-tool-power {
    color: #93c5fd;
}

.md-stage {
    position: absolute;
    inset: 0 0 104px;
    display: grid;
    grid-template-columns: minmax(280px, 420px) minmax(360px, 560px);
    gap: clamp(96px, 9vw, 150px);
    align-items: center;
    justify-content: center;
    padding: 92px 72px 40px 116px;
}

.md-stage-cover-only {
    grid-template-columns: minmax(280px, 520px);
    padding-left: 72px;
}

.md-stage-cover-only .md-artwork-panel {
    justify-self: center;
}

.md-stage-cover-only .md-artwork {
    width: min(520px, 36vw);
}

.md-artwork-panel {
    min-width: 0;
}

.md-artwork {
    position: relative;
    width: min(420px, 32vw);
    min-width: 280px;
    aspect-ratio: 1;
    overflow: visible;
    border-radius: 24px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.md-artwork img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    display: block;
}

.md-vinyl {
    position: absolute;
    top: 8%;
    right: -18%;
    z-index: 1;
    width: 84%;
    height: 84%;
    border-radius: 50%;
    background:
        radial-gradient(circle at center, #d1d5db 0 5%, #111827 6% 14%, #020617 15% 17%, #111827 18% 35%, #020617 36% 38%, #111827 39% 56%, #020617 57% 59%, #111827 60% 100%);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
    opacity: 0.78;
}

.md-artwork-lock {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.78);
    color: #fff;
    font-size: 23px;
    backdrop-filter: blur(10px);
}

.md-track-meta {
    position: relative;
    z-index: 3;
    margin-top: 28px;
}

.md-track-meta h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.16;
    letter-spacing: 0;
}

.md-track-meta p {
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 17px;
}

.md-track-meta .md-track-location {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    max-width: min(420px, 80vw);
    font-size: 14px;
    line-height: 1.4;
}

.md-track-meta .md-track-location i {
    font-size: 15px;
}

.md-info-panel {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 360px;
    margin-left: clamp(18px, 2vw, 38px);
    color: rgba(255, 255, 255, 0.82);
}

.md-info-panel-empty {
    justify-content: center;
}

.md-post-title {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.52);
    font-size: 18px;
    font-weight: 800;
}

.md-lyric-title {
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.36);
    font-size: 18px;
    font-weight: 800;
}

.md-lyric-content {
    height: min(52vh, 560px);
    min-height: 360px;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding: 0 14px 0 0;
    color: rgba(255, 255, 255, 0.46);
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 800;
    line-height: 1.55;
    scroll-behavior: smooth;
}

.md-lyric-content::before,
.md-lyric-content::after {
    content: "";
    display: block;
    height: 42%;
    min-height: 132px;
}

.md-lyric-line {
    margin: 0 0 18px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.42);
    overflow-wrap: anywhere;
    word-break: break-word;
    transform: translateX(0);
    transform-origin: left center;
    transition: color 0.22s ease, opacity 0.22s ease, transform 0.22s ease, font-size 0.22s ease;
}

.md-lyric-line.is-past {
    color: rgba(255, 255, 255, 0.28);
}

.md-lyric-line.is-active {
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(22px, 2vw, 32px);
    transform: translateX(2px);
}

.md-lyric-content a {
    color: #93c5fd;
}

.md-lyric-content::-webkit-scrollbar,
.md-side-panel::-webkit-scrollbar,
.md-comment-panel::-webkit-scrollbar {
    width: 6px;
}

.md-lyric-content::-webkit-scrollbar-thumb,
.md-side-panel::-webkit-scrollbar-thumb,
.md-comment-panel::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.24);
}

.md-power {
    margin-top: 24px;
    padding: 18px;
    border: 1px solid rgba(147, 197, 253, 0.18);
    border-radius: 18px;
    background: rgba(15, 23, 42, 0.56);
    backdrop-filter: blur(18px);
}

.md-power-header,
.md-power-footer {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.66);
    font-size: 13px;
}

.md-power-header {
    margin-bottom: 14px;
    font-weight: 800;
}

.md-power-header i {
    color: #93c5fd;
}

.md-power-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.md-power-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.08);
}

.md-power-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: rgba(59, 130, 246, 0.18);
    color: #bfdbfe;
    font-size: 20px;
}

.md-power-card-body {
    min-width: 0;
    flex: 1;
}

.md-power-card-text {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-power-card-btn {
    margin-top: 8px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #3b82f6;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}

.md-power-card-quota {
    margin-top: 6px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
}

.md-power-footer {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.46);
}

.md-info-dialog-modal {
    width: min(640px, calc(100vw - 32px));
    min-width: 0;
    overflow: hidden;
}

.md-info-dialog-modal .ls-dialog-body {
    max-height: min(62vh, 520px);
    overflow-y: auto;
}

.md-info-dialog-panel {
    color: var(--ls-text-secondary);
}

.md-info-dialog-author-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 14px;
}

.md-info-dialog-author-body {
    min-width: 0;
    flex: 1;
}

.md-info-dialog-author-name,
.md-info-dialog-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.md-info-dialog-author-name {
    gap: 5px;
    line-height: 1.3;
}

.md-info-dialog-author-name a {
    min-width: 0;
    max-width: 180px;
    overflow: hidden;
    color: var(--ls-text);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-info-dialog-author-name .ls-mark {
    flex: 0 0 auto;
}

.md-info-dialog-author-name > em {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px;
    border-radius: 999px;
    background: var(--ls-bg);
    color: var(--ls-text-muted);
    font-size: 12px;
    font-style: normal;
}

.md-info-dialog-meta {
    gap: 7px;
    margin-top: 4px;
    color: var(--ls-text-muted);
    font-size: 12px;
}

.md-info-dialog-meta em {
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--ls-text-muted);
    opacity: 0.5;
}

.md-info-dialog-content {
    color: var(--ls-text-secondary);
    font-size: 14px;
    line-height: 1.8;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.md-info-dialog-content p {
    margin: 0 0 12px;
}

.md-info-dialog-content p:last-child {
    margin-bottom: 0;
}

.md-info-dialog-content a {
    color: var(--ls-primary);
}

@media (max-width: 560px) {
    .md-info-dialog-author-name a {
        max-width: calc(100vw - 170px);
    }
}

.md-control-bar {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto minmax(420px, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 92px;
    padding: 18px 26px 16px;
    background: linear-gradient(180deg, rgba(5, 8, 12, 0.16), rgba(5, 8, 12, 0.72));
    backdrop-filter: blur(16px);
}

.md-progress {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 3px;
    background: rgba(255, 255, 255, 0.18);
    cursor: pointer;
    touch-action: none;
    user-select: none;
    transition: height 0.15s ease;
}

.md-progress::before {
    content: "";
    position: absolute;
    top: -14px;
    right: 0;
    bottom: 0;
    left: 0;
}

.md-progress:hover,
.md-progress.is-dragging {
    height: 6px;
}

.md-progress-fill {
    width: 0;
    height: 100%;
    border-radius: 0 3px 3px 0;
    background: #10b981;
}

.md-progress-dot {
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.38);
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.15s ease;
}

.md-progress:hover .md-progress-dot,
.md-progress.is-dragging .md-progress-dot {
    transform: translate(-50%, -50%) scale(1);
}

.md-now {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.md-now img {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    object-fit: cover;
}

.md-now div {
    min-width: 0;
}

.md-now strong,
.md-now span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-now strong {
    color: #fff;
    font-size: 14px;
}

.md-now span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.46);
    font-size: 12px;
}

.md-controls {
    display: flex;
    align-items: center;
    gap: 14px;
}

.md-ctrl-btn,
.md-play-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.86);
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.md-ctrl-btn {
    min-width: 38px;
    height: 38px;
    padding: 0 9px;
    border-radius: 12px;
    font-size: 21px;
}

.md-ctrl-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.md-play-toggle {
    width: 72px;
    height: 48px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    color: #111827;
    font-size: 28px;
}

.md-play-toggle:hover {
    background: #fff;
}

.md-play-toggle.is-disabled {
    color: #94a3b8;
    cursor: not-allowed;
}

.md-ctrl-btn:active,
.md-play-toggle:active {
    transform: scale(0.96);
}

.md-extra {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
}

.md-volume-control {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 38px;
}

.md-volume-range {
    width: 0;
    height: 4px;
    opacity: 0;
    accent-color: #fff;
    cursor: pointer;
    transition: width 0.18s ease, opacity 0.18s ease;
}

.md-volume-control:hover .md-volume-range,
.md-volume-control:focus-within .md-volume-range {
    width: 72px;
    opacity: 1;
}

.md-play-mode-btn.is-single,
.md-play-mode-btn.is-random,
.md-side-toggle.is-expanded,
.md-info-toggle.is-expanded {
    color: #93c5fd;
}

.md-time {
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
}

.md-time b,
.md-time em {
    font-style: normal;
    font-weight: 500;
}

.md-act-like.ls-liked {
    color: #fb7185;
}

.md-act-collect.ls-on {
    color: #fbbf24;
}

.md-ctrl-btn span {
    margin-left: 5px;
    font-size: 12px;
}

.md-audio {
    display: none;
}

.md-side-tabs {
    display: flex;
    align-items: center;
    height: 46px;
    gap: 24px;
    flex-shrink: 0;
    padding: 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.md-side-tabs button {
    position: relative;
    height: 46px;
    padding: 0;
    border-radius: 0;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    font-weight: 500;
    line-height: 46px;
    cursor: pointer;
    transition: color 0.2s ease;
}

.md-side-tabs button:hover {
    color: rgba(255, 255, 255, 0.8);
}

.md-side-tabs button.ls-on {
    color: #fff;
    font-weight: 600;
}

.md-side-tabs button.ls-on::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 24px;
    height: 3px;
    border-radius: 2px;
    background: #fe2c55;
    transform: translateX(-50%);
}

.md-side-body {
    flex: 1;
    min-height: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.md-side-panel {
    display: none;
    height: 100%;
    min-height: 0;
    overflow: auto;
    padding: 14px;
    box-sizing: border-box;
}

.md-side-panel.ls-on {
    display: block;
}

.md-playlist-item {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    padding: 10px;
    border-radius: 14px;
}

.md-playlist-cover {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.08);
}

.md-playlist-item img {
    width: 54px;
    height: 54px;
    display: block;
    object-fit: cover;
}

.md-playlist-state {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.md-equalizer {
    display: none;
    align-items: flex-end;
    gap: 2px;
    width: 20px;
    height: 18px;
}

.md-equalizer span {
    display: block;
    width: 3px;
    height: 35%;
    border-radius: 999px;
    animation: md-eq-bar 1s ease-in-out infinite;
}

.md-equalizer span:nth-child(1) { animation-delay: 0s; }
.md-equalizer span:nth-child(2) { animation-delay: 0.15s; }
.md-equalizer span:nth-child(3) { animation-delay: 0.3s; }
.md-equalizer span:nth-child(4) { animation-delay: 0.45s; }

.md-equalizer-green span {
    background: #34d399;
    box-shadow: 0 0 8px rgba(52, 211, 153, 0.38);
}

.md-playlist-state-playing .md-equalizer {
    display: flex;
}

.md-playlist-item.ls-on {
    background: rgba(255, 255, 255, 0.06);
}

.md-playlist-item.is-playing {
    background: rgba(52, 211, 153, 0.08);
}

.md-playlist-item.is-pending {
    background: rgba(59, 130, 246, 0.1);
}

.md-playlist-item.is-pending .md-equalizer-green span {
    background: #60a5fa;
    box-shadow: 0 0 8px rgba(96, 165, 250, 0.38);
}

.md-playlist-item div {
    min-width: 0;
    flex: 1;
}

.md-playlist-item > div > strong,
.md-playlist-item > div > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-playlist-item > div > strong {
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
}

.md-playlist-item > div > span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
}

.md-playlist-item {
    color: inherit;
    cursor: pointer;
    transition: background 0.16s ease;
}

.md-playlist-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

.md-playlist-go {
    color: rgba(255, 255, 255, 0.32);
    font-size: 20px;
    transition: color 0.16s ease, transform 0.16s ease;
}

.md-playlist-item:hover .md-playlist-go {
    color: #fff;
    transform: scale(1.08);
}

.md-playlist-item.is-playing .md-playlist-go {
    color: #34d399;
}

.md-side-panel[data-panel="author"] {
    overflow: hidden;
    padding: 0;
}

.md-author-music-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.md-author-info {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 16px 14px;
    flex: 0 0 auto;
}

.md-author-avatar {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
}

.md-author-avatar > img,
.md-author-avatar > a > img,
.md-author-avatar img.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.md-author-body {
    min-width: 0;
    flex: 1;
}

.md-author-name {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: 0;
    font-size: 15px;
    font-weight: 700;
}

.md-author-name a {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.md-author-sub {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 12px;
}

.md-author-follow {
    flex: 0 0 auto;
    height: 32px;
    padding: 0 16px;
    border: 0;
    border-radius: 999px;
    background: #3b82f6;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.md-author-follow.had,
.md-author-follow.followed {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.62);
}

.md-author-music-list {
    flex: 1;
    min-height: 0;
    overflow: auto;
    padding: 0 14px 18px;
}

@keyframes md-eq-bar {
    0%, 100% { height: 22%; }
    25% { height: 82%; }
    50% { height: 44%; }
    75% { height: 100%; }
}

.md-side-loading,
.md-side-empty {
    padding: 24px 8px;
    color: rgba(255, 255, 255, 0.38);
    text-align: center;
    font-size: 13px;
}

.md-comment-panel {
    height: calc(100vh - 74px);
    overflow: auto;
}

.md-comment-panel .ls-comment-box,
.md-comment-panel .ls-comment-menu,
.md-comment-panel .ls-comment-form,
.md-comment-panel .ls-comment-list {
    background: transparent !important;
}

.md-comment-panel .ls-comment-box {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.md-comment-panel .ls-comment-menu {
    padding: 4px 2px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.md-comment-panel .ls-comment-item,
.md-comment-panel .ls-comment-form {
    color: rgba(255, 255, 255, 0.82);
}

.md-comment-panel .ls-comment-count,
.md-comment-panel .ls-comment-count em {
    color: rgba(255, 255, 255, 0.82);
}

.md-comment-panel .ls-comment-tabs {
    background: transparent !important;
}

.md-comment-panel .ls-comment-tabs .tab-item {
    color: rgba(255, 255, 255, 0.46) !important;
    background: transparent !important;
    border-color: transparent !important;
}

.md-comment-panel .ls-comment-tabs .tab-item:hover,
.md-comment-panel .ls-comment-tabs .tab-item.on {
    color: #fff !important;
}

.md-comment-panel .ls-comment-form {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05) !important;
}

.md-comment-panel .ls-comment-textarea,
.md-comment-panel .ls-comment-form .ls-editor,
.md-comment-panel .ls-comment-reply-form .ls-editor {
    min-height: 74px;
    border: 0 !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

.md-comment-panel .ls-comment-textarea::placeholder,
.md-comment-panel .ls-comment-form .ls-editor:empty:not(:focus)::before,
.md-comment-panel .ls-comment-reply-form .ls-editor:empty:not(:focus)::before {
    color: rgba(255, 255, 255, 0.34) !important;
}

.md-comment-panel .ls-comment-toolbar {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.06) !important;
    background: transparent !important;
}

.md-comment-panel .ls-comment-toolbar .tool-btn {
    color: rgba(255, 255, 255, 0.48);
}

.md-comment-panel .ls-comment-toolbar .tool-btn:hover {
    color: rgba(255, 255, 255, 0.82);
}

.md-comment-panel .ls-comment-submit {
    border: 0 !important;
    border-radius: 999px;
    background: #3b82f6 !important;
    color: #fff !important;
}

.md-comment-panel .ls-comment-list {
    padding: 14px 0 0;
}

.md-comment-panel .ls-comment-item {
    border-top: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.055) !important;
}

.md-comment-panel .ls-comment-list > .ls-comment-item + .ls-comment-item {
    border-top: 0 !important;
}

.md-comment-panel .ls-comment-reply-form {
    margin: 10px 0 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05) !important;
}

.md-comment-panel .ls-comment-reply-form .ls-comment-textarea,
.md-comment-panel .ls-comment-reply-form .ls-editor {
    min-height: 54px;
    max-height: 132px;
    color: rgba(255, 255, 255, 0.88) !important;
}

.md-comment-panel .ls-ci-reply-ref,
.md-comment-panel .ls-ci-quote {
    border-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, 0.52) !important;
}

.md-comment-panel .ls-ci-child-toggle,
.md-comment-panel .ls-ci-expand,
.md-comment-panel .ls-ci-child-load-more,
.md-comment-panel .ls-ci-child-fold {
    color: #93c5fd !important;
}

.md-comment-panel .ls-ci-child-list {
    border-left-color: rgba(255, 255, 255, 0.08) !important;
}

.md-comment-panel .ls-ci-user,
.md-comment-panel .ls-ci-user a,
.md-comment-panel .ls-ci-header .ls-ci-name,
.md-comment-panel .ls-ci-header .ls-ci-name a {
    color: rgba(255, 255, 255, 0.86) !important;
}

.md-comment-panel .ls-ci-content {
    color: rgba(255, 255, 255, 0.78);
}

.md-comment-panel .ls-ci-bar,
.md-comment-panel .ls-ci-bar span,
.md-comment-panel .ls-ci-bar .ls-ci-time {
    color: rgba(255, 255, 255, 0.36) !important;
}

.md-comment-panel .ls-ci-bar .ls-ci-action,
.md-comment-panel .ls-ci-bar-right > span {
    color: rgba(255, 255, 255, 0.46) !important;
}

.md-comment-panel .ls-ci-bar .ls-ci-action:hover,
.md-comment-panel .ls-ci-bar-right > span:hover {
    color: rgba(255, 255, 255, 0.78) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

.md-comment-panel .ls-comment-empty,
.md-comment-panel .ls-comment-load-more {
    color: rgba(255, 255, 255, 0.42) !important;
}

.md-page-error {
    align-items: center;
    justify-content: center;
}

.md-page-error .md-left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.md-page-error .ls-empty {
    color: rgba(255, 255, 255, 0.58);
}

@media (max-width: 1280px) {
    .md-side {
        flex-basis: 420px;
        width: 420px;
        min-width: 420px;
        max-width: 420px;
    }

    .md-stage {
        grid-template-columns: minmax(260px, 360px) minmax(320px, 1fr);
        gap: 84px;
        padding-left: 102px;
    }

    .md-artwork {
        width: min(360px, 32vw);
    }
}

@media (max-width: 1024px) {
    .md-page {
        flex-direction: column;
        overflow: auto;
    }

    .md-left {
        flex: 0 0 auto;
        height: auto;
        min-height: 100vh;
    }

    .md-side {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: auto;
        min-height: 460px;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .md-page.md-side-collapsed .md-side {
        display: none;
    }

    .md-stage {
        position: relative;
        inset: auto;
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 96px 28px 230px 92px;
    }

    .md-artwork {
        width: min(340px, 72vw);
    }

    .md-info-panel {
        margin-left: 0;
    }

    .md-lyric-content {
        height: min(46vh, 480px);
        min-height: 300px;
    }

    .md-control-bar {
        grid-template-columns: 1fr;
        position: absolute;
        justify-items: center;
    }

    .md-now,
    .md-extra {
        width: 100%;
        justify-content: center;
    }

    .md-power-cards {
        grid-template-columns: 1fr;
    }
}
