﻿@charset "UTF-8";

:root {
    --plus-bg: #fbf7ef;
    --plus-bg-soft: #f3eadc;
    --plus-surface: rgba(255, 252, 246, 0.9);
    --plus-surface-strong: rgba(255, 253, 248, 0.98);
    --plus-line: rgba(92, 66, 43, 0.13);
    --plus-line-strong: rgba(172, 103, 43, 0.24);
    --plus-text: #2f261f;
    --plus-muted: #746454;
    --plus-dim: #9a8876;
    --plus-coral: #b85f42;
    --plus-accent: #8a5a26;
    --plus-gold: #b7791f;
    --plus-lime: #7a8f45;
    --plus-shadow: 0 6px 18px rgba(92, 66, 43, 0.06);
    --plus-shell: 1180px;
    --plus-radius-sm: 8px;
    --plus-radius-md: 14px;
    --plus-radius-lg: 20px;
    --plus-ease: 180ms ease;
}

* {
    box-sizing: border-box;
}

html {
    min-width: 0;
    background: var(--plus-bg);
    color: var(--plus-text);
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: 0;
    margin: 0;
    background:
        linear-gradient(180deg, #fbf7ef 0%, #f7efe2 42%, #fffdf8 100%),
        var(--plus-bg);
    color: var(--plus-text);
    font-size: 14px;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

.page-pc-only {
    display: block;
}

.page-h5-only {
    display: none;
}

.pcMain,
.h5Main,
.pagebody,
.pagebodybox {
    min-width: 0;
}

.faloo-home {
    color: var(--plus-text);
}

.faloo-shell {
    width: min(var(--plus-shell), calc(100% - 32px));
    margin: 0 auto;
}

.faloo-topbar {
    position: relative;
    z-index: 45;
    border-bottom: 1px solid var(--plus-line);
    background: rgba(255, 252, 246, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.faloo-topline {
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    color: var(--plus-muted);
    font-size: 13px;
}

.faloo-topline-left,
.faloo-topline-right {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.faloo-topline-left span {
    color: rgba(92, 66, 43, 0.28);
}

.faloo-topline-left .faloo-authGuest,
.faloo-topline-left .faloo-authUser {
    display: inline-flex;
    align-items: center;
    gap: 0;
    color: var(--plus-muted);
}

#pcNavFalooApp .js-auth-user,
#pcNavFalooApp #login,
#pcNavFalooApp .js-auth-required {
    display: none;
}

.faloo-topline-left .faloo-authSep {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    color: rgba(92, 66, 43, 0.28);
    line-height: 1;
}

.faloo-topline-left .faloo-authGuest > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    color: rgba(92, 66, 43, 0.28);
    line-height: 1;
}

.faloo-topline-left .faloo-authName {
    display: inline-block;
    max-width: 140px;
    overflow: hidden;
    color: var(--plus-accent);
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-overflow: ellipsis;
    vertical-align: -1px;
    white-space: nowrap;
}

.faloo-authNotice {
    position: relative;
    gap: 4px;
    color: inherit !important;
}

.faloo-authNoticeText {
    color: inherit !important;
}

.faloo-topline a {
    min-height: 32px;
    display: inline-flex;
    align-items: center;
    color: var(--plus-muted);
    transition: color var(--plus-ease), text-shadow var(--plus-ease);
}

.faloo-topline a:hover,
.faloo-topline a:focus-visible {
    color: var(--plus-accent);
    text-shadow: 0 8px 22px rgba(138, 90, 38, 0.14);
    outline: none;
}

.faloo-brandbar {
    position: relative;
    z-index: 42;
    padding: 18px 0;
    background: rgba(255, 248, 237, 0.9);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.faloo-brandline {
    display: grid;
    grid-template-columns: minmax(150px, 240px) minmax(280px, 560px) 1fr;
    align-items: center;
    gap: 22px;
}

.faloo-logo {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-self: start;
}

.faloo-logo img {
    width: auto;
    max-width: 220px;
    max-height: 48px;
    object-fit: contain;
    filter: drop-shadow(0 4px 10px rgba(92, 66, 43, 0.08));
}

.faloo-mobileActions {
    display: none;
}

.faloo-mobileAction {
    position: relative;
    width: 42px;
    min-height: 40px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0;
    border: 0;
    border-radius: 0;
    color: #8a5a26;
    font: inherit;
    font-size: 11px;
    line-height: 1;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    transition: color var(--plus-ease);
}

.faloo-mobileAction > svg,
.faloo-mobileAction .pcNavNoticeIconWrap {
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
}

.faloo-mobileAction svg {
    display: block;
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.15;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faloo-mobileAction span:last-child {
    display: block;
    height: 13px;
    font-weight: 700;
    line-height: 13px;
    white-space: nowrap;
}

.pcNavNoticeIconWrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.noticeUnreadBadge {
    position: absolute;
    right: -8px;
    top: -8px;
    min-width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fffdf8;
    border-radius: 999px;
    background: #b85f42;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
}

.faloo-authNotice .noticeUnreadBadge {
    position: static;
    min-width: 17px;
    height: 17px;
    border-width: 0;
    box-shadow: 0 4px 10px rgba(184, 95, 66, 0.18);
}

.faloo-searchWrap {
    width: 100%;
    min-width: 0;
}

.faloo-search {
    height: 46px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(172, 103, 43, 0.22);
    border-radius: var(--plus-radius-sm);
    background: #fffdf8;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.76) inset, 0 4px 12px rgba(92, 66, 43, 0.06);
    transition: border-color var(--plus-ease), box-shadow var(--plus-ease);
}

.faloo-search:focus-within {
    border-color: var(--plus-accent);
    box-shadow: 0 0 0 3px rgba(138, 90, 38, 0.08), 0 5px 14px rgba(92, 66, 43, 0.08);
}

.faloo-searchType {
    height: 100%;
    min-width: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--plus-line);
    color: var(--plus-gold);
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.faloo-searchInput {
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--plus-text);
    font-size: 15px;
}

.faloo-searchInput::placeholder {
    color: var(--plus-dim);
}

.faloo-searchButton {
    min-width: 88px;
    height: 100%;
    border: 0;
    background: linear-gradient(135deg, #a85f2a, #c8892f);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.08em;
    cursor: pointer;
    transition: filter var(--plus-ease);
}

.faloo-searchButton:hover,
.faloo-searchButton:focus-visible {
    filter: brightness(1.08);
    outline: none;
}

.faloo-navbar {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 253, 248, 0.94);
    border-top: 1px solid var(--plus-line);
    border-bottom: 1px solid var(--plus-line);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: var(--plus-shadow);
}

.faloo-mainnav {
    min-height: 56px;
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 0;
    scrollbar-width: none;
}

.faloo-mainnav::-webkit-scrollbar,
.faloo-categorybar::-webkit-scrollbar {
    display: none;
}

.faloo-mainnav a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0 17px;
    border-radius: var(--plus-radius-sm);
    color: #44352a;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.01em;
    transition: background var(--plus-ease), color var(--plus-ease), box-shadow var(--plus-ease);
    -webkit-tap-highlight-color: transparent;
    touch-action: pan-x;
}

.faloo-mainnav a:focus-visible,
.faloo-mainnav a.is-active {
    background: linear-gradient(135deg, #9f5f2d, #c88734);
    color: #fffaf2;
    box-shadow: 0 4px 10px rgba(159, 95, 45, 0.14);
    outline: none;
}

@media (hover: hover) and (pointer: fine) {
    .faloo-mainnav a:hover {
        background: linear-gradient(135deg, #9f5f2d, #c88734);
        color: #fffaf2;
        box-shadow: 0 4px 10px rgba(159, 95, 45, 0.14);
        outline: none;
    }
}

@media (hover: none) {
    .faloo-mainnav a:hover:not(.is-active),
    .faloo-mainnav a:focus:not(.is-active) {
        background: rgba(255, 253, 248, 0.88);
        color: #44352a;
        box-shadow: none;
        transform: none;
    }
}

.faloo-categorybar-wrap {
    position: relative;
    z-index: 30;
    padding: 10px 0 14px;
    background: rgba(247, 239, 226, 0.82);
    border-bottom: 1px solid var(--plus-line);
}

.faloo-categorybar {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1px;
    scrollbar-width: none;
}

.faloo-categoryChip {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    padding: 0 13px;
    border: 1px solid var(--plus-line);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.86);
    color: var(--plus-muted);
    font-size: 13px;
    transition: border-color var(--plus-ease), color var(--plus-ease), background var(--plus-ease);
}

.faloo-categoryDot {
    width: 6px;
    height: 6px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: var(--plus-lime);
    box-shadow: 0 0 12px rgba(122, 143, 69, 0.24);
}

.faloo-categoryChip:hover,
.faloo-categoryChip:focus-visible {
    border-color: rgba(172, 103, 43, 0.28);
    background: #fff8ed;
    color: var(--plus-text);
    outline: none;
}

@media (max-width: 1024px) {
    .page-pc-only {
        display: none;
    }

    .page-h5-only {
        display: block;
    }

    .faloo-shell {
        width: min(100% - 24px, 720px);
    }

    .faloo-topbar {
        display: none;
    }

    .faloo-brandbar {
        padding: 12px 0 8px;
    }

    .faloo-brandline {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px;
    }

    .faloo-logo {
        min-height: 40px;
        align-self: center;
    }

    .faloo-logo img {
        max-width: 160px;
        max-height: 36px;
    }

    .faloo-mobileActions {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 7px;
    }

    .faloo-mobileAction {
        display: inline-flex;
        flex-direction: column;
    }

    .faloo-mobileAction:hover,
    .faloo-mobileAction:focus-visible {
        color: var(--plus-accent);
        outline: none;
    }

    .faloo-searchWrap {
        grid-column: 1 / -1;
    }

    .faloo-search {
        height: 42px;
        border-radius: 999px;
    }

    .faloo-searchType {
        min-width: 58px;
        font-size: 13px;
    }

    .faloo-searchInput {
        font-size: 16px;
        padding: 0 10px;
    }

    .faloo-searchButton {
        min-width: 72px;
        letter-spacing: 0.04em;
    }

    .faloo-navbar {
        top: 0;
    }

    .faloo-mainnav {
        min-height: 50px;
        gap: 6px;
        padding: 7px 0;
    }

    .faloo-mainnav a {
        min-height: 34px;
        padding: 0 13px;
        font-size: 14px;
        border: 1px solid var(--plus-line);
        background: rgba(255, 253, 248, 0.88);
    }

    .faloo-mainnav a.is-active,
    .faloo-mainnav a:focus-visible {
        transform: none;
    }

    .faloo-categorybar-wrap {
        padding: 8px 0 10px;
    }

    .faloo-categorybar {
        gap: 8px;
    }

    .faloo-categoryChip {
        min-height: 32px;
        padding: 0 11px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .faloo-shell {
        width: calc(100% - 16px);
    }

    .faloo-brandbar {
        padding-top: 10px;
    }

    .faloo-logo img {
        max-width: 142px;
    }

    .faloo-mobileActions {
        gap: 4px;
    }

    .faloo-mobileAction {
        width: 38px;
        min-height: 38px;
        font-size: 11px;
    }

    .faloo-search {
        grid-template-columns: auto minmax(0, 1fr) auto;
        height: 40px;
    }

    .faloo-searchType {
        min-width: 52px;
    }

    .faloo-searchButton {
        min-width: 64px;
        font-size: 14px;
    }
}

/* Global listen player */
.hidden {
    display: none !important;
}

.pop_hidden {
    opacity: 0;
    pointer-events: none;
    transform: translateY(108%);
}

.can_not_click {
    cursor: not-allowed !important;
    opacity: 0.38 !important;
    pointer-events: none !important;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes listenBars {
    0%,
    100% {
        transform: scaleY(0.34);
    }

    50% {
        transform: scaleY(1);
    }
}

.listen_book_btn,
.listen_book_player_container {
    position: fixed;
    right: 18px;
    bottom: calc(20px + env(safe-area-inset-bottom));
    z-index: 99990;
}

.listen_book_btn {
    display: none !important; /* replaced by toolbar icon */
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(135deg, #f8b15d 0%, #d87333 55%, #a94b22 100%);
    box-shadow: 0 12px 24px rgba(173, 83, 36, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.listen_book_btn img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.listen_book_player_container {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    min-width: 132px;
    min-height: 58px;
    padding: 7px 34px 7px 8px;
    border: 1px solid rgba(216, 115, 51, 0.22);
    border-radius: 999px;
    background: rgba(255, 253, 248, 0.98);
    box-shadow: 0 12px 28px rgba(173, 83, 36, 0.18);
    backdrop-filter: blur(12px);
}

#listen_fm {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    cursor: pointer;
    border: 2px solid #fff9ec;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 6px 12px rgba(84, 58, 31, 0.18);
}

.circle-progress-container {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
}

.circular-chart {
    display: block;
    width: 36px;
    height: 36px;
    transform: rotate(-90deg);
}

.circle-bg {
    fill: none;
    stroke: rgba(189, 140, 83, 0.2);
    stroke-width: 3;
}

.circle {
    fill: none;
    stroke: #b8792d;
    stroke-linecap: round;
    stroke-width: 3;
    transition: stroke-dasharray 0.18s ease;
}

.percentage {
    position: absolute;
    inset: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: linear-gradient(135deg, #b9792e, #8f571e);
}

.listen_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
    width: 18px;
    height: 18px;
    padding: 4px;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(216, 115, 51, 0.14);
    box-sizing: border-box;
}

.listen_close path {
    fill: #a66a35;
}

#player_mask {
    position: fixed;
    inset: 0;
    z-index: 99991;
    background: rgba(36, 28, 19, 0.38);
    backdrop-filter: blur(4px);
}

#player_container,
#player_chapter_container,
#player_speed_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99992;
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    box-shadow: 0 -14px 36px rgba(62, 42, 20, 0.18);
    transition: opacity 0.22s ease, transform 0.22s ease;
}

#player_container {
    min-height: 620px;
    height: min(86vh, 680px);
    padding: 18px 20px max(22px, env(safe-area-inset-bottom));
    color: #fffaf0;
    background: linear-gradient(180deg, #6a4525 0%, #4f3522 52%, #31251d 100%);
}

.player_top_container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 38px;
    color: inherit;
    font-size: 16px;
    font-weight: 700;
}

.player_top_container svg {
    position: absolute;
    left: 0;
    cursor: pointer;
}

.player_cover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 26px auto 28px;
    text-align: center;
}

.player_cover > img {
    width: min(58vw, 250px);
    aspect-ratio: 1;
    border: 7px solid rgba(255, 251, 239, 0.16);
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 22px 46px rgba(21, 16, 12, 0.36);
}

.player_cover > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

#listen_chapter_name {
    max-width: min(78vw, 420px);
    overflow: hidden;
    color: #fff8e8;
    font-size: 19px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player_cover > div > div {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    max-width: min(74vw, 380px);
    color: rgba(255, 246, 226, 0.72);
    font-size: 13px;
}

#listen_book_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.player_tool_container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    gap: 18px;
    width: min(100%, 420px);
    margin: 34px auto 0;
}

.player_tool_container img {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.player_tool_container #pop_play_btn {
    width: 58px;
    height: 58px;
    padding: 14px;
    border-radius: 50%;
    background: #fff7e6;
    box-shadow: 0 12px 24px rgba(21, 16, 12, 0.22);
    filter: none;
}

#player_prev {
    transform: rotate(180deg);
}

#player_chapter_container,
#player_speed_container {
    max-height: min(78vh, 620px);
    padding: 16px 18px max(18px, env(safe-area-inset-bottom));
    color: #3a2a1c;
    background: #fffdf8;
}

#player_chapter_container .player_top_container,
#player_speed_container .player_top_container {
    color: #2f241b;
}

