:root{--bg:#08090e;--panel:#11131b;--panel2:#171a24;--card:#151823;--line:rgba(255,255,255,.08);--text:#f7f8fc;--muted:#a8adbb;--brand:#ff4fa3;--brand2:#ffcf66;--radius:16px;--wrap:1280px;--shadow:0 16px 42px rgba(0,0,0,.34)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,"PingFang SC","Microsoft YaHei",sans-serif;font-size:14px;-webkit-text-size-adjust:100%;text-size-adjust:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit;outline:none}button{cursor:pointer}.wrap{max-width:var(--wrap);margin:0 auto;padding:0 18px}.hide{display:none!important}
.topbar{position:sticky;top:0;z-index:90;background:rgba(8,9,14,.98);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.top-main{height:58px;display:grid;grid-template-columns:auto minmax(280px,1fr) auto;align-items:center;gap:14px}.logo{display:inline-flex;align-items:center;gap:9px;min-width:max-content}.logo-badge{width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));display:grid;place-items:center;color:#111;font-weight:1000}.logo strong{font-size:20px;font-weight:1000;letter-spacing:.5px}.search{display:flex;min-width:0;background:#0f1119;border:1px solid var(--line);border-radius:999px;padding:4px}.search input{flex:1;min-width:0;height:36px;padding:0 14px;background:transparent;border:0;color:var(--text);font-size:16px}.search button{height:36px;border:0;border-radius:999px;padding:0 17px;background:linear-gradient(135deg,var(--brand),#ff78bc);color:#fff;font-weight:900}.top-icons{display:flex;align-items:center;gap:8px}.icon-btn{width:38px;height:38px;border-radius:999px;border:1px solid var(--line);background:rgba(255,255,255,.06);display:inline-grid;place-items:center;color:#fff;font-size:17px;padding:0}.user-menu{position:relative}.user-dropdown{position:absolute;right:0;top:calc(100% + 10px);min-width:150px;background:#141722;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:8px;display:none}.user-menu:hover .user-dropdown,.user-menu:focus-within .user-dropdown,.user-menu.open .user-dropdown{display:block}.user-dropdown a{display:block;padding:10px 11px;border-radius:10px;color:#e8eaf2}.user-dropdown a:hover{background:rgba(255,255,255,.06)}
.nav-line{height:46px;display:flex;align-items:center;border-top:1px solid rgba(255,255,255,.04)}.nav-scroll{display:flex;align-items:center;gap:8px;white-space:nowrap;width:100%;min-width:0}.nav-scroll>a,.nav-mobile-extra>a,.nav-more-btn{display:inline-flex;align-items:center;height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07);color:#e7e8ef}.nav-scroll a:hover,.nav-scroll a.active,.nav-more-btn:hover{background:rgba(255,79,163,.18);border-color:rgba(255,79,163,.42);color:#fff}.nav-more{position:relative;margin-left:auto;flex:0 0 auto}.nav-more-btn{cursor:pointer}.nav-more-box{position:absolute;right:0;top:calc(100% + 10px);width:260px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;background:#141722;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:10px}.nav-more:hover .nav-more-box,.nav-more:focus-within .nav-more-box,.nav-more.open .nav-more-box{display:grid}.nav-more-box a{padding:9px 10px;border-radius:10px;background:rgba(255,255,255,.05);color:#eee}.nav-mobile-extra{display:none}.main-pad{padding-top:16px}
.hero-full{position:relative;width:100%;overflow:hidden;background:#000;margin:0 0 12px}.hero-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.hero-track::-webkit-scrollbar{display:none}.hero-slide{position:relative;flex:0 0 100%;aspect-ratio:16/5.8;min-height:330px;scroll-snap-align:start;background:#111;overflow:hidden}.hero-slide img{width:100%;height:100%;object-fit:cover}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.48),rgba(0,0,0,.06) 62%,rgba(0,0,0,.18))}.hero-btn{position:absolute;left:calc((100vw - min(var(--wrap),100vw))/2 + 18px);bottom:28px;z-index:2;display:inline-flex;height:42px;align-items:center;padding:0 20px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:1000;box-shadow:0 10px 24px rgba(255,79,163,.26)}.hero-dots{position:absolute;right:calc((100vw - min(var(--wrap),100vw))/2 + 18px);bottom:28px;z-index:3;display:flex;gap:7px}.hero-dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(255,255,255,.48);padding:0}.hero-dots button.active{width:24px;background:#fff}
.ad{display:block;position:relative;border-radius:18px;overflow:hidden;background:var(--panel);border:1px solid var(--line);min-width:0;margin:16px 0}.ad img{width:100%;height:100%;object-fit:cover}.ad-banner{aspect-ratio:4/1}.hero-bottom-ad{margin:12px 0 22px}.ad-inline{margin:12px 0 18px}.section{margin:24px 0}.section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.section-title{display:flex;align-items:center;gap:9px;min-width:0}.section-title em{width:5px;height:20px;border-radius:99px;background:linear-gradient(var(--brand),var(--brand2));display:inline-block;flex:0 0 auto}.section-title h2{font-size:21px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.section-more{color:#ddd;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--line);white-space:nowrap}
.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.card{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:.16s transform,.16s border-color;min-width:0}.card:hover{transform:translateY(-2px);border-color:rgba(255,79,163,.45)}.pic{position:relative;aspect-ratio:16/9;background:#222;overflow:hidden}.pic img{width:100%;height:100%;object-fit:cover}.pic .tag{position:absolute;left:8px;top:8px;max-width:calc(100% - 16px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-radius:999px;background:rgba(0,0,0,.68);color:#fff;padding:5px 8px;font-size:12px}.pic .score{position:absolute;right:8px;bottom:8px;border-radius:999px;background:linear-gradient(135deg,var(--brand2),#ff9f1c);color:#111;font-weight:900;padding:5px 8px;font-size:12px}.card-body{padding:10px}.card-title{font-size:15px;line-height:1.35;margin:0 0 6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-meta{color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.native-ad{border-color:rgba(255,207,102,.35);background:linear-gradient(180deg,#1c1f2b,#151823)}.native-ad .pic .score{display:none}.native-ad .card-title{color:#ffe2a0}.native-ad .card-meta{color:#e9c878}.native-ad .pic .tag{top:auto;bottom:8px;background:rgba(0,0,0,.7)}
.sort-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:4px 0 14px;background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:10px}.sort-tabs a{height:38px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.06);color:#ddd;white-space:nowrap}.sort-tabs a.active,.sort-tabs a:hover{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:900}.filter{background:var(--panel);border:1px solid var(--line);border-radius:18px;padding:12px;margin:14px 0}.filter-row{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:3px 0}.filter-row::-webkit-scrollbar{display:none}.filter a{display:inline-flex;align-items:center;height:32px;padding:0 11px;border-radius:999px;background:rgba(255,255,255,.06);color:#ddd;white-space:nowrap}.filter a.active{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:800}.page{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:28px 0}.page a,.page span{min-width:40px;height:38px;padding:0 12px;border-radius:12px;background:var(--panel);border:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;color:#ddd}.page span.current{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;border:0}.crumb{padding:16px 0;color:var(--muted)}.crumb a{color:#ddd}
.detail{display:grid;grid-template-columns:420px 1fr;gap:20px;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:16px}.detail-poster{aspect-ratio:16/9;border-radius:16px;overflow:hidden;background:#222}.detail-poster img{width:100%;height:100%;object-fit:cover}.detail h1{font-size:27px;margin:0 0 10px}.info-line{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;color:var(--muted)}.info-line span{padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.06)}.summary{color:#d3d7e3;line-height:1.8;margin:12px 0}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid var(--line);color:#fff}.btn.primary{background:linear-gradient(135deg,var(--brand),#ff7bbb);border:0;font-weight:900}.share-btn{background:linear-gradient(135deg,var(--brand2),#ff9f1c);color:#17120a;border:0;font-weight:1000}.toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%);z-index:999;background:rgba(20,23,34,.96);border:1px solid rgba(255,207,102,.35);box-shadow:var(--shadow);color:#ffe2a0;border-radius:999px;padding:10px 16px;font-weight:900;display:none}.toast.show{display:block}
.player-wrap{background:#000;border-radius:20px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow)}.player-box{width:100%;background:#000;min-height:520px}.player-box iframe,.player-box video,.MacPlayer,.player{width:100%!important;min-height:520px!important}.warn{margin:12px 0 18px;padding:12px 14px;border-radius:16px;background:rgba(255,204,102,.12);border:1px solid rgba(255,204,102,.35);color:#ffe0a2;font-weight:800;line-height:1.7}.empty{border:1px dashed rgba(255,255,255,.14);background:rgba(255,255,255,.04);padding:26px;border-radius:18px;color:var(--muted);text-align:center}
.gbook-page{padding-top:18px}.gbook-panel{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.gbook-title-main{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:16px}.gbook-title-main h1{margin:0;font-size:26px}.gbook-title-main p{margin:0;color:var(--muted);line-height:1.6}.gbook-form textarea{width:100%;min-height:170px;resize:vertical;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:16px;padding:14px;font-size:16px;line-height:1.75}.gbook-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.remaining_w{color:var(--muted);margin-right:auto}.gbook-tools .verify{width:120px;height:40px;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;padding:0 12px;font-size:16px}.comm-code{height:40px;width:96px;background:#fff;border-radius:12px;cursor:pointer;border:1px solid rgba(255,207,102,.35);object-fit:cover}.gbook_submit{height:42px;border:0;min-width:120px}.gbook-ad{margin:18px 0}.gbook-list{display:grid;gap:12px}.gbook-item{padding:15px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid var(--line)}.gbook-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;color:#ffe0a2}.gbook-item-head small{color:var(--muted);white-space:nowrap}.gbook-content{color:#e7eaf3;line-height:1.75;word-break:break-word}.gbook-reply{margin-top:10px;padding:10px 12px;border-radius:12px;background:rgba(255,207,102,.09);border:1px solid rgba(255,207,102,.22);color:#ffe0a2;line-height:1.7}.rank-list{display:grid;gap:9px}.rank-list a{display:flex;align-items:center;gap:10px;padding:8px;border-radius:12px;background:rgba(255,255,255,.04)}.rank-list i{width:24px;height:24px;border-radius:8px;background:rgba(255,79,163,.18);display:grid;place-items:center;color:#ff9bc9;font-style:normal;font-weight:900}.rank-list span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rank-list small{color:var(--muted)}
.form-card{max-width:560px;margin:28px auto;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px}.form-card h1{margin:0 0 16px}.form-row{margin-bottom:12px}.form-row input,.form-row textarea{width:100%;border:1px solid var(--line);background:rgba(255,255,255,.06);color:#fff;border-radius:14px;padding:12px 14px;font-size:16px}.form-row textarea{min-height:120px;resize:vertical}.footer{margin-top:34px;padding:28px 0;border-top:1px solid var(--line);color:var(--muted);text-align:center;background:#07080c}.age-mask{position:fixed;inset:0;background:rgba(0,0,0,.82);z-index:999;display:none;align-items:center;justify-content:center;padding:18px}.age-box{max-width:420px;background:#141722;border:1px solid var(--line);border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow)}.age-box h2{margin:0 0 10px}.age-box p{color:#c9ceda;line-height:1.7}.age-box button{height:42px;border:0;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));font-weight:1000;color:#111;padding:0 20px}
@media (max-width:1180px){.nav-scroll>a{padding:0 10px}.nav-more-box{right:0}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.detail{grid-template-columns:1fr}.player-box,.player-box iframe,.player-box video,.MacPlayer,.player{min-height:430px!important}.hero-slide{min-height:280px}.hero-btn{left:18px}.hero-dots{right:18px}}
@media (max-width:820px){.wrap{padding:0 12px}.top-main{height:auto;min-height:56px;grid-template-columns:auto minmax(0,1fr) auto;gap:8px;padding-top:8px;padding-bottom:8px}.logo strong{display:none}.logo-badge{width:32px;height:32px;border-radius:11px}.search{padding:3px}.search input{height:34px;padding:0 10px}.search button{width:42px;padding:0;font-size:0}.search button:after{content:'🔍';font-size:15px}.top-icons{gap:6px}.icon-btn{width:34px;height:34px;font-size:15px}.user-dropdown{right:-42px;top:42px}.nav-line{height:44px}.nav-scroll{overflow-x:auto;scrollbar-width:none}.nav-scroll::-webkit-scrollbar{display:none}.nav-scroll>a,.nav-mobile-extra>a,.nav-more-btn{height:31px;padding:0 11px}.nav-more{display:none}.nav-mobile-extra{display:inline-flex;align-items:center;gap:8px}.main-pad{padding-top:10px}.hero-slide{aspect-ratio:16/8.5;min-height:205px}.hero-btn{height:34px;padding:0 14px;bottom:15px}.hero-dots{bottom:15px}.ad{border-radius:14px;margin:12px 0}.ad-banner{aspect-ratio:4/1}.section{margin:20px 0}.section-title h2{font-size:18px}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.card{border-radius:13px}.card-body{padding:8px}.card-title{font-size:14px}.sort-tabs{gap:8px;padding:8px;border-radius:15px}.sort-tabs a{height:36px;font-size:13px}.detail{border-radius:16px;padding:12px;gap:12px}.detail h1{font-size:22px}.actions .btn{flex:1;min-width:110px}.player-box,.player-box iframe,.player-box video,.MacPlayer,.player{min-height:240px!important}.gbook-title-main{display:block}.gbook-title-main h1{font-size:22px;margin-bottom:6px}.gbook-panel{padding:15px;border-radius:16px}.gbook-form textarea{min-height:145px}.gbook-tools .verify{flex:1;min-width:120px}.gbook_submit{width:100%}.footer{padding:22px 0}}
@media (max-width:370px){.icon-btn{width:32px}.grid{gap:8px}.card-title{font-size:13px}.sort-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.search input{font-size:16px}}

/* V10: PC header, wrapped slider, category ad position */
.pc-nav{display:none}.mobile-nav-line{display:flex}.type-top-ad{margin:0 0 14px}
@media (min-width:821px){
  .topbar .top-main.wrap{max-width:none;width:100%;padding-left:12px;padding-right:12px;height:60px;grid-template-columns:auto minmax(0,1fr) minmax(260px,390px) auto;gap:14px}
  .pc-nav{display:flex;align-items:center;gap:8px;min-width:0;white-space:nowrap}
  .pc-nav>a,.pc-more-btn{height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.07);color:#ecedf4;font-weight:800}
  .pc-nav>a:hover,.pc-more-btn:hover{background:rgba(255,79,163,.18);border-color:rgba(255,79,163,.42);color:#fff}
  .pc-nav-more{margin-left:0;position:relative;flex:0 0 auto}
  .pc-more-box{right:auto;left:0;top:calc(100% + 12px);width:360px;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px;gap:9px;border-radius:18px}
  .pc-more-box a{height:36px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:13px;font-weight:800}
  .mobile-nav-line{display:none!important}
  .top-main .search{max-width:390px;justify-self:end;width:100%}
}
.hero{margin:16px 0 12px}.hero-main{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}
.hero .hero-slide{aspect-ratio:16/6.3;min-height:320px;border-radius:0}.hero .hero-slide img{opacity:.94}.hero .hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.08) 62%,rgba(0,0,0,.18))}.hero .hero-btn{left:24px;bottom:24px;z-index:3;height:40px;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#ff7bbb);font-weight:1000}.hero .hero-dots{right:18px;bottom:20px}
@media (max-width:820px){.pc-nav{display:none!important}.mobile-nav-line{display:flex!important}.hero{margin:12px 0 8px}.hero-main{border-radius:18px}.hero .hero-slide{aspect-ratio:16/8.5;min-height:190px}.hero .hero-btn{left:14px;bottom:14px;height:34px;padding:0 13px}.hero .hero-dots{right:12px;bottom:14px}.type-top-ad{margin:0 0 12px}}

/* V11: remove hot list, gbook feedback, active nav, compact sort tabs */
.nav-scroll a.active,.pc-nav a.active,.pc-more-btn.active{background:linear-gradient(135deg,rgba(255,79,163,.92),rgba(255,123,187,.88));border-color:rgba(255,255,255,.12);color:#fff;font-weight:1000;box-shadow:0 8px 22px rgba(255,79,163,.18)}
.sort-tabs-v11{grid-template-columns:1.08fr 1fr 1fr 1fr;align-items:center}
.sort-tabs-v11 .type-current{background:linear-gradient(135deg,var(--brand2),#ff9f1c);color:#19110a;font-weight:1000;border:0;box-shadow:0 8px 18px rgba(255,207,102,.14)}
.sort-tabs-v11 .sort-link.active{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:1000;border:0}
.gbook-tools{align-items:center;justify-content:space-between;gap:12px}.verify-line{display:flex;align-items:center;gap:8px;flex:1 1 260px;max-width:280px;min-width:210px}.verify-line .verify{width:auto!important;flex:1;min-width:0}.verify-line .comm-code{flex:0 0 96px}.gbook-message{margin-top:12px;padding:10px 13px;border-radius:14px;font-weight:900;line-height:1.55}.gbook-message.ok{display:block;background:rgba(56,217,169,.12);border:1px solid rgba(56,217,169,.28);color:#98ffe1}.gbook-message.err{display:block;background:rgba(255,79,120,.12);border:1px solid rgba(255,79,120,.3);color:#ffb4c7}.gbook_submit:disabled{opacity:.72;cursor:not-allowed}.remaining_w{display:none!important}
@media (max-width:820px){.sort-tabs-v11{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sort-tabs-v11 .type-current{grid-column:1/-1}.verify-line{max-width:none;min-width:0;flex:1 1 100%}.verify-line .comm-code{flex-basis:92px}.gbook_submit{width:100%}}
@media (max-width:380px){.verify-line .comm-code{flex-basis:86px}.sort-tabs-v11 a{font-size:12px}}

/* V12: register, slider height, one-line sort, friend links, floating tools */
.hero .hero-slide{aspect-ratio:16/9!important;min-height:430px!important}.hero-main{border-radius:24px}.hero .hero-slide img{object-fit:cover}.hero .hero-btn{bottom:28px}
.form-card.auth-card{max-width:520px;margin:34px auto;background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:var(--shadow)}.form-card h1{margin:0 0 10px;font-size:25px}.form-row{margin:12px 0}.form-row input{width:100%;height:44px;border-radius:14px;border:1px solid var(--line);background:#0f1119;color:#fff;padding:0 14px;font-size:16px}.form-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.reg-message,.form-message{margin:10px 0 0;padding:10px 12px;border-radius:14px;font-weight:900;line-height:1.55}.reg-message.ok,.form-message.ok{background:rgba(56,217,169,.12);border:1px solid rgba(56,217,169,.28);color:#98ffe1}.reg-message.err,.form-message.err{background:rgba(255,79,120,.12);border:1px solid rgba(255,79,120,.3);color:#ffb4c7}
.sort-tabs.sort-tabs-v11{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px!important;overflow:visible}.sort-tabs-v11 a{min-width:0!important;padding:0 6px!important;text-align:center!important;overflow:hidden;text-overflow:ellipsis;font-size:13px}.sort-tabs-v11 .type-current{grid-column:auto!important;pointer-events:auto;cursor:pointer}.sort-tabs-v11 .type-current:active,.sort-tabs-v11 .type-current:hover{filter:brightness(1.08)}
.footer{border-top:1px solid var(--line);background:#07080d;margin-top:28px}.friend-links{padding:18px 0 10px}.friend-title{font-size:18px;font-weight:1000;margin-bottom:12px;display:flex;align-items:center;gap:8px}.friend-title:before{content:"";width:5px;height:19px;border-radius:999px;background:linear-gradient(var(--brand),var(--brand2))}.friend-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.friend-item{height:54px;display:flex;align-items:center;gap:10px;min-width:0;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:16px;padding:8px 10px;transition:.16s}.friend-item:hover{border-color:rgba(255,79,163,.38);transform:translateY(-1px);background:rgba(255,79,163,.08)}.friend-logo{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#15100a;font-weight:1000}.friend-logo img{width:100%;height:100%;object-fit:cover}.friend-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eceef6;font-weight:800}.float-tools{position:fixed;right:18px;bottom:92px;z-index:80;display:flex;flex-direction:column;gap:10px}.float-btn{width:48px;height:48px;border-radius:18px;border:1px solid var(--line);background:rgba(18,20,29,.92);box-shadow:0 10px 26px rgba(0,0,0,.28);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;padding:0;gap:1px;backdrop-filter:blur(10px)}.float-btn span{font-size:17px;line-height:1}.float-btn em{font-style:normal;font-size:11px;color:#d9dce6;font-weight:800}.float-btn:hover{background:linear-gradient(135deg,var(--brand),#ff7bbb);border-color:transparent}.float-btn:hover em{color:#fff}
.share-jump{animation:shareJump .36s ease}@keyframes shareJump{0%{transform:translateY(0)}35%{transform:translateY(-4px)}70%{transform:translateY(2px)}100%{transform:translateY(0)}}
@media (max-width:1180px){.friend-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hero .hero-slide{min-height:340px!important}}
@media (max-width:820px){.hero .hero-slide{aspect-ratio:16/9!important;min-height:0!important}.sort-tabs.sort-tabs-v11{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:5px!important;padding:7px!important;border-radius:15px}.sort-tabs-v11 a{height:32px!important;font-size:12px!important;padding:0 2px!important;border-radius:999px!important}.friend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.friend-item{height:48px;border-radius:14px}.friend-logo{width:30px;height:30px;border-radius:10px}.float-tools{right:10px;bottom:74px;gap:8px}.float-btn{width:42px;height:42px;border-radius:15px}.float-btn span{font-size:15px}.float-btn em{font-size:10px}.form-card.auth-card{margin:18px auto;padding:16px;border-radius:18px}.form-actions .btn{flex:1 1 auto}}
@media (max-width:380px){.sort-tabs-v11 a{font-size:11px!important;letter-spacing:-.3px}.friend-name{font-size:12px}.float-btn{width:40px;height:40px}.hero .hero-btn{height:32px;padding:0 12px;font-size:12px}}


/* V13: register nickname, profile edit, PC-only slider height, share behavior */
.verify-row{display:flex;align-items:center;gap:10px}.verify-row input{flex:1;min-width:0}.verify-row img{width:108px;height:44px;object-fit:cover;border-radius:12px;background:#fff;cursor:pointer;border:1px solid var(--line)}.form-row label{display:block;margin:0 0 7px;color:#d9dce6;font-weight:900}.profile-card{max-width:560px}.js-info-submit:disabled,.js-reg-submit:disabled{opacity:.72;cursor:not-allowed}
@media (min-width:821px){
  .hero .hero-slide{aspect-ratio:16/5.4!important;min-height:285px!important;max-height:340px!important}
  .hero-main{border-radius:22px!important}
  .hero .hero-btn{bottom:22px!important}
  .hero .hero-dots{bottom:20px!important}
}
@media (max-width:820px){.verify-row img{width:96px;height:42px}.profile-card{max-width:100%}}


/* V14: nickname gbook, sticky footer, merged profile center, PC banner like original movie template */
html{height:100%!important}body{min-height:100vh!important;display:flex!important;flex-direction:column!important}.topbar{flex:0 0 auto}main{flex:1 0 auto!important}.footer{margin-top:auto!important;flex:0 0 auto}.main-pad{flex:1 0 auto}.form-card.auth-card,.profile-card{margin-top:24px;margin-bottom:24px}
.gbook-item-head span{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gbook_name{display:none!important}
.custom-banner-v14{position:relative;width:100%;overflow:hidden;border-radius:22px;box-shadow:var(--shadow);margin:14px 0 12px;background:#000;border:1px solid var(--line)}.banner-container-v14{position:relative;width:100%;height:0;padding-bottom:34%;background:#000;overflow:hidden}.banner-slider-v14{position:absolute;inset:0;display:flex;transition:transform .58s ease-in-out;will-change:transform}.banner-slide-v14{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.banner-link-v14{display:block;width:100%;height:100%;position:relative}.banner-link-v14 img{width:100%;height:100%;object-fit:cover}.banner-link-v14:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.50),rgba(0,0,0,.08) 58%,rgba(0,0,0,.36))}.hero-btn-v14{position:absolute;left:24px;bottom:22px;z-index:4;display:inline-flex;height:38px;align-items:center;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:1000;box-shadow:0 10px 24px rgba(255,79,163,.26)}.banner-thumbs-v14{position:absolute;top:50%;right:18px;transform:translateY(-50%);width:96px;max-height:calc(100% - 34px);z-index:8;display:flex;flex-direction:column;gap:8px;padding:8px;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.12);border-radius:15px;overflow:hidden;backdrop-filter:blur(8px)}.banner-thumb-v14{width:100%;aspect-ratio:16/9;border:2px solid transparent;border-radius:10px;padding:0;background:rgba(255,255,255,.08);overflow:hidden;opacity:.62;transition:.18s;flex:0 0 auto}.banner-thumb-v14 img{width:100%;height:100%;object-fit:cover}.banner-thumb-v14.active{opacity:1;border-color:#ffcf66;transform:scale(1.02)}.banner-dots-v14{position:absolute;left:24px;bottom:72px;z-index:8;display:flex;gap:7px}.banner-dots-v14 button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.52)}.banner-dots-v14 button.active{width:24px;background:#fff}.custom-banner-v14:empty{display:none}
@media (min-width:1181px){.custom-banner-v14{max-height:430px}.banner-container-v14{padding-bottom:33%}}
@media (max-width:1180px){.banner-container-v14{padding-bottom:42%}.banner-thumbs-v14{width:82px;right:12px}.hero-btn-v14{left:18px;bottom:18px}.banner-dots-v14{left:18px;bottom:62px}}
@media (max-width:820px){.custom-banner-v14{border-radius:18px;margin:12px 0 8px}.banner-container-v14{padding-bottom:56%}.banner-thumbs-v14{display:none}.hero-btn-v14{height:34px;padding:0 14px;left:14px;bottom:14px;font-size:13px}.banner-dots-v14{left:auto;right:12px;bottom:16px}.banner-dots-v14 button{width:7px;height:7px}.banner-dots-v14 button.active{width:20px}.form-card.auth-card,.profile-card{margin-top:16px;margin-bottom:16px}}

/* V15: final fixes for footer position, separated friend links, compact movie-style PC slider, merged user center */
html,body{height:100%!important;min-height:100%!important}
body{min-height:100vh!important;display:flex!important;flex-direction:column!important}
body>main,.main-pad{width:100%;flex:1 0 auto!important}
.topbar,.site-friends,.footer{flex:0 0 auto!important}
.site-friends{margin-top:28px;padding:0 0 16px;background:transparent;text-align:left}.site-friends .wrap{padding-top:0}.footer{margin-top:0!important;padding:22px 0;border-top:1px solid var(--line);background:#07080d;color:var(--muted);text-align:center}.footer .friend-links{display:none!important}.footer p{margin:6px 0}.friend-title{font-size:18px;font-weight:1000;margin-bottom:12px;display:flex;align-items:center;gap:8px;text-align:left}.friend-title:before{content:"";width:5px;height:19px;border-radius:999px;background:linear-gradient(var(--brand),var(--brand2))}.friend-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.friend-item{height:54px;display:flex;align-items:center;gap:10px;min-width:0;border:1px solid var(--line);background:rgba(255,255,255,.045);border-radius:16px;padding:8px 10px;transition:.16s}.friend-item:hover{border-color:rgba(255,79,163,.38);transform:translateY(-1px);background:rgba(255,79,163,.08)}.friend-logo{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#15100a;font-weight:1000}.friend-logo img{width:100%;height:100%;object-fit:cover}.friend-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#eceef6;font-weight:800}
.user-dropdown{min-width:138px}.user-dropdown a[href*="user/favs"],.user-dropdown a[href*="user/plays"]{display:none!important}
.movie-banner-v15{position:relative;width:100%;overflow:hidden;border-radius:20px;box-shadow:var(--shadow);margin:14px 0 12px;background:#000;border:1px solid var(--line)}.movie-banner-main-v15{position:relative;width:100%;height:0;padding-bottom:30%;background:#000;overflow:hidden}.movie-banner-track-v15{position:absolute;inset:0;display:flex;transition:transform .58s ease-in-out;will-change:transform}.movie-banner-slide-v15{flex:0 0 100%;width:100%;height:100%;position:relative;overflow:hidden}.movie-banner-link-v15{display:block;width:100%;height:100%;position:relative}.movie-banner-link-v15 img{width:100%;height:100%;object-fit:cover;object-position:center}.movie-banner-link-v15:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.46),rgba(0,0,0,.08) 58%,rgba(0,0,0,.32))}.movie-banner-btn-v15{position:absolute;left:24px;bottom:20px;z-index:4;display:inline-flex;height:38px;align-items:center;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:1000;box-shadow:0 10px 24px rgba(255,79,163,.26)}.movie-banner-thumbs-v15{position:absolute;top:50%;right:18px;transform:translateY(-50%);width:96px;height:calc(100% - 34px);z-index:8;display:flex;flex-direction:column;gap:8px;padding:8px;background:rgba(0,0,0,.45);border:1px solid rgba(255,255,255,.12);border-radius:15px;overflow:hidden;backdrop-filter:blur(8px)}.movie-banner-thumb-v15{width:100%;aspect-ratio:16/9;border:2px solid transparent;border-radius:10px;padding:0;background:rgba(255,255,255,.08);overflow:hidden;opacity:.62;transition:.18s;flex:0 0 auto}.movie-banner-thumb-v15 img{width:100%;height:100%;object-fit:cover}.movie-banner-thumb-v15.active{opacity:1;border-color:#ffcf66;transform:scale(1.02)}.movie-banner-dots-v15{position:absolute;left:24px;bottom:66px;z-index:8;display:flex;gap:7px}.movie-banner-dots-v15 button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:rgba(255,255,255,.52)}.movie-banner-dots-v15 button.active{width:24px;background:#fff}.movie-banner-v15:empty{display:none}
@media (min-width:1181px){.movie-banner-v15{max-height:385px}.movie-banner-main-v15{padding-bottom:30%}}
@media (max-width:1180px){.movie-banner-main-v15{padding-bottom:42%}.movie-banner-thumbs-v15{width:82px;right:12px}.movie-banner-btn-v15{left:18px;bottom:18px}.movie-banner-dots-v15{left:18px;bottom:62px}.friend-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:820px){.movie-banner-v15{border-radius:18px;margin:12px 0 8px}.movie-banner-main-v15{padding-bottom:56%}.movie-banner-thumbs-v15{display:none}.movie-banner-btn-v15{height:34px;padding:0 14px;left:14px;bottom:14px;font-size:13px}.movie-banner-dots-v15{left:auto;right:12px;bottom:16px}.movie-banner-dots-v15 button{width:7px;height:7px}.movie-banner-dots-v15 button.active{width:20px}.site-friends{margin-top:20px;padding-bottom:12px}.friend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.friend-item{height:48px;border-radius:14px}.friend-logo{width:30px;height:30px;border-radius:10px}.footer{padding:18px 0}.form-card.auth-card,.profile-card{margin-top:16px;margin-bottom:16px}}

/* V16: back-top visibility, nickname message display, friend links, collect buttons, PC slider restore */
.js-go-top{display:none!important}.js-go-top.show{display:flex!important}
.card:not(.native-ad) .pic .tag{display:none!important}.native-ad .pic .tag{display:none!important}
.user-dropdown a[href*="user/favs"],.user-dropdown a[href*="user/plays"]{display:block!important}
.collect-btn{background:linear-gradient(135deg,#2bd1a8,#8bf6d4);color:#07130f!important;border:0!important;font-weight:1000}.collect-btn:hover{filter:brightness(1.04)}
.player-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:12px 0 0}.player-actions .btn{min-width:120px}
.site-friends{margin-top:26px;padding-bottom:12px}.friend-title{margin-bottom:10px}.friend-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.friend-item{height:auto;min-height:0;display:flex!important;flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;padding:8px 6px;border-radius:14px;text-align:center}.friend-logo{width:58px!important;height:58px!important;border-radius:16px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10);padding:4px}.friend-logo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.friend-name{display:block;width:100%;font-size:12px;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;color:#e9ebf3}
@media (min-width:821px){.movie-banner-v15{max-height:430px!important}.movie-banner-main-v15{padding-bottom:34%!important}.movie-banner-btn-v15{bottom:22px!important}.movie-banner-dots-v15{bottom:72px!important}}
@media (max-width:1180px){.friend-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.friend-logo{width:52px!important;height:52px!important}}
@media (max-width:820px){.friend-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.friend-item{padding:7px 5px;border-radius:12px}.friend-logo{width:44px!important;height:44px!important;border-radius:13px!important}.friend-logo img{border-radius:10px}.friend-name{font-size:11px}.player-actions .btn{flex:1}}

/* V17: 回到顶部显示逻辑、友情链接无外层包裹、PC幻灯片恢复普通横向包裹 */
.js-go-top{display:none!important;opacity:0;pointer-events:none;transform:translateY(8px);transition:opacity .18s ease,transform .18s ease}
.js-go-top.show{display:flex!important;opacity:1;pointer-events:auto;transform:translateY(0)}

.hero-v17{margin:14px 0 12px}.hero-v17 .hero-main{position:relative;overflow:hidden;border-radius:22px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.hero-v17 .hero-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.hero-v17 .hero-track::-webkit-scrollbar{display:none}.hero-v17 .hero-slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:16/5.7;min-height:300px;max-height:365px;scroll-snap-align:start;background:#111;overflow:hidden;border-radius:0}.hero-v17 .hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-v17 .hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.45),rgba(0,0,0,.06) 62%,rgba(0,0,0,.22))}.hero-v17 .hero-btn{position:absolute;left:24px;bottom:22px;z-index:3;display:inline-flex;height:40px;align-items:center;padding:0 18px;border-radius:999px;background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;font-weight:1000;box-shadow:0 10px 24px rgba(255,79,163,.26)}.hero-v17 .hero-dots{position:absolute;right:18px;bottom:20px;z-index:4;display:flex;gap:7px}.hero-v17 .hero-dots button{width:8px;height:8px;border:0;border-radius:999px;background:rgba(255,255,255,.52);padding:0}.hero-v17 .hero-dots button.active{width:24px;background:#fff}
@media (max-width:1180px){.hero-v17 .hero-slide{aspect-ratio:16/7;min-height:250px;max-height:none}.hero-v17 .hero-btn{left:18px;bottom:18px}.hero-v17 .hero-dots{right:16px;bottom:18px}}
@media (max-width:820px){.hero-v17{margin:12px 0 8px}.hero-v17 .hero-main{border-radius:18px}.hero-v17 .hero-slide{aspect-ratio:16/8.5;min-height:190px}.hero-v17 .hero-btn{height:34px;padding:0 14px;left:14px;bottom:14px;font-size:13px}.hero-v17 .hero-dots{right:12px;bottom:16px}.hero-v17 .hero-dots button{width:7px;height:7px}.hero-v17 .hero-dots button.active{width:20px}}

.site-friends-v17{margin-top:24px!important;padding:0 0 14px!important;background:transparent!important;border:0!important;box-shadow:none!important}.site-friends-v17 .wrap{background:transparent!important;border:0!important;box-shadow:none!important;padding-top:0!important;padding-bottom:0!important}.site-friends-v17 .friend-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.site-friends-v17 .friend-item{height:auto!important;min-height:0!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important;text-align:center}.site-friends-v17 .friend-item:hover{background:transparent!important;border-color:transparent!important;transform:translateY(-1px)}.site-friends-v17 .friend-logo{width:58px!important;height:58px!important;border-radius:16px!important;background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.10)!important;padding:4px!important;display:grid!important;place-items:center!important;overflow:hidden!important}.site-friends-v17 .friend-logo img{width:100%;height:100%;object-fit:cover;border-radius:12px}.site-friends-v17 .friend-name{display:block;width:100%;font-size:12px;line-height:1.2;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:800;color:#e9ebf3}
@media (max-width:1180px){.site-friends-v17 .friend-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.site-friends-v17 .friend-logo{width:52px!important;height:52px!important}}
@media (max-width:820px){.site-friends-v17 .friend-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.site-friends-v17 .friend-logo{width:44px!important;height:44px!important;border-radius:13px!important}.site-friends-v17 .friend-logo img{border-radius:10px}.site-friends-v17 .friend-name{font-size:11px}}

/* V18: 用户中心、真实收藏/历史、回顶部、登录页修复 */
.js-go-top{display:none!important;opacity:0!important;pointer-events:none!important;transform:translateY(8px)!important;transition:opacity .18s ease,transform .18s ease}.js-go-top.show{display:flex!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}
.pic .tag{display:none!important}.card:not(.native-ad) .pic:before{display:none!important;content:none!important}
.auth-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 230px)}.auth-card{width:min(520px,100%)}.form-message{margin:10px 0;padding:10px 12px;border-radius:12px;border:1px solid var(--line);font-weight:800}.form-message.ok,.login-message.ok,.reg-message.ok,.info-message.ok{background:rgba(43,209,168,.12);border-color:rgba(43,209,168,.36);color:#8bf6d4}.form-message.err,.login-message.err,.reg-message.err,.info-message.err{background:rgba(255,79,113,.12);border-color:rgba(255,79,113,.35);color:#ff9fb5}
.user-center-page{padding-bottom:18px}.profile-hero{display:flex;align-items:center;gap:16px;padding:18px;border-radius:22px;background:linear-gradient(135deg,rgba(255,79,163,.14),rgba(255,207,102,.08));border:1px solid var(--line);box-shadow:var(--shadow);margin:16px 0}.profile-avatar{width:62px;height:62px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#130b0e;font-size:24px;font-weight:1000}.profile-main-info h1{margin:0 0 6px;font-size:24px}.profile-main-info p{margin:0;color:var(--muted)}.profile-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.profile-tabs a{height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#e9ebf3;font-weight:800}.profile-tabs a.active,.profile-tabs a:hover{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;border-color:transparent}.profile-panel{display:none}.profile-panel.active{display:block}.profile-card-v18{max-width:620px;margin:0}.record-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.record-card{background:var(--card);border:1px solid var(--line);border-radius:16px;overflow:hidden;min-width:0;transition:.16s}.record-card:hover{transform:translateY(-2px);border-color:rgba(255,79,163,.45)}.record-pic{aspect-ratio:16/9;background:#181b25;display:grid;place-items:center;color:var(--muted);overflow:hidden}.record-pic img{width:100%;height:100%;object-fit:cover}.record-title{padding:10px 10px 3px;font-size:15px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-meta{padding:0 10px 10px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-empty{grid-column:1/-1}.gbook-user-name{font-weight:1000;color:#ffe0a2}.collect-btn.collected,.collect-btn:active{filter:brightness(1.08);box-shadow:0 0 0 3px rgba(43,209,168,.16)}
@media(max-width:1180px){.record-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.auth-page{min-height:calc(100vh - 210px)}.profile-hero{padding:14px;border-radius:18px}.profile-avatar{width:52px;height:52px;border-radius:17px}.profile-main-info h1{font-size:20px}.profile-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.profile-tabs a{height:34px;padding:0 5px;font-size:12px}.record-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.profile-card-v18{max-width:none}.form-actions{gap:8px}}

/* V19: requested fixes only - login distinction, compact profile center, server-rendered records, nickname gbook */
.float-tools{right:18px;bottom:92px;z-index:120}.float-tools .js-go-top{order:-2}.float-tools .js-share{order:-1}.float-tools a[href*="gbook"]{order:0}.js-go-top{display:none!important;opacity:0!important;pointer-events:none!important;transform:translateY(8px)!important}.js-go-top.show{display:flex!important;opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}
.login-page-v19{display:grid;place-items:center;min-height:calc(100vh - 230px);padding-top:28px;padding-bottom:28px}.login-card-v19{width:min(860px,100%);display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border-radius:26px;border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow)}.login-side-v19{padding:34px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at top left,rgba(255,79,163,.28),transparent 42%),linear-gradient(135deg,rgba(255,207,102,.16),rgba(43,209,168,.08));border-right:1px solid var(--line)}.login-badge-v19{width:max-content;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);font-weight:1000;color:#ffe1aa;letter-spacing:.08em}.login-side-v19 h1{font-size:34px;margin:16px 0 10px}.login-side-v19 p{margin:0;color:#d6d9e4;line-height:1.8}.login-form-v19{padding:34px}.login-form-v19 h2{font-size:26px;margin:0 0 6px}.login-actions-v19 .btn{min-width:104px}.btn.ghost{background:rgba(255,255,255,.045)}
.user-center-page-v19{padding-bottom:24px}.profile-hero-v19{display:flex;align-items:center;gap:16px;padding:18px;border-radius:24px;background:linear-gradient(135deg,rgba(255,79,163,.14),rgba(255,207,102,.08));border:1px solid var(--line);box-shadow:var(--shadow);margin:16px 0}.profile-avatar-v19{width:66px;height:66px;border-radius:22px;display:grid;place-items:center;overflow:hidden;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#130b0e;font-size:26px;font-weight:1000;flex:0 0 auto}.profile-avatar-v19 img{width:100%;height:100%;object-fit:cover}.profile-main-v19{min-width:0;flex:1}.profile-main-v19 h1{margin:0 0 6px;font-size:25px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-main-v19 p{margin:0;color:var(--muted);line-height:1.7}.profile-tabs-v19{display:flex;gap:8px;flex-wrap:wrap;margin:14px 0}.profile-tabs-v19 a{height:38px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#e9ebf3;font-weight:900}.profile-tabs-v19 a.active,.profile-tabs-v19 a:hover{background:linear-gradient(135deg,var(--brand),#ff7bbb);color:#fff;border-color:transparent}.profile-panel{display:none}.profile-panel.active{display:block}.profile-layout-v19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.profile-card-v19{background:var(--panel);border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--shadow);min-width:0}.profile-card-title-v19{font-size:18px;font-weight:1000;margin-bottom:13px;display:flex;align-items:center;gap:8px}.profile-card-title-v19:before{content:"";width:5px;height:18px;border-radius:999px;background:linear-gradient(var(--brand),var(--brand2))}.info-grid-v19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.info-grid-v19 div{padding:12px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06);min-width:0}.info-grid-v19 span{display:block;color:var(--muted);font-size:12px;margin-bottom:5px}.info-grid-v19 strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:14px;color:#f3f4f8}.quick-card-v19{display:flex;flex-direction:column;gap:10px}.quick-card-v19 .profile-card-title-v19{margin-bottom:3px}.quick-card-v19 a{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.06)}.quick-card-v19 a strong{color:#fff}.quick-card-v19 a span{color:var(--muted);font-size:13px}.edit-card-v19{max-width:820px}.profile-form-v19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.profile-form-v19 .form-row{margin:0 0 12px}.profile-form-v19 label,.login-form-v19 label{display:block;margin:0 0 6px;color:var(--muted);font-size:13px;font-weight:900}.profile-form-v19 input[readonly]{opacity:.75}.password-box-v19{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:2px;padding-top:14px;border-top:1px solid var(--line)}.profile-form-v19 .form-message,.profile-form-v19 .form-actions{grid-column:1/-1}
.record-page-v19{padding-bottom:22px}.record-grid-v19{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.record-card-v19{background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;min-width:0;transition:.16s;box-shadow:0 6px 18px rgba(0,0,0,.12)}.record-card-v19:hover{transform:translateY(-2px);border-color:rgba(255,79,163,.45)}.record-card-v19 .record-pic{aspect-ratio:16/9;background:#181b25;display:grid;place-items:center;color:var(--muted);overflow:hidden}.record-card-v19 .record-pic img{width:100%;height:100%;object-fit:cover}.record-card-v19 .record-title{padding:10px 10px 3px;font-size:15px;font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff}.record-card-v19 .record-meta{padding:0 10px 5px;color:var(--muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-card-v19 .record-time{padding:0 10px 11px;color:#aeb4c7;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-empty{grid-column:1/-1;padding:22px;border-radius:18px;background:rgba(255,255,255,.045);border:1px solid var(--line);color:var(--muted);text-align:center}.gbook-user-name{font-weight:1000;color:#ffe0a2}.gbook_name{display:none!important}
@media(max-width:1180px){.record-grid-v19{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-layout-v19{grid-template-columns:1fr}}
@media(max-width:820px){.float-tools{right:10px;bottom:74px}.login-page-v19{min-height:calc(100vh - 210px);padding-top:18px;padding-bottom:18px}.login-card-v19{grid-template-columns:1fr;border-radius:20px}.login-side-v19{padding:20px;border-right:0;border-bottom:1px solid var(--line)}.login-side-v19 h1{font-size:26px}.login-form-v19{padding:20px}.profile-hero-v19{padding:14px;border-radius:18px;align-items:flex-start}.profile-avatar-v19{width:52px;height:52px;border-radius:17px}.profile-main-v19 h1{font-size:20px}.profile-main-v19 p{font-size:13px}.profile-hero-v19>.btn{padding:0 10px;height:34px}.profile-tabs-v19{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.profile-tabs-v19 a{height:36px;padding:0 8px;font-size:13px}.profile-card-v19{padding:14px;border-radius:18px}.info-grid-v19{grid-template-columns:1fr}.profile-form-v19,.password-box-v19{grid-template-columns:1fr}.record-grid-v19{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.record-card-v19{border-radius:15px}}

/* V20: force right-bottom back-to-top button visible above share/message */
.float-tools{position:fixed!important;right:18px!important;bottom:92px!important;z-index:999!important;display:flex!important;flex-direction:column!important;gap:10px!important}.float-tools .js-go-top{order:-3!important;display:flex!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;transform:none!important}.float-tools .js-share{order:-2!important}.float-tools a[href*="gbook"]{order:-1!important}
@media(max-width:820px){.float-tools{right:10px!important;bottom:74px!important}}


/* V21: back-to-top click reliability only */
.float-tools{z-index:2147483647!important;pointer-events:auto!important}
.float-tools .js-go-top{position:relative!important;z-index:2147483647!important;cursor:pointer!important;-webkit-tap-highlight-color:transparent!important;touch-action:manipulation!important}


/* V22: adult footer business link and stronger 18+ notice */
.footer-v22 .wrap{display:flex;flex-direction:column;align-items:center;gap:8px}.footer-notice-v22{max-width:920px;margin:0 auto!important;line-height:1.8;color:#b9becb}.footer-business-v22{margin:0!important}.footer-business-v22 a{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,79,163,.36);background:rgba(255,79,163,.10);color:#fff;font-weight:900;letter-spacing:.02em}.footer-business-v22 a:hover{background:linear-gradient(135deg,var(--brand),#ff7bbb);border-color:transparent;color:#fff}.age-box-v22{max-width:520px!important;text-align:left!important}.age-badge-v22{display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;margin-bottom:10px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#111;font-weight:1000;letter-spacing:.04em}.age-box-v22 h2{font-size:24px;margin:0 0 10px!important}.age-box-v22 p{margin:0 0 10px;color:#d9dde8;line-height:1.8}.age-rules-v22{margin:0 0 16px;padding-left:18px;color:#bfc4d2;line-height:1.8}.age-rules-v22 li{margin:4px 0}.age-box-v22 button{width:100%;height:44px}
@media(max-width:820px){.footer-notice-v22{font-size:13px;line-height:1.75}.footer-business-v22 a{min-height:32px;padding:0 14px}.age-box-v22{max-width:100%!important;padding:20px!important}.age-box-v22 h2{font-size:21px}.age-rules-v22{font-size:13px}}


/* v23 footer/business/age compact optimization */
.footer-v23{margin-top:24px;padding:16px 0 calc(16px + env(safe-area-inset-bottom,0px))!important;border-top:1px solid rgba(255,255,255,.08);background:#07080d;text-align:center;color:var(--muted)}
.footer-inner-v23{display:flex;align-items:center;justify-content:center;gap:12px 18px;flex-wrap:wrap}
.footer-notice-v23{margin:0!important;line-height:1.65;color:#aeb4c3;font-size:13px}
.footer-business-v23{display:inline!important;padding:0!important;margin:0!important;border:0!important;background:none!important;border-radius:0!important;box-shadow:none!important;color:#ffcf66!important;font-weight:900;line-height:1.65;text-decoration:none!important;white-space:nowrap}
.footer-business-v23:before{content:"";display:inline-block;width:4px;height:4px;margin:0 8px 2px 0;border-radius:50%;background:#ffcf66;vertical-align:middle}
.footer-business-v23:hover{color:#fff!important;text-decoration:underline!important;text-underline-offset:4px}
.age-mask-v23{padding:12px!important;align-items:center!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
.age-box-v23{width:min(430px,100%)!important;max-height:calc(100dvh - 24px - env(safe-area-inset-bottom,0px))!important;overflow-y:auto!important;text-align:left!important;padding:20px!important;border-radius:22px!important;background:#141722!important;border:1px solid rgba(255,255,255,.08)!important;box-shadow:0 16px 42px rgba(0,0,0,.34)!important}
.age-badge-v23{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 12px;margin-bottom:10px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#111;font-weight:1000;letter-spacing:.04em}
.age-box-v23 h2{margin:0 0 10px!important;font-size:23px!important;line-height:1.25!important;text-align:left!important}
.age-box-v23 p{margin:0 0 8px!important;color:#d9dde8!important;line-height:1.65!important;font-size:14px!important}
.age-box-v23 button{width:100%!important;height:42px!important;margin-top:8px!important;border:0!important;border-radius:999px!important;background:linear-gradient(135deg,var(--brand),var(--brand2))!important;color:#111!important;font-weight:1000!important;padding:0 16px!important}
@supports not (height:100dvh){.age-box-v23{max-height:calc(100vh - 24px - env(safe-area-inset-bottom,0px))!important}}
@media(max-width:820px){
  .footer-v23{padding-top:12px!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important;margin-top:18px!important}
  .footer-inner-v23{display:block!important;padding-left:12px!important;padding-right:12px!important}
  .footer-notice-v23{font-size:12px!important;line-height:1.55!important;display:inline!important}
  .footer-business-v23{font-size:12px!important;line-height:1.55!important;margin-left:8px!important}
  .footer-business-v23:before{width:3px;height:3px;margin-right:6px;margin-bottom:2px}
  .age-mask-v23{padding:10px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;align-items:center!important}
  .age-box-v23{padding:16px!important;border-radius:18px!important;max-height:calc(100dvh - 20px - env(safe-area-inset-bottom,0px))!important}
  .age-box-v23 h2{font-size:20px!important}
  .age-box-v23 p{font-size:13px!important;line-height:1.55!important;margin-bottom:7px!important}
  .age-box-v23 button{height:40px!important;margin-top:6px!important;font-size:13px!important}
}
@media(max-width:380px){.footer-notice-v23,.footer-business-v23{font-size:11px!important}.age-box-v23{padding:14px!important}.age-box-v23 h2{font-size:19px!important}}

/* v25: 修正 v24 底部安全距离过大问题，只保留极小移动端安全区 */
@media (max-width:1024px), (hover:none) and (pointer:coarse){
  html{scroll-padding-bottom:0!important}
  body{padding-bottom:0!important;min-height:100%!important;overflow-x:hidden!important}
  .footer-v23{margin-bottom:0!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}
  .footer-v23:after{display:none!important;content:none!important;height:0!important}
  .site-friends-v17{margin-bottom:0!important}
}
@media (max-width:480px){
  body{padding-bottom:0!important}
  .footer-v23{padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}
}


/* v26: footer follows text only, no oversized bottom blank on mobile/tablet */
html,body{height:auto!important;min-height:0!important}
body{display:block!important;padding-bottom:0!important;overflow-x:hidden!important}
body>main,main,.main-pad{flex:none!important;min-height:0!important}
.topbar,.site-friends,.footer{flex:none!important}
.site-friends-v17{margin-bottom:0!important}
.footer-v23,.footer{height:auto!important;min-height:0!important;margin-top:0!important;margin-bottom:0!important;padding:6px 0!important;border-top:1px solid rgba(255,255,255,.08)!important;background:#07080d!important;line-height:1.35!important}
.footer-v23:before,.footer-v23:after,.footer:before,.footer:after{display:none!important;content:none!important;height:0!important;min-height:0!important;padding:0!important;margin:0!important}
.footer-inner-v23,.footer-v23 .wrap,.footer .wrap{min-height:0!important;height:auto!important;padding-top:0!important;padding-bottom:0!important;line-height:1.35!important;gap:0 8px!important}
.footer-notice-v23,.footer-business-v23,.footer-v23 p,.footer-v23 a,.footer p,.footer a{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important;line-height:1.35!important;min-height:0!important}
@media (max-width:1024px), (hover:none) and (pointer:coarse){
  html,body{height:auto!important;min-height:0!important}
  body{display:block!important;padding-bottom:0!important}
  body>main,main,.main-pad{flex:none!important;min-height:0!important}
  .site-friends-v17{margin-bottom:0!important;padding-bottom:6px!important}
  .footer-v23,.footer{padding:5px 0!important;margin-top:0!important;margin-bottom:0!important;min-height:0!important;height:auto!important}
  .footer-inner-v23{display:block!important;padding-left:12px!important;padding-right:12px!important;line-height:1.32!important}
  .footer-notice-v23,.footer-business-v23{font-size:12px!important;line-height:1.32!important}
  .footer-business-v23{margin-left:6px!important}
  .footer-business-v23:before{width:3px!important;height:3px!important;margin-right:5px!important;margin-bottom:2px!important}
}
@media (max-width:480px){
  .footer-v23,.footer{padding:4px 0!important}
  .footer-inner-v23{padding-left:10px!important;padding-right:10px!important}
  .footer-notice-v23,.footer-business-v23{font-size:11px!important;line-height:1.3!important}
}


/* v27: mobile/tablet footer must end exactly at text; remove all bottom blank and rubber-band spacer */
html,body{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  overflow-x:hidden!important;
  overscroll-behavior-y:none!important;
  background:#08090e!important;
}
body{
  display:block!important;
  position:relative!important;
  padding-bottom:0!important;
  margin-bottom:0!important;
  min-height:0!important;
}
body::before,body::after,html::before,html::after{
  display:none!important;
  content:none!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
}
body>main,main,.main-pad{
  flex:none!important;
  min-height:0!important;
  height:auto!important;
  margin-bottom:0!important;
  padding-bottom:0!important;
}
.site-friends,.site-friends-v17{
  flex:none!important;
  min-height:0!important;
  height:auto!important;
  margin-bottom:0!important;
}
.footer,.footer-v23{
  display:block!important;
  flex:none!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:5px 0 5px!important;
  line-height:1.25!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
  background:#07080d!important;
  text-align:center!important;
  overflow:hidden!important;
}
.footer::before,.footer::after,.footer-v23::before,.footer-v23::after{
  display:none!important;
  content:none!important;
  height:0!important;
  min-height:0!important;
  padding:0!important;
  margin:0!important;
}
.footer>.wrap,.footer-inner-v23,.footer-v23>.wrap{
  display:block!important;
  height:auto!important;
  min-height:0!important;
  margin:0 auto!important;
  padding-top:0!important;
  padding-bottom:0!important;
  line-height:1.25!important;
}
.footer p,.footer a,.footer-notice-v23,.footer-business-v23{
  display:inline!important;
  height:auto!important;
  min-height:0!important;
  margin:0!important;
  padding:0!important;
  line-height:1.25!important;
  vertical-align:baseline!important;
}
.footer-business-v23{margin-left:6px!important;color:#ffcf66!important;background:none!important;border:0!important;box-shadow:none!important;border-radius:0!important;text-decoration:none!important}
.footer-business-v23:before{content:""!important;display:inline-block!important;width:3px!important;height:3px!important;margin:0 5px 2px 0!important;border-radius:50%!important;background:#ffcf66!important;vertical-align:middle!important}
@media (max-width:1180px), (hover:none) and (pointer:coarse){
  html,body{height:auto!important;min-height:0!important;padding:0!important;margin:0!important;overscroll-behavior-y:none!important}
  body{display:block!important;padding-bottom:0!important;margin-bottom:0!important;min-height:0!important}
  body>main,main,.main-pad{min-height:0!important;height:auto!important;margin-bottom:0!important;padding-bottom:0!important;flex:none!important}
  .site-friends-v17{padding-bottom:0!important;margin-bottom:0!important}
  .footer,.footer-v23{height:auto!important;min-height:0!important;margin:0!important;padding:4px 0!important;line-height:1.22!important}
  .footer>.wrap,.footer-inner-v23,.footer-v23>.wrap{padding-left:10px!important;padding-right:10px!important;padding-bottom:0!important;line-height:1.22!important}
  .footer-notice-v23,.footer-business-v23,.footer p,.footer a{font-size:11px!important;line-height:1.22!important;margin:0!important;padding:0!important}
}
@media (max-width:480px){
  .footer,.footer-v23{padding:3px 0!important;line-height:1.18!important}
  .footer>.wrap,.footer-inner-v23,.footer-v23>.wrap{padding-left:8px!important;padding-right:8px!important;line-height:1.18!important}
  .footer-notice-v23,.footer-business-v23,.footer p,.footer a{font-size:10.5px!important;line-height:1.18!important}
}

/* v28: homepage group layout and custom category hub pages */
.top-main-v28 .pc-nav-v28{overflow:hidden}
.top-group-link{letter-spacing:.01em}
.home-v28 .section{scroll-margin-top:118px}
.home-rank-note-v28{margin:-6px 0 12px;color:var(--muted);font-size:13px;line-height:1.6}
.module-chips-v28,.group-chip-bar-v28{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 13px}
.module-chips-v28 a,.group-chip-bar-v28 a{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.075);color:#e8ebf4;font-weight:850;font-size:13px;line-height:1}
.module-chips-v28 a:hover,.group-chip-bar-v28 a:hover{background:rgba(255,79,163,.17);border-color:rgba(255,79,163,.42);color:#fff}
.category-section-v28{padding:16px;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015));border:1px solid rgba(255,255,255,.06)}
.category-section-v28 .section-head{margin-bottom:10px}
.group-page-v28{padding-bottom:18px}.group-hero-v28{margin:16px 0 14px;padding:24px;border-radius:26px;background:radial-gradient(circle at top left,rgba(255,79,163,.22),transparent 42%),linear-gradient(135deg,rgba(255,207,102,.12),rgba(255,255,255,.035));border:1px solid var(--line);box-shadow:var(--shadow)}
.group-hero-v28 strong{display:inline-flex;height:28px;align-items:center;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.1);color:#ffe2a0;font-size:12px;letter-spacing:.06em}
.group-hero-v28 h1{margin:12px 0 8px;font-size:32px;line-height:1.2}.group-hero-v28 p{margin:0;color:#d7dbe6;line-height:1.75;max-width:760px}.group-chip-bar-v28{position:sticky;top:106px;z-index:70;padding:10px;margin:0 0 18px;border-radius:18px;background:rgba(12,14,22,.94);backdrop-filter:blur(12px);border:1px solid var(--line);box-shadow:0 10px 26px rgba(0,0,0,.18)}
.module-section-v28{scroll-margin-top:168px;padding:14px;border-radius:22px;background:rgba(255,255,255,.025);border:1px solid rgba(255,255,255,.055)}
.module-section-v28 .section-head{margin-bottom:11px}.module-section-v28 .grid{grid-template-columns:repeat(4,minmax(0,1fr))}
@media (min-width:821px){.top-main-v28 .pc-nav-v28{gap:10px}.top-main-v28 .pc-nav-v28>a{padding:0 15px}.top-main-v28{grid-template-columns:auto minmax(430px,1fr) minmax(260px,390px) auto!important}.pc-nav-v28 .home-link{min-width:58px}}
@media (max-width:1180px){.module-section-v28 .grid{grid-template-columns:repeat(3,minmax(0,1fr))}.top-main-v28 .pc-nav-v28>a{padding:0 11px;font-size:13px}}
@media (max-width:820px){.top-main-v28{grid-template-columns:auto minmax(0,1fr) auto!important}.mobile-nav-line-v28{height:42px}.nav-primary-v28{gap:7px}.nav-primary-v28>a{flex:0 0 auto}.home-v28 .section{scroll-margin-top:102px}.category-section-v28{padding:12px;border-radius:18px;margin:18px 0}.module-chips-v28,.group-chip-bar-v28{gap:7px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}.module-chips-v28::-webkit-scrollbar,.group-chip-bar-v28::-webkit-scrollbar{display:none}.module-chips-v28 a,.group-chip-bar-v28 a{flex:0 0 auto;min-height:30px;padding:0 10px;font-size:12px}.group-hero-v28{margin:12px 0 12px;padding:18px;border-radius:20px}.group-hero-v28 h1{font-size:24px}.group-hero-v28 p{font-size:13px;line-height:1.65}.group-chip-bar-v28{top:98px;margin-bottom:14px;border-radius:15px;padding:8px}.module-section-v28{scroll-margin-top:148px;padding:11px;border-radius:18px}.module-section-v28 .grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.home-rank-note-v28{font-size:12px;margin-bottom:10px}}
@media (max-width:380px){.module-chips-v28 a,.group-chip-bar-v28 a{font-size:11.5px;padding:0 9px}.group-hero-v28 h1{font-size:22px}}

/* v29：四个聚合页顶部说明区改为广告位 */
.group-top-ad-v29{margin:12px 0 14px}
.group-top-ad-v29 .ad{margin:0;border-radius:20px}
@media (max-width:820px){.group-top-ad-v29{margin:10px 0 12px}.group-top-ad-v29 .ad{border-radius:16px}}


/* v31 logo image replacement: 左图标 + 右文字「性趣」 */
.logo{display:inline-flex!important;align-items:center!important;gap:0!important;min-width:max-content!important;line-height:1!important}
.site-logo-img{display:block;width:148px;height:auto;max-height:44px;object-fit:contain;object-position:left center;filter:drop-shadow(0 0 8px rgba(255,79,163,.18))}
@media(max-width:1024px){.site-logo-img{width:132px;max-height:40px}}
@media(max-width:768px){.site-logo-img{width:116px;max-height:36px}}
@media(max-width:380px){.site-logo-img{width:104px;max-height:34px}}


/* v32: logo完整显示、PC幻灯片完整展示、移动端首页固定+分类横滑、日韩伦理入口 */
.logo-v32,
.logo{
  overflow:visible!important;
  flex:0 0 auto!important;
  min-width:0!important;
  max-width:none!important;
}
.site-logo-img{
  display:block!important;
  width:auto!important;
  height:42px!important;
  max-width:none!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:left center!important;
}
@media (min-width:821px){
  .top-main-v32{grid-template-columns:auto minmax(500px,1fr) minmax(250px,360px) auto!important;gap:12px!important}
  .pc-nav-v32{gap:7px!important;overflow:visible!important;min-width:0!important}
  .pc-nav-v32>a{height:34px!important;padding:0 10px!important;font-size:13px!important;white-space:nowrap!important}
  .site-logo-img{height:44px!important}
}
@media (max-width:1180px) and (min-width:821px){
  .top-main-v32{grid-template-columns:auto minmax(430px,1fr) minmax(220px,320px) auto!important;gap:9px!important}
  .pc-nav-v32>a{padding:0 8px!important;font-size:12.5px!important}
}
@media (max-width:820px){
  .top-main-v32{grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px!important;overflow:visible!important}
  .site-logo-img{height:34px!important;width:auto!important;max-width:none!important;max-height:none!important}
  .mobile-nav-line-v32{display:flex!important;align-items:center!important;gap:8px!important;height:42px!important;overflow:hidden!important;padding-left:12px!important;padding-right:0!important}
  .mobile-home-fixed{flex:0 0 auto!important;height:31px!important;padding:0 12px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(255,79,163,.92),rgba(255,123,187,.88))!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-weight:1000!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important;box-shadow:0 8px 22px rgba(255,79,163,.18)!important}
  .mobile-nav-scroll-v32{flex:1 1 auto!important;min-width:0!important;display:flex!important;align-items:center!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;padding-right:12px!important;touch-action:pan-x!important}
  .mobile-nav-scroll-v32::-webkit-scrollbar{display:none!important}
  .mobile-nav-scroll-v32>a{flex:0 0 auto!important;height:31px!important;padding:0 11px!important;white-space:nowrap!important}
}
@media (max-width:380px){.site-logo-img{height:31px!important}.mobile-nav-scroll-v32>a{padding:0 10px!important;font-size:12px!important}}

@media (min-width:821px){
  .hero-v32{margin:16px 0 14px!important}
  .hero-v32 .hero-main{border-radius:24px!important;overflow:hidden!important;background:radial-gradient(circle at 22% 20%,rgba(255,79,163,.18),transparent 34%),#07080d!important}
  .hero-v32 .hero-track{overflow-x:auto!important;scroll-snap-type:x mandatory!important;background:transparent!important}
  .hero-v32 .hero-slide{height:clamp(320px,32vw,430px)!important;min-height:0!important;aspect-ratio:auto!important;background:#08090e!important;display:flex!important;align-items:center!important;justify-content:center!important}
  .hero-v32 .hero-slide img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;opacity:1!important;background:#08090e!important}
  .hero-v32 .hero-slide:after{background:linear-gradient(90deg,rgba(0,0,0,.35),rgba(0,0,0,0) 46%,rgba(0,0,0,.18))!important;pointer-events:none!important}
  .hero-v32 .hero-btn{left:24px!important;bottom:24px!important}
}

.category-section-v32,.module-section-v32{scroll-margin-top:120px}
.group-chip-bar-v32{scroll-margin-top:110px}

/* v33 only: PC 首页幻灯片彻底优化
   目标：PC端图片不再显得过小，横幅视觉更大、更完整，黑边更少，遮挡层更轻。
   只作用于 821px 以上设备，手机和平板移动端样式不动。 */
@media (min-width:821px){
  .hero-v32{
    margin:18px 0 16px!important;
  }
  .hero-v32 .hero-main{
    border-radius:26px!important;
    overflow:hidden!important;
    background:#05060a!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 18px 42px rgba(0,0,0,.32)!important;
  }
  .hero-v32 .hero-track{
    overflow-x:auto!important;
    overflow-y:hidden!important;
    scroll-snap-type:x mandatory!important;
    background:#05060a!important;
  }
  .hero-v32 .hero-slide{
    height:clamp(380px,34vw,500px)!important;
    min-height:0!important;
    max-height:500px!important;
    aspect-ratio:auto!important;
    background:#05060a!important;
    display:block!important;
    position:relative!important;
    overflow:hidden!important;
  }
  .hero-v32 .hero-slide img{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center 18%!important;
    opacity:1!important;
    transform:none!important;
    background:#05060a!important;
  }
  .hero-v32 .hero-slide:after{
    content:""!important;
    position:absolute!important;
    inset:0!important;
    z-index:1!important;
    pointer-events:none!important;
    background:linear-gradient(180deg,rgba(0,0,0,0) 48%,rgba(0,0,0,.34) 100%),linear-gradient(90deg,rgba(0,0,0,.18),rgba(0,0,0,0) 34%,rgba(0,0,0,.10))!important;
  }
  .hero-v32 .hero-btn{
    z-index:3!important;
    left:24px!important;
    bottom:22px!important;
    height:38px!important;
    padding:0 18px!important;
    border-radius:999px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.22)!important;
  }
  .hero-v32 .hero-dots{
    z-index:4!important;
    right:22px!important;
    bottom:24px!important;
  }
}
@media (min-width:821px) and (max-width:1180px){
  .hero-v32 .hero-slide{
    height:clamp(330px,36vw,420px)!important;
  }
}


/* v37 unified ad sizes: banner 1200x300 (4:1), card 800x450 (16:9). */
.ad-banner{aspect-ratio:4/1!important;}
.ad-banner img{width:100%;height:100%;object-fit:cover!important;}
.native-ad .pic{aspect-ratio:16/9!important;}
.native-ad .pic img{width:100%;height:100%;object-fit:cover!important;}


/* v38: 去掉所有广告图左上角“广告”角标，保留广告图片、链接、尺寸与随机逻辑 */
.ad:after,.native-ad .pic:after{content:none!important;display:none!important}

/* v42: 列表广告完全按普通视频卡片样式展示，去掉所有评分角标和广告标识 */
.pic .score{display:none!important;content:none!important;}
.card .pic:before,.card .pic:after,.native-ad:before,.native-ad:after,.native-ad .pic:before,.native-ad .pic:after{display:none!important;content:none!important;}
.native-ad,.native-ad-v42{background:var(--card)!important;border:1px solid var(--line)!important;border-radius:16px!important;overflow:hidden!important;box-shadow:none!important;}
.native-ad:hover,.native-ad-v42:hover{transform:translateY(-2px)!important;border-color:rgba(255,79,163,.45)!important;}
.native-ad .card-title,.native-ad-v42 .card-title{color:var(--text)!important;}
.native-ad .card-meta,.native-ad-v42 .card-meta{color:var(--muted)!important;}
.native-ad .pic,.native-ad-v42 .pic{aspect-ratio:16/9!important;background:#222!important;}
.native-ad .pic img,.native-ad-v42 .pic img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;}
@media(max-width:820px){.native-ad,.native-ad-v42{border-radius:13px!important;}}

/* v42: 横幅广告固定比例立即占位，避免图片加载后撑开页面 */
.ad-banner{aspect-ratio:4/1!important;overflow:hidden!important;background:rgba(255,255,255,.035)!important;}
.ad img[data-ad-img],.ad-banner img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important;}
.ad[data-ad-applied="1"] img[data-ad-img]{opacity:1!important;visibility:visible!important;}


/* v43 Sakura Theme - 樱花堂：只改视觉与分类展示，不动采集/播放/会员/广告基础逻辑 */
:root{--bg:#08060b;--panel:#151019;--panel2:#211522;--card:#18111c;--line:rgba(255,206,222,.13);--text:#fff7fb;--muted:#d3a9ba;--brand:#ff6fae;--brand2:#ffd1dc;--brand3:#b01860;--radius:20px;--wrap:1280px;--shadow:0 18px 48px rgba(70,10,42,.42)}
html,body{background:radial-gradient(circle at 12% -10%,rgba(255,111,174,.22),transparent 34%),radial-gradient(circle at 85% 4%,rgba(255,209,220,.13),transparent 30%),linear-gradient(180deg,#09050a 0%,#100812 45%,#070508 100%)!important;color:var(--text)!important}
body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1;background-image:radial-gradient(circle at 8% 12%,rgba(255,183,205,.22) 0 2px,transparent 3px),radial-gradient(circle at 74% 18%,rgba(255,216,226,.16) 0 2px,transparent 3px),radial-gradient(circle at 28% 82%,rgba(255,111,174,.12) 0 3px,transparent 4px),radial-gradient(circle at 92% 70%,rgba(255,206,222,.13) 0 2px,transparent 3px);background-size:360px 360px,460px 460px,520px 520px,420px 420px;opacity:.78}.wrap{max-width:var(--wrap)}
.sakura-topbar,.topbar{background:rgba(12,6,13,.86)!important;backdrop-filter:blur(18px)!important;border-bottom:1px solid rgba(255,206,222,.16)!important;box-shadow:0 12px 30px rgba(23,5,15,.32)}
.site-logo-img{height:48px!important;filter:drop-shadow(0 0 12px rgba(255,111,174,.32))!important}.search{background:rgba(255,255,255,.055)!important;border-color:rgba(255,206,222,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.search input{color:#fff!important}.search input::placeholder{color:#d5a7bb}.search button,.btn.primary,.section-more:hover{background:linear-gradient(135deg,#ff6fae,#ff9dc2 54%,#ffd1dc)!important;color:#31101f!important;font-weight:1000!important;border:0!important;box-shadow:0 10px 26px rgba(255,111,174,.28)}
.pc-nav>a,.nav-scroll>a,.mobile-home-fixed,.icon-btn,.section-more,.sort-tabs a,.filter a,.page a,.page span,.btn{border-color:rgba(255,206,222,.16)!important;background:rgba(255,255,255,.06)!important;color:#ffeaf2!important}.pc-nav>a:hover,.pc-nav>a.active,.nav-scroll>a:hover,.nav-scroll>a.active,.top-group-link.active,.sort-tabs a.active{background:linear-gradient(135deg,rgba(255,111,174,.9),rgba(255,157,194,.72))!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important;box-shadow:0 10px 24px rgba(255,111,174,.2)}
.sakura-hero .hero-main,.sakura-page-hero,.section,.detail,.player-wrap,.filter,.sort-tabs{position:relative;border:1px solid rgba(255,206,222,.14)!important;background:linear-gradient(180deg,rgba(34,19,34,.86),rgba(18,11,20,.84))!important;border-radius:26px!important;box-shadow:var(--shadow)!important;overflow:hidden}.section{padding:16px}.sakura-hero .hero-main:before,.section:before,.sakura-page-hero:before{content:"✿";position:absolute;right:18px;top:10px;color:rgba(255,209,220,.14);font-size:64px;line-height:1;pointer-events:none}.sakura-hero .hero-main{min-height:330px}.sakura-hero .hero-copy{position:absolute;left:24px;top:24px;z-index:5;max-width:360px;padding:16px 18px;border-radius:24px;background:rgba(10,4,10,.42);border:1px solid rgba(255,206,222,.16);backdrop-filter:blur(10px)}.sakura-hero .hero-copy b,.sakura-page-hero b{display:inline-flex;margin-bottom:8px;color:#ffd1dc;letter-spacing:.12em;font-size:12px}.sakura-hero .hero-copy h1,.sakura-page-hero h1{margin:0;font-size:38px;letter-spacing:.08em}.sakura-hero .hero-copy p,.sakura-page-hero p{margin:8px 0 0;color:#ffdce8;line-height:1.7}.hero-v32 .hero-btn,.hero-btn{background:linear-gradient(135deg,#ff6fae,#ffd1dc)!important;color:#31101f!important}.hero-v32 .hero-slide:after{background:linear-gradient(90deg,rgba(10,4,10,.58),rgba(10,4,10,.08) 55%,rgba(10,4,10,.22))!important}.hero-dots button.active{background:#ffd1dc!important}
.section-head{align-items:flex-end!important}.section-title{align-items:flex-start!important;flex-wrap:wrap}.section-title em{width:24px!important;height:24px!important;background:linear-gradient(135deg,#ff6fae,#ffd1dc)!important;clip-path:polygon(50% 0,63% 34%,100% 28%,70% 52%,88% 92%,50% 68%,12% 92%,30% 52%,0 28%,37% 34%);border-radius:0!important;box-shadow:0 0 18px rgba(255,111,174,.35)}.section-title h2{font-size:22px!important}.section-title p{flex-basis:100%;margin:4px 0 0 33px;color:#d9aeba;font-size:13px;line-height:1.55}.home-rank-note-v28{color:#ffdce8!important;background:rgba(255,111,174,.1)!important;border:1px solid rgba(255,206,222,.14)!important;border-radius:16px!important;padding:10px 12px!important;margin-bottom:12px!important}.section-more{border-radius:999px!important;color:#ffdbe8!important}
.sakura-chips{display:flex!important;flex-wrap:wrap!important;gap:9px!important;margin:0 0 14px!important}.sakura-chips a,.sakura-anchor-bar a{display:inline-flex!important;align-items:center!important;gap:6px!important;height:34px!important;padding:0 13px!important;border-radius:999px!important;background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,206,222,.16)!important;color:#ffeaf2!important;font-weight:800!important}.sakura-chips a:hover,.sakura-anchor-bar a:hover{background:rgba(255,111,174,.22)!important;border-color:rgba(255,209,220,.35)!important}.sakura-chips span{color:#ff9dc2}.sakura-anchor-bar{position:sticky;top:106px;z-index:8;padding:10px!important;border-radius:20px!important;background:rgba(18,8,18,.78)!important;backdrop-filter:blur(14px);border:1px solid rgba(255,206,222,.14)!important;box-shadow:0 14px 32px rgba(20,5,15,.28)}.sakura-all-chips{margin-bottom:0!important}.sakura-page-hero{padding:24px!important;margin:16px 0!important}
.grid,.sakura-grid{gap:15px!important}.card,.sakura-card{background:linear-gradient(180deg,rgba(35,20,35,.94),rgba(18,10,20,.98))!important;border:1px solid rgba(255,206,222,.13)!important;border-radius:22px 22px 24px 10px!important;box-shadow:0 12px 24px rgba(20,5,15,.22);overflow:hidden}.card:hover{transform:translateY(-4px)!important;border-color:rgba(255,157,194,.52)!important;box-shadow:0 18px 36px rgba(255,111,174,.16)}.pic{border-radius:20px 20px 18px 8px!important;background:#120811!important}.pic img{transition:transform .24s ease,filter .24s ease}.card:hover .pic img{transform:scale(1.035);filter:saturate(1.08)}.sakura-corner{position:absolute;right:8px;top:8px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(8,3,9,.66);color:#ffd1dc;border:1px solid rgba(255,206,222,.25);font-size:13px}.card-title{color:#fff7fb!important;font-weight:900}.card-meta{color:#d9afbd!important}.native-ad{border-color:rgba(255,209,220,.34)!important;background:linear-gradient(180deg,#2a1729,#18101d)!important}.native-ad .card-title{color:#ffd1dc!important}.native-ad .card-meta{color:#eac0ce!important}
.ad{border-radius:24px!important;border-color:rgba(255,206,222,.16)!important;background:#140a14!important;box-shadow:0 14px 32px rgba(20,5,15,.26)}.ad:after{content:"樱花堂推荐";position:absolute;right:10px;bottom:8px;padding:4px 8px;border-radius:999px;background:rgba(10,4,10,.58);color:#ffd1dc;font-size:12px;border:1px solid rgba(255,206,222,.18)}.detail h1{color:#fff7fb}.info-line span{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,206,222,.12)}.warn{background:rgba(255,111,174,.11)!important;border-color:rgba(255,206,222,.2)!important;color:#ffe4ee!important}.float-btn{border-color:rgba(255,206,222,.22)!important;background:linear-gradient(180deg,rgba(43,22,42,.96),rgba(20,10,22,.96))!important}.age-box-v23{background:linear-gradient(180deg,#211221,#120a14)!important;border:1px solid rgba(255,206,222,.2)!important}.age-badge-v23{background:linear-gradient(135deg,#ff6fae,#ffd1dc)!important;color:#31101f!important}
@media (min-width:821px){.top-main-v32{grid-template-columns:auto minmax(520px,1fr) minmax(260px,380px) auto!important}.pc-nav-v32>a{padding:0 11px!important}.sakura-hero .hero-main{height:clamp(340px,34vw,445px)}}
@media (max-width:820px){.section{padding:12px!important;border-radius:22px!important}.sakura-hero .hero-copy{left:12px;top:12px;right:12px;max-width:none;padding:12px 14px}.sakura-hero .hero-copy h1,.sakura-page-hero h1{font-size:28px}.sakura-hero .hero-main{min-height:260px}.hero-v32 .hero-slide{min-height:260px!important}.section-title p{margin-left:0}.sakura-anchor-bar{top:92px;overflow-x:auto!important;white-space:nowrap!important;flex-wrap:nowrap!important}.sakura-chips a,.sakura-anchor-bar a{height:32px!important;padding:0 11px!important;font-size:13px!important}.grid,.sakura-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.card,.sakura-card{border-radius:18px 18px 20px 8px!important}.card-body{padding:9px!important}.card-title{font-size:13.5px!important}.card-meta{font-size:11.5px!important}.site-logo-img{height:36px!important}.ad:after{display:none}}


/* v44 樱花堂：Logo 紧凑、移动端个人中心、防遮挡、页脚贴底、新编号 20-44 */
:root{--bg:#08050a;--panel:#171019;--panel2:#241423;--card:#19101a;--line:rgba(255,210,225,.16);--text:#fff7fb;--muted:#d9afbd;--brand:#ff6fae;--brand2:#ffd1dc;--brand3:#b01860;--radius:20px;--wrap:1280px;--shadow:0 18px 48px rgba(70,10,42,.38)}
html{min-height:100%!important;background:#08050a!important}
body{min-height:100dvh!important;display:flex!important;flex-direction:column!important;background:
  radial-gradient(circle at 10% -10%,rgba(255,111,174,.24),transparent 32%),
  radial-gradient(circle at 86% 0%,rgba(255,209,220,.16),transparent 28%),
  linear-gradient(180deg,#09050a 0%,#120914 46%,#08050a 100%)!important;color:var(--text)!important;position:relative!important}
body:after{content:"✿  ❀  ✿     ❀  ✿      ✿  ❀";position:fixed;left:-4vw;right:-4vw;top:86px;height:calc(100dvh - 86px);z-index:0;pointer-events:none;white-space:pre-wrap;line-height:112px;letter-spacing:34px;font-size:22px;color:rgba(255,210,225,.085);transform:rotate(-8deg);overflow:hidden}
.topbar,body>main,.main-pad,.site-friends,.footer,.age-mask,.float-tools{position:relative;z-index:1}
body>main,.main-pad{width:100%;flex:1 0 auto!important}
.topbar,.site-friends,.footer{flex:0 0 auto!important}
.footer,.footer-v23{margin-top:auto!important;position:relative!important;bottom:auto!important;padding:8px 0 calc(8px + env(safe-area-inset-bottom,0px))!important;background:rgba(7,3,8,.96)!important;border-top:1px solid rgba(255,210,225,.14)!important}
.site-friends-v17{margin-top:22px!important;padding-bottom:10px!important}
.sakura-topbar,.topbar{z-index:9999!important;background:rgba(13,6,14,.92)!important;box-shadow:0 12px 30px rgba(23,5,15,.34)!important}
.top-main-v32{gap:12px!important}
.logo,.logo-v32{min-width:0!important;flex:0 0 auto!important;overflow:visible!important}
.site-logo-img{display:block!important;width:auto!important;height:42px!important;max-width:176px!important;object-fit:contain!important;filter:drop-shadow(0 0 10px rgba(255,111,174,.32))!important}
.pc-nav-v32{min-width:0!important;overflow:hidden!important}
.pc-nav-v32>a{height:34px!important;padding:0 10px!important}
.search{min-width:0!important;position:relative!important;z-index:2!important}
.top-icons{position:relative!important;z-index:10001!important;flex:0 0 auto!important}
.user-menu{position:relative!important;z-index:10002!important}
.user-dropdown{z-index:10003!important;pointer-events:auto!important;background:linear-gradient(180deg,rgba(36,18,34,.98),rgba(18,8,20,.98))!important;border:1px solid rgba(255,210,225,.24)!important;box-shadow:0 18px 40px rgba(0,0,0,.45),0 0 0 1px rgba(255,255,255,.03) inset!important;border-radius:16px!important}
.user-dropdown a{position:relative!important;z-index:10004!important;color:#fff2f7!important;font-weight:900!important}
.user-dropdown a:hover{background:rgba(255,111,174,.18)!important}
.mobile-nav-line-v32{position:relative!important;z-index:1!important}
.nav-primary-v32{position:relative!important;z-index:1!important}
.sakura-hero .hero-main,.sakura-page-hero,.section,.detail,.player-wrap,.filter,.sort-tabs{background:linear-gradient(180deg,rgba(35,18,34,.88),rgba(17,8,19,.88))!important;border:1px solid rgba(255,210,225,.16)!important;box-shadow:0 18px 48px rgba(70,10,42,.34)!important}
.sakura-page-hero:after,.section:after{content:"";position:absolute;inset:auto -40px -70px auto;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,111,174,.18),transparent 62%);pointer-events:none}
.sakura-corner{font-family:Georgia,serif!important}
.login-page-v19{align-items:center!important;justify-content:center!important;min-height:auto!important;padding-top:24px!important;padding-bottom:28px!important}
.login-card-v19,.profile-card-v19,.profile-hero-v19{background:linear-gradient(180deg,rgba(33,17,32,.94),rgba(18,9,20,.98))!important;border-color:rgba(255,210,225,.18)!important}
.login-side-v19{background:radial-gradient(circle at 16% 10%,rgba(255,157,194,.30),transparent 36%),linear-gradient(145deg,rgba(255,111,174,.18),rgba(255,209,220,.08))!important}
.auth-page,.login-page-v19,.user-center-page-v19,.record-page-v19{scroll-margin-top:118px!important}
.group-chip-bar-v32 a,.sakura-chips a{white-space:nowrap!important}
.home-rank-note-v28{color:#ffe4ee!important}
@media (min-width:821px){
  .top-main-v32{grid-template-columns:auto minmax(470px,1fr) minmax(250px,360px) auto!important}
  .site-logo-img{height:44px!important;max-width:182px!important}
  .sakura-hero .hero-main{height:clamp(340px,34vw,435px)!important}
}
@media (max-width:1180px) and (min-width:821px){
  .top-main-v32{grid-template-columns:auto minmax(390px,1fr) minmax(220px,310px) auto!important}
  .site-logo-img{height:40px!important;max-width:150px!important}
  .pc-nav-v32>a{padding:0 8px!important;font-size:13px!important}
}
@media (max-width:820px){
  body{min-height:100dvh!important}
  body:after{top:98px;height:calc(100dvh - 98px);font-size:18px;line-height:92px;letter-spacing:24px;color:rgba(255,210,225,.075)}
  .top-main-v32{min-height:54px!important;height:54px!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:7px!important;padding-top:7px!important;padding-bottom:7px!important}
  .logo-v32{width:auto!important;max-width:96px!important}
  .site-logo-img{height:32px!important;max-width:96px!important}
  .search{padding:3px!important;border-radius:999px!important}
  .search input{height:32px!important;padding:0 8px!important;font-size:14px!important}
  .search input::placeholder{font-size:12px!important}
  .search button{height:32px!important;width:38px!important;min-width:38px!important}
  .icon-btn{width:32px!important;height:32px!important}
  .nav-line.mobile-nav-line-v32{height:42px!important;padding-top:0!important;padding-bottom:0!important;overflow:hidden!important}
  .mobile-home-fixed{height:30px!important;padding:0 10px!important;flex:0 0 auto!important}
  .mobile-nav-scroll-v32{overflow-x:auto!important;scrollbar-width:none!important}
  .mobile-nav-scroll-v32::-webkit-scrollbar{display:none!important}
  .mobile-nav-scroll-v32>a{height:30px!important;padding:0 10px!important;font-size:13px!important}
  .user-dropdown{position:fixed!important;right:10px!important;top:102px!important;left:auto!important;min-width:172px!important;padding:8px!important;display:none}
  .user-menu.open .user-dropdown,.user-menu:focus-within .user-dropdown{display:block!important}
  .user-dropdown a{padding:12px 13px!important;line-height:1.15!important}
  .login-page-v19{padding-top:16px!important;padding-bottom:22px!important;align-items:flex-start!important}
  .login-card-v19{width:100%!important;border-radius:20px!important}
  .login-side-v19{padding:16px!important}
  .login-form-v19{padding:16px!important}
  .login-form-v19 h2{font-size:22px!important}
  .profile-hero-v19{margin-top:12px!important;display:grid!important;grid-template-columns:auto 1fr!important;gap:12px!important}
  .profile-hero-v19>.btn{grid-column:1/-1!important;width:100%!important}
  .profile-tabs-v19{position:sticky!important;top:96px!important;z-index:5!important;background:rgba(12,6,13,.82)!important;backdrop-filter:blur(12px)!important;padding:8px!important;border-radius:16px!important;border:1px solid rgba(255,210,225,.14)!important}
  .profile-tabs-v19 a{height:34px!important;font-size:12px!important}
  .footer,.footer-v23{margin-top:auto!important;padding-top:7px!important;padding-bottom:calc(7px + env(safe-area-inset-bottom,0px))!important}
  .footer-notice-v23,.footer-business-v23{font-size:11px!important;line-height:1.35!important}
  .site-friends-v17{margin-top:16px!important;padding-bottom:8px!important}
}
@media (max-width:380px){
  .logo-v32{max-width:84px!important}
  .site-logo-img{max-width:84px!important;height:30px!important}
  .search input{font-size:13px!important;padding-left:7px!important}
  .search input::placeholder{font-size:11px!important}
}


/* v45 樱花堂：清爽卡片、分页单行、无角标、无多余文案、列表铺满 */
.hero-copy{display:none!important}
.sakura-corner,.pic .tag,.pic .score{display:none!important}
.home-rank-note-v28,.sakura-page-hero,.sakura-all-types,.sakura-anchor-bar{display:none!important}
.section-title p{display:none!important}
.section-head{align-items:center!important}
.section-title{align-items:center!important;flex-wrap:nowrap!important}
.section-title h2{letter-spacing:.02em!important}
.ad:after{display:none!important;content:none!important}
.card-meta{color:#e8becd!important;min-height:18px!important}
.grid,.sakura-grid{align-items:start!important}
.card,.sakura-card{height:100%!important;display:flex!important;flex-direction:column!important}
.card .pic{flex:0 0 auto!important}
.card-body{flex:1 1 auto!important;display:flex!important;flex-direction:column!important;justify-content:center!important}
.section-more{position:relative!important;z-index:10!important;pointer-events:auto!important;background:linear-gradient(135deg,rgba(255,111,174,.22),rgba(255,209,220,.10))!important;border-color:rgba(255,210,225,.28)!important;color:#fff2f7!important;font-weight:900!important}
.section-more:hover{background:linear-gradient(135deg,rgba(255,111,174,.36),rgba(255,209,220,.16))!important;transform:translateY(-1px)}
body{background:
  radial-gradient(circle at 12% 4%,rgba(255,129,184,.24),transparent 28%),
  radial-gradient(circle at 86% 2%,rgba(255,226,236,.16),transparent 30%),
  radial-gradient(circle at 18% 86%,rgba(176,24,96,.16),transparent 34%),
  linear-gradient(180deg,#080409 0%,#150a15 48%,#080409 100%)!important}
body:after{content:"✿      ❀        ✿       ❀     ✿        ❀       ✿"!important;opacity:.9!important;color:rgba(255,210,225,.07)!important}
.sakura-hero .hero-main{border-radius:28px!important;overflow:hidden!important;background:linear-gradient(135deg,rgba(40,16,35,.92),rgba(14,7,17,.92))!important}
.sakura-hero .hero-slide:after{background:linear-gradient(90deg,rgba(10,4,10,.10),rgba(10,4,10,.04),rgba(10,4,10,.18))!important}
.logo-v32{line-height:0!important}
.site-logo-img{height:40px!important;max-width:138px!important;width:auto!important;object-fit:contain!important;object-position:left center!important}
.top-main-v32{gap:10px!important}
.page{scrollbar-width:none!important}
.page::-webkit-scrollbar{display:none!important}
.page a,.page span{flex:0 0 auto!important}
@media (min-width:1181px){.grid,.sakura-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media (max-width:1180px) and (min-width:821px){.grid,.sakura-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.site-logo-img{max-width:128px!important;height:38px!important}}
@media (max-width:820px){
  .site-logo-img{max-width:88px!important;height:30px!important}
  .logo-v32{max-width:88px!important}
  .page{display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important;gap:7px!important;margin:22px 0 10px!important;padding:2px 2px 8px!important;white-space:nowrap!important}
  .page a,.page span{min-width:38px!important;height:36px!important;padding:0 11px!important;border-radius:999px!important;font-size:13px!important}
  .sort-tabs.sort-tabs-v11{grid-template-columns:repeat(4,minmax(78px,1fr))!important;overflow-x:auto!important;scrollbar-width:none!important;white-space:nowrap!important}
  .sort-tabs.sort-tabs-v11::-webkit-scrollbar{display:none!important}
  .sort-tabs-v11 .type-current{grid-column:auto!important}
  .section{margin:16px 0!important}
  .section-head{margin-bottom:10px!important}
  .section-title em{width:20px!important;height:20px!important}
  .section-title h2{font-size:18px!important}
  .section-more{height:32px!important;padding:0 11px!important;font-size:12px!important}
}
@media (max-width:380px){.site-logo-img{max-width:80px!important;height:28px!important}.logo-v32{max-width:80px!important}}


/* v46：大模块独立、子分类滑动、列表广告恢复、播放兼容 */
.pc-nav .top-group-link[data-group-link="jav"],.nav-scroll .top-group-link[data-group-link="jav"]{display:none!important}
.pc-nav>a,.nav-scroll>a,.mobile-home-fixed{font-weight:900!important}
.top-section-link.active{background:linear-gradient(135deg,rgba(255,111,174,.9),rgba(255,157,194,.72))!important;color:#fff!important;border-color:rgba(255,255,255,.2)!important;box-shadow:0 10px 24px rgba(255,111,174,.2)}
.sakura-chips{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;gap:9px!important;margin:0 0 14px!important;padding:1px 2px 8px!important;scrollbar-width:none!important}
.sakura-chips::-webkit-scrollbar,.sakura-group-tabs::-webkit-scrollbar{display:none!important}
.sakura-chips a{flex:0 0 auto!important}
.sakura-group-tabs{display:flex!important;align-items:center!important;gap:9px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;margin:10px 0 12px!important;padding:10px!important;border-radius:20px!important;background:rgba(18,8,18,.78)!important;border:1px solid rgba(255,206,222,.14)!important;box-shadow:0 14px 32px rgba(20,5,15,.24)!important;position:sticky!important;top:106px!important;z-index:20!important;backdrop-filter:blur(14px)}
.sakura-group-tabs a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important;height:34px!important;padding:0 13px!important;border-radius:999px!important;background:rgba(255,255,255,.065)!important;border:1px solid rgba(255,206,222,.16)!important;color:#ffeaf2!important;font-weight:900!important}
.sakura-group-tabs a span{color:#ff9dc2!important}
.sakura-group-tabs a.active,.sakura-group-tabs a:hover{background:linear-gradient(135deg,rgba(255,111,174,.88),rgba(255,157,194,.72))!important;color:#fff!important;border-color:rgba(255,255,255,.24)!important;box-shadow:0 10px 24px rgba(255,111,174,.18)!important}
.type-page-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:8px!important}
.sort-tabs-compact{grid-template-columns:repeat(3,minmax(0,1fr))!important;margin-top:8px!important}
.type-section .type-current{display:none!important}
.native-ad,.native-ad-v42{display:flex!important;flex-direction:column!important;position:relative!important;border-color:rgba(255,210,225,.32)!important;background:linear-gradient(180deg,rgba(39,20,38,.96),rgba(18,10,22,.98))!important}
.native-ad:before,.native-ad-v42:before{content:"推广";position:absolute;left:10px;top:10px;z-index:2;height:24px;padding:0 9px;border-radius:999px;background:rgba(12,4,12,.68);border:1px solid rgba(255,210,225,.25);color:#ffeaf2;font-size:12px;font-weight:900;display:flex;align-items:center}
.native-ad .card-title,.native-ad-v42 .card-title{color:#ffd1dc!important}
.native-ad .card-meta,.native-ad-v42 .card-meta{color:#eec2d1!important}
.player-wrap{position:relative!important;z-index:2!important;background:#000!important}
.player-box,#yhtPlayerBox{position:relative!important;width:100%!important;min-height:520px!important;background:#000!important;overflow:hidden!important}
.player-box iframe,.player-box video,.player-box embed,.player-box object,#MacPlayer,.MacPlayer,.player{display:block!important;width:100%!important;max-width:100%!important;min-height:520px!important;height:520px!important;background:#000!important;border:0!important}
.player-box video{height:auto!important;min-height:520px!important;object-fit:contain!important}
.warn{position:relative!important;z-index:1!important}
@media(max-width:820px){
  .sakura-group-tabs{top:92px!important;margin:8px 0 10px!important;padding:8px!important;border-radius:16px!important}
  .sakura-group-tabs a{height:32px!important;padding:0 11px!important;font-size:13px!important}
  .sort-tabs-compact{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;gap:8px!important;scrollbar-width:none!important}
  .sort-tabs-compact a{flex:0 0 auto!important;min-width:88px!important}
  .player-box,#yhtPlayerBox{min-height:230px!important}
  .player-box iframe,.player-box video,.player-box embed,.player-box object,#MacPlayer,.MacPlayer,.player{height:230px!important;min-height:230px!important}
}
@media(min-width:821px) and (max-width:1180px){.player-box,#yhtPlayerBox,.player-box iframe,.player-box video,.player-box embed,.player-box object,#MacPlayer,.MacPlayer,.player{height:420px!important;min-height:420px!important}}


/* v47：只修首页列表随机广告、播放器显示、更多按钮居中、四个排序按钮自适应 */
.sakura-v47-home .js-native-grid[data-ad-count="1"] .native-ad,
.sakura-v47-home .js-native-grid[data-ad-count="1"] .native-ad-v42{display:flex!important}
.section-more{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  line-height:1!important;
  min-width:54px!important;
  height:34px!important;
  padding:0 14px!important;
  box-sizing:border-box!important;
  white-space:nowrap!important;
}
.sort-tabs-compact{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  align-items:center!important;
}
.sort-tabs-compact .sort-link{
  min-width:0!important;
  width:100%!important;
  height:38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 8px!important;
  text-align:center!important;
  white-space:nowrap!important;
  line-height:1!important;
  box-sizing:border-box!important;
}
.player-wrap{position:relative!important;background:#000!important;border-radius:22px!important;overflow:hidden!important}
.player-box,#yhtPlayerBox{position:relative!important;width:100%!important;min-height:520px!important;background:#000!important;overflow:hidden!important}
.player-box iframe,.player-box video,.player-box embed,.player-box object{display:block!important;width:100%!important;max-width:100%!important;min-height:520px!important;height:520px!important;background:#000!important;border:0!important}
.player-box video{object-fit:contain!important}
/* 不强制 #MacPlayer/.MacPlayer/.player 高度，避免影响 MacCMS 原播放器脚本挂载 */
.player-box #MacPlayer,.player-box .MacPlayer,.player-box .player{width:100%!important;max-width:100%!important;background:#000!important}
.player-link-fallback{display:none;position:absolute;left:14px;right:14px;bottom:14px;z-index:5;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;padding:10px 12px;border-radius:16px;background:rgba(10,4,10,.82);border:1px solid rgba(255,210,225,.22);color:#ffeaf2;font-size:13px;font-weight:800;text-align:center;backdrop-filter:blur(12px)}
.player-link-fallback.show{display:flex!important}
.player-link-fallback a{color:#fff!important;background:linear-gradient(135deg,rgba(255,111,174,.92),rgba(255,157,194,.78));border-radius:999px;padding:8px 13px;font-weight:900}
@media(max-width:820px){
  .section-more{height:32px!important;min-width:50px!important;padding:0 12px!important;font-size:12px!important}
  .sort-tabs-compact{display:grid!important;grid-template-columns:repeat(4,minmax(74px,1fr))!important;gap:7px!important;overflow-x:auto!important;scrollbar-width:none!important;padding-bottom:3px!important}
  .sort-tabs-compact::-webkit-scrollbar{display:none!important}
  .sort-tabs-compact .sort-link{height:34px!important;min-width:74px!important;font-size:12px!important;padding:0 7px!important;flex:initial!important}
  .player-box,#yhtPlayerBox{min-height:230px!important}
  .player-box iframe,.player-box video,.player-box embed,.player-box object{height:230px!important;min-height:230px!important}
  .player-link-fallback{left:8px;right:8px;bottom:8px;font-size:12px;padding:8px 10px}
}
@media(max-width:380px){
  .sort-tabs-compact{grid-template-columns:repeat(4,minmax(68px,1fr))!important;gap:6px!important}
  .sort-tabs-compact .sort-link{min-width:68px!important;font-size:11px!important;padding:0 5px!important}
}
/* v47 播放器容器补充：覆盖 v46 对 #MacPlayer 的全局高度强制，防止播放器脚本被撑坏 */
.player-box #MacPlayer,.player-box .MacPlayer,.player-box .player{
  height:auto!important;
  min-height:0!important;
  display:block!important;
}
.player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box .player iframe,
.player-box #MacPlayer video,.player-box .MacPlayer video,.player-box .player video{
  width:100%!important;
}

/* v48：只修播放、18+ 弹窗、收藏提示、广告加载；其他布局不动 */
.age-mask,.age-mask-v23{
  position:fixed!important;
  left:0!important;right:0!important;top:0!important;bottom:0!important;inset:0!important;
  z-index:2147483000!important;
  align-items:center!important;
  justify-content:center!important;
  background:rgba(0,0,0,.86)!important;
  padding:18px!important;
  box-sizing:border-box!important;
}
.age-mask[style*="flex"],.age-mask-v23[style*="flex"]{display:flex!important}
.age-box,.age-box-v23{position:relative!important;z-index:2147483001!important;margin:auto!important;transform:none!important}
.player-wrap{position:relative!important;background:#000!important;border-radius:22px!important;overflow:hidden!important}
.player-box,#yhtPlayerBox{position:relative!important;width:100%!important;min-height:520px!important;height:520px!important;background:#000!important;overflow:hidden!important}
.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box .player,.player-box #player{
  display:block!important;width:100%!important;max-width:100%!important;height:520px!important;min-height:520px!important;background:#000!important;border:0!important;
}
.player-box video{object-fit:contain!important}
.player-link-fallback{z-index:30!important}
.native-ad img,.native-ad-v42 img{content-visibility:auto;contain-intrinsic-size:800px 450px}
@media(max-width:820px){
  .age-mask,.age-mask-v23{padding:12px!important;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))!important}
  .player-box,#yhtPlayerBox{height:230px!important;min-height:230px!important}
  .player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box .player,.player-box #player{height:230px!important;min-height:230px!important}
}
@media(min-width:821px) and (max-width:1180px){
  .player-box,#yhtPlayerBox{height:420px!important;min-height:420px!important}
  .player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box .player,.player-box #player{height:420px!important;min-height:420px!important}
}


/* v49：只修播放器容器，不改其他页面。避免空 #MacPlayer/#player 被强制高度误判为已播放，真实 iframe/video 仍保持满屏。 */
.player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{
  width:100%!important;
  max-width:100%!important;
  height:auto!important;
  min-height:0!important;
  background:#000!important;
}
.player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
.player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video,
.player-box .yht-direct-player,.player-box .yht-direct-player iframe,.player-box .yht-direct-player video{
  display:block!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  max-width:100%!important;
  background:#000!important;
  border:0!important;
}
@media(max-width:820px){
  .player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
  .player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video,
  .player-box .yht-direct-player,.player-box .yht-direct-player iframe,.player-box .yht-direct-player video{height:230px!important;min-height:230px!important}
}
@media(min-width:821px) and (max-width:1180px){
  .player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
  .player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video,
  .player-box .yht-direct-player,.player-box .yht-direct-player iframe,.player-box .yht-direct-player video{height:420px!important;min-height:420px!important}
}

/* v50：仅回退播放器为 v42 可播放结构；不改其他页面。 */
.player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important}
.player-box{width:100%!important;background:#000!important;min-height:520px!important;height:auto!important;overflow:hidden!important}
.player-box iframe,.player-box video,.player-box embed,.player-box object,.MacPlayer,.player,#MacPlayer,#player{
  width:100%!important;
  max-width:100%!important;
  min-height:520px!important;
  height:auto!important;
  background:#000!important;
  border:0!important;
}
.player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{height:auto!important;min-height:520px!important;display:block!important}
.player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
.player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video{
  width:100%!important;
  max-width:100%!important;
  min-height:520px!important;
  height:auto!important;
  background:#000!important;
  border:0!important;
}
.player-link-fallback{display:none!important}
@media (max-width:1180px){
  .player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.MacPlayer,.player,#MacPlayer,#player{min-height:430px!important;height:auto!important}
  .player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{min-height:430px!important;height:auto!important}
  .player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
  .player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video{min-height:430px!important;height:auto!important}
}
@media (max-width:820px){
  .player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.MacPlayer,.player,#MacPlayer,#player{min-height:240px!important;height:auto!important}
  .player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{min-height:240px!important;height:auto!important}
  .player-box #MacPlayer iframe,.player-box .MacPlayer iframe,.player-box #player iframe,.player-box .player iframe,
  .player-box #MacPlayer video,.player-box .MacPlayer video,.player-box #player video,.player-box .player video{min-height:240px!important;height:auto!important}
}


/* v51：只修播放器与加载，不改排版。播放器按 v42 可播放结构还原，覆盖旧版叠加样式。 */
.player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important}
.player-box{width:100%!important;background:#000!important;min-height:520px!important;overflow:hidden!important}
.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box .MacPlayer,.player-box .player,.player-box #MacPlayer,.player-box #player{display:block!important;width:100%!important;max-width:100%!important;min-height:520px!important;background:#000!important;border:0!important}
.player-link-fallback{display:none!important}
@media (max-width:1180px){.player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box .MacPlayer,.player-box .player,.player-box #MacPlayer,.player-box #player{min-height:430px!important}}
@media (max-width:820px){.player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box .MacPlayer,.player-box .player,.player-box #MacPlayer,.player-box #player{min-height:240px!important}}


/* v52：仅修播放器连接。独立 player.html 兜底 iframe，避免外层播放页样式影响 MacCMS 默认线路。 */
#yhtMacPlayerBox .yht-player-frame{display:block!important;width:100%!important;height:520px!important;min-height:520px!important;background:#000!important;border:0!important;}
@media (max-width:1180px){#yhtMacPlayerBox .yht-player-frame{height:430px!important;min-height:430px!important;}}
@media (max-width:820px){#yhtMacPlayerBox .yht-player-frame{height:240px!important;min-height:240px!important;}}


/* v53 player-only reset from playable v42: keep MacCMS native player output unobstructed */
.player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;}
.player-box{position:relative!important;width:100%!important;min-height:520px!important;height:auto!important;background:#000!important;overflow:hidden!important;}
.player-box > script{display:none!important;}
.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{display:block!important;width:100%!important;max-width:100%!important;min-height:520px!important;height:auto!important;background:#000!important;border:0!important;}
.player-box video{object-fit:contain!important;}
@media (max-width:1180px){.player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{min-height:430px!important;height:auto!important;}}
@media (max-width:820px){.player-box,.player-box iframe,.player-box video,.player-box embed,.player-box object,.player-box #MacPlayer,.player-box .MacPlayer,.player-box #player,.player-box .player{min-height:240px!important;height:auto!important;}}

/* v54: only player connection fix - ArtPlayer independent interface */
.player-box .yht-artplayer-frame{display:block!important;width:100%!important;height:520px!important;min-height:520px!important;background:#000!important;border:0!important;}
@media (max-width:1180px){.player-box .yht-artplayer-frame{height:430px!important;min-height:430px!important;}}
@media (max-width:820px){.player-box .yht-artplayer-frame{height:240px!important;min-height:240px!important;}}

/* v56: 播放器移动端自适应；只覆盖播放容器，不影响其他页面 */
.player-section .player-wrap{overflow:hidden!important;background:#000!important;}
.player-section #yhtArtPlayerBox{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  background:#000!important;
  overflow:hidden!important;
}
.player-section #yhtArtPlayerBox .yht-artplayer-frame{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:none!important;
  background:#000!important;
  border:0!important;
}
@media (max-width:820px){
  .player-section{margin-top:12px!important;}
  .player-section .player-wrap{border-radius:14px!important;}
  .player-section #yhtArtPlayerBox{aspect-ratio:16/9!important;height:auto!important;min-height:0!important;max-height:62vh!important;}
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{height:100%!important;min-height:0!important;}
}


/* v57：仅移动端播放器触控修复。PC 端不动。 */
@media (max-width:820px){
  .player-section #yhtArtPlayerBox{
    aspect-ratio:16/9!important;
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    overflow:hidden!important;
    touch-action:manipulation!important;
  }
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-width:100%!important;
    border:0!important;
    overflow:hidden!important;
  }
}

/* v57b：恢复 PC 播放器为旧版高度，只保留移动端 16:9 自适应；避免 PC 端被 16:9 撑得过大 */
@media (min-width:1181px){
  .player-section #yhtArtPlayerBox{
    aspect-ratio:auto!important;
    height:520px!important;
    min-height:520px!important;
    max-height:520px!important;
  }
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:520px!important;
    min-height:520px!important;
  }
}
@media (min-width:821px) and (max-width:1180px){
  .player-section #yhtArtPlayerBox{
    aspect-ratio:auto!important;
    height:430px!important;
    min-height:430px!important;
    max-height:430px!important;
  }
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:430px!important;
    min-height:430px!important;
  }
}
@media (max-width:820px){
  .player-section #yhtArtPlayerBox{
    aspect-ratio:16/9!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
  }
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
  }
}

/* v58：仅修播放器自适应、精简控制条、返回上一页破图；不改其他排版功能 */
.player-section .player-wrap{
  background:#000!important;
  border-radius:20px!important;
  overflow:hidden!important;
}
.player-section #yhtArtPlayerBox{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  aspect-ratio:auto!important;
  background:#000!important;
  overflow:hidden!important;
}
.player-section #yhtArtPlayerBox .yht-artplayer-frame{
  position:absolute!important;
  inset:0!important;
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:100%!important;
  background:#000!important;
  border:0!important;
  overflow:hidden!important;
}
@media (min-width:821px) and (max-width:1180px){
  .player-section #yhtArtPlayerBox{height:430px!important;min-height:430px!important;max-height:430px!important;}
}
@media (max-width:820px){
  .player-section{margin-top:12px!important;}
  .player-section .player-wrap{border-radius:14px!important;}
  .player-section #yhtArtPlayerBox{
    width:100%!important;
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
    overflow:hidden!important;
    touch-action:manipulation!important;
  }
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
    overflow:hidden!important;
  }
}
.card .pic img,.detail-poster img,.hero-slide img,.movie-banner-slide-v15 img,.banner-slide-v14 img{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}

/* v60：仅修移动端播放器触控。不改 PC 和其他页面。 */
@media (max-width:820px){
  .player-section #yhtArtPlayerBox,
  .player-section #yhtArtPlayerBox .yht-artplayer-frame{
    touch-action:manipulation!important;
  }
}

/* v64: 只修播放器稳定性与加载，不改页面排版 */
.player-section .player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;}
.player-section #yhtPlayerBox{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;background:#000!important;overflow:hidden!important;aspect-ratio:auto!important;}
.player-section #yhtPlayerBox .yht-native-player,.player-section #yhtPlayerBox .yht-mobile-player{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;background:#000!important;overflow:hidden!important;}
.player-section #yhtPlayerBox .yht-mobile-player{display:none;}
.player-section #yhtPlayerBox iframe,.player-section #yhtPlayerBox video,.player-section #yhtPlayerBox embed,.player-section #yhtPlayerBox object,.player-section #yhtPlayerBox #MacPlayer,.player-section #yhtPlayerBox .MacPlayer,.player-section #yhtPlayerBox #player,.player-section #yhtPlayerBox .player{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;background:#000!important;border:0!important;}
.player-section #yhtPlayerBox video{object-fit:contain!important;}
@media (min-width:821px) and (max-width:1180px){.player-section #yhtPlayerBox{height:430px!important;min-height:430px!important;}}
@media (max-width:820px){
  .player-section .player-wrap{border-radius:14px!important;}
  .player-section #yhtPlayerBox{height:auto!important;min-height:0!important;aspect-ratio:16/9!important;max-height:none!important;}
  .player-section #yhtPlayerBox .yht-native-player{display:none!important;}
  .player-section #yhtPlayerBox .yht-mobile-player{display:block!important;}
  .player-section #yhtPlayerBox .yht-artplayer-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;border:0!important;background:#000!important;}
}


/* v65：彻底恢复单一苹果CMS原生播放器；清除之前双播放器/iframe播放器尺寸覆盖。只影响播放页播放器区域。 */
.player-section .player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;}
.player-section .player-box,.player-section .yht-player-box-v65{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;background:#000!important;overflow:hidden!important;aspect-ratio:auto!important;}
.player-section .player-box > .yht-native-player,.player-section .player-box > .yht-mobile-player{display:none!important;}
.player-section .player-box iframe,.player-section .player-box video,.player-section .player-box embed,.player-section .player-box object,.player-section .player-box #MacPlayer,.player-section .player-box .MacPlayer,.player-section .player-box #player,.player-section .player-box .player{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;background:#000!important;border:0!important;object-fit:contain!important;}
.player-section .player-box video{object-fit:contain!important;}
@media (min-width:821px) and (max-width:1180px){.player-section .player-box,.player-section .yht-player-box-v65{height:430px!important;min-height:430px!important;max-height:430px!important;}}
@media (max-width:820px){.player-section .player-wrap{border-radius:14px!important;}.player-section .player-box,.player-section .yht-player-box-v65{width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;touch-action:manipulation!important;}.player-section .player-box iframe,.player-section .player-box video,.player-section .player-box embed,.player-section .player-box object,.player-section .player-box #MacPlayer,.player-section .player-box .MacPlayer,.player-section .player-box #player,.player-section .player-box .player{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;}}


/* v66：只修播放器黑屏。彻底取消旧版双播放器/独立 iframe 的覆盖，只让苹果CMS原生播放器正常显示。 */
.player-section .player-wrap{background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;}
.player-section .player-box{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;background:#000!important;overflow:hidden!important;aspect-ratio:auto!important;}
.player-section .player-box>script{display:block!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;}
.player-section .player-box iframe,
.player-section .player-box video,
.player-section .player-box embed,
.player-section .player-box object,
.player-section .player-box #MacPlayer,
.player-section .player-box .MacPlayer,
.player-section .player-box #player,
.player-section .player-box .player{display:block!important;width:100%!important;max-width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;background:#000!important;border:0!important;object-fit:contain!important;}
.player-section .player-box #MacPlayer,
.player-section .player-box .MacPlayer,
.player-section .player-box #player,
.player-section .player-box .player{position:relative!important;inset:auto!important;overflow:hidden!important;}
.player-section .player-box #MacPlayer iframe,
.player-section .player-box .MacPlayer iframe,
.player-section .player-box #player iframe,
.player-section .player-box .player iframe,
.player-section .player-box #MacPlayer video,
.player-section .player-box .MacPlayer video,
.player-section .player-box #player video,
.player-section .player-box .player video{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;}
@media (min-width:821px) and (max-width:1180px){.player-section .player-box{height:430px!important;min-height:430px!important;max-height:430px!important;}}
@media (max-width:820px){.player-section .player-wrap{border-radius:14px!important;}.player-section .player-box{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;}.player-section .player-box iframe,.player-section .player-box video,.player-section .player-box embed,.player-section .player-box object,.player-section .player-box #MacPlayer,.player-section .player-box .MacPlayer,.player-section .player-box #player,.player-section .player-box .player{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;}}

/* v68：播放器黑屏专项修复。只针对播放页真实播放器容器，不改其他页面排版。 */
.player-section .player-wrap{background:#000!important;overflow:hidden!important;}
.player-section .yht-real-player-box{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;background:#000!important;overflow:hidden!important;aspect-ratio:auto!important;}
.player-section .yht-real-player-box .yht-real-player-frame{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;border:0!important;background:#000!important;}
.player-section .yht-player-loading,.player-section .yht-player-error{position:absolute!important;inset:0!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:18px!important;background:#000!important;color:#ffd1dc!important;text-align:center!important;line-height:1.8!important;font-size:14px!important;box-sizing:border-box!important;}
@media (min-width:821px) and (max-width:1180px){.player-section .yht-real-player-box{height:430px!important;min-height:430px!important;max-height:430px!important;}}
@media (max-width:820px){.player-section .player-wrap{border-radius:14px!important;}.player-section .yht-real-player-box{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;}.player-section .yht-real-player-box .yht-real-player-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;}}

/* v68：播放器最终保守修复。取消外部播放器接口样式影响，只保证苹果CMS原生播放器正常显示。 */
.player-section .player-wrap{
  position:relative!important;
  background:#000!important;
  border-radius:20px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}
.player-section .player-box,
.player-section #yhtNativePlayerBox{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  background:#000!important;
  overflow:hidden!important;
  aspect-ratio:auto!important;
}
.player-section .player-box iframe,
.player-section .player-box video,
.player-section .player-box embed,
.player-section .player-box object,
.player-section .player-box #MacPlayer,
.player-section .player-box .MacPlayer,
.player-section .player-box #player,
.player-section .player-box .player,
.player-section #yhtNativePlayerBox iframe,
.player-section #yhtNativePlayerBox video,
.player-section #yhtNativePlayerBox embed,
.player-section #yhtNativePlayerBox object,
.player-section #yhtNativePlayerBox #MacPlayer,
.player-section #yhtNativePlayerBox .MacPlayer,
.player-section #yhtNativePlayerBox #player,
.player-section #yhtNativePlayerBox .player{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  background:#000!important;
  border:0!important;
  object-fit:contain!important;
}
.player-section .player-box > script,
.player-section #yhtNativePlayerBox > script{
  display:none!important;
}
.yht-player-fallback{
  position:absolute!important;
  inset:0!important;
  z-index:20!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:12px!important;
  padding:20px!important;
  background:#000!important;
  color:#ffd1dc!important;
  text-align:center!important;
  line-height:1.7!important;
}
.yht-player-fallback[hidden]{display:none!important;}
.yht-player-fallback a{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:38px!important;
  padding:0 18px!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#ff6fae,#ffd1dc)!important;
  color:#2a0f1b!important;
  font-weight:900!important;
}
@media (min-width:821px) and (max-width:1180px){
  .player-section .player-box,
  .player-section #yhtNativePlayerBox{height:430px!important;min-height:430px!important;max-height:430px!important;}
}
@media (max-width:820px){
  .player-section .player-wrap{border-radius:14px!important;}
  .player-section .player-box,
  .player-section #yhtNativePlayerBox{
    height:auto!important;
    min-height:0!important;
    max-height:none!important;
    aspect-ratio:16/9!important;
    touch-action:manipulation!important;
  }
  .player-section .player-box iframe,
  .player-section .player-box video,
  .player-section .player-box embed,
  .player-section .player-box object,
  .player-section .player-box #MacPlayer,
  .player-section .player-box .MacPlayer,
  .player-section .player-box #player,
  .player-section .player-box .player,
  .player-section #yhtNativePlayerBox iframe,
  .player-section #yhtNativePlayerBox video,
  .player-section #yhtNativePlayerBox embed,
  .player-section #yhtNativePlayerBox object,
  .player-section #yhtNativePlayerBox #MacPlayer,
  .player-section #yhtNativePlayerBox .MacPlayer,
  .player-section #yhtNativePlayerBox #player,
  .player-section #yhtNativePlayerBox .player{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
  }
}


/* v69：播放器黑屏专项最终清理。恢复苹果CMS原生播放器可见，不再隐藏/接管播放器脚本。 */
.player-section .player-wrap{
  position:relative!important;
  background:#000!important;
  border-radius:20px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  box-shadow:var(--shadow)!important;
}
.player-section .player-box{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:520px!important;
  min-height:520px!important;
  max-height:520px!important;
  aspect-ratio:auto!important;
  background:#000!important;
  overflow:hidden!important;
}
.player-section .player-box>script{
  display:block!important;
  width:auto!important;
  height:auto!important;
  min-height:0!important;
  visibility:visible!important;
  overflow:visible!important;
}
.player-section .player-box iframe,
.player-section .player-box video,
.player-section .player-box embed,
.player-section .player-box object,
.player-section .player-box #MacPlayer,
.player-section .player-box .MacPlayer,
.player-section .player-box #player,
.player-section .player-box .player{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-height:100%!important;
  background:#000!important;
  border:0!important;
  object-fit:contain!important;
  opacity:1!important;
  visibility:visible!important;
}
.player-section .player-box #MacPlayer,
.player-section .player-box .MacPlayer,
.player-section .player-box #player,
.player-section .player-box .player{
  position:relative!important;
  inset:auto!important;
  overflow:hidden!important;
}
.player-section .player-box #MacPlayer iframe,
.player-section .player-box .MacPlayer iframe,
.player-section .player-box #player iframe,
.player-section .player-box .player iframe,
.player-section .player-box #MacPlayer video,
.player-section .player-box .MacPlayer video,
.player-section .player-box #player video,
.player-section .player-box .player video{
  position:absolute!important;
  inset:0!important;
}
@media (min-width:821px) and (max-width:1180px){
  .player-section .player-box{height:430px!important;min-height:430px!important;max-height:430px!important;}
}
@media (max-width:820px){
  .player-section .player-wrap{border-radius:14px!important;}
  .player-section .player-box{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;}
  .player-section .player-box iframe,
  .player-section .player-box video,
  .player-section .player-box embed,
  .player-section .player-box object,
  .player-section .player-box #MacPlayer,
  .player-section .player-box .MacPlayer,
  .player-section .player-box #player,
  .player-section .player-box .player{
    position:absolute!important;
    inset:0!important;
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:100%!important;
  }
}

/* v75：播放器彻底改为 hr8.app 独立接口 iframe，删除本地播放器/弹幕/HLS 控制逻辑影响。
   注意：不使用旧 .player-box，避免旧播放器样式覆盖；移动端固定 16:9，保证 iframe 内进度条不会被页面遮挡。 */
.player-section .yht-hr8-data-seed{display:none!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;position:absolute!important;left:-99999px!important;top:-99999px!important;pointer-events:none!important;}
.player-section .yht-hr8-clean-wrap{width:100%!important;background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;line-height:0!important;}
.player-section .yht-hr8-clean-player{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;background:#000!important;overflow:hidden!important;line-height:0!important;touch-action:manipulation!important;}
.player-section .yht-hr8-clean-frame{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;border:0!important;background:#000!important;overflow:hidden!important;transform:none!important;box-sizing:border-box!important;touch-action:manipulation!important;}
.player-section .yht-hr8-clean-error{position:absolute!important;inset:0!important;z-index:2!important;display:none;align-items:center!important;justify-content:center!important;padding:18px!important;box-sizing:border-box!important;background:#000!important;color:#ffd1dc!important;text-align:center!important;line-height:1.8!important;font-size:14px!important;}
@media (min-width:821px) and (max-width:1180px){.player-section .yht-hr8-clean-player{height:430px!important;min-height:430px!important;max-height:430px!important;}}
@media (max-width:820px){
  .player-section .yht-hr8-clean-wrap{border-radius:14px!important;margin-left:0!important;margin-right:0!important;}
  .player-section .yht-hr8-clean-player{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;}
  .player-section .yht-hr8-clean-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;}
}


/* v76：播放器只保留 hr8.app 独立接口；地址原样传递，避免 encodeURIComponent 后接口一直加载。 */
.player-section .yht-hr8-only-wrap{width:100%!important;background:#000!important;border-radius:20px!important;overflow:hidden!important;border:1px solid var(--line)!important;box-shadow:var(--shadow)!important;line-height:0!important;position:relative!important;}
.player-section .yht-hr8-only-player{position:relative!important;display:block!important;width:100%!important;height:520px!important;min-height:520px!important;max-height:520px!important;background:#000!important;overflow:hidden!important;line-height:0!important;touch-action:manipulation!important;}
.player-section .yht-hr8-only-frame{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;border:0!important;background:#000!important;overflow:hidden!important;box-sizing:border-box!important;touch-action:manipulation!important;}
.player-section .yht-hr8-only-seed{display:none!important;width:0!important;height:0!important;overflow:hidden!important;visibility:hidden!important;position:absolute!important;left:-99999px!important;top:-99999px!important;pointer-events:none!important;}
@media (min-width:821px) and (max-width:1180px){.player-section .yht-hr8-only-player{height:430px!important;min-height:430px!important;max-height:430px!important;}}
@media (max-width:820px){.player-section .yht-hr8-only-wrap{border-radius:14px!important;margin-left:0!important;margin-right:0!important;}.player-section .yht-hr8-only-player{height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;}.player-section .yht-hr8-only-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:none!important;}}


/* v78：只修 hr8 独立播放器移动端控制栏安全区和全屏按钮遮挡；不改其他页面。 */
.player-section .yht-hr8-clean-wrap{position:relative!important;z-index:20!important;overflow:hidden!important;background:#000!important;line-height:0!important;}
.player-section .yht-hr8-clean-player{background:#000!important;overflow:hidden!important;line-height:0!important;box-sizing:border-box!important;}
.player-section .yht-hr8-clean-frame{display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;border:0!important;background:#000!important;box-sizing:border-box!important;transform:translateZ(0)!important;-webkit-transform:translateZ(0)!important;}
@media (min-width:901px){.player-section .yht-hr8-clean-player{height:540px!important;min-height:320px!important;max-height:540px!important;aspect-ratio:auto!important;}}
@media (max-width:900px){
  .player-section .yht-hr8-clean-wrap{border-radius:12px!important;margin-left:0!important;margin-right:0!important;}
  .player-section .yht-hr8-clean-player{height:clamp(220px,62vw,420px)!important;min-height:220px!important;max-height:calc(100vh - 96px)!important;aspect-ratio:auto!important;border-radius:12px!important;padding:0!important;}
  .player-section .yht-hr8-clean-frame{position:absolute!important;inset:0!important;height:100%!important;min-height:100%!important;max-height:100%!important;}
}
@media (max-width:360px){.player-section .yht-hr8-clean-player{height:clamp(210px,66vw,360px)!important;min-height:210px!important;}}

/* v79：只修 hr8 独立播放器移动端控制栏安全区。外层使用接近全屏宽度并增加底部控制栏高度，避免进度条/全屏按钮被页面裁切。 */
@media (max-width:900px){
  .player-section .yht-hr8-clean-wrap{
    width:calc(100vw - 12px)!important;
    max-width:calc(100vw - 12px)!important;
    margin-left:calc(50% - 50vw + 6px)!important;
    margin-right:calc(50% - 50vw + 6px)!important;
    border-radius:12px!important;
    overflow:visible!important;
    position:relative!important;
    z-index:20!important;
    background:#000!important;
    line-height:0!important;
  }
  .player-section .yht-hr8-clean-player{
    position:relative!important;
    width:100%!important;
    height:calc(56.25vw + 64px)!important;
    min-height:286px!important;
    max-height:calc(100dvh - 72px)!important;
    aspect-ratio:auto!important;
    border-radius:12px!important;
    padding:0!important;
    overflow:hidden!important;
    background:#000!important;
    touch-action:manipulation!important;
  }
  .player-section .yht-hr8-clean-frame{
    position:absolute!important;
    inset:0!important;
    display:block!important;
    width:100%!important;
    height:100%!important;
    min-width:0!important;
    min-height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    border:0!important;
    margin:0!important;
    padding:0!important;
    background:#000!important;
    overflow:hidden!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    transform:translateZ(0)!important;
    -webkit-transform:translateZ(0)!important;
  }
}
@media (max-width:360px){
  .player-section .yht-hr8-clean-player{height:calc(56.25vw + 72px)!important;min-height:278px!important;}
}


/* v80：保留 v79 移动端控制栏安全区；回退 hls_skip 代理后播放器不再黑屏。 */
@media (max-width:900px){
  .player-section .yht-hr8-clean-wrap{
    width:calc(100vw - 12px)!important;
    max-width:calc(100vw - 12px)!important;
    margin-left:calc(50% - 50vw + 6px)!important;
    margin-right:calc(50% - 50vw + 6px)!important;
    overflow:visible!important;
  }
  .player-section .yht-hr8-clean-player{
    height:calc(56.25vw + 64px)!important;
    min-height:286px!important;
    max-height:calc(100dvh - 72px)!important;
    overflow:hidden!important;
  }
  .player-section .yht-hr8-clean-frame{
    width:100%!important;
    height:100%!important;
    min-height:100%!important;
    pointer-events:auto!important;
  }
}
@media (max-width:360px){.player-section .yht-hr8-clean-player{height:calc(56.25vw + 72px)!important;min-height:278px!important;}}


/* v93 移动端播放器上下黑边修复：只调整移动端外层比例，不改播放逻辑 */
@media (max-width:900px){
  .player-section .yht-hr8-clean-wrap{width:100%!important;max-width:100%!important;background:#000!important;overflow:hidden!important;border-radius:12px!important;line-height:0!important;}
  .player-section .yht-hr8-clean-player{position:relative!important;width:100%!important;height:auto!important;min-height:0!important;max-height:none!important;aspect-ratio:16/9!important;background:#000!important;overflow:hidden!important;padding:0!important;border-radius:12px!important;}
  .player-section .yht-hr8-clean-frame{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:0!important;max-height:100%!important;border:0!important;background:#000!important;display:block!important;}
}

/* v94: mobile player centering and hidden skip hint; playback logic unchanged. */
@media (max-width:900px){
  .player-section .yht-hr8-clean-wrap, .yht-hr8-clean-wrap{display:block!important;width:100%!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important;left:auto!important;right:auto!important;transform:none!important;box-sizing:border-box!important;}
  .player-section .yht-hr8-clean-player, .yht-hr8-clean-player{margin-left:auto!important;margin-right:auto!important;left:auto!important;right:auto!important;transform:none!important;box-sizing:border-box!important;}
}
.yht-mobile-player .hint{display:none!important;visibility:hidden!important;opacity:0!important;width:0!important;height:0!important;overflow:hidden!important;}


/* v92: 渲染提速。只让离屏模块延迟绘制，浏览器不支持时自动忽略，不改变布局和功能。 */
@supports (content-visibility:auto){
  .site-friends{content-visibility:auto;contain-intrinsic-size:1px 420px;}
  .footer{content-visibility:auto;contain-intrinsic-size:1px 120px;}
}


/* keyword-layout-v1：大板块关键词入口 + 首页卡片自适应铺满；不改播放器/广告配置 */
.keyword-inline-row,.keyword-chip-row{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;scrollbar-width:none!important;padding:2px 2px 10px!important;margin:0 0 12px!important;white-space:nowrap!important}.keyword-inline-row::-webkit-scrollbar,.keyword-chip-row::-webkit-scrollbar{display:none!important}.keyword-inline-row a,.keyword-chip-row a{flex:0 0 auto!important;display:inline-flex!important;align-items:center!important;gap:6px!important;height:34px!important;padding:0 13px!important;border-radius:999px!important;background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.035))!important;border:1px solid rgba(255,255,255,.12)!important;color:#fff!important;font-weight:900!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important}.keyword-inline-row a:hover,.keyword-chip-row a:hover{transform:translateY(-1px)!important;border-color:rgba(255,255,255,.32)!important;box-shadow:0 10px 24px rgba(0,0,0,.16)!important}.xq-keyword-panel,.sakura-keyword-panel{margin:12px 0 14px!important;padding:12px!important;border-radius:20px!important;background:linear-gradient(135deg,rgba(255,255,255,.07),rgba(255,255,255,.025))!important;border:1px solid rgba(255,255,255,.10)!important;box-shadow:0 14px 36px rgba(0,0,0,.16)!important}.keyword-panel-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:12px!important;margin:0 2px 10px!important}.keyword-panel-head strong{font-size:16px!important;color:#fff!important;letter-spacing:.02em!important}.keyword-panel-head small{color:var(--muted)!important;font-size:12px!important;line-height:1.4!important}.xq-keyword-panel .keyword-chip-row a,.keyword-inline-xq a{border-color:rgba(255,104,190,.20)!important;background:linear-gradient(135deg,rgba(255,42,163,.20),rgba(143,77,255,.11))!important;color:#fff7ff!important}.xq-keyword-panel .keyword-chip-row a span,.keyword-inline-xq a span{color:#35e3ff!important;text-shadow:0 0 12px rgba(53,227,255,.45)!important}.sakura-keyword-panel .keyword-chip-row a,.keyword-inline-sakura a{border-color:rgba(255,190,210,.22)!important;background:linear-gradient(135deg,rgba(255,128,172,.18),rgba(255,210,110,.10))!important;color:#fff8fb!important}.sakura-keyword-panel .keyword-chip-row a span,.keyword-inline-sakura a span{color:#ffd26e!important;text-shadow:0 0 12px rgba(255,210,110,.42)!important}.keyword-layout-v1 .section-head{align-items:center!important}.grid-fill{grid-auto-flow:row dense!important}.grid-fill[data-fill-remainder="1"]>.card:last-child{grid-column:1 / -1!important}@media(max-width:820px){.keyword-panel-head{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}.keyword-inline-row a,.keyword-chip-row a{height:32px!important;padding:0 11px!important;font-size:13px!important}.xq-keyword-panel,.sakura-keyword-panel{padding:10px!important;border-radius:16px!important}.grid-fill[data-fill-remainder="1"]>.card:last-child{grid-column:1 / -1!important}}

/* 关键词分页一行显示：首页 上一页 1 2 3 … 23 下一页 尾页 */
.keyword-ajax-pagebar{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;}
.keyword-ajax-pagebar::-webkit-scrollbar{display:none;}
.keyword-ajax-pagebar a,.keyword-ajax-pagebar span{flex:0 0 auto;}
.keyword-ajax-pagebar .page-total,.keyword-ajax-pagebar .page-pending{display:none!important;}
@media(max-width:820px){.keyword-ajax-pagebar{justify-content:flex-start;padding-bottom:2px}.keyword-ajax-pagebar a,.keyword-ajax-pagebar span{min-width:auto;padding-left:10px;padding-right:10px}}


/* mobile-pagebar-speed-v20260602m1：只优化移动端分页单行、封面/广告加载触发速度；不改功能 */
@media (max-width:820px){
  .page,.search-safe-page,.label-safe-page .page,.keyword-ajax-pagebar{
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    width:100%!important;
    max-width:100%!important;
    gap:6px!important;
    padding:4px 2px 10px!important;
    margin:18px 0 8px!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .page::-webkit-scrollbar,.search-safe-page::-webkit-scrollbar,.keyword-ajax-pagebar::-webkit-scrollbar{display:none!important;}
  .page>a,.page>span,.search-safe-page>a,.search-safe-page>span,.keyword-ajax-pagebar>a,.keyword-ajax-pagebar>span{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    max-width:none!important;
    height:34px!important;
    line-height:34px!important;
    padding:0 10px!important;
    margin:0!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    white-space:nowrap!important;
  }
  .keyword-ajax-pagebar .page-total,.keyword-ajax-pagebar .page-pending{display:none!important;width:auto!important;margin:0!important;}
  .keyword-ajax-pagebar .page-dot{min-width:auto!important;padding:0 6px!important;background:transparent!important;border:0!important;}
  .keyword-ajax-pagebar .disabled,.page .disabled{opacity:.42!important;}
  .ad-banner{content-visibility:visible!important;contain:layout paint!important;}
  .card .pic,.xq-card .pic,.sakura-card .pic,.native-ad .pic{contain:layout paint!important;}
}
@media (max-width:380px){
  .page,.search-safe-page,.keyword-ajax-pagebar{gap:5px!important;}
  .page>a,.page>span,.search-safe-page>a,.search-safe-page>span,.keyword-ajax-pagebar>a,.keyword-ajax-pagebar>span{height:32px!important;line-height:32px!important;padding:0 8px!important;font-size:12px!important;}
}


/* mobile-pagebar-two-row-v20260602：移动端翻页改为两行：上一页 1 2 3 … 23 下一页 / 首页 尾页；不改功能 */
.keyword-ajax-pagebar{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  overflow:visible!important;
  white-space:normal!important;
  width:100%!important;
  max-width:100%!important;
}
.keyword-ajax-pagebar .kw-page-main,
.keyword-ajax-pagebar .kw-page-ends{
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  flex-wrap:nowrap!important;
  white-space:nowrap!important;
  max-width:100%!important;
}
.keyword-ajax-pagebar .kw-page-main{
  justify-content:center!important;
  gap:7px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  scrollbar-width:none!important;
  padding-bottom:1px!important;
}
.keyword-ajax-pagebar .kw-page-main::-webkit-scrollbar{display:none!important;}
.keyword-ajax-pagebar .kw-page-ends{
  justify-content:space-between!important;
  width:min(420px,100%)!important;
  gap:12px!important;
}
.keyword-ajax-pagebar .page-pending{display:inline-flex!important;}
@media(max-width:820px){
  .keyword-ajax-pagebar{
    margin:16px 0 8px!important;
    padding:4px 0 8px!important;
    gap:8px!important;
  }
  .keyword-ajax-pagebar .kw-page-main{
    width:100%!important;
    justify-content:center!important;
  }
  .keyword-ajax-pagebar .kw-page-ends{
    width:100%!important;
    padding:0 8px!important;
    box-sizing:border-box!important;
  }
  .keyword-ajax-pagebar .kw-page-main>a,
  .keyword-ajax-pagebar .kw-page-main>span,
  .keyword-ajax-pagebar .kw-page-ends>a,
  .keyword-ajax-pagebar .kw-page-ends>span{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:34px!important;
    max-width:none!important;
    height:32px!important;
    line-height:32px!important;
    padding:0 9px!important;
    margin:0!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    white-space:nowrap!important;
  }
  .keyword-ajax-pagebar .kw-page-ends>a,
  .keyword-ajax-pagebar .kw-page-ends>span{
    min-width:58px!important;
    text-align:center!important;
  }
  .keyword-ajax-pagebar .kw-page-main .page-dot{
    min-width:auto!important;
    padding:0 4px!important;
    background:transparent!important;
    border:0!important;
  }
}

/* 普通模板分页移动端也按两行排：首页/尾页放第二行两侧 */
@media(max-width:820px){
  .page:not(.keyword-ajax-pagebar),.search-safe-page:not(.keyword-ajax-pagebar),.label-safe-page .page:not(.keyword-ajax-pagebar){
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:6px!important;
    overflow:visible!important;
    white-space:nowrap!important;
    width:100%!important;
    max-width:100%!important;
    padding:4px 0 8px!important;
  }
  .page:not(.keyword-ajax-pagebar)>a,.page:not(.keyword-ajax-pagebar)>span,
  .search-safe-page:not(.keyword-ajax-pagebar)>a,.search-safe-page:not(.keyword-ajax-pagebar)>span{
    flex:0 0 auto!important;
    height:32px!important;
    line-height:32px!important;
    padding:0 10px!important;
    margin:0!important;
    border-radius:999px!important;
    font-size:12.5px!important;
    white-space:nowrap!important;
  }
  .page:not(.keyword-ajax-pagebar)>a:first-child,
  .search-safe-page:not(.keyword-ajax-pagebar)>a:first-child{
    order:2!important;
    flex:0 0 calc(50% - 8px)!important;
    text-align:left!important;
    margin-right:auto!important;
  }
  .page:not(.keyword-ajax-pagebar)>a:last-child,
  .search-safe-page:not(.keyword-ajax-pagebar)>a:last-child{
    order:2!important;
    flex:0 0 calc(50% - 8px)!important;
    text-align:right!important;
    margin-left:auto!important;
  }
  .page:not(.keyword-ajax-pagebar)>a:nth-child(2),
  .page:not(.keyword-ajax-pagebar)>span,
  .page:not(.keyword-ajax-pagebar)>a:nth-last-child(2),
  .search-safe-page:not(.keyword-ajax-pagebar)>a:nth-child(2),
  .search-safe-page:not(.keyword-ajax-pagebar)>span,
  .search-safe-page:not(.keyword-ajax-pagebar)>a:nth-last-child(2){order:1!important;}
}

/* final-mobile-pager-compact-v20260603：PC 保持一行；移动端两行紧凑：上一页 1 2 … 尾页数 下一页 / 首页 尾页 */
@media (min-width:821px){
  .keyword-ajax-pagebar{
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:nowrap!important;overflow-x:auto!important;white-space:nowrap!important;width:100%!important;max-width:100%!important;
  }
  .keyword-ajax-pagebar .kw-page-main,.keyword-ajax-pagebar .kw-page-ends{display:contents!important;}
}
@media (max-width:820px){
  .keyword-ajax-pagebar{
    display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:center!important;gap:6px!important;overflow:visible!important;white-space:normal!important;width:100%!important;max-width:100%!important;margin:15px 0 8px!important;padding:2px 0 6px!important;
  }
  .keyword-ajax-pagebar .kw-page-main{
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:5px!important;width:100%!important;max-width:100%!important;overflow:hidden!important;white-space:nowrap!important;
  }
  .keyword-ajax-pagebar .kw-page-ends{
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;padding:0 8px!important;box-sizing:border-box!important;white-space:nowrap!important;
  }
  .keyword-ajax-pagebar .kw-page-main>a,.keyword-ajax-pagebar .kw-page-main>span{
    flex:0 0 auto!important;width:auto!important;min-width:28px!important;max-width:none!important;height:31px!important;line-height:31px!important;padding:0 7px!important;margin:0!important;border-radius:999px!important;font-size:12px!important;white-space:nowrap!important;text-align:center!important;
  }
  .keyword-ajax-pagebar .kw-page-main>a:first-child,.keyword-ajax-pagebar .kw-page-main>a:last-child{min-width:48px!important;padding:0 8px!important;}
  .keyword-ajax-pagebar .kw-page-main .page-dot{min-width:14px!important;padding:0 2px!important;background:transparent!important;border:0!important;}
  .keyword-ajax-pagebar .kw-page-ends>a,.keyword-ajax-pagebar .kw-page-ends>span{
    flex:0 0 auto!important;min-width:60px!important;height:31px!important;line-height:31px!important;padding:0 10px!important;border-radius:999px!important;font-size:12px!important;text-align:center!important;white-space:nowrap!important;margin:0!important;
  }
}
@media (max-width:360px){
  .keyword-ajax-pagebar .kw-page-main{gap:4px!important;}
  .keyword-ajax-pagebar .kw-page-main>a,.keyword-ajax-pagebar .kw-page-main>span{min-width:25px!important;height:30px!important;line-height:30px!important;padding:0 6px!important;font-size:11.5px!important;}
  .keyword-ajax-pagebar .kw-page-main>a:first-child,.keyword-ajax-pagebar .kw-page-main>a:last-child{min-width:44px!important;padding:0 7px!important;}
}

/* sakura-clean-keywords-v20260603：樱花堂统一关键词入口，去掉 ✦，避免模块重复 */
.sakura-keyword-clean{margin:14px 0 18px!important;padding:12px!important;border-radius:22px!important;background:linear-gradient(135deg,rgba(255,128,172,.16),rgba(255,210,110,.08))!important;border:1px solid rgba(255,210,220,.18)!important;box-shadow:0 14px 34px rgba(0,0,0,.16)!important;}
.sakura-keyword-clean .keyword-chip-row{display:flex!important;flex-wrap:nowrap!important;gap:9px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;padding:2px 2px 8px!important;margin:0!important;}
.sakura-keyword-clean .keyword-chip-row::-webkit-scrollbar{display:none!important;}
.sakura-keyword-clean a{flex:0 0 auto!important;height:34px!important;padding:0 14px!important;border-radius:999px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;background:linear-gradient(135deg,rgba(255,255,255,.12),rgba(255,255,255,.04))!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff8fb!important;font-weight:900!important;text-decoration:none!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;}
.sakura-keyword-clean a:hover,.sakura-keyword-clean a.active{background:linear-gradient(135deg,rgba(255,128,172,.38),rgba(255,210,110,.18))!important;border-color:rgba(255,230,180,.38)!important;}
.sakura-keyword-clean span,.keyword-inline-yht span{display:none!important;}
@media(max-width:820px){.sakura-keyword-clean{margin:10px 0 14px!important;padding:10px!important;border-radius:18px!important}.sakura-keyword-clean a{height:32px!important;padding:0 12px!important;font-size:13px!important}}


/* final-mobile-one-line-pager-v20260603: 移动端紧凑一行：首页 上一页 1 … 尾页数 下一页 尾页；PC 保持一行 */
.keyword-ajax-pagebar{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;}
.keyword-ajax-pagebar::-webkit-scrollbar,.keyword-ajax-pagebar .kw-page-main::-webkit-scrollbar{display:none!important;}
.keyword-ajax-pagebar .kw-page-main{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;flex-wrap:nowrap!important;white-space:nowrap!important;width:auto!important;max-width:100%!important;overflow:visible!important;}
.keyword-ajax-pagebar .kw-page-ends{display:none!important;}
@media(max-width:820px){
  .keyword-ajax-pagebar{justify-content:flex-start!important;gap:4px!important;margin:14px 0 7px!important;padding:2px 2px 7px!important;}
  .keyword-ajax-pagebar .kw-page-main{justify-content:flex-start!important;gap:4px!important;min-width:max-content!important;}
  .keyword-ajax-pagebar .kw-page-main>a,.keyword-ajax-pagebar .kw-page-main>span{flex:0 0 auto!important;width:auto!important;min-width:26px!important;height:30px!important;line-height:30px!important;padding:0 7px!important;margin:0!important;border-radius:999px!important;font-size:12px!important;white-space:nowrap!important;text-align:center!important;}
  .keyword-ajax-pagebar .kw-page-main>.page-home,.keyword-ajax-pagebar .kw-page-main>.page-prev,.keyword-ajax-pagebar .kw-page-main>.page-next,.keyword-ajax-pagebar .kw-page-main>.page-last{min-width:auto!important;padding:0 8px!important;}
  .keyword-ajax-pagebar .kw-page-main .page-dot{min-width:10px!important;padding:0 2px!important;background:transparent!important;border:0!important;}
}
@media(max-width:360px){
  .keyword-ajax-pagebar .kw-page-main>a,.keyword-ajax-pagebar .kw-page-main>span{height:29px!important;line-height:29px!important;padding:0 6px!important;font-size:11.5px!important;}
  .keyword-ajax-pagebar .kw-page-main>.page-home,.keyword-ajax-pagebar .kw-page-main>.page-prev,.keyword-ajax-pagebar .kw-page-main>.page-next,.keyword-ajax-pagebar .kw-page-main>.page-last{padding:0 7px!important;}
}
/* sakura-stars-restore-v20260603 */
.sakura-keyword-clean span,.keyword-inline-yht span{display:inline!important;color:#ffd26e!important;text-shadow:0 0 12px rgba(255,210,110,.42)!important;margin-right:2px!important;}

/* final-normal-pager-one-line-mobile-v20260603：普通分页移动端也保持一行，不再把首页/尾页拆到第二行 */
@media(max-width:820px){
  .page:not(.keyword-ajax-pagebar),.search-safe-page:not(.keyword-ajax-pagebar),.label-safe-page .page:not(.keyword-ajax-pagebar){display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;gap:4px!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;max-width:100%!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;padding:3px 2px 7px!important;}
  .page:not(.keyword-ajax-pagebar)::-webkit-scrollbar,.search-safe-page:not(.keyword-ajax-pagebar)::-webkit-scrollbar,.label-safe-page .page:not(.keyword-ajax-pagebar)::-webkit-scrollbar{display:none!important;}
  .page:not(.keyword-ajax-pagebar)>a,.page:not(.keyword-ajax-pagebar)>span,.search-safe-page:not(.keyword-ajax-pagebar)>a,.search-safe-page:not(.keyword-ajax-pagebar)>span{order:0!important;flex:0 0 auto!important;width:auto!important;min-width:auto!important;height:30px!important;line-height:30px!important;padding:0 8px!important;margin:0!important;border-radius:999px!important;font-size:12px!important;white-space:nowrap!important;text-align:center!important;}
  .page:not(.keyword-ajax-pagebar)>a:first-child,.page:not(.keyword-ajax-pagebar)>a:last-child,.search-safe-page:not(.keyword-ajax-pagebar)>a:first-child,.search-safe-page:not(.keyword-ajax-pagebar)>a:last-child{order:0!important;flex:0 0 auto!important;text-align:center!important;margin:0!important;}
}


/* yht-flower-marker-v20260603: 樱花堂关键词按钮强制显示🌸，避免旧CSS把span隐藏 */
.sakura-keyword-panel .keyword-chip-row a span,
.sakura-keyword-clean .keyword-chip-row a span,
.keyword-chip-row.keyword-inline-yht a span{display:none!important;}
.sakura-keyword-panel .keyword-chip-row a::before,
.sakura-keyword-clean .keyword-chip-row a::before,
.keyword-chip-row.keyword-inline-yht a::before{content:"🌸"!important;display:inline-block!important;margin-right:4px!important;line-height:1!important;color:#ffd26e!important;text-shadow:0 0 12px rgba(255,210,110,.42)!important;}

/* yht-flower-marker-final-v20260603: 所有樱花堂关键词入口统一前缀🌸 */
.keyword-chip-row a[data-kw] span{display:none!important;}
.keyword-chip-row a[data-kw]::before{content:"🌸"!important;display:inline-block!important;margin-right:4px!important;line-height:1!important;color:#ffd26e!important;text-shadow:0 0 12px rgba(255,210,110,.42)!important;}


/* ===== 樱花堂本次细节修复：顶部锚点、关键词标识、移动端分页紧凑 ===== */
.sakura-keyword-panel .keyword-chip-row a,
.keyword-inline-yht a{white-space:nowrap;}
.keyword-chip-row a span{display:inline!important;margin-right:4px!important;}
@media (max-width:820px){
  .keyword-ajax-pagebar{overflow-x:auto;-webkit-overflow-scrolling:touch;white-space:nowrap;display:block!important;padding-bottom:4px;}
  .keyword-ajax-pagebar .kw-page-main{display:inline-flex!important;flex-wrap:nowrap!important;gap:6px!important;min-width:max-content;align-items:center;}
  .keyword-ajax-pagebar a,.keyword-ajax-pagebar span{flex:0 0 auto!important;padding:6px 9px!important;font-size:12px!important;border-radius:999px!important;line-height:1!important;}
  .pc-nav-v32,.mobile-nav-scroll-v32{scroll-behavior:smooth;}
}


/* yht-home-modules-and-keyword-row-final-20260603 */
.keyword-chip-row a[data-kw]::before,
.sakura-keyword-panel .keyword-chip-row a::before,
.sakura-keyword-clean .keyword-chip-row a::before,
.keyword-chip-row.keyword-inline-yht a::before{content:none!important;display:none!important;}
.keyword-chip-row a[data-kw] span{display:inline!important;}
@media(min-width:821px){
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row,
  .sakura-keyword-panel .keyword-chip-row{display:grid!important;grid-template-columns:repeat(10,minmax(0,1fr))!important;gap:5px!important;overflow:visible!important;white-space:nowrap!important;padding:2px 0 4px!important;margin:0!important;}
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a,
  .sakura-keyword-panel .keyword-chip-row a{width:100%!important;min-width:0!important;max-width:100%!important;height:32px!important;padding:0 3px!important;justify-content:center!important;font-size:clamp(10px,.72vw,12px)!important;letter-spacing:-.05em!important;gap:2px!important;overflow:hidden!important;text-overflow:clip!important;}
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a{border-radius:999px!important;}
}
.page-compact-final{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:6px!important;white-space:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;scrollbar-width:none!important;max-width:100%!important;}
.page-compact-final::-webkit-scrollbar{display:none!important;}
.page-compact-final>a,.page-compact-final>span{flex:0 0 auto!important;width:auto!important;min-width:auto!important;white-space:nowrap!important;}
@media(max-width:820px){
  .page-compact-final{justify-content:flex-start!important;gap:4px!important;padding:3px 2px 7px!important;-webkit-overflow-scrolling:touch!important;}
  .page-compact-final>a,.page-compact-final>span{height:30px!important;line-height:30px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important;margin:0!important;}
  .keyword-ajax-pagebar{display:flex!important;flex-wrap:nowrap!important;align-items:center!important;justify-content:flex-start!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;max-width:100%!important;}
  .keyword-ajax-pagebar::-webkit-scrollbar{display:none!important;}
  .keyword-ajax-pagebar .kw-page-main{display:inline-flex!important;flex-wrap:nowrap!important;gap:4px!important;min-width:max-content!important;align-items:center!important;}
  .keyword-ajax-pagebar .kw-page-main>a,.keyword-ajax-pagebar .kw-page-main>span{height:30px!important;line-height:30px!important;padding:0 8px!important;border-radius:999px!important;font-size:12px!important;flex:0 0 auto!important;white-space:nowrap!important;}
}

/* yht-final-20260602：只修樱花堂关键词按钮布局、封面可见性与更多页；不改播放器/广告配置 */
.sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a::before,
.sakura-keyword-panel .keyword-chip-row a::before,
.keyword-chip-row a[data-kw]::before{content:none!important;display:none!important;}
.sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a,
.sakura-keyword-panel .keyword-chip-row a{box-sizing:border-box!important;}
@media (min-width:821px){
  .sakura-keyword-panel.sakura-keyword-clean{padding:14px 16px!important;margin:14px 0 18px!important;}
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row,
  .sakura-keyword-panel .keyword-chip-row{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px 12px!important;
    overflow:visible!important;
    white-space:normal!important;
    padding:2px 4px 4px!important;
    margin:0!important;
  }
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a,
  .sakura-keyword-panel .keyword-chip-row a{
    flex:0 1 auto!important;
    min-width:118px!important;
    max-width:none!important;
    width:auto!important;
    height:38px!important;
    padding:0 16px!important;
    font-size:14px!important;
    letter-spacing:0!important;
    line-height:1!important;
    border-radius:999px!important;
    overflow:visible!important;
    text-overflow:clip!important;
  }
}
@media (max-width:820px){
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row,
  .sakura-keyword-panel .keyword-chip-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    gap:9px!important;
  }
  .sakura-keyword-panel.sakura-keyword-clean .keyword-chip-row a,
  .sakura-keyword-panel .keyword-chip-row a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    height:32px!important;
    padding:0 12px!important;
    font-size:13px!important;
  }
}
.sakura-grid .pic img.lazy-cover[src^="data:image/"][data-src=""],
.sakura-grid .pic img.lazy-cover:not([data-src]){background:linear-gradient(135deg,#171722,#272031)!important;}


/* yht-keyword-panel-final-v20260603: 首页/更多页/关键词页统一 10 个关键词按钮，PC不滑动且等宽铺满一行，移动端横滑；只保留文本里的一个🌸 */
.keyword-chip-row a[data-kw]::before,
.sakura-keyword-panel .keyword-chip-row a::before,
.sakura-keyword-clean .keyword-chip-row a::before,
.keyword-chip-row.keyword-inline-yht a::before{content:none!important;display:none!important;}
.keyword-chip-row a[data-kw] span,
.sakura-keyword-panel .keyword-chip-row a span,
.keyword-chip-row.keyword-inline-yht a span{display:none!important;}
.yht-keyword-panel-final{margin:14px 0 18px!important;padding:14px 16px!important;border-radius:18px!important;background:linear-gradient(135deg,rgba(255,106,166,.08),rgba(255,210,110,.06))!important;border:1px solid rgba(255,255,255,.08)!important;}
@media (min-width:821px){
  .yht-keyword-panel-final .keyword-chip-row,
  .keyword-inline-yht{
    display:flex!important;
    flex-wrap:wrap!important;
    justify-content:center!important;
    align-items:center!important;
    gap:10px!important;
    overflow:visible!important;
    white-space:normal!important;
    padding:0!important;
  }
  .yht-keyword-panel-final .keyword-chip-row a,
  .keyword-inline-yht a{
    flex:0 0 calc((100% - 50px)/6)!important;
    min-width:120px!important;
    max-width:168px!important;
    height:38px!important;
    padding:0 12px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    font-size:14px!important;
    letter-spacing:0!important;
    line-height:1!important;
    box-sizing:border-box!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }
  .type-section .yht-keyword-panel-final{margin:10px 0 18px!important;}
}
@media (max-width:820px){
  .yht-keyword-panel-final{padding:10px 0!important;margin:10px 0 14px!important;background:transparent!important;border:0!important;border-radius:0!important;}
  .yht-keyword-panel-final .keyword-chip-row,
  .keyword-inline-yht{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    padding:0 2px 4px!important;
  }
  .yht-keyword-panel-final .keyword-chip-row::-webkit-scrollbar,
  .keyword-inline-yht::-webkit-scrollbar{display:none!important;}
  .yht-keyword-panel-final .keyword-chip-row a,
  .keyword-inline-yht a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    height:34px!important;
    padding:0 13px!important;
    font-size:13px!important;
    border-radius:999px!important;
    white-space:nowrap!important;
  }
}


/* yht-keyword-row-10-full-pc-v20260603
   仅修复樱花堂关键词按钮：保留10项；PC端一行等宽铺满，更多页/关键词页/分类页同步。 */
@media (min-width:821px){
  .yht-keyword-panel-final .keyword-chip-row,
  .keyword-inline-yht,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row{
    display:grid!important;
    grid-template-columns:repeat(10,minmax(0,1fr))!important;
    gap:8px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
    white-space:nowrap!important;
    padding:0!important;
    margin:0!important;
    align-items:stretch!important;
  }
  .yht-keyword-panel-final .keyword-chip-row a,
  .keyword-inline-yht a,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row a,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:40px!important;
    padding:0 4px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    font-size:clamp(12px,0.86vw,14px)!important;
    font-weight:900!important;
    letter-spacing:-0.03em!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }
  .yht-keyword-panel-final{
    padding:14px 16px!important;
  }
}
@media (max-width:820px){
  .yht-keyword-panel-final .keyword-chip-row,
  .keyword-inline-yht,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .yht-keyword-panel-final .keyword-chip-row::-webkit-scrollbar,
  .keyword-inline-yht::-webkit-scrollbar,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row::-webkit-scrollbar,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row::-webkit-scrollbar{display:none!important;}
  .yht-keyword-panel-final .keyword-chip-row a,
  .keyword-inline-yht a,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row a,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    height:34px!important;
    padding:0 13px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }
}

/* yht-keyword-row-10-no-gap-pc-v20260603
   修复：旧高优先级 11列布局导致保留10项后 PC 右侧空一格。
   只作用于关键词按钮行：PC 10等分铺满，更多页/关键词页/分类页同步；移动端仍横向滑动。 */
@media (min-width:821px){
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht,
  .sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht,
  .yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht,
  .type-section .keyword-chip-row.keyword-inline-yht,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row.keyword-inline-yht,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row.keyword-inline-yht{
    display:grid!important;
    grid-template-columns:repeat(10,minmax(0,1fr))!important;
    column-gap:8px!important;
    row-gap:0!important;
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    justify-content:stretch!important;
    align-items:stretch!important;
    overflow:visible!important;
    white-space:nowrap!important;
    padding:0!important;
    margin:0!important;
    box-sizing:border-box!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht > a,
  .sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht > a,
  .yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht > a,
  .type-section .keyword-chip-row.keyword-inline-yht > a,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row.keyword-inline-yht > a,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row.keyword-inline-yht > a{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    padding:0 4px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    font-size:clamp(12px,1.15vw,15px)!important;
    font-weight:900!important;
    letter-spacing:-0.03em!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final,
  .sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final{
    padding:14px 16px!important;
    box-sizing:border-box!important;
  }
}
@media (min-width:821px) and (max-width:1080px){
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht,
  .sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht,
  .yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht,
  .type-section .keyword-chip-row.keyword-inline-yht,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row.keyword-inline-yht,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row.keyword-inline-yht{
    column-gap:5px!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht > a,
  .sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht > a,
  .yht-keyword-panel-final .keyword-chip-row.keyword-inline-yht > a,
  .type-section .keyword-chip-row.keyword-inline-yht > a,
  .kw-ajax-page[data-board="jav"] .keyword-chip-row.keyword-inline-yht > a,
  .kw-ajax-page[data-board="dongman"] .keyword-chip-row.keyword-inline-yht > a{
    font-size:12px!important;
    padding:0 2px!important;
  }
}

/* yht-keyword-detail-row-center-final-v20260603
   只修复樱花堂10个关键词按钮行：点击进入关键词页后，与首页/更多页同款风格，PC居中且10等分铺满。 */
.keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] a::before{content:none!important;display:none!important;}
.keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] a span{display:none!important;}
@media (min-width:821px){
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    display:grid!important;
    grid-template-columns:repeat(10,minmax(0,1fr))!important;
    column-gap:8px!important;
    row-gap:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:14px 0 18px!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,rgba(255,106,166,.08),rgba(255,210,110,.06))!important;
    border:1px solid rgba(255,255,255,.08)!important;
    overflow:visible!important;
    overflow-x:visible!important;
    white-space:nowrap!important;
    justify-content:stretch!important;
    justify-items:stretch!important;
    align-items:stretch!important;
    scrollbar-width:none!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    padding:0 4px!important;
    margin:0!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,rgba(255,128,172,.18),rgba(255,210,110,.10))!important;
    border:1px solid rgba(255,190,210,.22)!important;
    color:#fff8fb!important;
    font-size:clamp(12px,1.15vw,15px)!important;
    font-weight:900!important;
    letter-spacing:-0.03em!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    transform:none!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
    flex:none!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a:hover,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a.active,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a:hover,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a.active{
    background:linear-gradient(135deg,rgba(255,128,172,.38),rgba(255,210,110,.18))!important;
    border-color:rgba(255,230,180,.38)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:0 10px 24px rgba(255,111,174,.16),inset 0 0 0 1px rgba(255,255,255,.04)!important;
  }
}
@media (min-width:821px) and (max-width:1080px){
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{column-gap:5px!important;padding:12px 10px!important;}
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{height:42px!important;font-size:12px!important;padding:0 2px!important;}
}
@media (max-width:820px){
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;margin:10px 0 14px!important;padding:0 2px 4px!important;background:transparent!important;border:0!important;border-radius:0!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{
    flex:0 0 auto!important;width:auto!important;min-width:auto!important;height:34px!important;padding:0 13px!important;font-size:13px!important;white-space:nowrap!important;
  }
}

/* yht-keyword-third-layer-remove-v20260603
   只去掉樱花堂关键词页按钮区多出来的第三层视觉外框：保留按钮自身边框 + 按钮行外圈，不改其它功能。 */
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::after{
  content:none!important;
  display:none!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
  position:relative!important;
  z-index:2!important;
}


/* yht-keyword-row-unified-final-v20260603
   只统一樱花堂这10个关键词按钮行：首页、更多页、点击关键词后的页面保持同一套外圈+按钮样式；不改其它功能。 */
.yht-keyword-panel-final{
  margin:14px 0 18px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
}
.yht-keyword-panel-final::before,
.yht-keyword-panel-final::after,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::after{
  content:none!important;
  display:none!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] a::before{content:none!important;display:none!important;}
.keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] a span{display:none!important;}
@media (min-width:821px){
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    display:grid!important;
    grid-template-columns:repeat(10,minmax(0,1fr))!important;
    column-gap:8px!important;
    row-gap:0!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:14px 16px!important;
    box-sizing:border-box!important;
    border-radius:18px!important;
    background:linear-gradient(135deg,rgba(255,106,166,.08),rgba(255,210,110,.06))!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:none!important;
    overflow:visible!important;
    overflow-x:visible!important;
    white-space:nowrap!important;
    justify-content:stretch!important;
    justify-items:stretch!important;
    align-items:stretch!important;
    scrollbar-width:none!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    margin:12px 0 18px!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    height:44px!important;
    padding:0 4px!important;
    margin:0!important;
    box-sizing:border-box!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,rgba(255,128,172,.18),rgba(255,210,110,.10))!important;
    border:1px solid rgba(255,190,210,.22)!important;
    color:#fff8fb!important;
    font-size:clamp(12px,1.15vw,15px)!important;
    font-weight:900!important;
    letter-spacing:-0.03em!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:clip!important;
    transform:none!important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.025)!important;
    flex:none!important;
    text-decoration:none!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a:hover,
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a.active,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a:hover,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a.active{
    background:linear-gradient(135deg,rgba(255,128,172,.38),rgba(255,210,110,.18))!important;
    border-color:rgba(255,230,180,.38)!important;
    color:#fff!important;
    transform:none!important;
    box-shadow:0 10px 24px rgba(255,111,174,.16),inset 0 0 0 1px rgba(255,255,255,.04)!important;
  }
}
@media (min-width:821px) and (max-width:1080px){
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    column-gap:5px!important;
    padding:12px 10px!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{
    height:42px!important;
    font-size:12px!important;
    padding:0 2px!important;
  }
}
@media (max-width:820px){
  .yht-keyword-panel-final{
    margin:10px 0 14px!important;
    padding:0!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"],
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    display:flex!important;
    flex-wrap:nowrap!important;
    justify-content:flex-start!important;
    align-items:center!important;
    gap:8px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
    margin:0!important;
    padding:0 2px 4px!important;
    background:transparent!important;
    border:0!important;
    border-radius:0!important;
    box-shadow:none!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]{
    margin:10px 0 14px!important;
  }
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]::-webkit-scrollbar,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"]::-webkit-scrollbar{display:none!important;}
  .keyword-panel.sakura-keyword-panel.sakura-keyword-clean.yht-keyword-panel-final > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a,
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > .keyword-chip-row.keyword-inline-yht[data-yht-keyword-row="10"] > a{
    flex:0 0 auto!important;
    width:auto!important;
    min-width:auto!important;
    max-width:none!important;
    height:34px!important;
    padding:0 13px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:linear-gradient(135deg,rgba(255,128,172,.18),rgba(255,210,110,.10))!important;
    border:1px solid rgba(255,190,210,.22)!important;
    color:#fff8fb!important;
    font-size:13px!important;
    font-weight:900!important;
    line-height:1!important;
    white-space:nowrap!important;
    text-decoration:none!important;
  }
}

/* yht-keyword-wuma-zhongwen-bg-final-v20260605
   只修复樱花堂“无码精选 / 中文字幕”关键词页背景少一个板块的问题。
   说明：上一版只锁定 data-board="jav"，如果从其它入口进入 guochan/caption/story/theme/rihan/oumei/dongman 等同名关键词页不会生效。
   本版只按 data-kw 精准匹配“wuma_jingxuan / zhongwen_zimu”，让这些页面的内容区背景与首页“更多”页面的 section 背景保持一致。
   不改跳转、不改数据、不改排版结构、不改弹窗、不改分页、不改其它功能。 */
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="wuma_jingxuan"],
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="zhongwen_zimu"]{
  position:relative!important;
  padding:16px!important;
  margin:24px 0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(35,18,34,.88),rgba(17,8,19,.88))!important;
  border:1px solid rgba(255,210,225,.16)!important;
  box-shadow:0 18px 48px rgba(70,10,42,.34)!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="wuma_jingxuan"]::before,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="zhongwen_zimu"]::before{
  content:"✿"!important;
  display:block!important;
  position:absolute!important;
  right:18px!important;
  top:10px!important;
  color:rgba(255,209,220,.14)!important;
  font-size:64px!important;
  line-height:1!important;
  pointer-events:none!important;
  z-index:0!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="wuma_jingxuan"]::after,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="zhongwen_zimu"]::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:auto -40px -70px auto!important;
  width:180px!important;
  height:180px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,111,174,.18),transparent 62%)!important;
  pointer-events:none!important;
  z-index:0!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="wuma_jingxuan"] > *,
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="zhongwen_zimu"] > *{
  position:relative!important;
  z-index:1!important;
}
@media (max-width:820px){
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="wuma_jingxuan"],
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"][data-kw="zhongwen_zimu"]{
    padding:12px!important;
    margin:18px 0!important;
    border-radius:22px!important;
  }
}

/* yht-all-keyword-page-bg-unified-v20260605
   只修复樱花堂“所有关键词按钮跳转页面”内容区背景少一个板块的问题。
   范围：所有 data-site="yht" 的关键词页，例如 无码精选、中文字幕、高颜甜妹、家庭伦理、巨乳人妻、制服诱惑、素人企划、同性多人、三级伦理等全部生效。
   只补内容区背景板块，保持首页、更多页、弹窗广告、分页、热播、详情页、播放页、导航、底部和数据调用不变。 */
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]{
  position:relative!important;
  padding:16px!important;
  margin:24px 0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(35,18,34,.88),rgba(17,8,19,.88))!important;
  border:1px solid rgba(255,210,225,.16)!important;
  box-shadow:0 18px 48px rgba(70,10,42,.34)!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::before{
  content:"✿"!important;
  display:block!important;
  position:absolute!important;
  right:18px!important;
  top:10px!important;
  color:rgba(255,209,220,.14)!important;
  font-size:64px!important;
  line-height:1!important;
  pointer-events:none!important;
  z-index:0!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:auto -40px -70px auto!important;
  width:180px!important;
  height:180px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,111,174,.18),transparent 62%)!important;
  pointer-events:none!important;
  z-index:0!important;
}
.keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"] > *{
  position:relative!important;
  z-index:1!important;
}
@media (max-width:820px){
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]{
    padding:12px!important;
    margin:18px 0!important;
    border-radius:22px!important;
  }
  .keyword-ajax-wrap .kw-ajax-page.keyword-fast-switch[data-site="yht"]::before{
    right:12px!important;
    top:8px!important;
    font-size:50px!important;
  }
}

/* yht-mobile-keyword-bg-speed-final-v20260605
   只修复樱花堂关键词按钮跳转页：移动端也补齐与“更多页”一致的樱花背景内容板块。
   同时保持按钮、分页、卡片、弹窗、首页、详情页、播放页、导航、底部不变。 */
html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]{
  position:relative!important;
  display:block!important;
  padding:16px!important;
  margin:24px 0!important;
  border-radius:26px!important;
  overflow:hidden!important;
  background:linear-gradient(180deg,rgba(35,18,34,.88),rgba(17,8,19,.88))!important;
  border:1px solid rgba(255,210,225,.16)!important;
  box-shadow:0 18px 48px rgba(70,10,42,.34)!important;
}
html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before{
  content:"✿"!important;
  display:block!important;
  position:absolute!important;
  right:18px!important;
  top:10px!important;
  color:rgba(255,209,220,.14)!important;
  font-size:64px!important;
  line-height:1!important;
  pointer-events:none!important;
  z-index:0!important;
}
html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::after,
html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::after,
html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::after,
html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::after{
  content:""!important;
  display:block!important;
  position:absolute!important;
  inset:auto -40px -70px auto!important;
  width:180px!important;
  height:180px!important;
  border-radius:50%!important;
  background:radial-gradient(circle,rgba(255,111,174,.18),transparent 62%)!important;
  pointer-events:none!important;
  z-index:0!important;
}
html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"] > *,
html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"] > *,
html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"] > *,
html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"] > *{
  position:relative!important;
  z-index:1!important;
}
@media (max-width:820px){
  html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
  html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
  html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"],
  html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]{
    padding:12px!important;
    margin:16px 0!important;
    border-radius:22px!important;
    background:linear-gradient(180deg,rgba(35,18,34,.92),rgba(17,8,19,.92))!important;
    border:1px solid rgba(255,210,225,.18)!important;
    box-shadow:0 12px 34px rgba(70,10,42,.30)!important;
  }
  html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
  html body main.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
  html body .group-page-v28.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before,
  html body .group-page-v32.keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"]::before{
    right:12px!important;
    top:8px!important;
    font-size:50px!important;
  }
  html body .keyword-ajax-wrap > section.kw-ajax-page.keyword-fast-switch[data-site="yht"] .section-head{
    margin-bottom:10px!important;
  }
}

/* detail-return-v2：长标题不再把按钮挤出屏幕；移动端保持“立即分享 / 返回上一页”同一行 */
.detail > div{min-width:0!important;max-width:100%!important;}
.detail h1{max-width:100%!important;overflow-wrap:anywhere!important;word-break:break-word!important;line-height:1.35!important;}
.actions.compact-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;max-width:100%!important;overflow:visible!important;}
.actions.compact-actions .btn{flex:0 0 auto!important;white-space:nowrap!important;min-width:0!important;}
.actions.compact-actions .detail-back-btn{margin-left:auto!important;flex:0 0 auto!important;min-width:118px!important;order:20!important;}
@media(max-width:820px){
  .actions.compact-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important;}
  .actions.compact-actions .btn{width:100%!important;min-width:0!important;padding-left:8px!important;padding-right:8px!important;}
  .actions.compact-actions .detail-back-btn{margin-left:0!important;min-width:0!important;order:4!important;grid-column:auto!important;}
}
