*{box-sizing:border-box}
:root{--bg:#09090b;--panel:#151518;--panel2:#1d1d21;--panel3:#25252a;--text:#f7f7f8;--muted:#9a9aa3;--line:rgba(255,255,255,.09);--red:#ef2b3d;--safe:env(safe-area-inset-bottom,0px)}
html{background:var(--bg);color-scheme:dark}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% -10%,rgba(239,43,61,.18),transparent 34%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}svg{fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}[hidden]{display:none!important}
.vox-topbar{position:sticky;top:0;z-index:30;height:64px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(to bottom,rgba(9,9,11,.98),rgba(9,9,11,.82));backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.04)}
.vox-brand{border:0;padding:0;background:none;display:flex;align-items:center;gap:10px;font-size:20px;font-weight:900;letter-spacing:-.04em}.vox-brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(145deg,#ff4657,#b20d24);box-shadow:0 10px 28px rgba(239,43,61,.28)}.vox-icon-btn{width:42px;height:42px;padding:10px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;background:rgba(255,255,255,.045)}.vox-icon-btn svg{width:21px;height:21px}
.vox-main{width:min(100%,1180px);margin:auto;padding:0 16px calc(154px + var(--safe))}.vox-screen{display:none;animation:fade .22s ease}.vox-screen.is-active{display:block}@keyframes fade{from{opacity:.35;transform:translateY(5px)}to{opacity:1;transform:none}}
.vox-hero{position:relative;min-height:190px;margin:8px 0 28px;padding:28px;overflow:hidden;border:1px solid var(--line);border-radius:28px;display:flex;align-items:flex-end;background:linear-gradient(135deg,rgba(239,43,61,.24),rgba(239,43,61,.03) 58%),var(--panel)}.vox-hero h1,.vox-page-head h1{margin:4px 0 0;font-size:clamp(34px,7vw,54px);line-height:.96;letter-spacing:-.06em}.vox-hero p{margin:13px 0 0;color:var(--muted);font-size:15px}.vox-eyebrow{color:#ff7885;font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.vox-hero-glow{position:absolute;right:-28px;top:-40px;width:190px;height:190px;border-radius:50%;background:radial-gradient(circle,rgba(255,92,106,.46),transparent 67%)}
.vox-section{margin:0 0 30px}.vox-section-head,.vox-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:14px}.vox-section-head h2{margin:0;font-size:21px;letter-spacing:-.035em}.vox-text-btn{border:0;padding:6px 0;color:var(--muted);background:none;font-size:13px;font-weight:700}
.vox-continue-card{min-height:160px;padding:18px;display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,#242429,#111114);box-shadow:0 20px 50px rgba(0,0,0,.24)}.vox-continue-cover{width:96px;aspect-ratio:2/3;border-radius:14px;overflow:hidden;background:var(--panel2);box-shadow:0 15px 30px rgba(0,0,0,.35)}.vox-continue-copy{min-width:0;display:flex;flex-direction:column;justify-content:center}.vox-continue-copy h3{margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px}.vox-continue-copy p{margin:0 0 14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:14px}.vox-continue-progress{height:4px;margin:0 0 16px;border-radius:99px;background:rgba(255,255,255,.1);overflow:hidden}.vox-continue-progress span{display:block;height:100%;background:var(--red)}.vox-primary-button,.vox-primary-link{min-height:42px;padding:0 17px;border:0;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;width:max-content;background:var(--red);color:#fff;font-weight:850}
.vox-book-rail{display:grid;grid-auto-flow:column;grid-auto-columns:138px;gap:14px;overflow-x:auto;padding:1px 1px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.vox-book-rail::-webkit-scrollbar{display:none}.vox-book-card{min-width:0;scroll-snap-align:start}.vox-cover{width:100%;aspect-ratio:2/3;overflow:hidden;border:0;padding:0;border-radius:16px;background:var(--panel2);box-shadow:0 12px 30px rgba(0,0,0,.26)}.vox-cover img,.vox-list-cover img,.vox-player-cover img,.vox-mini-cover img,.vox-continue-cover img{width:100%;height:100%;object-fit:cover;display:block}.vox-cover-fallback{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#ef2b3d,#2e1017);color:#fff;font-weight:950;font-size:22px}.vox-book-card h3{margin:10px 0 3px;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:14px;line-height:1.25}.vox-book-card p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}
.vox-page-head{padding:18px 0 8px;align-items:center}.vox-page-head h1{font-size:38px}.vox-round-link,.vox-count{min-width:44px;height:44px;padding:0 13px;border-radius:15px;display:grid;place-items:center;background:var(--panel2);border:1px solid var(--line);font-weight:900}.vox-search{height:50px;margin:12px 0 22px;padding:0 15px;display:flex;align-items:center;gap:11px;border:1px solid var(--line);border-radius:16px;background:var(--panel)}.vox-search svg{width:21px;height:21px;color:var(--muted)}.vox-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:15px}.vox-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 14px}.vox-library-list{display:grid;gap:12px}
.vox-list-card{min-width:0;padding:12px;display:grid;grid-template-columns:70px minmax(0,1fr) 42px;align-items:center;gap:14px;border:1px solid var(--line);border-radius:18px;background:var(--panel)}.vox-list-cover{width:70px;aspect-ratio:2/3;border:0;padding:0;border-radius:10px;overflow:hidden;background:var(--panel3)}.vox-list-copy{min-width:0;border:0;background:none;text-align:left;padding:0}.vox-list-copy h3{margin:0 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:16px}.vox-list-copy p{margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--muted);font-size:13px}.vox-list-copy span{color:#ff707e;font-size:12px;font-weight:800}.vox-list-play{width:42px;height:42px;border:0;border-radius:50%;background:var(--red)}.vox-empty,.vox-empty-card{padding:36px 22px;text-align:center;color:var(--muted);border:1px dashed var(--line);border-radius:22px}.vox-empty-card{margin-top:24px;background:var(--panel)}.vox-empty-icon{width:64px;height:64px;margin:0 auto 18px;border-radius:20px;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:950;font-size:28px}
.vox-profile-card{padding:18px;display:flex;align-items:center;gap:15px;border:1px solid var(--line);border-radius:22px;background:var(--panel)}.vox-avatar{width:58px;height:58px;display:grid;place-items:center;border-radius:19px;background:linear-gradient(145deg,#ff4657,#9c0b1f);font-size:23px;font-weight:950}.vox-profile-copy{min-width:0;display:grid;gap:4px}.vox-profile-copy strong,.vox-profile-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vox-profile-copy span{color:var(--muted);font-size:13px}.vox-settings{margin-top:18px;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--panel)}.vox-settings form{margin:0}.vox-setting-row{width:100%;min-height:58px;padding:0 16px;border:0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;text-align:left;background:transparent}.vox-setting-row:last-child{border-bottom:0}.vox-setting-icon{width:30px;height:30px;border-radius:10px;display:grid;place-items:center;background:var(--panel3)}.vox-setting-row b{color:var(--muted);font-size:22px}.vox-danger-row{color:#ff6d79}
.vox-tabbar{position:fixed;left:50%;bottom:0;z-index:50;width:min(100%,720px);min-height:72px;padding:8px 8px calc(8px + var(--safe));display:grid;grid-template-columns:repeat(4,1fr);transform:translateX(-50%);background:rgba(16,16,18,.96);backdrop-filter:blur(24px);border:1px solid var(--line);border-bottom:0;border-radius:22px 22px 0 0;box-shadow:0 -20px 50px rgba(0,0,0,.38)}.vox-tab{border:0;background:none;color:#777780;display:grid;justify-items:center;gap:4px;font-size:10px;font-weight:750}.vox-tab svg{width:22px;height:22px}.vox-tab.is-active{color:#fff}.vox-tab.is-active svg{color:var(--red)}
.vox-mini-player{position:fixed;left:50%;bottom:calc(75px + var(--safe));z-index:49;width:min(calc(100% - 16px),704px);min-height:66px;padding:7px 8px;display:flex;align-items:center;gap:8px;transform:translateX(-50%);border:1px solid var(--line);border-radius:18px;background:rgba(34,34,38,.96);backdrop-filter:blur(22px);box-shadow:0 18px 42px rgba(0,0,0,.38)}.vox-mini-main{min-width:0;flex:1;border:0;background:none;display:flex;align-items:center;gap:11px;text-align:left}.vox-mini-cover{width:48px;height:48px;flex:0 0 48px;border-radius:10px;overflow:hidden;background:var(--panel3)}.vox-mini-copy{min-width:0;display:grid;gap:3px}.vox-mini-copy strong,.vox-mini-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vox-mini-copy strong{font-size:14px}.vox-mini-copy span{color:var(--muted);font-size:12px}.vox-mini-play{width:46px;height:46px;flex:0 0 46px;border:0;border-radius:50%;background:#fff;color:#111;font-size:16px}#voxAudio{position:fixed;width:1px;height:1px;opacity:.01;pointer-events:none}
.vox-player,.vox-sheet{position:fixed;inset:0;z-index:80;display:none}.vox-player.is-open,.vox-sheet.is-open{display:block}.vox-player-backdrop,.vox-sheet-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(12px)}.vox-player-panel{position:absolute;inset:0;background:radial-gradient(circle at 50% 0%,rgba(239,43,61,.14),transparent 38%),#101012;overflow:auto}.vox-player-head{position:sticky;top:0;z-index:2;height:62px;padding:8px 16px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;text-align:center;background:rgba(16,16,18,.82);backdrop-filter:blur(20px)}.vox-player-head button,.vox-player-head a{width:42px;height:42px;border:0;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.06);font-size:20px}.vox-player-body{width:min(100%,520px);margin:auto;padding:20px 24px calc(34px + var(--safe))}.vox-player-cover{width:min(68vw,310px);aspect-ratio:2/3;margin:4px auto 24px;overflow:hidden;border-radius:24px;background:var(--panel2);box-shadow:0 30px 70px rgba(0,0,0,.52)}.vox-player-meta{text-align:center}.vox-player-meta h2{margin:0;font-size:25px;letter-spacing:-.045em}.vox-player-meta p{margin:7px 0 14px;color:var(--muted)}.vox-chapter-button{max-width:100%;border:0;padding:8px 12px;border-radius:12px;background:var(--panel2);color:#d8d8dc;display:inline-flex;align-items:center;gap:8px}.vox-chapter-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vox-progress-block{margin:30px 0 10px}.vox-progress{width:100%;accent-color:var(--red)}.vox-time-row{display:flex;justify-content:space-between;margin-top:5px;color:var(--muted);font-size:12px;font-variant-numeric:tabular-nums}.vox-main-controls{margin:22px 0 28px;display:grid;grid-template-columns:54px 46px 76px 46px 54px;align-items:center;justify-content:center;gap:8px}.vox-main-controls button{border:0;background:none}.vox-big-play{width:76px;height:76px;border-radius:50%!important;background:#fff!important;color:#111!important;font-size:25px}.vox-track-btn{font-size:18px}.vox-skip-btn{position:relative;width:52px;height:52px;font-size:28px}.vox-skip-btn small{position:absolute;inset:0;display:grid;place-items:center;font-size:10px;font-weight:900}.vox-player-tools{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.vox-player-tools button{min-height:72px;padding:8px 5px;border:1px solid var(--line);border-radius:17px;display:grid;place-items:center;gap:4px;background:var(--panel);font-weight:850}.vox-player-tools button span{font-size:18px}.vox-player-tools button small{color:var(--muted);font-size:10px}
.vox-sheet-panel{position:absolute;left:0;right:0;bottom:0;max-height:82vh;padding:8px 16px calc(18px + var(--safe));border-radius:26px 26px 0 0;background:#17171a;overflow:auto}.vox-sheet-small{max-height:70vh}.vox-sheet-handle{width:44px;height:5px;margin:3px auto 12px;border-radius:99px;background:#4e4e55}.vox-sheet-panel header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.vox-sheet-panel h2{margin:0;font-size:22px}.vox-sheet-panel header button{width:40px;height:40px;border:0;border-radius:13px;background:var(--panel3);font-size:24px}.vox-chapter-list{display:grid;gap:8px}.vox-chapter-row{width:100%;min-height:60px;padding:10px 12px;border:1px solid var(--line);border-radius:15px;display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;text-align:left;background:var(--panel)}.vox-chapter-row.is-active{border-color:rgba(239,43,61,.65);background:rgba(239,43,61,.1)}.vox-chapter-number{color:#ff6f7d;font-weight:900}.vox-chapter-copy{min-width:0}.vox-chapter-copy strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.vox-chapter-copy span,.vox-chapter-duration{color:var(--muted);font-size:11px}.vox-sleep-options{display:grid;gap:8px}.vox-sleep-options button{min-height:52px;padding:0 15px;border:1px solid var(--line);border-radius:15px;text-align:left;background:var(--panel)}.vox-toast{position:fixed;left:50%;bottom:calc(164px + var(--safe));z-index:120;max-width:calc(100% - 36px);padding:12px 16px;border-radius:14px;transform:translateX(-50%);background:#fff;color:#111;font-size:13px;font-weight:800;box-shadow:0 16px 38px rgba(0,0,0,.42)}
@media(min-width:760px){.vox-main{padding-left:26px;padding-right:26px}.vox-book-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.vox-book-rail{grid-auto-columns:166px}.vox-library-list{grid-template-columns:repeat(2,minmax(0,1fr))}.vox-player-panel{inset:24px;left:50%;width:min(560px,calc(100% - 48px));transform:translateX(-50%);border-radius:28px}}

/* VOXAUDIO PWA PLAYER TYPOGRAPHY V1 */
.vox-player-head {
    font-size: 16px;
    font-weight: 800;
}

.vox-player-meta h2 {
    font-size: 29px;
    line-height: 1.12;
}

.vox-player-meta p {
    font-size: 17px;
    line-height: 1.35;
}

.vox-chapter-button {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 750;
}

.vox-time-row {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 700;
}

.vox-player-tools button {
    min-height: 78px;
}

.vox-player-tools button span {
    font-size: 21px;
}

.vox-player-tools button small {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 750;
}

.vox-sheet-panel h2 {
    font-size: 25px;
}

.vox-chapter-copy strong {
    font-size: 16px;
    line-height: 1.3;
}

.vox-chapter-copy span,
.vox-chapter-duration {
    font-size: 13px;
}

.vox-sleep-options button {
    font-size: 16px;
    font-weight: 700;
}

@media (max-width: 380px) {
    .vox-player-meta h2 {
        font-size: 26px;
    }

    .vox-player-tools button small {
        font-size: 11px;
    }
}

/* VOXAUDIO PWA PLAYER COMPACT V1 */
.vox-player-cover {
    width: min(54vw, 240px);
    margin: 0 auto 18px;
}

.vox-player-body {
    padding-top: 12px;
}

.vox-progress-block {
    margin-top: 24px;
}

.vox-main-controls {
    margin-top: 18px;
    margin-bottom: 22px;
}

@media (max-height: 820px) {
    .vox-player-head {
        height: 56px;
    }

    .vox-player-cover {
        width: min(47vw, 205px);
        margin-bottom: 14px;
    }

    .vox-player-body {
        padding-top: 8px;
    }

    .vox-player-meta h2 {
        font-size: 27px;
    }

    .vox-player-meta p {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .vox-progress-block {
        margin-top: 18px;
    }

    .vox-main-controls {
        margin-top: 12px;
        margin-bottom: 16px;
    }

    .vox-player-tools button {
        min-height: 68px;
    }
}

@media (max-height: 700px) {
    .vox-player-cover {
        width: min(42vw, 175px);
        margin-bottom: 10px;
    }

    .vox-player-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .vox-player-meta h2 {
        font-size: 25px;
    }

    .vox-player-meta p {
        font-size: 15px;
    }

    .vox-progress-block {
        margin-top: 14px;
    }

    .vox-main-controls {
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .vox-player-tools button {
        min-height: 62px;
    }
}

/* VOXAUDIO PWA CONTROLS VOLUME V1 */
.vox-main-controls {
    grid-template-columns: 56px 40px 78px 40px 56px;
    gap: 6px;
    margin-bottom: 12px;
}

.vox-skip-btn {
    position: relative;
    width: 56px;
    height: 58px;
    display: grid;
    grid-template-rows: 31px 17px;
    align-content: center;
    justify-items: center;
    gap: 0;
    padding: 3px 0 2px;
    line-height: 1;
}

.vox-skip-btn span {
    position: static;
    display: block;
    height: 31px;
    font-size: 27px;
    line-height: 31px;
    font-weight: 700;
}

.vox-skip-btn small {
    position: static;
    inset: auto;
    display: block;
    font-size: 12px;
    line-height: 17px;
    font-weight: 950;
    font-variant-numeric: tabular-nums;
}

#voxBack15 {
    transform: translateX(-4px);
}

#voxForward15 {
    transform: translateX(4px);
}

.vox-player-volume {
    min-height: 38px;
    margin: 0 0 14px;
    padding: 0 11px;
    display: grid;
    grid-template-columns: auto 24px minmax(80px, 1fr) 42px;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .035);
}

.vox-player-volume-label {
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.vox-player-volume-icon {
    font-size: 16px;
    text-align: center;
}

.vox-player-volume-range {
    width: 100%;
    min-width: 0;
    accent-color: var(--red);
}

.vox-player-volume-value {
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

@media (max-width: 380px) {
    .vox-main-controls {
        grid-template-columns: 52px 36px 74px 36px 52px;
        gap: 4px;
    }

    .vox-skip-btn {
        width: 52px;
    }

    #voxBack15 {
        transform: translateX(-2px);
    }

    #voxForward15 {
        transform: translateX(2px);
    }

    .vox-player-volume {
        grid-template-columns: 22px minmax(80px, 1fr) 40px;
    }

    .vox-player-volume-label {
        display: none;
    }
}