#h5_player_chapter_list {
    max-height: calc(min(78vh, 620px) - 78px);
    margin-top: 12px;
    overflow-y: auto;
    padding-right: 2px;
}

.h5_player_chapter_item {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: 1px solid rgba(114, 82, 45, 0.1);
    color: #594535;
    font-size: 14px;
}

.h5_player_chapter_item[data-active="1"] {
    color: #a56722;
    font-weight: 700;
    background: rgba(177, 118, 49, 0.08);
}

.audio-visualizer {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: 20px;
    height: 18px;
    flex: 0 0 auto;
}

[data-active="1"] .audio-visualizer {
    display: flex;
}

.audio-visualizer .bar {
    width: 3px;
    height: 14px;
    transform-origin: center bottom;
    border-radius: 999px;
    background: #b8792d;
    animation: listenBars 0.82s ease-in-out infinite;
}

.audio-visualizer .bar:nth-child(2) {
    animation-delay: 0.12s;
}

.audio-visualizer .bar:nth-child(3) {
    animation-delay: 0.24s;
}

.audio-visualizer .bar:nth-child(4) {
    animation-delay: 0.36s;
}

#h5_speed_text {
    margin: 22px 0 28px;
    color: #7a5630;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
}

#player_speed_container > div:last-child {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    padding: 0 5px;
    color: #8b7765;
    font-size: 13px;
}

