:root{--bg: #12121a;--card: #1e1e26;--panel: 168px;--nav: 58px;--pink: #ff2e7e;--gold: #f5c518;--text: #ffffff;--muted: #a0a0a5}*{box-sizing:border-box;margin:0;padding:0}html,body,#root,.app{height:100%;width:100%;overflow:hidden;background:#000;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;touch-action:manipulation;-webkit-user-select:none;user-select:none}button,input{font:inherit;color:inherit}button{background:none;border:0}.splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.mark{width:88px;height:88px;border-radius:22px;background:linear-gradient(135deg,#ff4d94,#e91e63);display:flex;align-items:center;justify-content:center;font-size:42px;font-weight:800}.splash-name{font-size:28px;font-weight:800;letter-spacing:-.4px;color:var(--pink)}.splash-sub{color:var(--muted);font-size:13px}.feed{position:fixed;left:0;right:0;top:0;bottom:calc(var(--nav) + env(safe-area-inset-bottom,0px));overflow:hidden;background:#000;touch-action:none}.feed.off{visibility:hidden;pointer-events:none;z-index:0}.feed.on{z-index:2}.feed-track{position:absolute;left:0;top:0;width:100%;will-change:transform}.slide{width:100%;height:100%;height:calc(100dvh - var(--nav) - env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;background:#000;overflow:hidden;backface-visibility:hidden}.stage{position:relative;flex:1 1 auto;min-height:0;background:#000;overflow:hidden}.snap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;background:#000}.live-stage{position:absolute;left:0;right:0;top:0;height:calc(100% - var(--panel));z-index:4;overflow:hidden}.live-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;background:#000}.live-video.parked{left:-200vw!important;width:16px!important;height:16px!important}.preload-video{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.panel{flex:0 0 var(--panel);height:var(--panel);background:#1a1a22;display:flex;padding:12px 12px 14px;gap:10px;border-top:1px solid rgba(255,255,255,.08)}.panel-main{flex:1;min-width:0}.panel-side{display:flex;flex-direction:column;justify-content:center;gap:8px;flex:0 0 52px}.title{font-size:16px;font-weight:700;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.tag{font-size:11px;padding:3px 8px;border-radius:10px;background:#ffffff1f}.hook{display:block;width:100%;text-align:left;font-size:12px;line-height:1.4;color:#c8c8cc;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hook em{color:var(--pink);font-style:normal;font-weight:700}.watch-btn{display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 14px;border-radius:20px;background:linear-gradient(90deg,#ff4d94,#ff2e7e);color:#fff;font-size:13px;font-weight:700}.badge{display:inline-block;font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;margin-right:6px;vertical-align:1px}.badge.exclusive{background:var(--pink)}.badge.vip{background:var(--gold);color:#1a1a1a}.badge.new{background:#4caf50}.side-btn{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:10px}.side-btn .icon{width:36px;height:36px;border-radius:50%;background:#2a2a32;display:flex;align-items:center;justify-content:center;font-size:16px}.feed-top{position:absolute;left:0;right:0;top:0;z-index:6;padding:calc(8px + env(safe-area-inset-top,0px)) 8px 0;display:flex;justify-content:center;background:linear-gradient(180deg,rgba(0,0,0,.45),transparent)}.feed-tabs{display:flex;gap:22px}.feed-tab{color:#ffffffb3;font-size:16px;font-weight:500;padding:6px 2px;text-shadow:0 1px 4px rgba(0,0,0,.55)}.feed-tab.on{color:#fff;font-weight:700}.feed-tab i{display:block;width:22px;height:3px;margin:4px auto 0;border-radius:2px;background:transparent}.feed-tab.on i{background:var(--pink)}.feed-search{position:absolute;right:8px;top:calc(6px + env(safe-area-inset-top,0px));width:40px;height:40px;font-size:22px}.feed-progress{position:absolute;right:10px;top:52%;z-index:6;font-size:11px;color:#ffffffb3;background:#00000059;padding:3px 8px;border-radius:10px}.nav{position:fixed;left:0;right:0;bottom:0;z-index:10;height:calc(var(--nav) + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px);background:#0e0e14;border-top:.5px solid #2a2a32;display:flex}.nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--muted);font-size:11px}.nav button span{font-size:18px;line-height:1}.nav button.on{color:var(--pink);font-weight:700}.page{position:fixed;left:0;right:0;top:0;bottom:calc(var(--nav) + env(safe-area-inset-bottom,0px));overflow:auto;background:var(--bg);z-index:3;padding:calc(10px + env(safe-area-inset-top,0px)) 16px 20px;touch-action:pan-y}.page h1{font-size:22px;font-weight:800;margin:8px 0 14px}.searchbar{width:100%;height:40px;border-radius:20px;background:var(--card);color:var(--muted);text-align:left;padding:0 14px;margin-bottom:12px}.top-tabs{display:flex;justify-content:center;gap:28px;margin-bottom:12px}.top-tabs button{color:var(--muted);font-size:16px;padding-bottom:6px;border-bottom:2px solid transparent}.top-tabs button.on{color:#fff;font-weight:700;border-bottom-color:var(--pink)}.pills{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px}.pill{flex:0 0 auto;height:32px;padding:0 12px;border-radius:16px;background:#2a2a32;color:#ddd;font-size:13px}.pill.on{background:var(--pink);color:#fff}.pill.vip.on{background:var(--gold);color:#1a1a1a}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px 8px}.card{text-align:left}.card .poster{display:block;width:100%;aspect-ratio:2/3;border-radius:8px;background:#2a2a32 center/cover no-repeat;position:relative}.card b{display:block;margin-top:6px;font-size:12px;line-height:1.3;height:2.6em;overflow:hidden}.card .badge{position:absolute;left:4px;top:4px;margin:0}.rowlist{display:flex;flex-direction:column;gap:10px}.row{display:flex;gap:12px;text-align:left;align-items:center}.thumb{width:56px;height:80px;border-radius:6px;background:#2a2a32 center/cover;flex:0 0 auto}.row b{display:block;font-size:14px}.row small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.empty{color:var(--muted);padding:40px 8px;text-align:center}.profile-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#ff4d94,#e91e63);display:flex;align-items:center;justify-content:center;font-weight:800}.profile-head small{display:block;color:var(--muted);font-size:12px;margin-top:4px}.stats{display:flex;background:var(--card);border-radius:14px;padding:14px 0;margin-bottom:16px}.stats div{flex:1;text-align:center}.stats span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.vip-card{padding:16px;border-radius:16px;background:linear-gradient(135deg,#4a1a35,#1e1e26);border:1px solid #44ff2e7e}.vip-card p{color:var(--muted);font-size:12px;margin-top:6px;line-height:1.4}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:var(--bg);overflow:auto;padding:calc(8px + env(safe-area-inset-top,0px)) 16px 24px;touch-action:pan-y}.overlay-bar{display:flex;gap:8px;align-items:center;margin-bottom:14px}.overlay-bar button{width:36px;font-size:28px}.overlay-bar input{flex:1;height:40px;border:0;border-radius:20px;background:var(--card);padding:0 14px;outline:none}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.chips button{background:#2a2a32;border-radius:14px;padding:6px 10px;font-size:12px}.detail{padding:0}.hero{height:320px;background:#000 center/cover;position:relative}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,var(--bg))}.back,.share,.player .back{position:absolute;top:calc(10px + env(safe-area-inset-top,0px));width:40px;height:40px;border-radius:20px;background:#0006;font-size:24px;z-index:2}.back{left:10px}.share{right:10px}.detail-body{padding:0 16px 32px;margin-top:-36px;position:relative}.detail-body h1{font-size:24px;font-weight:800}.meta{color:var(--muted);font-size:13px;margin:8px 0 10px}.summary{color:#d0d0d4;font-size:13px;line-height:1.45;margin:10px 0 16px}.detail-actions{display:flex;gap:10px;margin-bottom:18px}.detail-body h3{margin-bottom:10px}.eps{display:flex;flex-wrap:wrap;gap:8px}.eps button{width:44px;height:36px;border-radius:8px;background:#2a2a32;font-weight:600}.eps button.on,.eps.mini button.on{background:var(--pink)}.player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:#000}.player-video{width:100%;height:62%;object-fit:contain;background:#000}.player-bar{padding:14px 16px}.player-bar b{display:block;font-size:18px}.player-bar small{color:var(--muted);display:block;margin:6px 0 12px}.eps.mini button{width:36px;height:32px}.sheet-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#0000008c;display:flex;align-items:flex-end}.sheet{width:100%;background:#1a1a22;border-radius:18px 18px 0 0;padding:22px 18px calc(22px + env(safe-area-inset-bottom,0px))}.sheet h2{margin-bottom:8px}.sheet p{color:var(--muted);font-size:13px;margin-bottom:16px}.sheet .watch-btn,.ghost.wide{width:100%;height:44px;margin-bottom:10px}.ghost{border:1px solid #3a3a44;border-radius:20px;padding:0 14px;height:36px}.text{width:100%;color:var(--muted);padding:8px}.toast{position:fixed;left:50%;bottom:90px;transform:translate(-50%);z-index:50;background:#000c;padding:8px 14px;border-radius:16px;font-size:13px}.menu{display:flex;flex-direction:column;gap:8px;margin-top:8px}.menu button{text-align:left;background:var(--card);border-radius:12px;padding:14px 16px;font-size:15px;display:flex;align-items:baseline;justify-content:space-between;gap:8px}.menu button b{font-size:16px}.menu button small{color:var(--gold);font-size:12px;flex:1}.menu button span{color:var(--muted);font-size:13px}.err{color:#ff8ab5;font-size:13px;margin-bottom:10px}.pc-pay-note{color:var(--muted);font-size:14px;margin:0 0 16px}.pc-pay-ok{color:#7dcea0;font-size:14px;margin:0 0 16px}.pc-clabe{background:#14141c;border-radius:16px;padding:22px 24px;margin:0 0 24px}.pc-clabe b{display:block;font-size:18px}.pc-clabe small{display:block;color:var(--muted);font-size:13px;margin-top:6px}.pc-clabe code{display:block;margin:12px 0;font-size:20px;letter-spacing:.6px;color:#fff}.pc-clabe .ghost{margin:10px 0 8px}.overlay-bar h2{font-size:18px}.poster-fill{background:#111 center/cover}.player-video{background:#000}.mark.sm{width:32px;height:32px;border-radius:9px;font-size:16px;display:inline-flex;align-items:center;justify-content:center;margin-right:8px;vertical-align:middle}.pc-nav{display:none}@media (min-width: 960px){html,body,#root{height:auto;min-height:100%;overflow:auto}.app.pc{height:auto;min-height:100vh;overflow:auto;background:#0b0b10;-webkit-user-select:auto;user-select:auto}.app.pc .nav,.app.pc .feed{display:none!important}.app.pc .page{position:relative;inset:auto;padding:88px 40px 48px;background:transparent}.app.pc .overlay{position:relative;inset:auto;z-index:1;padding:24px 56px 80px;max-width:1100px;margin:0 auto;background:transparent;min-height:calc(100vh - 64px)}.app.pc .sheet-mask{align-items:center;justify-content:center}.app.pc .sheet,.pc-dialog{width:440px;border-radius:18px;padding:32px}.pc-nav{display:flex;align-items:center;gap:28px;position:sticky;top:0;z-index:30;height:64px;padding:0 40px;background:linear-gradient(180deg,#0b0b10 70%,transparent)}.pc-brand{display:flex;align-items:center;font-size:20px;font-weight:800;color:var(--pink)}.pc-nav nav{display:flex;gap:22px}.pc-nav nav button{color:var(--muted);font-size:15px}.pc-nav nav button.on{color:#fff;font-weight:700}.pc-search{margin-left:auto;display:flex;align-items:center;width:240px;height:36px;border-radius:18px;background:#1e1e26;padding:0 12px;color:var(--muted)}.pc-search input{flex:1;border:0;background:none;outline:none;color:#fff}.pc-page{padding-bottom:48px}.pc-hero{position:relative;min-height:calc(100vh - 64px);background:#000 center/cover no-repeat;display:flex;align-items:center;padding:72px 56px 80px}.pc-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#0b0b10 22%,#0b0b10b8 52%,#0b0b1026),linear-gradient(180deg,#0b0b1033,#0b0b10)}.pc-hero-copy{position:relative;z-index:1;max-width:560px}.pc-hero-copy .badge{display:inline-block;margin:0 0 12px}.pc-hero-copy h1{font-size:48px;font-weight:800;line-height:1.12;margin-bottom:16px;letter-spacing:-.6px}.pc-hero-copy p{color:#c8c8cc;font-size:16px;line-height:1.6;margin:16px 0 24px;max-width:480px}.watch-btn.lg{height:48px;padding:0 26px;font-size:16px}.pc-thumbs{position:absolute;right:56px;bottom:48px;z-index:1;display:flex;gap:12px}.pc-thumbs button,.pc-thumbs.inline button{width:96px;height:136px;border-radius:10px;background:#1e1e26 center/cover;outline:2px solid transparent;box-shadow:0 8px 24px #00000073}.pc-thumbs button.on{outline-color:var(--pink)}.pc-thumbs.inline{position:static}.pc-thumbs.inline button{width:72px;height:102px}.pc-row{padding:28px 56px 56px}.pc-row h2{font-size:22px;margin:0 0 18px}.pc-grid{display:grid;gap:20px 16px;grid-template-columns:repeat(4,minmax(0,1fr))}.pc-grid.n1,.pc-grid.n2,.pc-grid.n3{grid-template-columns:repeat(3,minmax(0,1fr))}.pc-card{text-align:left}.pc-poster{display:block;width:100%;aspect-ratio:2/3;border-radius:8px;background:#1e1e26 center/cover;position:relative}.pc-poster em{position:absolute;right:6px;bottom:6px;background:#0000008c;border-radius:6px;padding:2px 6px;font-size:11px;font-style:normal}.pc-card b{display:block;margin-top:10px;font-size:16px;font-weight:700}.pc-card small{color:var(--muted);font-size:13px}.pc-play{display:flex;gap:24px;min-height:calc(100vh - 64px);padding:16px 32px 32px;background:#000}.pc-stage{flex:1;display:flex;align-items:center;justify-content:center;min-width:0}.pc-phone{position:relative;width:min(380px,36vw);aspect-ratio:9/16;background:#000;border-radius:8px;overflow:hidden}.pc-video{width:100%;height:100%;object-fit:contain;background:#000}.pc-ep-tag{position:absolute;left:10px;top:10px;z-index:2;background:#00000080;border-radius:8px;padding:3px 8px;font-size:12px}.pc-side{width:380px;flex:0 0 380px;background:#14141c;border-radius:12px;padding:16px;overflow:auto;max-height:calc(100vh - 96px)}.pc-back{color:var(--muted);font-size:15px;margin-bottom:12px}.pc-side-head{display:flex;gap:12px;margin-bottom:16px}.pc-side-head .thumb{width:64px;height:90px;border-radius:6px;background:#2a2a32 center/cover;flex:0 0 auto}.pc-side-head h2{font-size:20px}.pc-block{margin-bottom:18px}.pc-block h3{font-size:14px;margin-bottom:8px;color:var(--muted)}.pc-block p{color:#d0d0d4;font-size:13px;line-height:1.45}.pc-account{max-width:1100px;margin:0 auto;padding:28px 56px 80px}.pc-list{padding:28px 56px 80px}.pc-list h1{font-size:32px;font-weight:800;margin:0 0 24px}.pc-account-shell{display:flex;align-items:flex-start;gap:40px;min-height:calc(100vh - 64px);padding:28px 56px 80px}.pc-account-nav{width:220px;flex:0 0 220px;position:sticky;top:88px;display:flex;flex-direction:column;gap:6px}.pc-account-nav button{text-align:left;padding:12px 16px;border-radius:10px;color:var(--muted);font-size:16px}.pc-account-nav button.on{background:#14141c;color:#fff;font-weight:700}.pc-account-nav button:hover{color:#fff}.pc-account-main{flex:1;min-width:0}.pc-account-body h1,.pc-account h1,.pc-page-bar h1{font-size:32px;font-weight:800;margin:0 0 24px}.pc-page-bar{display:flex;align-items:center;gap:16px;margin-bottom:8px}.pc-page-bar h1{margin:0}.pc-page-bar .pc-back{margin-bottom:0}.pc-back.light{color:#fff;margin-bottom:16px;display:inline-block}.pc-account-head{display:flex;align-items:center;gap:24px;padding:28px 32px;background:#14141c;border-radius:16px;margin-bottom:24px}.pc-account-head.compact{padding:20px 24px}.pc-account-who{flex:1;min-width:0}.pc-account-who b,.pc-account-head b{display:block;font-size:24px}.pc-account-who small,.pc-account-head small{display:block;color:var(--muted);font-size:14px;margin-top:6px}.avatar.lg{width:88px;height:88px;font-size:32px;flex:0 0 auto}.pc-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:28px;background:none;padding:0}.pc-stats div,.pc-stats button{background:#14141c;border-radius:14px;padding:22px 20px;text-align:left;width:100%}.pc-stats b{display:block;font-size:28px}.pc-stats span{display:block;color:var(--muted);font-size:13px;margin-top:6px}.pc-tiles,.pc-vip-grid,.pc-pack-grid{display:grid;gap:16px}.pc-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}.pc-tiles.n2,.pc-vip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pc-pack-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.pc-tile{text-align:left;background:#14141c;border-radius:16px;padding:24px;min-height:148px;display:flex;flex-direction:column;gap:8px}.pc-tile:hover{background:#1b1b26}.pc-tile.vip{background:linear-gradient(135deg,#4a1a35,#14141c)}.pc-tile b{display:block;font-size:18px}.pc-tile small{color:var(--muted);font-size:13px;line-height:1.45;flex:1}.pc-tile .watch-btn{margin-top:12px;align-self:flex-start}.pc-price{color:var(--gold);font-size:16px;font-weight:700;margin-top:8px}.pc-tile.busy{opacity:.65}.pc-pay-note{color:var(--muted);font-size:14px;margin:0 0 16px}.pc-pay-ok{color:#7dcea0;font-size:14px;margin:0 0 16px}.pc-clabe{background:#14141c;border-radius:16px;padding:22px 24px;margin:0 0 24px}.pc-clabe b{display:block;font-size:18px}.pc-clabe small{display:block;color:var(--muted);font-size:13px;margin-top:6px}.pc-clabe code{display:block;margin:12px 0;font-size:20px;letter-spacing:.6px;color:#fff}.pc-clabe .ghost{margin:10px 0 8px}.pc-seg{display:flex;gap:20px;margin-bottom:22px}.pc-seg button{color:var(--muted);font-size:16px;padding-bottom:6px;border-bottom:2px solid transparent}.pc-seg button.on{color:#fff;font-weight:700;border-bottom-color:var(--pink)}.pc-search-lg{width:100%;height:48px;border:0;outline:none;border-radius:12px;background:#14141c;color:#fff;padding:0 16px;font-size:16px;margin-bottom:24px}.pc-doc{color:#d0d0d4;font-size:16px;line-height:1.65;max-width:720px}.pc-detail-hero{min-height:520px}.pc-detail-actions{display:flex;gap:12px;align-items:center}.ghost.lg{height:48px;padding:0 20px;font-size:15px}.pc-eps button{width:52px;height:42px;font-size:15px}.app.pc .toast{bottom:32px}}@media (min-width: 960px) and (max-width: 1100px){.pc-tiles,.pc-pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 960px) and (max-width: 1280px){.pc-side{width:320px;flex-basis:320px}.pc-hero-copy h1{font-size:36px}}.safe-video{position:relative;width:100%;height:100%;background:#000;overflow:hidden}.safe-video video{width:100%;height:100%;object-fit:contain;background:#000;pointer-events:auto}.safe-video video::-webkit-media-controls,.safe-video video::-webkit-media-controls-enclosure,.safe-video video::-webkit-media-controls-panel{display:none!important}.sv-bar{position:absolute;left:0;right:0;bottom:0;display:flex;align-items:center;gap:8px;padding:10px 10px 8px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.75));color:#fff;font-size:12px}.sv-bar button{color:#fff;font-size:14px;min-width:28px}.sv-seek{flex:1;accent-color:var(--pink)}.sv-vol{width:64px;accent-color:#fff}
