:root{color-scheme:dark;font-family:Microsoft YaHei,PingFang SC,system-ui,sans-serif;color:#f6f6f3;background:#080808;font-synthesis:none;--bg: #050505;--surface: #141416;--surface-2: #1a1a1c;--line: rgba(255,255,255,.12);--muted: rgba(255,255,255,.55);--primary: #ff4d00;--primary-hover: #ff7a12;--green: #34d399;--cyan: #ffd08a}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:var(--bg)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}p,h1,h2,h3{margin:0}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell main{flex:1;min-height:70vh}.page-container{width:min(1440px,calc(100% - 64px));margin-inline:auto}.page-top{padding-top:56px;padding-bottom:88px}.muted{color:var(--muted)}.eyebrow{display:flex;align-items:center;gap:7px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.eyebrow svg{width:14px;height:14px}.page-heading{margin-bottom:32px}.page-heading h1{margin-top:8px;font-size:38px;line-height:1.2;letter-spacing:0}.page-heading>p:last-child{margin-top:12px;color:var(--muted);line-height:1.7}.inline-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.primary-button,.secondary-button,.account-button,.text-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;border:0;border-radius:6px;padding:0 18px;cursor:pointer;font-weight:700;transition:.18s ease}.primary-button{background:var(--primary);color:#fff}.primary-button:hover{background:var(--primary-hover);transform:translateY(-1px)}.primary-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.secondary-button{background:#ffffff0f;border:1px solid var(--line)}.secondary-button:hover,.secondary-button.selected{border-color:#ff7a12a6;color:#ffd08a}.primary-button svg,.secondary-button svg,.account-button svg{width:18px;height:18px}.wide{width:100%}.text-button{height:auto;width:100%;color:var(--muted);background:none}.icon-button{width:38px;height:38px;border-radius:6px;border:1px solid var(--line);background:#171719;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.icon-button svg{width:18px;height:18px}.icon-button:hover,.icon-button.selected{color:var(--primary);border-color:#ff7a1280}.icon-button:disabled{opacity:.3;cursor:not-allowed}.site-header{position:sticky;z-index:40;top:0;height:72px;border-bottom:1px solid var(--line);background:#050505eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header-inner{width:min(1520px,calc(100% - 48px));height:100%;margin:auto;display:flex;align-items:center;gap:30px}.brand{display:flex;align-items:center;gap:10px;min-width:max-content}.brand>span,.brand>img{width:36px;height:36px;border-radius:6px;object-fit:contain;display:grid;place-items:center;background:var(--primary);font-size:18px;font-weight:900}.brand strong{font-size:18px}.main-nav{display:flex;height:100%;align-items:center;gap:4px}.main-nav a{height:100%;position:relative;display:grid;place-items:center;padding:0 15px;color:#aaa;font-size:14px}.main-nav a.active{color:#fff}.main-nav a.active:after{content:"";position:absolute;bottom:0;left:15px;right:15px;height:3px;background:var(--primary)}.header-search{height:38px;flex:1;max-width:380px;min-width:190px;display:flex;align-items:center;border:1px solid var(--line);background:#141416;border-radius:6px;overflow:hidden}.header-search svg{width:17px;margin-left:12px;color:#777}.header-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;padding:0 10px}.header-search button{height:100%;padding:0 14px;border:0;border-left:1px solid var(--line);background:transparent;cursor:pointer;color:#bbb}.account-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.coin-pill{height:38px;display:flex;align-items:center;gap:6px;padding:0 12px;border:1px solid rgba(255,197,85,.24);border-radius:6px;color:#ffd064;background:#ffc55514;font-weight:700}.coin-pill svg{width:17px}.account-button{background:#efefeb;color:#111}.hero{min-height:590px;background-size:cover;background-position:center 22%;display:flex;align-items:flex-end;padding:70px max(32px,calc((100vw - 1440px)/2))}.hero-content{max-width:640px;padding-bottom:35px}.hero-label{display:inline-flex;padding:5px 9px;border-radius:4px;background:var(--primary);font-size:12px;font-weight:800}.hero h1{margin-top:16px;font-size:58px;line-height:1.08;letter-spacing:0;overflow-wrap:anywhere}.hero-content>p{max-width:570px;margin:18px 0;color:#d0d0d0;line-height:1.8;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-meta{display:flex;flex-wrap:wrap;gap:9px 18px;margin-bottom:24px;color:#c5c5c5;font-size:13px}.hero-meta span+span:before{content:"·";margin-right:18px;color:#666}.home-sections{padding-block:8px 90px}.content-section{margin-top:52px}.section-heading{min-height:48px;margin-bottom:20px;display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.section-heading h2{margin-top:5px;font-size:25px;letter-spacing:0}.section-heading>a,.section-heading>span{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:13px}.section-heading svg{width:17px}.work-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 16px}.work-card{min-width:0}.cover-wrap{position:relative;aspect-ratio:3 / 4;overflow:hidden;border-radius:6px;background:#1b1b1c}.cover-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.cover-placeholder{width:100%;height:100%;display:grid;place-items:center;color:#666;background:#1b1b1c;font-size:12px}.work-card:hover img{transform:scale(1.045)}.work-card>strong{display:block;margin-top:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px}.work-card>p{margin-top:6px;color:#777;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-badge,.rank-badge{position:absolute;z-index:2;border-radius:3px;font-size:11px;font-weight:700}.episode-badge{right:7px;bottom:7px;background:#000000b8;padding:4px 6px}.rank-badge{left:8px;top:8px;width:28px;height:28px;display:grid;place-items:center;color:#111;background:#f4ce6a;font-size:15px}.play-hover{position:absolute;inset:0;display:grid;place-items:center;opacity:0;background:#0000005c;transition:opacity .2s}.play-hover svg{width:42px;height:42px;color:#fff}.work-card:hover .play-hover{opacity:1}.segmented{display:flex;width:fit-content;padding:4px;background:#161617;border:1px solid var(--line);border-radius:7px}.segmented button{min-width:110px;height:42px;border:0;border-radius:4px;background:transparent;color:#888;cursor:pointer;font-weight:700}.segmented button.active{background:#f4f4f1;color:#111}.wide-tabs{width:100%;margin-bottom:20px}.wide-tabs button{flex:1}.filters-panel{margin-bottom:32px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:10px 0}.filter-row{display:grid;grid-template-columns:72px 1fr;align-items:start;gap:16px;padding:10px 0}.filter-row>span{padding-top:7px;color:#777;font-size:13px}.filter-row>div{display:flex;flex-wrap:wrap;gap:7px}.filter-row button{min-height:32px;padding:0 12px;border:1px solid transparent;border-radius:5px;background:transparent;color:#aaa;cursor:pointer}.filter-row button:hover{color:#fff;background:#181819}.filter-row button.active{color:#fff;background:#ff4f2824;border-color:#ff4f2859}.result-heading{margin:28px 0 20px;display:flex;justify-content:space-between;align-items:center}.result-heading span{color:#777;font-size:13px}.pager{margin-top:48px;display:flex;justify-content:center;align-items:center;gap:15px;color:var(--muted);font-size:13px}.state-block{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:#777}.state-block svg{width:28px;height:28px}.state-block.error{color:#ef9080}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.search-page{max-width:1240px}.search-large{height:58px;display:flex;align-items:center;border:1px solid #343438;border-radius:7px;background:#121213;overflow:hidden}.search-large svg{margin-left:18px;color:#777}.search-large input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:16px;padding:0 14px}.search-large .primary-button{margin-right:7px;min-width:96px}.hot-search{margin-top:40px}.hot-search h2{margin-bottom:16px;font-size:18px}.hot-search>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px 30px}.hot-search button{height:48px;display:flex;align-items:center;gap:12px;border:0;border-bottom:1px solid var(--line);background:none;color:#bbb;text-align:left;cursor:pointer}.hot-search button b{width:20px;color:#777}.hot-search button:nth-child(-n+3) b{color:var(--primary)}.detail-hero{min-height:590px;background-size:cover;background-position:center 20%;display:flex;align-items:flex-end}.detail-content{padding-bottom:54px;display:grid;grid-template-columns:210px minmax(0,720px);align-items:end;gap:34px}.detail-poster{width:210px;aspect-ratio:3 / 4;object-fit:cover;border-radius:7px;box-shadow:0 20px 60px #000}.detail-content h1{margin:10px 0 16px;font-size:44px;letter-spacing:0}.detail-description{margin:18px 0;color:silver;line-height:1.8}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag-list span{padding:5px 8px;border-radius:4px;color:#aaa;background:#ffffff14;font-size:12px}.detail-actions{margin-top:25px;display:flex;flex-wrap:wrap;gap:9px}.detail-body{padding-bottom:90px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:55px}.detail-body>section{padding-top:42px}.episode-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.episode-grid a{height:62px;border:1px solid var(--line);border-radius:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#121213}.episode-grid a:hover{border-color:var(--primary)}.episode-grid span{font-weight:800}.episode-grid small{margin-top:4px;color:#777;font-size:10px}.episode-grid a.locked{color:#777}.comment-form{display:grid;gap:9px}.comment-form textarea,.feedback-form textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:6px;background:#121213;color:#fff;padding:12px;outline:0}.comment-form .primary-button{justify-self:end}.comment-list{margin-top:20px}.comment-list article{display:grid;grid-template-columns:36px 1fr;gap:11px;padding:15px 0;border-top:1px solid var(--line)}.avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:#29292b;color:#ddd;font-weight:800}.avatar.large{width:72px;height:72px;font-size:25px}.comment-list strong{font-size:13px}.comment-list time{margin-left:8px;color:#666;font-size:11px}.comment-list p{margin-top:8px;color:#bbb;line-height:1.65}.player-page{min-height:calc(100vh - 72px);padding:24px;background:#030303}.player-layout{width:min(1680px,100%);margin:auto;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px}.video-stage{position:relative;aspect-ratio:16 / 9;max-height:calc(100vh - 180px);overflow:hidden;background:#000}.video-stage video{width:100%;height:100%;object-fit:contain}.locked-player,.video-stage>.state-block{position:absolute;inset:0;z-index:3;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;background:#080808}.locked-player>svg{width:40px;height:40px;color:#777}.locked-player p{color:var(--muted)}.video-controls{position:absolute;z-index:8;left:0;right:0;bottom:0;height:58px;padding:0 14px;display:flex;align-items:center;gap:8px;background:linear-gradient(transparent,#000000eb)}.video-controls .icon-button{border:0;background:transparent}.control-title{flex:1;color:#ddd;font-size:13px}.danmaku-layer{position:absolute;z-index:5;inset:0 0 58px;overflow:hidden;pointer-events:none}.danmaku-layer span{position:absolute;left:100%;white-space:nowrap;text-shadow:0 1px 3px #000;animation:danmaku 9s linear infinite}@keyframes danmaku{to{transform:translate(calc(-100vw - 100%))}}.player-info{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px}.player-info h1{font-size:18px}.player-info p{margin-top:6px;color:#777;font-size:12px}.danmaku-form{width:min(420px,48%);height:38px;display:flex;border:1px solid var(--line);border-radius:5px;overflow:hidden}.danmaku-form input{min-width:0;flex:1;border:0;outline:0;background:#111;color:#fff;padding:0 10px}.danmaku-form button{width:64px;border:0;background:#252527;cursor:pointer}.episode-sidebar{height:calc(100vh - 120px);overflow:hidden;background:#111112;border:1px solid var(--line);padding:18px}.episode-sidebar>p{margin-top:5px;color:#777;font-size:12px}.episode-sidebar>div{height:calc(100% - 55px);margin-top:15px;overflow-y:auto}.episode-sidebar button{width:100%;min-height:46px;border:0;border-bottom:1px solid rgba(255,255,255,.06);background:none;color:#aaa;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.episode-sidebar button.active{color:#fff;background:#ff4f281f;padding-inline:10px}.episode-sidebar small svg{width:13px}.secret-locked,.login-required{min-height:calc(100vh - 72px);padding:60px 24px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.secret-symbol{width:94px;height:94px;margin-bottom:28px;border:1px solid rgba(97,200,232,.35);display:grid;place-items:center;background:#61c8e814;color:var(--cyan)}.secret-symbol svg{width:38px;height:38px}.secret-locked h1,.login-required h1{margin:10px 0 12px;font-size:40px}.secret-locked>p:not(.eyebrow),.login-required p{color:var(--muted)}.growth-card{width:min(500px,100%);margin:28px 0;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 1fr;gap:10px 24px;text-align:left}.growth-card strong{text-align:right}.growth-card small{grid-column:1 / -1;text-align:center;color:#888}.me-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:25px}.me-heading h1{margin-top:7px;font-size:38px;line-height:1.2}.me-heading>div>p:last-child{margin-top:9px;color:var(--muted);font-size:13px}.account-status{padding:7px 12px;border:1px solid rgba(66,214,164,.35);border-radius:999px;color:var(--green);background:#42d6a414;font-size:12px;font-weight:700}.account-status.guest{border-color:var(--line);color:var(--muted);background:var(--surface-2)}.me-overview{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.9fr);gap:14px}.profile-panel,.wallet-panel,.me-section{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.profile-panel{min-height:164px;display:flex;align-items:flex-start;gap:20px;padding:26px 28px;border-left:4px solid var(--primary)}.profile-avatar{position:relative;overflow:hidden;flex:0 0 auto}.profile-avatar img{width:100%;height:100%;object-fit:cover}.profile-copy{min-width:0;flex:1}.profile-copy h2{margin:7px 0;font-size:27px;overflow-wrap:anywhere}.profile-copy>p:last-child{color:var(--muted);font-size:13px;line-height:1.6}.profile-account{color:var(--muted);font-size:13px;line-height:1.6}.profile-meta{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:8px;color:#aaa;font-size:12px}.profile-meta .bound{color:var(--green)}.profile-meta .unbound{color:#ffb14a}.profile-actions{display:flex;flex:0 0 auto;flex-direction:column;align-items:flex-end;gap:8px;margin-left:auto}.profile-actions .secondary-button{white-space:nowrap}.profile-actions>.text-button+.secondary-button{display:none}.protected-label{color:var(--green);font-size:12px}.profile-share{display:flex;align-items:center;gap:12px;margin-top:12px;padding-top:10px;border-top:1px solid rgba(255,255,255,.09)}.profile-share-heading,.profile-share-actions{display:flex;align-items:center;gap:8px}.profile-share-heading{color:#ffb14a;font-size:12px;font-weight:700}.profile-share-heading svg{width:15px;height:15px}.profile-share-heading small{color:var(--muted);font-size:11px;font-weight:400;white-space:nowrap}.profile-share-actions{min-width:0;flex:1}.profile-share-actions strong{min-width:0;flex:1;color:#ff9d16;font-size:14px;letter-spacing:.08em;overflow:hidden;text-overflow:ellipsis}.profile-share-button{height:30px;padding:0 9px;border-radius:5px;gap:5px;font-size:12px;white-space:nowrap}.profile-share-button svg{width:14px;height:14px}.profile-share-actions .icon-button{width:30px;height:30px;border-radius:5px}.profile-share-actions .icon-button svg{width:15px;height:15px}.share-modal-backdrop{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:20px;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.share-poster-modal{position:relative;width:min(440px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:28px 26px 22px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:linear-gradient(145deg,#21050f,#09090b 62%);box-shadow:0 26px 100px #000000a6}.share-modal-close{position:absolute;top:12px;right:12px;z-index:2;border-color:#ffffff2e;background:#00000052}.poster-brand{display:flex;align-items:center;gap:12px;padding-right:38px}.poster-logo{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border-radius:13px;background:linear-gradient(135deg,#ff4d76,#ff9b28);color:#fff}.poster-logo img{width:100%;height:100%;object-fit:cover}.poster-logo svg{width:26px;height:26px}.poster-brand strong,.poster-brand small{display:block}.poster-brand strong{font-size:18px}.poster-brand small{margin-top:4px;color:#ffffff94;font-size:12px}.poster-cover{width:100%;max-height:190px;margin-top:22px;object-fit:cover;border-radius:15px;border:1px solid rgba(255,255,255,.12)}.poster-invite{display:flex;align-items:center;gap:20px;margin-top:22px}.poster-qr-wrap{width:142px;height:142px;flex:0 0 142px;display:grid;place-items:center;padding:7px;border-radius:10px;background:#fff}.poster-qr-wrap img{width:100%;height:100%}.poster-qr-wrap span{color:#333;font-size:11px;text-align:center}.poster-details{min-width:0}.poster-details>strong{display:block;font-size:24px}.poster-details p{margin-top:9px;color:#ffffffb3;font-size:13px}.poster-details b{color:#ffb14a;letter-spacing:.08em}.poster-details .poster-url{overflow-wrap:anywhere;line-height:1.5}.poster-details small{display:block;margin-top:13px;color:#ffffff70}.poster-actions{display:flex;gap:10px;margin-top:24px}.poster-actions button{flex:1}.profile-panel>button{margin-left:auto;flex:0 0 auto;align-self:flex-start}.vip-mark{position:absolute;right:0;bottom:0;width:22px;height:22px;display:grid;place-items:center;border:2px solid var(--surface);border-radius:50%;background:#f2a93b;color:#fff}.vip-mark svg{width:12px;height:12px}.wallet-panel{min-height:164px;padding:23px 25px}.wallet-heading{display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:13px}.wallet-heading span,.wallet-heading b{display:inline-flex;align-items:center;gap:7px}.wallet-heading svg{width:17px;color:#ffd064}.wallet-heading b{color:#ffd064;font-size:12px}.wallet-heading b svg{width:14px}.wallet-value{display:block;margin-top:10px;font-size:32px;line-height:1}.wallet-panel>p{margin-top:8px;color:var(--muted);font-size:12px}.wallet-actions{display:flex;gap:8px;margin-top:18px}.wallet-actions a{height:36px;flex:1;padding:0 10px;font-size:12px}.stat-grid{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.stat-grid article{min-height:112px;padding:17px 19px;border:1px solid var(--line);border-radius:8px;background:var(--surface);display:grid;grid-template-columns:28px 1fr;align-content:center;gap:7px 10px}.stat-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:#ff4f281f;color:var(--primary)}.stat-icon svg{width:16px;height:16px}.stat-label{align-self:center;color:var(--muted);font-size:12px}.stat-grid strong{grid-column:1 / -1;font-size:23px;line-height:1.15}.me-section{margin-top:14px;padding:21px 23px}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}.section-heading h2{margin-top:5px;font-size:19px}.section-heading>span{color:#777;font-size:12px}.section-heading>a{display:inline-flex;align-items:center;gap:3px;color:var(--primary);font-size:12px}.section-heading>a svg{width:14px}.me-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.quick-link{min-height:78px;display:flex;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:6px;background:var(--surface-2);transition:.18s ease}.quick-link:hover{border-color:#ff7a128c;background:#ff4d0014;transform:translateY(-1px)}.quick-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:6px;background:#ff4f281f;color:var(--primary)}.quick-icon svg{width:17px}.quick-link>span:nth-child(2){min-width:0;flex:1}.quick-link strong,.quick-link small{display:block}.quick-link strong{font-size:13px}.quick-link small{margin-top:4px;color:#777;font-size:11px}.quick-link>svg{width:15px;color:#666}.me-lower-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);gap:14px}.me-lower-grid .me-section{min-width:0}.task-list{border-top:1px solid var(--line)}.task-row{display:flex;align-items:center;gap:11px;min-height:76px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.07)}.task-row:last-child{border-bottom:0}.task-icon{display:grid;place-items:center;width:29px;height:29px;flex:0 0 auto;border-radius:50%;background:#ff4f281f;color:var(--primary)}.task-icon svg{width:16px}.task-row.done .task-icon{background:#42d6a41f;color:var(--green)}.task-main{min-width:0;flex:1}.task-main strong,.task-main span{display:block}.task-main strong{font-size:13px}.task-main span{margin-top:4px;color:#777;font-size:11px}.task-progress{height:4px;margin-top:8px;overflow:hidden;border-radius:99px;background:#2a2a2b}.task-progress i{display:block;height:100%;border-radius:inherit;background:var(--primary)}.task-row.done .task-progress i{background:var(--green)}.task-button{height:32px;min-width:62px;padding:0 10px;font-size:11px}.task-button:disabled{opacity:.45}.section-login,.section-empty{min-height:148px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--muted);font-size:13px;text-align:center}.section-empty svg{width:24px;color:#666}.section-login .secondary-button{height:34px;font-size:12px}.latest-notice{position:relative;min-height:148px;display:flex;align-items:flex-start;gap:12px;padding:14px;border:1px solid var(--line);border-radius:6px;background:var(--surface-2)}.latest-notice:hover{border-color:#ff7a128c}.notice-icon{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border-radius:6px;background:#ff4f281f;color:var(--primary)}.notice-icon svg{width:17px}.latest-notice>div{min-width:0}.latest-notice strong{display:block;font-size:13px}.latest-notice p{margin-top:7px;color:#aaa;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.latest-notice time{display:block;margin-top:10px;color:#666;font-size:11px}.unread-badge{position:absolute;top:10px;right:10px;min-width:20px;height:20px;display:grid;place-items:center;padding:0 5px;border-radius:999px;background:var(--primary);color:#fff;font-size:10px}.me-footer{margin-top:24px;padding:18px 0 4px;border-top:1px solid var(--line);text-align:center}.me-footer-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:8px 22px}.me-footer-actions a,.me-footer-actions button{width:auto;color:#888;font-size:12px}.me-footer-actions a:hover,.me-footer-actions button:hover{color:var(--primary)}.me-footer>p{margin-top:10px;color:#555;font-size:11px}.removable-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:28px 16px}.removable-grid>div{position:relative;min-width:0}.removable-grid .work-grid{display:block}.remove-button{position:absolute;top:7px;right:7px;z-index:4;width:32px;height:32px;border:0;border-radius:5px;background:#000000bf;display:grid;place-items:center;cursor:pointer}.remove-button svg{width:15px}.notification-list{border-top:1px solid var(--line)}.notification-list>button{width:100%;min-height:96px;border:0;border-bottom:1px solid var(--line);background:transparent;color:#fff;display:grid;grid-template-columns:42px 1fr;align-items:start;gap:14px;padding:18px 8px;text-align:left;cursor:pointer}.notification-list>button:hover{background:#111}.notification-list>button.read{opacity:.56}.notification-list>button>svg{padding:10px;width:42px;height:42px;background:#ff4f281f;color:var(--primary)}.notification-list strong{font-size:15px}.notification-list p{margin:7px 0;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-list time,.transaction-list time{color:#666;font-size:11px}.transaction-list{border-top:1px solid var(--line)}.transaction-list article{min-height:74px;padding:14px 8px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.transaction-list time{display:block;margin-top:6px}.transaction-list>article>b{color:#f08e79}.transaction-list>article>b.income{color:var(--green)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.product-grid>button{position:relative;min-height:190px;padding:22px;border:1px solid var(--line);border-radius:7px;background:#111112;color:#fff;display:flex;flex-direction:column;align-items:flex-start;gap:9px;text-align:left;cursor:pointer}.product-grid>button:hover,.product-grid>button.active{border-color:var(--primary);background:#181515}.product-grid>button>svg:not(.product-check){color:#ffd064}.product-grid strong{font-size:21px}.product-grid span{color:var(--primary);font-size:17px;font-weight:800}.product-grid p{color:#777;font-size:12px}.product-check{position:absolute;top:12px;right:12px;color:var(--primary)}.checkout-panel{margin-top:22px;padding:25px;border:1px solid var(--line);display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.payment-methods{margin-top:12px;display:flex;gap:8px}.payment-methods button{height:42px;min-width:120px;border-radius:5px;border:1px solid var(--line);background:#151516;cursor:pointer}.payment-methods button.active.alipay{color:#68b7ff;border-color:#398fe0}.payment-methods button.active.wechat{color:#59d984;border-color:#2bb65b}.info-page{max-width:1000px}.prose{padding:28px 0;border-top:1px solid var(--line);color:#c2c2c2;line-height:1.9;white-space:pre-wrap}.prose p+p{margin-top:18px}.feedback-form{display:grid;gap:20px}.feedback-form label,.auth-dialog label{display:grid;gap:8px;color:#aaa;font-size:13px}.feedback-form input,.auth-dialog input{height:44px;border:1px solid var(--line);border-radius:5px;outline:0;background:#121213;color:#fff;padding:0 12px}.feedback-form .primary-button{justify-self:start}.support-strip{margin-top:40px;padding:18px 0;border-top:1px solid var(--line);display:flex;flex-wrap:wrap;gap:14px 24px;color:#aaa}.support-strip a{color:var(--cyan)}.site-footer{padding:42px max(32px,calc((100vw - 1440px)/2));border-top:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:25px;background:#0c0c0d}.site-footer>div:first-child p{margin-top:8px;color:#777}.footer-links{display:flex;gap:22px;color:#aaa;font-size:13px}.footer-meta{grid-column:1 / -1;display:flex;gap:20px;color:#555;font-size:12px}.modal-backdrop{position:fixed;z-index:100;inset:0;padding:24px;display:grid;place-items:center;background:#000000c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.auth-dialog,.message-dialog{position:relative;width:min(430px,100%);padding:30px;border:1px solid #333;border-radius:8px;background:#121213;box-shadow:0 30px 100px #000}.account-switch-dialog{position:relative;width:min(390px,100%);padding:30px;border:1px solid rgba(255,145,42,.35);border-radius:14px;background:#171719;box-shadow:0 30px 100px #000;text-align:center}.recharge-security-dialog{position:relative;width:min(430px,100%);padding:30px;border:1px solid rgba(255,145,42,.35);border-radius:14px;background:#171719;box-shadow:0 30px 100px #000}.recharge-security-icon{display:grid;place-items:center;width:42px;height:42px;margin-bottom:14px;border-radius:50%;color:#ff912a;background:#ff912a24}.recharge-security-icon svg{width:21px;height:21px}.recharge-security-copy{margin-top:12px;color:#aaa;font-size:14px;line-height:1.8}.recharge-security-note{display:flex;align-items:center;gap:8px;margin-top:18px;padding:10px 12px;border-radius:8px;color:#aaa;background:#ffffff0d;font-size:12px;line-height:1.5}.recharge-security-note svg{width:16px;height:16px;flex:0 0 auto;color:#ff912a}.recharge-security-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:22px}.recharge-security-actions .primary-button,.recharge-security-actions .secondary-button{width:100%}.recharge-security-actions .primary-button{order:-1}.creator-center-entry{display:flex;justify-content:flex-end;margin:0 0 14px}.creator-center-entry .secondary-button{text-decoration:none}.account-switch-icon{width:48px;height:48px;margin:0 auto 14px;display:grid;place-items:center;border-radius:50%;background:#ff912a21;color:#ff9d16}.account-switch-icon svg{width:24px;height:24px}.account-switch-dialog h2{font-size:22px}.account-switch-dialog>p{margin-top:10px;color:#aaa;font-size:13px;line-height:1.7}.account-switch-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:22px}.account-switch-actions button{height:42px}.auth-dialog h2,.message-dialog h2{margin:8px 0;font-size:28px}.auth-dialog>.muted{margin-bottom:24px;line-height:1.6}.auth-dialog label{margin-top:15px}.auth-dialog .primary-button{margin-top:22px}.bind-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:20px 0 2px}.bind-methods button{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--line);border-radius:6px;background:#151516;color:#aaa;cursor:pointer}.bind-methods button.active{border-color:var(--primary);background:#ff6a0b1f;color:#fff}.bind-methods svg{width:15px;height:15px}.dialog-close{position:absolute;top:14px;right:14px}.form-error{margin-top:12px;color:#ff8d78;font-size:13px}.message-dialog time{color:#777;font-size:12px}.message-dialog>p:not(.eyebrow){margin:24px 0;color:#ccc;line-height:1.8;white-space:pre-wrap}.toast{position:fixed;z-index:200;left:50%;bottom:42px;transform:translate(-50%);min-width:180px;padding:12px 18px;border-radius:6px;background:#e9e9e5;color:#111;text-align:center;box-shadow:0 10px 40px #000}.toast.error{background:#a93728;color:#fff}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;gap:14px;color:#888}.brand-pulse{width:42px;height:42px;border-radius:7px;display:grid;place-items:center;background:var(--primary);color:#fff;font-weight:900;animation:pulse 1.2s ease-in-out infinite}@keyframes pulse{50%{transform:scale(.9);opacity:.65}}@media(max-width:1180px){.work-grid,.removable-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.header-search{display:none}.detail-body{grid-template-columns:1fr}.comments-section{max-width:760px}.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:860px){.page-container{width:min(100% - 32px,1440px)}.site-header{height:auto}.header-inner{width:calc(100% - 24px);min-height:62px;gap:12px;flex-wrap:wrap;padding:8px 0}.brand strong,.coin-pill{display:none}.main-nav{order:3;width:100%;height:42px;justify-content:space-around}.main-nav a{flex:1;height:42px;padding:0 6px}.account-actions{margin-left:auto}.hero{min-height:520px;padding:44px 20px;background-position:66% center}.hero h1{font-size:40px}.work-grid,.removable-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px 10px}.detail-content{grid-template-columns:135px 1fr;gap:18px}.detail-poster{width:135px}.detail-content h1{font-size:31px}.episode-grid{grid-template-columns:repeat(5,1fr)}.player-page{padding:0}.player-layout{display:block}.video-stage{max-height:none}.player-info{padding:12px 16px;flex-wrap:wrap}.danmaku-form{width:100%}.episode-sidebar{height:auto;margin:12px}.episode-sidebar>div{max-height:360px}.me-overview,.me-lower-grid{grid-template-columns:1fr}.stat-grid,.me-shortcuts,.product-grid{grid-template-columns:repeat(2,1fr)}.site-footer{grid-template-columns:1fr;padding-inline:20px}.footer-links{flex-wrap:wrap}.footer-meta{grid-column:1;flex-wrap:wrap}}@media(max-width:540px){.page-container{width:min(100% - 24px,1440px)}.page-top{padding-top:28px}.page-heading h1,.me-heading h1{font-size:30px}.account-button{width:38px;padding:0;font-size:0}.main-nav a{font-size:13px}.work-grid,.removable-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wide-tabs button{min-width:0}.filter-row{grid-template-columns:1fr;gap:5px}.filter-row>span{padding:0}.hot-search>div{grid-template-columns:1fr}.detail-hero{min-height:600px}.detail-content{grid-template-columns:1fr}.detail-poster{display:none}.detail-body{width:calc(100% - 28px)}.episode-grid{grid-template-columns:repeat(4,1fr)}.me-heading{align-items:flex-start}.me-heading>div>p:last-child{max-width:220px;line-height:1.5}.profile-panel{min-height:145px;padding:20px;gap:13px}.profile-copy h2{font-size:22px}.profile-copy>p:last-child{font-size:12px}.profile-panel>button{padding-inline:12px}.wallet-panel{min-height:145px;padding:20px}.stat-grid{grid-template-columns:repeat(2,1fr)}.stat-grid article{min-height:96px;padding:14px}.me-section{padding:18px 15px}.section-heading{align-items:flex-start}.section-heading>span{max-width:120px;text-align:right;line-height:1.5}.me-shortcuts{grid-template-columns:1fr 1fr;gap:7px}.quick-link{min-height:70px;padding:11px 9px;gap:8px}.quick-icon{width:30px;height:30px}.quick-link strong{font-size:12px}.task-row{gap:8px}.task-button{min-width:56px;padding-inline:6px}.product-grid{grid-template-columns:1fr 1fr;gap:7px}.product-grid>button{min-height:170px;padding:15px}.recharge-section-heading{align-items:flex-start;flex-direction:column;gap:6px}.checkout-panel{align-items:stretch;flex-direction:column}.payment-methods button{min-width:105px}.inline-heading{align-items:flex-start;flex-direction:column}}.play-page-reference{min-height:calc(100vh - 72px);padding:34px 24px 86px;background:#030303}.play-shell{width:min(1440px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:16px;align-items:start}.play-main-column{min-width:0}.player-root{overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#050505;box-shadow:0 30px 90px #0006}.player-root.is-fullscreen{border:0;border-radius:0}.player-root.is-fullscreen .player-viewport{height:calc(100vh - 112px);aspect-ratio:auto}.player-viewport{position:relative;width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#000;isolation:isolate}.player-viewport>.state-block{position:absolute;inset:0;z-index:5;min-height:0}.player-backdrop,.player-video-blur{position:absolute;inset:-8%;width:116%;height:116%;object-fit:cover;filter:blur(28px);opacity:.48;transform:scale(1.08)}.player-video-blur{z-index:1;filter:blur(36px) brightness(.68) saturate(1.2);opacity:.72;transform:scale(1.22)}.player-backdrop{z-index:0}.player-viewport:after{content:"";position:absolute;inset:0;z-index:2;background:#00000052;pointer-events:none}.player-video{position:relative;z-index:3;display:block;width:100%;height:100%;object-fit:contain;background:transparent}.locked-overlay{position:absolute;inset:0;z-index:5;display:grid;place-items:center;background:#0000007a}.locked-card{display:flex;align-items:center;gap:16px;min-width:290px;padding:20px 24px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:#0c0c0ccc;box-shadow:0 20px 60px #00000059}.locked-card img{width:56px;height:78px;border:1px solid rgba(255,255,255,.2);border-radius:8px;object-fit:cover;background:#222}.locked-card p{font-size:15px;font-weight:800}.locked-card span{display:block;margin-top:7px;color:#ffffff8c;font-size:12px}.unlock-pill{display:inline-flex;align-items:center;justify-content:center;min-height:34px;margin-top:14px;padding:0 16px;border:0;border-radius:999px;background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff;cursor:pointer;font-size:12px;font-weight:800}.recharge-link{margin-left:10px;color:#fff9;font-size:12px}.play-error{max-width:360px;text-align:center}.play-error>svg{width:34px;height:34px;color:#ff8b17}.play-error h2{margin-top:12px;font-size:18px}.play-error p{margin:8px 0;color:#fff9;font-size:12px;line-height:1.7}.center-play{position:absolute;z-index:6;top:50%;left:50%;width:68px;height:68px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.25);border-radius:50%;background:#00000094;color:#fff;cursor:pointer;transform:translate(-50%,-50%);transition:.2s ease}.center-play:hover{background:#ff4d00e6;transform:translate(-50%,-50%) scale(1.06)}.center-play svg{width:28px;height:28px;margin-left:3px}.player-chrome{position:relative;z-index:8;padding:10px 14px 11px;background:#0a0a0b}.seek-bar,.volume-bar{display:block;appearance:none;height:4px;border-radius:999px;background:#ffffff29;accent-color:#ff650c;cursor:pointer}.seek-bar{width:100%}.seek-bar::-webkit-slider-thumb,.volume-bar::-webkit-slider-thumb{width:10px;height:10px;appearance:none;border:0;border-radius:50%;background:#ff7b10}.chrome-row{min-height:38px;display:flex;align-items:center;gap:8px}.chrome-button{min-width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;gap:4px;border:0;border-radius:6px;background:transparent;color:#ffffffbf;cursor:pointer}.chrome-button:hover{color:#fff;background:#ffffff14}.chrome-button svg{width:17px;height:17px}.chrome-text,.time-label{color:#ffffff8c;font-size:11px}.chrome-spacer{flex:1}.volume-bar{width:72px;height:3px}.chrome-menu{position:relative}.chrome-popover{position:absolute;z-index:10;right:0;bottom:38px;min-width:92px;padding:6px;border:1px solid rgba(255,255,255,.15);border-radius:9px;background:#161617;box-shadow:0 12px 30px #0006}.chrome-popover button{width:100%;min-height:28px;display:flex;align-items:center;gap:5px;padding:0 8px;border:0;border-radius:5px;background:transparent;color:#ffffffb3;cursor:pointer;font-size:11px;text-align:left}.chrome-popover button:hover,.chrome-popover button.active{background:#ff660c2e;color:#fff}.chrome-popover button:disabled{opacity:.35;cursor:not-allowed}.chrome-bottom{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#ffffff5c;font-size:10px}.danmaku-inline{height:28px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;overflow:hidden}.danmaku-inline button{width:30px;height:100%;border:0;background:transparent;color:#ffffff80;cursor:pointer;font-size:11px}.danmaku-inline button.on{color:#ff8a18}.danmaku-inline input{width:118px;border:0;outline:0;background:transparent;color:#fff;font-size:11px}.danmaku-inline input::placeholder{color:#ffffff59}.danmaku-inline svg{width:14px;height:14px}.danmaku-layer{position:absolute;inset:0;z-index:4;overflow:hidden;pointer-events:none}.danmaku-layer span{position:absolute;left:100%;white-space:nowrap;text-shadow:0 1px 3px #000,0 0 2px #000;font-size:clamp(13px,1.35vw,20px);animation:danmaku-scroll 12s linear infinite}@keyframes danmaku-scroll{0%{transform:translate(0)}to{transform:translate(-180vw)}}.play-meta{min-height:116px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:23px 4px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.play-meta-copy{min-width:0}.play-episode-label{color:#ff8618;font-size:11px;font-weight:800}.play-meta h1{margin-top:6px;overflow:hidden;font-size:24px;text-overflow:ellipsis;white-space:nowrap}.play-meta-copy>p:last-child{max-width:720px;margin-top:7px;overflow:hidden;color:#ffffff80;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.play-actions{display:flex;flex:0 0 auto;gap:8px}.play-actions button{height:36px;display:inline-flex;align-items:center;gap:6px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0a;color:#ffffffad;cursor:pointer;font-size:11px}.play-actions button:hover,.play-actions button.selected{border-color:#ff7a128c;background:#ff660c1f;color:#ff9b3c}.play-actions svg{width:15px;height:15px}.next-icon{transform:rotate(180deg)}.episode-panel{min-height:460px;max-height:calc(100vh - 140px);overflow:hidden;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#0e0e0ff5}.episode-panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.episode-panel-head h2{margin-top:4px;font-size:20px}.episode-panel-head>a{display:inline-flex;align-items:center;gap:4px;color:#ffffff80;font-size:11px}.episode-panel-head>a:hover{color:#ff9b3c}.episode-panel-head>a svg{width:14px;height:14px}.episode-count{margin-top:9px;color:#ffffff6b;font-size:11px}.episode-grid-reference{height:calc(100vh - 260px);max-height:670px;margin-top:16px;overflow-y:auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-content:start;gap:8px;padding-right:3px}.episode-grid-reference button{position:relative;min-width:0;height:42px;display:flex;align-items:center;justify-content:center;gap:3px;border:1px solid rgba(255,255,255,.08);border-radius:11px;background:#ffffff0b;color:#ffffffab;cursor:pointer;font-size:12px}.episode-grid-reference button:hover{border-color:#ff7a1273;color:#fff}.episode-grid-reference button.active{border-color:transparent;background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff;box-shadow:0 7px 18px #ff4d0038}.episode-grid-reference button.locked{color:#ffffff59}.episode-grid-reference button svg{width:12px;height:12px}.play-comments{margin-top:24px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#101011b8}.comments-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.comments-heading h2{margin-top:5px;font-size:20px}.comments-heading h2 span{color:#fff6;font-size:13px;font-weight:400}.comment-tabs{display:flex;gap:4px;padding:4px;border-radius:999px;background:#ffffff0d}.comment-tabs button{height:28px;padding:0 12px;border:0;border-radius:999px;background:transparent;color:#ffffff80;cursor:pointer;font-size:11px}.comment-tabs button.active{background:#ff660c2e;color:#ff9b3c}.play-comment-form{height:48px;margin-top:18px;display:flex;align-items:center;gap:9px;padding:0 8px 0 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#00000040}.play-comment-form>svg{width:17px;color:#ffffff61}.play-comment-form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:12px}.play-comment-form button{height:34px;display:inline-flex;align-items:center;gap:5px;padding:0 12px;border:0;border-radius:8px;background:#ff5c08;color:#fff;cursor:pointer;font-size:11px;font-weight:700}.play-comment-form button:disabled{opacity:.55;cursor:wait}.play-comment-form button svg{width:14px}.play-comment-list{margin-top:8px}.play-comment-list article{display:flex;gap:11px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.07)}.comment-avatar{width:32px;height:32px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff8a18,#cc3a00);color:#fff;font-size:13px;font-weight:800}.comment-author{display:flex;align-items:center;gap:9px}.comment-author strong{font-size:12px}.comment-author time{color:#ffffff59;font-size:10px}.play-comment-list article p{margin-top:7px;color:#ffffffad;font-size:12px;line-height:1.7}.comment-empty{min-height:120px;display:grid;place-items:center;align-content:center;gap:8px;color:#ffffff59;font-size:12px}.comment-empty svg{width:25px;height:25px}@media(max-width:1100px){.play-shell{display:block}.episode-panel{max-height:none;min-height:0;margin-top:16px}.episode-grid-reference{height:auto;max-height:300px}}@media(max-width:720px){.play-page-reference{padding:12px 12px 55px}.player-root,.episode-panel{border-radius:14px}.player-chrome{padding-inline:9px}.chrome-bottom>span{display:none}.chrome-bottom{justify-content:flex-end}.chrome-text,.volume-bar{display:none}.play-meta{display:block;padding:18px 2px}.play-meta h1{font-size:20px}.play-meta-copy>p:last-child{white-space:normal;line-height:1.6}.play-actions{margin-top:14px}.play-actions button{flex:1;justify-content:center;padding-inline:8px}.play-actions button:nth-child(3){display:none}.play-comments{padding:16px;border-radius:14px}.locked-card{min-width:0;width:calc(100% - 32px);padding:16px}}:root{--bg: #050505;--surface: #141416;--surface-2: #1c1a19;--line: rgba(255,255,255,.12);--muted: rgba(255,255,255,.52);--primary: #ff6a0b;--primary-hover: #ff841f;--brand-yellow: #ffb020}body{background:radial-gradient(circle at 98% 18%,rgba(230,50,32,.08),transparent 28%),radial-gradient(circle at 8% 78%,rgba(255,77,0,.1),transparent 30%),#050505}.page-container{width:min(1320px,calc(100% - 64px))}.site-header{height:76px;border-bottom-color:#ffffff14;background:#050505f0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.header-inner{width:min(1320px,calc(100% - 64px));gap:22px}.brand{gap:10px}.brand>span,.brand>img{width:44px;height:44px;border-radius:13px;background:linear-gradient(135deg,var(--brand-yellow),#ff4d00);box-shadow:0 10px 28px #ff4d0038;font-size:15px}.brand-copy{display:flex;flex-direction:column;min-width:90px}.brand>.brand-copy{width:auto;height:auto;min-width:90px;border-radius:0;background:transparent;box-shadow:none;display:flex}.brand-copy strong{color:#ff7a12;font-size:16px;line-height:1.1}.brand-copy small{margin-top:3px;color:#ffffff85;font-size:10px;font-weight:700}.main-nav{gap:1px;min-width:0;overflow-x:auto;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.main-nav a{height:42px;padding:0 13px;border-radius:999px;color:#ffffffe0;font-size:13px;font-weight:700;white-space:nowrap}.main-nav a:hover{color:#fff;background:#ffffff0f}.main-nav a.active{color:#fff;background:linear-gradient(135deg,#ff9d16,#ff5207);box-shadow:0 8px 24px #ff4d0038}.main-nav a.active:after{display:none}.header-search{max-width:360px;height:44px;margin-left:auto;border-color:#ffffff29;border-radius:999px;background:#181818}.header-search input{font-size:13px;font-weight:600}.header-search button{display:none}.account-actions{margin-left:0;gap:10px}.header-icon-button{width:30px;height:38px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:#ffffffe0;cursor:pointer}.header-icon-button:hover{color:var(--primary-hover)}.header-icon-button svg{width:18px}.download-banner{min-height:72px;margin-top:22px;padding:12px 18px;display:flex;align-items:center;gap:14px;border:1px solid rgba(255,112,0,.35);border-radius:18px;background:linear-gradient(105deg,#522005ad,#1b0804db 45%,#070707f2)}.download-logo{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,#ff9d16,#ff4d00);font-size:13px;font-weight:900}.download-banner strong{font-size:14px}.download-banner p{margin-top:5px;color:#ffffff80;font-size:12px}.download-cta{height:40px;margin-left:auto;padding:0 20px;border:0;border-radius:999px;display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff;box-shadow:0 10px 28px #ff4d0042;cursor:pointer;font-weight:800}.download-cta svg{display:none}.download-close{width:30px;height:30px;display:grid;place-items:center;border:0;background:transparent;color:#777;cursor:pointer}.download-close svg{width:16px}.home-page{padding:12px 0 100px}.home-hero{position:relative;min-height:562px;overflow:hidden;display:flex;align-items:flex-end;padding:42px;border:1px solid rgba(255,255,255,.14);border-radius:32px;background-color:#020202;background-position:center 25%;background-size:cover;isolation:isolate}.home-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent 55%)}.home-hero-copy{width:47%;max-width:590px}.hero-badges{display:flex;align-items:center;gap:8px}.hero-badges span,.hero-badges b{height:34px;padding:0 12px;display:inline-flex;align-items:center;border-radius:999px;font-size:12px}.hero-badges span{background:linear-gradient(135deg,#ff9d16,#ff4d00)}.hero-badges b{border:1px solid rgba(255,255,255,.22);background:#00000094}.home-hero h1{max-width:100%;margin-top:18px;font-size:56px;line-height:1.12;letter-spacing:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 8px 35px #000}.home-hero-copy>p{margin-top:16px;color:#ffffffb8;font-size:15px;font-weight:600}.hero-actions{margin-top:28px;display:flex;align-items:center;gap:12px}.hero-play,.hero-detail{height:48px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;font-size:14px;font-weight:800}.hero-play{border:1px solid rgba(255,255,255,.18);background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hero-play i{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff9d16,#ff4d00)}.hero-play svg{width:15px}.hero-detail{border:1px solid rgba(255,255,255,.24);background:#00000075}.hero-thumbnails{position:absolute;right:40px;bottom:38px;width:48%;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.hero-thumbnails button{min-width:0;padding:0;border:0;background:transparent;color:#ffffff8c;cursor:pointer}.hero-thumbnails img{width:100%;aspect-ratio:.78;object-fit:cover;border:2px solid transparent;border-radius:10px;filter:brightness(.72);transition:.2s ease}.hero-thumbnails button.active img{border-color:#ff8a18;filter:brightness(1);transform:translateY(-3px)}.hero-thumbnails span{display:block;margin-top:8px;overflow:hidden;color:inherit;font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.hero-thumbnails button.active span{color:#fff}.home-content{padding-top:30px}.home-block{margin-top:0;padding-top:0}.home-block+.home-block,.home-dashboard+.home-block{margin-top:36px}.home-section-title{min-height:58px;margin-bottom:18px;display:flex;align-items:center;justify-content:space-between;gap:20px}.home-section-title h2{font-size:24px;line-height:1.2}.home-section-title p{margin-top:8px;color:#ffffff75;font-size:12px}.home-section-title>a{height:36px;padding:0 14px;display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#ffffff94;font-size:12px;font-weight:700}.home-section-title>a:hover{color:#fff;border-color:#ff7a1280}.home-section-title>a svg{width:15px}.home-section-title.compact{min-height:47px;margin-bottom:12px}.home-section-title.compact h2{font-size:21px}.work-grid{gap:18px 14px}.work-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#141414eb;transition:transform .2s ease,border-color .2s ease}.work-card:hover{transform:translateY(-3px);border-color:#ff7a1275}.cover-wrap{aspect-ratio:4 / 5.25;border-radius:13px 13px 0 0}.original-badge{position:absolute;z-index:2;top:7px;right:7px;padding:3px 7px;border-radius:5px;background:#eff9e8;color:#448530;font-size:10px;font-weight:800}.work-card-copy{padding:11px 12px 12px}.work-card>strong,.work-card>p{display:none}.work-card-copy>strong{display:block;overflow:hidden;font-size:14px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.work-card-copy>p{margin-top:7px;overflow:hidden;color:#ffffff80;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.work-card-copy>div{margin-top:18px;display:flex;justify-content:space-between;gap:8px;color:#fff6;font-size:10px}.work-card-copy>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.work-card-copy>div span:last-child{flex:0 0 auto}.home-dashboard{margin:24px 0 36px;display:grid;grid-template-columns:minmax(0,1.9fr) minmax(320px,.9fr);gap:16px}.ranking-panel,.updates-panel{min-width:0;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#141211cc}.ranking-list{display:grid;gap:8px}.ranking-list>a{min-height:66px;padding:8px 14px;display:grid;grid-template-columns:28px 48px minmax(0,1fr) 58px;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:13px;background:#ffffff09}.ranking-list>a:hover,.update-list>a:hover{background:#ff7a1212;border-color:#ff7a1247}.ranking-list>a>b{color:#ffffff61;font-size:18px;font-style:italic;text-align:center}.ranking-list>a:nth-child(-n+3)>b{color:#ff6410}.ranking-list img,.mini-cover{width:48px;height:48px;border-radius:9px;background:#242424;object-fit:cover}.ranking-list div,.update-list div{min-width:0}.ranking-list strong,.ranking-list small,.update-list strong,.update-list small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-list strong,.update-list strong{font-size:13px}.ranking-list div small,.update-list div small{margin-top:5px;color:#fff6;font-size:10px}.ranking-list em{color:#ff8b17;font-size:12px;font-style:normal;font-weight:800;text-align:right}.ranking-list em small{margin-top:2px;font-size:9px}.update-list{display:grid}.update-list>a{min-height:66px;padding:8px 0;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;border-bottom:1px solid rgba(255,255,255,.07)}.update-list>a:last-child{border-bottom:0}.update-list img,.update-list .mini-cover{width:48px;height:48px;border-radius:10px;object-fit:cover}.update-list>a>span:last-child{height:28px;padding:0 10px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#ffffff8c;font-size:10px;font-weight:700}.channel-section{padding-top:0}.channel-filter-panel{margin-bottom:20px;padding:20px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#141211cc}.channel-filter-line{min-height:42px;display:grid;grid-template-columns:52px minmax(0,1fr) 20px;align-items:start;gap:10px}.channel-filter-line>span{padding-top:8px;color:#ffffff6b;font-size:12px}.channel-filter-line>div{display:flex;flex-wrap:wrap;gap:7px}.channel-filter-line button{min-height:30px;padding:0 13px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#ffffff09;color:#ffffffa8;cursor:pointer;font-size:11px}.channel-filter-line button:hover{color:#fff}.channel-filter-line button.active{border-color:transparent;background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff;box-shadow:0 6px 18px #ff4d0033}.channel-filter-line>svg{display:none;width:15px;margin-top:7px;color:#555}.floating-download{position:fixed;z-index:30;right:22px;bottom:22px;height:48px;padding:0 18px;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff;box-shadow:0 16px 38px #ff4d0059;cursor:pointer;font-weight:800}.floating-download svg{width:17px}.site-footer{width:min(1320px,calc(100% - 64px));margin:auto;padding:42px 0;background:transparent}@media(max-width:1220px){.header-inner{gap:12px}.brand-copy{display:none}.main-nav a{padding-inline:10px}.header-search{max-width:260px}.home-hero{min-height:510px}}@media(max-width:980px){.page-container,.header-inner,.site-footer{width:min(100% - 32px,1320px)}.main-nav{flex:1 1 auto}.header-search{min-width:160px}.home-hero{min-height:500px;padding:30px}.home-hero-copy{width:52%}.home-hero h1{font-size:42px}.hero-thumbnails{right:28px;bottom:30px;width:44%;grid-template-columns:repeat(3,1fr)}.hero-thumbnails button:nth-child(n+4){display:none}.home-dashboard{grid-template-columns:1fr}}@media(max-width:720px){.site-header{height:64px}.header-inner{width:calc(100% - 24px)}.brand>span,.brand>img{width:38px;height:38px;border-radius:11px}.main-nav{display:none}.header-search{height:38px;max-width:none;min-width:0}.account-actions{gap:2px}.download-banner{width:calc(100% - 24px);min-height:64px;margin-top:12px;border-radius:14px}.download-banner p{display:none}.download-cta{height:35px;padding-inline:13px;font-size:11px}.download-logo{width:35px;height:35px}.home-page{padding-top:10px}.home-hero{width:calc(100% - 24px);min-height:430px;padding:24px;border-radius:20px}.home-hero-copy{width:100%;padding-bottom:95px}.home-hero h1{margin-top:14px;font-size:35px}.hero-thumbnails{left:24px;right:24px;bottom:20px;width:auto}.hero-thumbnails img{height:58px;aspect-ratio:1.6}.hero-thumbnails span{display:none}.home-content{width:calc(100% - 24px);padding-top:20px}.home-section-title h2{font-size:20px}.home-section-title>a{padding-inline:10px}.work-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.work-card-copy>div{margin-top:12px}.ranking-panel,.updates-panel,.channel-filter-panel{padding:14px;border-radius:14px}.ranking-list>a{grid-template-columns:22px 42px minmax(0,1fr);padding-inline:8px}.ranking-list img,.ranking-list .mini-cover{width:42px;height:42px}.ranking-list em{display:none}.update-list>a>span:last-child{display:none}.channel-filter-line{grid-template-columns:42px minmax(0,1fr)}.channel-filter-line>div{max-height:38px;overflow:hidden;flex-wrap:nowrap}.channel-filter-line button{flex:0 0 auto}.floating-download{right:12px;bottom:14px;height:42px;font-size:12px}}.detail-hero{min-height:560px;background-position:center 24%;border-bottom:1px solid rgba(255,255,255,.08)}.detail-content{padding-bottom:52px;grid-template-columns:220px minmax(0,680px);gap:32px}.detail-poster{width:220px;border-radius:16px;box-shadow:0 24px 70px #000000b8}.detail-content h1{margin:12px 0 16px;font-size:clamp(34px,4vw,56px)}.detail-description{max-width:650px;color:#ffffffa8}.detail-actions .primary-button,.detail-actions .secondary-button{border-radius:999px}.detail-body{padding-top:36px;gap:36px}.detail-body>section{padding-top:0}.episode-section,.comments-section{padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#141211b8}.detail-body .section-heading{margin-bottom:18px}.detail-body .section-heading>span{display:inline-flex;align-items:center;gap:4px;color:#ffffff73}.episode-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.episode-grid a{min-height:64px;height:auto;border-radius:11px;background:#ffffff0a}.episode-grid a:hover,.episode-grid a:not(.locked){border-color:#ff7a1259}.episode-grid a.locked{opacity:.58}.comment-form textarea{border-radius:12px;background:#0000004d}.comment-form .primary-button{border-radius:999px}.comments-section .section-heading>span svg{width:15px}.search-page{max-width:1080px}.search-page .page-heading{margin-bottom:24px}.search-large{height:62px;border-radius:999px;background:#141211db;border-color:#ffffff24}.search-large .primary-button{height:48px;margin-right:7px;border-radius:999px}.hot-search{margin-top:34px;padding:22px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:#141211b8}.hot-search h2{font-size:19px}.hot-search>div{gap:0 24px}.hot-search button{border-bottom-color:#ffffff14}.hot-search button b{color:#ff7a12}.me-page .profile-panel,.me-page .wallet-panel,.me-page .stat-grid article,.me-page .me-section{border-radius:18px;background:#141211c7}.me-page .profile-panel{min-height:180px;padding:26px 30px;border-left:3px solid #ff6a0b}.me-page .wallet-panel{min-height:180px}.me-page .quick-link{border-radius:12px;background:#ffffff09}.me-page .quick-link:hover{background:#ff6a0b17}.me-page .task-row{min-height:80px}.me-page .latest-notice{border-radius:12px;background:#ffffff09}.me-list-page .page-heading,.recharge-page .page-heading{margin-bottom:26px}.me-list-page .notification-list,.me-list-page .transaction-list{padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#141211b8}.me-list-page .notification-list>button,.me-list-page .transaction-list article{border-color:#ffffff14}.me-list-page .notification-list>button:hover{background:#ff6a0b0f}.recharge-page .product-grid>button{border-radius:16px;background:#141211c7}.recharge-page .product-grid>button:hover,.recharge-page .product-grid>button.active{background:#ff6a0b14}.recharge-section+.recharge-section{margin-top:30px}.recharge-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}.recharge-section-heading>div{display:inline-flex;align-items:center;gap:9px;color:#fff}.recharge-section-heading>div svg{width:19px;height:19px;color:var(--primary)}.recharge-section-heading strong{font-size:18px}.recharge-section-heading>span{color:#777;font-size:12px}.recharge-tabs{display:flex;gap:10px;margin-bottom:16px}.recharge-tabs button{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border:1px solid var(--line);border-radius:999px;background:#141211c7;color:#aaa;cursor:pointer}.recharge-tabs button.active{border-color:var(--primary);background:#ff6a0b1f;color:#fff}.membership-active-banner{display:flex;align-items:center;gap:9px;margin-bottom:16px;padding:12px 15px;border:1px solid rgba(255,208,100,.3);border-radius:12px;background:#ffd06414;color:#ffd064;font-size:13px}.recharge-page .checkout-panel{border-radius:18px;background:#141211c7}.recharge-page .payment-methods button{border-radius:999px}.secret-page .page-heading .eyebrow{gap:6px}.secret-page .page-heading .eyebrow svg{width:14px}.secret-locked{min-height:calc(100vh - 76px);padding:72px 20px 110px;background:radial-gradient(circle at 50% 34%,rgba(255,106,11,.13),transparent 32%)}.secret-symbol{width:104px;height:104px;border:1px solid rgba(255,122,18,.38);border-radius:28px;background:#ff6a0b1a;color:#ff8a18;box-shadow:0 20px 60px #ff4d0024}.secret-symbol svg{width:42px}.secret-locked h1{margin-top:14px}.secret-locked>p:not(.eyebrow){max-width:540px;line-height:1.8}.growth-card{border-color:#ffffff1f;border-radius:18px;background:#141211bf}.info-page .prose,.feedback-form{padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#141211b8}.info-page .prose{border-top:1px solid rgba(255,255,255,.1)}.feedback-form{gap:18px}.feedback-form input,.feedback-form textarea{border-radius:12px;background:#00000047;border-color:#ffffff24}.feedback-form .primary-button{border-radius:999px}.support-strip{padding:20px 0 0;border-top-color:#ffffff1a}.page-top .page-heading h1{letter-spacing:0}.page-top .segmented{padding:5px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#141211cc}.page-top .segmented button{height:38px;border-radius:999px}.page-top .segmented button.active{background:linear-gradient(135deg,#ff9d16,#ff4d00);color:#fff}.filters-panel{padding:16px 20px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#141211b8}.filters-panel .filter-row{border-bottom:1px solid rgba(255,255,255,.06)}.filters-panel .filter-row:last-child{border-bottom:0}.filter-row button{border-radius:999px}.filter-row button.active{border-color:transparent;background:linear-gradient(135deg,#ff9d16,#ff4d00)}.result-heading{padding-top:10px}.result-heading strong{font-size:18px}.removable-grid{gap:18px 14px}.removable-grid .work-card{border-radius:14px}@media(max-width:540px){.filters-panel{padding:10px 14px;border-radius:14px}.filters-panel .filter-row{grid-template-columns:48px minmax(0,1fr);gap:8px}}.player-page{background:#030303}.player-layout{gap:18px}.video-stage,.episode-sidebar{border-radius:16px;border:1px solid rgba(255,255,255,.12)}.episode-sidebar{background:#141211eb}.episode-sidebar button{min-height:50px}.episode-sidebar button.active{border-radius:10px;background:#ff6a0b24;color:#fff}@media(max-width:860px){.detail-content{grid-template-columns:135px 1fr;gap:18px}.detail-poster{width:135px;border-radius:11px}.episode-section,.comments-section{padding:16px;border-radius:14px}}@media(max-width:540px){.detail-hero{min-height:550px}.detail-content{grid-template-columns:96px 1fr;gap:14px;padding-bottom:28px}.detail-poster{width:96px}.detail-content h1{font-size:29px}.detail-actions{gap:7px}.detail-actions .secondary-button{width:42px;padding:0;font-size:0}.detail-actions .secondary-button svg{width:17px}.episode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.search-large{height:54px}.search-large .primary-button{height:42px;padding-inline:14px}.hot-search{padding:16px;border-radius:14px}.me-page .profile-panel{padding:20px}.me-page .profile-panel>button{margin-left:0}.me-page .profile-panel{flex-wrap:wrap}.profile-share{display:block}.profile-share-actions{margin-top:8px}.profile-share-heading{align-items:flex-start;flex-wrap:wrap}.profile-actions{width:100%;flex-direction:row;align-items:center;justify-content:flex-end;margin-left:0}}