.range_item {
    text-align: center;
}

#fixed_player_currentTime {
    position: fixed;
    left: 50%;
    bottom: calc(94px + env(safe-area-inset-bottom));
    z-index: 99994;
    display: none;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 999px;
    color: #fff7e6;
    font-size: 12px;
    background: rgba(42, 31, 22, 0.78);
}

#slider,
#slider2,
#slider_pc {
    width: 100%;
}

.noUi-target {
    position: relative;
    height: 6px;
    border: 0;
    border-radius: 999px;
    background: rgba(177, 118, 49, 0.2);
    box-shadow: none;
}

.noUi-base,
.noUi-connects {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    border-radius: 999px;
}

.noUi-connect {
    width: 100%;
    height: 100%;
    transform-origin: 0 0;
    background: linear-gradient(90deg, #c68a3c, #9a6126);
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    transform-origin: 0 0;
}

.noUi-handle {
    position: absolute;
    right: -12px;
    top: -9px;
    width: 24px;
    height: 24px;
    cursor: grab;
    border: 3px solid #fff9eb;
    border-radius: 50%;
    background: #b8792d;
    box-shadow: 0 4px 12px rgba(70, 45, 19, 0.28);
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}

.noUi-touch-area {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff7e6;
    font-size: 0;
    white-space: nowrap;
}

#player_container .noUi-target {
    width: min(100%, 420px);
    margin: 0 auto;
    background: rgba(255, 246, 226, 0.24);
}

#player_container .noUi-connect {
    background: #fff4d9;
}

#player_container .noUi-handle {
    background: #fffaf0;
}

#player_container .noUi-touch-area {
    position: absolute;
    left: 50%;
    bottom: 22px;
    width: auto;
    height: auto;
    transform: translateX(-50%);
    color: rgba(255, 247, 230, 0.78);
    font-size: 12px;
}

.chapterVipListenFloat {
    position: fixed;
    right: 18px;
    bottom: calc(88px + env(safe-area-inset-bottom));
    z-index: 99980;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    min-height: 52px;
    cursor: pointer;
    border-radius: 999px;
    color: #fff8eb;
    background: linear-gradient(135deg, #bd7a2d, #8f571e);
    box-shadow: 0 12px 26px rgba(95, 58, 21, 0.22);
}

.chapterVipListenFloat img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.pc_player_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99988;
    display: none;
    align-items: center;
    justify-content: center;
    height: 72px;
    color: #fff6e5;
    background: rgba(49, 37, 29, 0.96);
    box-shadow: 0 -10px 24px rgba(39, 27, 17, 0.16);
    transition: bottom 0.2s ease;
}

.player_lock_container {
    position: absolute;
    right: 18px;
    top: -30px;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.player_lock_container > div:first-child {
    width: 86px;
    height: 30px;
    border-radius: 14px 14px 0 0;
    background: rgba(49, 37, 29, 0.96);
}

.xm-player-lock {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 30px;
    cursor: pointer;
    border-radius: 14px 14px 0 0;
    background: rgba(49, 37, 29, 0.96);
}

.xm-player-lock img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.pc_player_container_inner {
    display: grid;
    grid-template-columns: 54px 34px 42px 34px minmax(220px, 1fr) 68px 34px 34px;
    align-items: center;
    gap: 16px;
    width: min(1180px, calc(100% - 40px));
    height: 100%;
}

.pc_player_cover {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 7px 16px rgba(15, 11, 8, 0.26);
}

.pc_player_container_inner img {
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    object-fit: contain;
}

.pc_player_container_inner #pc_play {
    width: 36px;
    height: 36px;
}

#pc_prev {
    transform: rotate(180deg);
}

.pc_player_container_inner > div {
    min-width: 0;
}

#pc_chapter_name {
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
    overflow: hidden;
    color: #fff5df;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pc_chapter_name + div {
    display: grid;
    grid-template-columns: minmax(140px, 1fr) 112px;
    align-items: center;
    gap: 12px;
}

#pc_player_current_time {
    color: rgba(255, 244, 222, 0.72);
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
}

#pc_speed {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    cursor: pointer;
    border: 1px solid rgba(255, 244, 222, 0.16);
    border-radius: 999px;
    color: #ffe7bd;
    font-size: 13px;
}

.pc_player_chapter_container,
.pc_player_speed_container {
    position: fixed;
    z-index: 99989;
    display: none;
    border: 1px solid rgba(124, 86, 43, 0.12);
    border-radius: 14px;
    background: #fffdf8;
    box-shadow: 0 16px 38px rgba(53, 37, 19, 0.18);
}

.pc_player_chapter_container {
    right: max(28px, calc((100vw - 1180px) / 2));
    bottom: 84px;
    width: min(720px, calc(100vw - 40px));
    overflow: hidden;
}

.pc_player_chapter_container > div:first-child {
    padding: 16px 18px 10px;
    border-bottom: 1px solid rgba(124, 86, 43, 0.1);
}

.pc_player_chapter_container h4 {
    margin: 0;
    color: #372719;
    font-size: 16px;
}

#pc_player_chapter_scroll {
    max-height: 360px;
    overflow-y: auto;
}

.pc_player_chapter_item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 150px 104px;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 18px;
    cursor: pointer;
    border-bottom: 1px solid rgba(124, 86, 43, 0.08);
    color: #6c5a4a;
    font-size: 13px;
}

.pc_player_chapter_item:hover,
.pc_player_chapter_item[data-active="1"] {
    color: #9a6126;
    background: rgba(177, 118, 49, 0.08);
}

.pc_player_chapter_item > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.audio-index {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9a8978;
}

.pc_player_chapter_item[data-active="1"] .audio-index {
    display: none;
}

.player_chapter_pc_name {
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pc_player_speed_container {
    bottom: 84px;
    min-width: 58px;
    padding: 8px;
}

.pc_player_speed_container div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    cursor: pointer;
    border-radius: 9px;
    color: #6e5540;
    font-size: 13px;
}

.pc_player_speed_container div:hover,
.pc_player_speed_container .pc_speed_active {
    color: #fff7e8;
    background: #a96b2a;
}

@media (min-width: 769px) {
    .listen_book_btn,
    .listen_book_player_container,
    #player_container,
    #player_chapter_container,
    #player_speed_container,
    #player_mask,
    #fixed_player_currentTime {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .pc_player_container,
    .pc_player_chapter_container,
    .pc_player_speed_container {
        display: none !important;
    }

    #player_container {
        min-height: 560px;
        height: 88vh;
        padding-right: 16px;
        padding-left: 16px;
    }

    .player_cover {
        margin-top: 22px;
    }

    .player_tool_container {
        gap: 12px;
    }

    .listen_book_btn,
    .listen_book_player_container,
    .chapterVipListenFloat {
        right: 12px;
        bottom: calc(78px + env(safe-area-inset-bottom));
    }

    .listen_book_btn {
        width: 50px;
        height: 50px;
        box-shadow: 0 10px 20px rgba(173, 83, 36, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.34);
    }

    .listen_book_btn img {
        width: 28px;
        height: 28px;
    }

    .listen_book_player_container {
        min-width: 126px;
        min-height: 54px;
        padding: 6px 32px 6px 7px;
        box-shadow: 0 10px 22px rgba(173, 83, 36, 0.16);
    }

    #listen_fm {
        width: 42px;
        height: 42px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
