/* 自动生成，请修改 ui.css；构建时按页面依赖更新，勿手工编辑。 */
/* 通用布局与页面组件 */
.app-shell{max-width:760px;min-height:100%;margin:0 auto;}
.page-main{flex:1;padding:var(--page-padding);} 
.search-wrap{display:flex;gap:8px;padding:0 16px 10px;}
.search-input{flex:1;height:40px;color:var(--text-primary);padding:0 12px;background:var(--bg-secondary);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);outline:none;}
.search-btn{height:40px;color:#17110A;padding:0 16px;background:var(--gradient-primary);border:0;border-radius:var(--radius-md);}
.chip-nav,.sub-chip-nav{display:flex;gap:8px;overflow:auto;padding:0 16px 12px;}
.chip,.sub-chip{height:34px;white-space:nowrap;color:var(--text-secondary);padding:0 14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:20px;}
.chip.is-active,.sub-chip.is-active{color:#17110A;background:var(--gradient-primary);border-color:transparent;}
.type-switch{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 12px;}
.banner-track{display:flex;gap:10px;overflow:auto;padding-bottom:8px;margin-bottom:10px;}
.banner-item{position:relative;flex:0 0 82%;height:138px;overflow:hidden;border-radius:var(--radius-lg);background:#17171C;}
.banner-item img{width:100%;height:100%;object-fit:cover;}
.banner-item span{position:absolute;left:10px;bottom:10px;right:10px;font-size:13px;padding-top:20px;background:var(--gradient-overlay);} 
.announce{height:36px;color:var(--text-secondary);display:flex;align-items:center;padding:0 12px;margin-bottom:12px;background:var(--bg-card);border-radius:var(--radius-md);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;} 
.media-cover{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;background:#1F1F26;}
.short-item{display:flex;gap:10px;padding:10px;background:var(--bg-card);border-radius:var(--radius-lg);} 
.short-item .media-cover{width:112px;aspect-ratio:9/16;}
.short-main{display:flex;flex-direction:column;justify-content:space-between;flex:1;}
.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:flex;gap:6px;padding:8px 10px max(8px,env(safe-area-inset-bottom));background:rgba(20,20,25,.92);border-top:1px solid rgba(255,255,255,.08);backdrop-filter:blur(8px);} 
.nav-item{flex:1;height:42px;color:var(--text-secondary);background:transparent;border:0;border-radius:12px;}
.nav-item.is-active{color:#fff;background:var(--bg-card-hover);} 
.player-mask,.detail-mask{position:fixed;inset:0;display:none;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.72);z-index:60;}
.player-mask.is-show,.detail-mask.is-show{display:flex;}
.player-panel,.detail-panel{width:min(760px,100%);background:#141419;border-radius:16px 16px 0 0;padding:10px 10px 14px;}
.player-head{display:flex;justify-content:space-between;align-items:center;padding:0 4px 8px;}
.player-head button{height:30px;color:var(--text-secondary);padding:0 10px;background:var(--bg-card);border:0;border-radius:8px;}
.player-status{min-height:18px;color:var(--text-muted);font-size:12px;line-height:18px;padding:0 4px 6px;}
#playerVideo{width:100%;max-height:58vh;border-radius:12px;background:#000;}
.player-meta{color:var(--text-muted);font-size:12px;line-height:1.4;padding:8px 4px 0;}
.detail-body{max-height:62vh;overflow:auto;padding:4px 2px 6px;}
.detail-cover{width:100%;border-radius:12px;margin-bottom:10px;}
.detail-text{font-size:13px;color:var(--text-secondary);line-height:1.6;}
.video-card-actions{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;margin-top:8px;}
.video-card-actions button{height:28px;color:var(--text-secondary);font-size:11px;font-weight:600;padding:0 6px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.video-card-actions button.is-liked,.video-card-actions button.is-favorite{color:#17110A;background:var(--color-vip-gold);border-color:transparent;}
.video-card-actions button:disabled{opacity:.72;}
.detail-vip-gate{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:12px;padding:13px 14px;background:rgba(212,168,90,.10);border:1px solid rgba(212,168,90,.22);border-radius:14px;}
.detail-vip-gate b{display:block;color:var(--color-vip-gold);font-size:14px;font-weight:700;line-height:1.3;}
.detail-vip-gate p{flex:1;color:var(--text-muted);font-size:12px;line-height:1.3;}
.detail-vip-gate button{height:34px;color:#17110A;font-size:13px;font-weight:700;padding:0 14px;background:var(--gradient-gold);border:0;border-radius:17px;}
.detail-unlock-actions{display:flex;grid-column:1/-1;gap:8px;width:100%;margin-top:2px;}
.detail-unlock-actions button{flex:1;}
.unlock-record-link{display:inline-flex;align-items:center;height:24px;color:#17110A;font-size:12px;font-weight:700;line-height:24px;margin-left:6px;padding:0 10px;background:var(--gradient-gold);border-radius:12px;}
.detail-access-line{display:flex;align-items:center;gap:10px;margin:12px;padding:12px 14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:14px;}
.detail-access-line b{color:var(--color-success);font-size:14px;font-weight:700;}
.detail-access-line p{color:var(--text-muted);font-size:12px;}
.detail-access-line.is-unlocked b{color:var(--color-vip-gold);}
.video-reply-list{margin-top:10px;padding:10px 10px 2px;background:rgba(255,255,255,.04);border-radius:12px;}
.video-reply-list .video-comment-item{gap:8px;margin-bottom:10px;}
.video-reply-list .video-comment-avatar{width:28px;height:28px;flex-basis:28px;}
.video-reply-list .video-comment-main{padding-bottom:0;border-bottom:0;}
.video-replies-toggle{height:28px;color:var(--color-primary);font-size:12px;margin-top:9px;background:transparent;border:0;}
@keyframes fadein{from{opacity:.6;transform:translateY(4px);}to{opacity:1;transform:translateY(0);}}
@media (min-width:768px){.topbar{height:62px;}.brand{font-size:24px;}}
.sub-page{min-height:100vh;padding:16px;}
.favorite-loading{display:flex;align-items:center;justify-content:center;height:260px;color:var(--text-muted);}
.mine-post-create-menu{position:fixed;display:flex;flex-direction:column;min-width:128px;padding:6px;background:rgba(23,23,28,.98);border:1px solid rgba(255,255,255,.10);border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.38);z-index:80;}
.mine-post-create-menu button{height:40px;color:var(--text-primary);font-size:14px;text-align:left;padding:0 14px;background:transparent;border:0;border-radius:8px;}
.mine-post-create-menu button:active{background:rgba(255,255,255,.08);}
.history-remove{position:absolute;right:8px;top:50%;width:28px;height:28px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.18);border-radius:50%;transform:translateY(-50%);}
.history-remove:before{content:"";position:absolute;left:8px;top:8px;width:12px;height:14px;border:2px solid var(--color-error);border-top:0;border-radius:0 0 3px 3px;}
.history-remove:after{content:"";position:absolute;left:7px;top:6px;width:14px;height:2px;background:var(--color-error);border-radius:2px;}
.history-loading{display:flex;align-items:center;justify-content:center;height:260px;color:var(--text-muted);}
.message-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 16px 2px;}
.message-actions button{height:38px;color:var(--text-secondary);font-size:13px;font-weight:700;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:10px;}
.message-actions button:disabled{color:var(--text-hint);opacity:.55;}
.message-actions button:last-child{color:var(--color-error);background:transparent;border-color:var(--color-error);}
.message-card,.conversation-card{position:relative;display:flex;align-items:center;gap:12px;min-height:72px;padding:12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:12px;}
.message-card.unread,.conversation-card.unread{border-color:rgba(212,168,90,.45);background:rgba(212,168,90,.10);}
.message-avatar,.conversation-avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex:0 0 48px;background:rgba(212,168,90,.16);border:1px solid rgba(255,255,255,.08);border-radius:50%;overflow:hidden;}
.message-avatar img,.conversation-avatar img{display:block;width:100%;height:100%;object-fit:cover;}
.message-avatar em,.conversation-avatar span{color:var(--color-vip-gold);font-size:16px;font-style:normal;font-weight:700;}
.message-avatar.type-4{background:rgba(60,154,148,.18);}
.message-main,.conversation-main{display:flex;flex:1;flex-direction:column;min-width:0;gap:6px;padding-right:18px;}
.message-main>div,.conversation-main>div{display:flex;align-items:center;gap:8px;min-width:0;}
.message-main h3,.conversation-main b{flex:1;color:var(--text-primary);font-size:15px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.message-main time,.conversation-main time{color:var(--text-muted);font-size:11px;white-space:nowrap;}
.message-main p,.conversation-main p{color:var(--text-secondary);font-size:13px;line-height:1.25;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.message-card.has-target{cursor:pointer;}
.message-action-chip{flex:0 0 auto;color:var(--color-vip-gold);font-size:11px;font-weight:700;line-height:20px;padding:0 7px;background:rgba(212,168,90,.12);border:1px solid rgba(212,168,90,.16);border-radius:10px;white-space:nowrap;}
.message-card>b,.conversation-card>em{position:absolute;right:10px;top:12px;min-width:10px;height:10px;color:var(--text-primary);font-size:10px;font-style:normal;font-weight:600;line-height:18px;text-align:center;background:var(--color-error);border-radius:9px;}
.message-card.chat>b{min-width:18px;height:18px;padding:0 5px;line-height:18px;}
.message-delete{position:absolute;right:8px;bottom:8px;width:26px;height:26px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:50%;}
.message-delete:before,.message-delete:after{content:"";position:absolute;left:7px;top:12px;width:12px;height:2px;background:var(--text-muted);border-radius:2px;}
.message-delete:before{transform:rotate(45deg);}
.message-delete:after{transform:rotate(-45deg);}
.message-loading{display:flex;align-items:center;justify-content:center;height:260px;color:var(--text-muted);}
.message-detail-mask{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(0,0,0,.58);z-index:40;}
.message-detail-mask[hidden]{display:none;}
.message-detail-close{position:absolute;right:12px;top:12px;width:30px;height:30px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:50%;}
.message-detail-close:before,.message-detail-close:after{content:"";position:absolute;left:8px;top:14px;width:14px;height:2px;background:var(--text-secondary);border-radius:2px;}
.message-detail-close:before{transform:rotate(45deg);}
.message-detail-close:after{transform:rotate(-45deg);}
.conversation-search{display:grid;grid-template-columns:1fr 70px;gap:8px;padding:12px 16px 2px;}
.conversation-search input{height:40px;color:var(--text-primary);font-size:14px;padding:0 14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:12px;outline:0;}
.conversation-search button,.conversation-more{height:40px;color:#17110A;font-size:14px;font-weight:600;background:var(--gradient-gold);border:0;border-radius:12px;}
.conversation-more{display:block;width:calc(100% - 32px);margin:4px 16px 24px;}
.chat-panel{position:fixed;left:50%;bottom:0;display:flex;flex-direction:column;width:min(760px,100%);height:min(74vh,640px);background:var(--bg-dark);border-top:1px solid rgba(255,255,255,.10);border-radius:18px 18px 0 0;box-shadow:0 -18px 50px rgba(0,0,0,.42);transform:translateX(-50%);z-index:35;}
.chat-panel[hidden]{display:none;}
.chat-panel-header{display:grid;grid-template-columns:42px 1fr 54px;align-items:center;height:54px;padding:6px 12px;border-bottom:1px solid rgba(255,255,255,.08);}
.chat-panel-header strong{font-size:16px;font-weight:700;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.chat-panel-header button{height:34px;color:var(--color-vip-gold);font-size:13px;font-weight:600;background:transparent;border:0;}
.chat-panel-header button:first-child{position:relative;width:34px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:50%;}
.chat-panel-header button:first-child:before,.chat-panel-header button:first-child:after{content:"";position:absolute;left:9px;top:15px;width:14px;height:2px;background:var(--text-secondary);border-radius:2px;}
.chat-panel-header button:first-child:before{transform:rotate(45deg);}
.chat-panel-header button:first-child:after{transform:rotate(-45deg);}
.chat-message-list{flex:1;padding:14px 12px;overflow:auto;}
.chat-bubble-row{display:flex;justify-content:flex-start;margin-bottom:10px;}
.chat-bubble-row.mine{justify-content:flex-end;}
.chat-bubble{max-width:78%;padding:10px 12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:14px 14px 14px 4px;}
.chat-bubble-row.mine .chat-bubble{background:var(--gradient-gold);border-color:transparent;border-radius:14px 14px 4px 14px;}
.chat-bubble-row.mine .chat-bubble p{color:#17110A;}
.chat-bubble p{color:var(--text-primary);font-size:14px;line-height:1.5;word-break:break-word;}
.chat-bubble time{display:block;color:var(--text-muted);font-size:10px;text-align:right;margin-top:5px;}
.chat-bubble-row.mine .chat-bubble time{color:rgba(23,17,10,.62);}
.chat-empty{display:flex;align-items:center;justify-content:center;height:180px;color:var(--text-muted);font-size:14px;}
.chat-send-row{display:grid;grid-template-columns:1fr 64px;gap:8px;padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--bg-secondary);border-top:1px solid rgba(255,255,255,.08);}
.chat-send-row input{height:42px;color:var(--text-primary);font-size:14px;padding:0 13px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:12px;outline:0;}
.chat-send-row button{height:42px;color:#17110A;font-size:14px;font-weight:700;background:var(--gradient-gold);border:0;border-radius:12px;}
.chat-input-row{display:flex;gap:8px;margin-bottom:10px;}
.chat-input-row input{flex:1;height:38px;color:var(--text-primary);padding:0 10px;background:var(--bg-secondary);border:1px solid rgba(255,255,255,.12);border-radius:10px;}
.chat-input-row button{height:38px;color:#17110A;padding:0 12px;background:var(--gradient-primary);border:0;border-radius:10px;}
.msg-list,.faq-list,.setting-list{display:flex;flex-direction:column;gap:10px;}
.msg-item,.faq-item,.service-card{padding:12px;background:var(--bg-card);border-radius:12px;}
.msg-item b,.faq-item b{display:block;margin-bottom:4px;}
.msg-item p,.faq-item p{font-size:13px;color:var(--text-secondary);}
.msg-list.chat-mode{max-height:56vh;overflow:auto;padding-right:2px;}
.msg-item.unread{border:1px solid rgba(212,168,90,.50);background:rgba(212,168,90,.12);}
.setting-item{display:flex;flex-direction:column;gap:6px;padding:12px;background:var(--bg-card);border-radius:12px;}
.setting-item span{font-size:12px;color:var(--text-muted);}
.setting-item input{height:36px;color:var(--text-primary);padding:0 10px;background:var(--bg-secondary);border:1px solid rgba(255,255,255,.12);border-radius:8px;}
.setting-btn.danger{background:linear-gradient(135deg,#C62828,#E53935);}
.post-thumb{width:100%;max-height:180px;object-fit:cover;border-radius:10px;margin:6px 0;}
.drag-tip{position:absolute;left:6px;bottom:6px;color:#fff;padding:2px 6px;background:rgba(0,0,0,.45);border-radius:10px;font-size:11px;}
.post-image-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;}
.post-gallery-item{display:block;padding:0;background:none;border:0;}
.post-image-gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;}
.image-lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.9);z-index:200;}
.image-lightbox.is-show{display:flex;}
.lightbox-image{width:min(92vw,760px);max-height:82vh;object-fit:contain;border-radius:12px;}
.lightbox-close,.lightbox-prev,.lightbox-next{position:absolute;height:34px;color:#fff;padding:0 12px;background:rgba(255,255,255,.16);border:0;border-radius:20px;}
.lightbox-close{top:16px;right:16px;}
.lightbox-prev{left:16px;top:50%;transform:translateY(-50%);}
.lightbox-next{right:16px;top:50%;transform:translateY(-50%);}
.conversation-row{display:flex;align-items:flex-start;gap:10px;}
.download-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;}
.download-panel{width:100%;max-width:420px;text-align:center;padding:30px 22px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);}
.download-logo{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;color:#17110A;font-size:34px;font-weight:700;margin-bottom:18px;background:var(--gradient-primary);border-radius:18px;}
.download-panel h1{font-size:28px;font-weight:700;margin-bottom:8px;}
.download-panel p{color:var(--text-secondary);font-size:15px;margin-bottom:24px;}
.download-btn{display:flex;align-items:center;justify-content:center;width:100%;height:48px;color:#17110A;font-size:16px;font-weight:600;background:var(--gradient-primary);border-radius:var(--radius-md);}
.download-meta{color:var(--text-muted);font-size:12px;margin-top:14px;}
/* App首页复刻 */
body{color:var(--text-primary);font:14px/1.4 "PingFang SC","Noto Sans SC","Microsoft YaHei",sans-serif;background:var(--bg-dark);}
@font-face{font-family:"Remix";src:url("../lib/remixicon/Remix.h5.ttf?v=fcdba357ae8c67ad") format("truetype"),url("../lib/remixicon/Remix.ttf") format("truetype");font-weight:400;font-style:normal;font-display:swap;}
button{cursor:pointer;-webkit-tap-highlight-color:transparent;}
.app-shell{max-width:430px;min-height:100%;margin:0 auto;background:var(--bg-dark);}
.page-main{padding:0 0 14px;}
.search-wrap{display:none;gap:8px;padding:2px 12px 10px;background:var(--bg-dark);}
.search-wrap.is-show{display:flex;}
.search-input{height:40px;background:var(--bg-card);border:1px solid #2A2A2A;border-radius:22px;}
.search-btn{height:40px;color:#000;font-weight:700;background:var(--gradient-gold);border-radius:20px;}
.home-tabs{position:sticky;top:60px;display:flex;align-items:center;gap:22px;height:54px;overflow-x:auto;padding:0 12px;background:rgba(14,14,17,.94);backdrop-filter:blur(8px);z-index:25;scrollbar-width:none;}
.home-tabs::-webkit-scrollbar{display:none;}
.home-tab{position:relative;display:flex;align-items:center;justify-content:center;height:54px;color:var(--text-primary);white-space:nowrap;font-size:16px;font-weight:500;background:transparent;border:0;}
.home-tab.is-active{color:var(--color-primary);font-weight:700;}
.home-tab.is-active:after{content:"";position:absolute;left:50%;bottom:9px;width:22px;height:3px;background:var(--color-primary);border-radius:2px;transform:translateX(-50%);}
.grid-entry{width:42px;flex:0 0 42px;}
.grid-entry:before{content:"\ea41";font-family:"Remix";font-size:22px;line-height:1;color:#D4A85A;}
.banner-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:0;padding:2px 12px 8px;margin:0;scrollbar-width:none;}
.banner-track::-webkit-scrollbar{display:none;}
.banner-item{position:relative;flex:0 0 100%;height:auto;aspect-ratio:2.2;scroll-snap-align:center;overflow:hidden;background:#17171C;border:1px solid #2A2A2A;border-radius:10px;box-shadow:0 6px 14px rgba(0,0,0,.30);}
.banner-item img{display:block;width:100%;height:100%;object-fit:cover;border-radius:8px;}
.banner-item .media-cover{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:8px;}
.announce{height:38px;color:var(--text-secondary);font-size:13px;margin:2px 12px 6px;padding:0 12px;background:linear-gradient(135deg,rgba(212,168,90,.15),rgba(60,154,148,.08),var(--bg-card));border:1px solid #2A2A2A;border-radius:14px;}
.announce:before{content:"\f2a1";font-family:"Remix";font-size:16px;line-height:1;margin-right:8px;color:#E3B459;flex-shrink:0;}
.top-card-row{display:grid;grid-template-columns:5fr 3fr;gap:8px;padding:0 12px 8px;}
.continue-card,.metric-card{background:var(--bg-card);border:1px solid #2A2A2A;border-radius:18px;box-shadow:0 3px 8px rgba(0,0,0,.16);}
.continue-card{display:flex;align-items:flex-start;gap:8px;height:116px;text-align:left;padding:12px;color:inherit;}
.continue-icon,.metric-card span{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:rgba(212,168,90,.15);border-radius:50%;flex-shrink:0;}
.continue-icon:before{content:"\f00a";font-family:"Remix";font-size:17px;line-height:1;color:var(--color-primary);}
.continue-main{display:flex;flex-direction:column;min-width:0;flex:1;}
.continue-main b{color:var(--text-primary);font-size:14px;font-weight:600;line-height:1.1;margin-bottom:10px;}
.continue-main em{color:var(--text-secondary);font-size:13px;font-style:normal;line-height:1.1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;}
.continue-main small{color:var(--text-muted);font-size:11px;line-height:1.1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:14px;}
.progress-line{display:block;width:100%;height:4px;overflow:hidden;background:rgba(255,255,255,.06);border-radius:2px;}
.progress-line i{display:block;width:0;height:100%;background:var(--color-primary);border-radius:2px;}
.progress-text{align-self:flex-end;color:var(--text-muted);font-size:11px;margin-top:auto;}
.metric-stack{display:flex;flex-direction:column;gap:8px;}
.metric-card{display:grid;grid-template-columns:30px 1fr;grid-template-rows:1fr 1fr;column-gap:8px;align-items:center;height:54px;text-align:left;padding:8px 10px;color:inherit;}
.metric-card span{grid-row:1/3;width:30px;height:30px;}
.metric-card span:before{content:"\f186";font-family:"Remix";font-size:16px;line-height:1;color:var(--color-primary);}
.metric-card:nth-child(2) span:before{content:"\ee17";}
.metric-card b{color:var(--text-primary);font-size:18px;font-weight:700;line-height:1;}
.metric-card em{color:var(--text-muted);font-size:11px;font-style:normal;line-height:1;}
.media-cover-placeholder{display:block;background:linear-gradient(135deg,#1F1F26 0%,#2A241B 48%,#3A2A14 100%);}
.play-fab{position:absolute;left:50%;top:50%;display:flex;align-items:center;justify-content:center;width:42px;height:42px;background:rgba(0,0,0,.42);border:1px solid rgba(255,255,255,.28);border-radius:50%;transform:translate(-50%,-50%);}
.play-fab:before{content:"\f00a";font-family:"Remix";font-size:20px;line-height:1;color:#fff;margin-left:2px;}
.novel-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;padding:0 12px 14px;}
.novel-grid-card{min-width:0;}
.novel-grid-card h4{color:var(--text-primary);font-size:12px;font-weight:600;line-height:1.1;margin-top:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.novel-grid-card p{color:var(--text-muted);font-size:10px;line-height:1.1;margin-top:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bottom-nav{position:fixed;left:50%;right:auto;bottom:0;display:flex;width:100%;max-width:430px;height:auto;gap:0;padding:0 0 max(0px,env(safe-area-inset-bottom));background:var(--bg-card);border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -3px 10px rgba(0,0,0,.28);backdrop-filter:none;transform:translateX(-50%);z-index:50;}
.nav-item{display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:2px;min-width:0;height:64px;color:var(--text-muted);font-size:10px;background:transparent;border:0;border-radius:0;}
.nav-item em{font-style:normal;font-size:10px;font-weight:400;}
.nav-item.is-active{color:var(--color-primary);background:transparent;}
.nav-ico{position:relative;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:16px;}
.nav-item.is-active .nav-ico{width:40px;background:rgba(212,168,90,.14);border-color:rgba(212,168,90,.18);box-shadow:0 3px 10px rgba(212,168,90,.10);}
.nav-ico:before{content:"";display:block;font-family:"Remix";font-size:20px;line-height:1;transition:transform .2s ease;}
.nav-ico.heart:before{content:"\ee0a";}
@media (min-width:768px){.home-tabs{top:62px;}}
.bottom-nav{box-sizing:border-box;width:min(100vw,430px);overflow:hidden;}
.nav-item{height:64px;}
.nav-ico{width:30px;height:30px;}
.nav-item.is-active .nav-ico{width:38px;}
.nav-ico:before{font-size:20px;}
/* App盒模型修正 */
*,*:before,*:after{box-sizing:border-box;}
html,body{overflow-x:hidden;}
.bottom-nav{left:0;right:0;width:auto;max-width:430px;margin:0 auto;transform:none;}
.home-tabs .home-tab:not(.is-active):not(.grid-entry){display:none;}
.home-tabs{justify-content:space-between;}
.video-nav-icon-0{background:#032B2B;}
.video-nav-icon-1{background:#FFD600;}
.video-nav-icon-2{background:#D8EDFF;}
.video-nav-icon-3{background:#EAF8FF;}
.video-nav-icon-4{background:#FFF0C4;}
.short-topbar{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;height:60px;padding:8px 12px;background:linear-gradient(to bottom,rgba(0,0,0,.36),rgba(0,0,0,0));z-index:8;}
.short-menu-slot,.short-menu-btn{display:block;width:44px;height:44px;flex:0 0 44px;}
.short-tab-row{display:flex;align-items:center;justify-content:center;gap:0;min-width:0;flex:1;overflow-x:auto;scrollbar-width:none;}
.short-tab-row::-webkit-scrollbar{display:none;}
.short-tab{position:relative;height:44px;color:rgba(255,255,255,.62);white-space:nowrap;font-size:16px;font-weight:400;padding:0 12px;background:transparent;border:0;}
.short-tab.is-active{color:#fff;font-weight:600;}
.short-tab.is-active:after{content:"";position:absolute;left:50%;bottom:3px;width:20px;height:3px;background:var(--gradient-gold);border-radius:2px;transform:translateX(-50%);}
.short-menu-btn{position:relative;background:transparent;border:0;border-radius:22px;}
.short-menu-btn:before{content:"\ef78";position:absolute;left:50%;top:50%;font-family:"Remix";font-size:22px;line-height:1;color:#fff;transform:translate(-50%,-50%);}
.short-community-popup{position:fixed;display:flex;flex-direction:column;min-width:112px;padding:6px;background:rgba(23,23,28,.98);border:1px solid rgba(255,255,255,.10);border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.38);z-index:80;}
.short-community-popup button{height:40px;color:var(--text-primary);font-size:14px;text-align:left;padding:0 14px;background:transparent;border:0;border-radius:8px;}
.short-community-popup button:active{background:rgba(255,255,255,.08);}
.short-follow-add{position:absolute;left:50%;bottom:-9px;width:24px;height:24px;background:var(--gradient-gold);border-radius:50%;transform:translateX(-50%);}
.short-follow-add:before{content:"\ea13";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:15px;font-weight:700;line-height:1;color:#17110A;}
.short-followed{display:none;}
.short-vip{color:#17110A;font-size:10px;font-weight:700;line-height:1;padding:5px 8px;background:var(--gradient-gold);border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.22);}
.short-community-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;}
.short-community-head b{display:block;color:#fff;font-size:22px;font-weight:700;line-height:1.2;}
.short-community-head p{color:var(--text-muted);font-size:13px;line-height:1.4;margin-top:3px;}
.short-community-head button{height:34px;color:#17110A;font-size:13px;font-weight:700;padding:0 16px;background:var(--gradient-gold);border:0;border-radius:17px;}
.short-community-filter{display:flex;align-items:center;height:40px;gap:10px;margin:0 0 8px;}
.short-community-filter>span{color:var(--text-primary);font-size:15px;font-weight:600;white-space:nowrap;}
.short-community-filter>div{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none;}
.short-community-filter>div::-webkit-scrollbar{display:none;}
.short-community-filter button{height:32px;color:var(--text-secondary);font-size:13px;white-space:nowrap;padding:0 14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:20px;}
.short-community-filter button.is-active{color:#17110A;font-weight:600;background:var(--gradient-gold);border-color:transparent;}
.short-community-filter.is-local{justify-content:space-between;margin-bottom:8px;}
.short-community-city{display:inline-flex!important;align-items:center!important;gap:5px!important;height:34px!important;color:var(--text-primary)!important;font-size:15px!important;font-weight:600!important;padding:0!important;background:transparent!important;border:0!important;border-radius:0!important;}
.short-community-city span{position:relative;width:18px;height:18px;}
.short-community-city span:before{content:"\ef09";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:16px;line-height:1;color:var(--color-vip-gold);}
.short-community-city i{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--text-secondary);}
.short-community-city-list{display:flex;align-items:center;gap:8px;margin:0 0 12px;overflow-x:auto;scrollbar-width:none;}
.short-community-city-list[hidden]{display:none;}
.short-community-city-list::-webkit-scrollbar{display:none;}
.short-community-city-list button{height:30px;color:var(--text-secondary);font-size:12px;white-space:nowrap;padding:0 12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:15px;}
.short-community-city-list button.is-active{color:#17110A;font-weight:600;background:var(--gradient-gold);border-color:transparent;}
.short-community-card{margin-bottom:16px;scroll-snap-align:none;}
.short-community-card.is-created{border-color:var(--color-vip-gold);box-shadow:0 0 0 1px rgba(212,168,90,.42);}
.short-community-card .community-content{display:block;max-height:none;overflow:visible;-webkit-line-clamp:initial;-webkit-box-orient:initial;}
.image-preview-mask{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.92);opacity:0;visibility:hidden;transition:all .18s ease;z-index:120;}
.image-preview-mask.is-show{opacity:1;visibility:visible;}
.image-preview-mask img{display:block;max-width:100%;max-height:82vh;object-fit:contain;}
.image-preview-mask span{position:absolute;left:50%;bottom:28px;color:#fff;font-size:13px;padding:5px 12px;background:rgba(255,255,255,.14);border-radius:15px;transform:translateX(-50%);}
.image-preview-mask button{position:absolute;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255,255,255,.14);border:0;border-radius:50%;}
.image-preview-close{top:18px;right:18px;}
.image-preview-close:before,.image-preview-close:after{content:"";position:absolute;width:20px;height:2px;background:#fff;border-radius:2px;}
.image-preview-close:before{transform:rotate(45deg);}
.image-preview-close:after{transform:rotate(-45deg);}
.image-preview-prev{left:14px;top:50%;transform:translateY(-50%);}
.image-preview-next{right:14px;top:50%;transform:translateY(-50%);}
.image-preview-prev:before,.image-preview-next:before{content:"";width:13px;height:13px;border-left:3px solid #fff;border-bottom:3px solid #fff;}
.image-preview-prev:before{transform:rotate(45deg);margin-left:5px;}
.image-preview-next:before{transform:rotate(-135deg);margin-right:5px;}
@keyframes short-spin{to{transform:translate(-50%,-50%) rotate(360deg);}}
/* 短视频评论 */
.short-comment-mask{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.45);opacity:0;visibility:hidden;transition:all .22s ease;z-index:80;}
.short-comment-mask.is-show{opacity:1;visibility:visible;}
.short-comment-panel{display:flex;flex-direction:column;width:100%;max-width:480px;height:72vh;color:var(--text-primary);padding:8px 14px calc(12px + env(safe-area-inset-bottom));background:#181818;border-radius:18px 18px 0 0;box-shadow:0 -10px 28px rgba(0,0,0,.35);transform:translateY(100%);transition:transform .22s ease;}
.short-comment-mask.is-show .short-comment-panel{transform:translateY(0);}
.short-comment-handle{align-self:center;width:38px;height:4px;margin:0 0 8px;background:rgba(255,255,255,.25);border-radius:999px;}
.short-comment-title{display:flex;align-items:center;justify-content:center;height:38px;flex:0 0 38px;}
.short-comment-title strong{color:#fff;font-size:15px;font-weight:600;line-height:1;}
.short-comment-title button{position:absolute;right:12px;display:flex;align-items:center;justify-content:center;width:34px;height:34px;background:transparent;border:0;border-radius:50%;}
.short-comment-title button:before,.short-comment-title button:after{content:"";position:absolute;width:16px;height:2px;background:rgba(255,255,255,.72);border-radius:2px;}
.short-comment-title button:before{transform:rotate(45deg);}
.short-comment-title button:after{transform:rotate(-45deg);}
.short-comment-status{display:none;color:var(--text-muted);font-size:13px;line-height:44px;text-align:center;}
.short-comment-status.is-show{display:block;}
.short-comment-body{min-width:0;flex:1;}
.short-comment-user{display:flex;align-items:center;gap:7px;min-width:0;margin-bottom:4px;}
.short-comment-user b{color:rgba(255,255,255,.62);font-size:13px;font-weight:700;line-height:1.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.short-comment-user span{color:rgba(255,255,255,.36);font-size:11px;line-height:1;white-space:nowrap;}
.short-comment-content{color:rgba(255,255,255,.94);font-size:14px;line-height:1.45;word-break:break-word;}
.short-comment-actions{display:flex;align-items:center;gap:18px;margin-top:8px;}
.short-comment-actions button{display:inline-flex;align-items:center;gap:4px;color:rgba(255,255,255,.45);font-size:12px;line-height:1;background:transparent;border:0;}
.short-comment-actions button.is-active{color:#FF4D67;}
.short-comment-replies{margin-top:10px;padding-left:0;border-left:0;}
.short-comment-replies .short-comment-item{padding:8px 0;}
.short-comment-more{display:none;align-self:center;height:32px;color:rgba(255,255,255,.58);font-size:13px;padding:0 18px;background:transparent;border:0;}
.short-comment-more.is-show{display:block;}
.short-reply-bar{display:flex;align-items:center;justify-content:space-between;gap:8px;height:34px;color:rgba(255,255,255,.62);font-size:12px;padding:0 10px;background:rgba(255,255,255,.06);border-radius:12px;}
.short-reply-bar span{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.short-reply-bar button{color:var(--color-accent);font-size:12px;background:transparent;border:0;}
.dating-card.is-selected{border-color:#FF6B9D;box-shadow:0 3px 7px rgba(0,0,0,.20);}
.dating-selected-heart{display:none;position:absolute;inset:0;background:rgba(255,107,157,.20);}
.dating-selected-heart:before{content:"\ee0a";position:absolute;left:50%;top:50%;font-family:"Remix";font-size:34px;line-height:1;color:#fff;transform:translate(-50%,-50%);}
.dating-card.is-selected .dating-selected-heart{display:block;}
.dating-start-btn{display:flex;align-items:center;justify-content:center;width:min(300px,calc(100% - 24px));height:54px;color:#fff;font-size:17px;font-weight:700;letter-spacing:1px;margin:12px auto 0;background:linear-gradient(135deg,#FF6B9D,#FF8AB6);border:0;border-radius:27px;box-shadow:0 3px 8px rgba(0,0,0,.20);}
.dating-start-btn span{position:relative;width:23px;height:23px;margin-right:8px;}
.dating-start-btn span:before{content:"\ee0a";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:22px;line-height:1;color:#fff;}
.dating-start-btn em{color:#fff;font-size:11px;font-style:normal;font-weight:700;line-height:1;padding:4px 8px;margin-left:8px;background:rgba(255,255,255,.22);border-radius:12px;}
@keyframes dating-heart{from{transform:scale(1);}to{transform:scale(1.15);}}
.mine-id,.mine-invite{color:var(--text-secondary);font-size:12px;line-height:1.2;margin-top:5px;}
.mine-invite b{color:#E3B459;font-weight:600;}
.mine-invite button{position:relative;width:16px;height:16px;vertical-align:-3px;margin-left:4px;background:transparent;border:0;}
.mine-invite button:before{content:"\ecd5";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:14px;line-height:1;color:#E3B459;}
.novel-feature{position:relative;display:flex;align-items:stretch;gap:12px;min-height:150px;margin:0 12px 16px;padding:15px;background:linear-gradient(135deg,rgba(212,168,90,.16),var(--bg-card) 64%);border:1px solid rgba(212,168,90,.18);border-radius:18px;box-shadow:0 3px 10px rgba(0,0,0,.24);overflow:hidden;}
.novel-feature:before{content:"";position:absolute;right:-22px;top:-32px;width:120px;height:120px;background:radial-gradient(circle,rgba(212,168,90,.18),rgba(212,168,90,0) 68%);pointer-events:none;}
.novel-feature-copy{position:relative;display:flex;flex:1;flex-direction:column;min-width:0;z-index:1;}
.novel-feature-tags{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:9px;}
.novel-feature-tags span{height:20px;color:#E8C888;font-size:10px;font-weight:700;line-height:20px;padding:0 7px;background:rgba(212,168,90,.16);border-radius:10px;}
.novel-feature-copy h3{color:var(--text-primary);font-size:20px;font-weight:700;line-height:1.15;margin-bottom:5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.novel-feature-copy p{color:var(--text-secondary);font-size:12px;font-weight:600;line-height:1.2;margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.novel-feature-copy strong{color:var(--text-secondary);font-size:12px;font-weight:400;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.novel-feature-meta{display:flex;flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:10px;}
.novel-feature-meta em{height:22px;color:#E8C888;font-size:11px;font-style:normal;line-height:22px;padding:0 8px;background:rgba(212,168,90,.18);border-radius:11px;}
.novel-feature-cover{position:relative;width:86px;flex:0 0 86px;align-self:center;aspect-ratio:.68;border-radius:6px;box-shadow:0 8px 18px rgba(0,0,0,.38);overflow:hidden;}
.novel-feature-cover .media-cover{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:6px;background:#1F1F26;}
.novel-empty{display:flex;align-items:center;justify-content:center;width:100%;height:110px;color:var(--text-secondary);font-size:13px;}
.rank-book-cover{width:54px;flex:0 0 54px;aspect-ratio:.68;border-radius:5px;overflow:hidden;background:#1F1F26;}
.rank-book-cover .media-cover{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:5px;background:#1F1F26;}
/* App小说详情与阅读器 */
.detail-mask:has(.novel-detail-page){align-items:stretch;background:var(--bg-dark);}
.detail-mask:has(.novel-detail-page) .detail-panel{width:min(430px,100%);height:100vh;padding:0;background:var(--bg-dark);border-radius:0;overflow:hidden;}
.detail-mask:has(.novel-detail-page) .player-head{display:none;}
.detail-mask:has(.novel-detail-page) .detail-body{height:100vh;max-height:none;padding:0;background:var(--bg-dark);overflow:auto;}
.novel-detail-hero{position:relative;height:198px;overflow:hidden;background:#111;}
.novel-detail-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.34),var(--bg-dark));}
.novel-detail-back,.novel-detail-share{position:absolute;top:14px;width:38px;height:38px;background:rgba(0,0,0,.32);border:0;border-radius:50%;z-index:2;}
.novel-detail-back{left:12px;}
.novel-detail-share{right:12px;}
.novel-detail-back:before{content:"\ea64";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:24px;line-height:1;color:#fff;}
.novel-detail-share:before{content:"\f0fc";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:19px;line-height:1;color:#fff;}
.novel-detail-cover{position:relative;width:100px;height:140px;flex:0 0 100px;background:#1F1F26;border-radius:8px;box-shadow:4px 6px 12px rgba(0,0,0,.42);overflow:hidden;}
.novel-detail-cover .media-cover{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:8px;}
.novel-detail-cover .vip-badge{left:0;top:0;border-radius:8px 0 8px 0;}
.novel-detail-cover i{position:absolute;right:-1px;bottom:-1px;width:36px;height:36px;background:#D4A85A;border:3px solid var(--bg-dark);border-radius:50%;}
.novel-detail-cover i:before{content:"\f00a";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:17px;line-height:1;color:#fff;}
.novel-detail-main{display:flex;flex:1;flex-direction:column;min-width:0;padding-top:70px;}
.novel-detail-main h2{color:var(--text-primary);font-size:20px;font-weight:700;line-height:1.18;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.novel-detail-main p{color:var(--text-secondary);font-size:13px;line-height:1.2;margin-bottom:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.novel-detail-meta{display:flex;flex-wrap:wrap;gap:8px;}
.novel-detail-meta em{color:var(--text-secondary);font-size:12px;font-style:normal;}
.novel-detail-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 12px 18px;}
.novel-detail-actions button{height:42px;color:var(--text-secondary);font-size:13px;font-weight:700;background:#1F1F26;border:1px solid #2A2A2A;border-radius:14px;}
.novel-detail-actions button:first-child{color:#E3B459;background:rgba(212,168,90,.14);border-color:rgba(212,168,90,.22);}
.novel-detail-actions button.is-favorite{color:#17110A;background:var(--gradient-gold);border-color:transparent;}
.novel-detail-actions button:disabled{opacity:.72;}
.novel-playing-status{display:flex;align-items:center;justify-content:space-between;margin:0 12px 14px;padding:12px 14px;background:rgba(212,168,90,.12);border:1px solid rgba(212,168,90,.20);border-radius:14px;}
.novel-playing-status b{color:var(--text-primary);font-size:14px;}
.novel-playing-status span{color:var(--text-secondary);font-size:12px;}
.novel-chapter-section{padding:14px 12px 0;}
.novel-chapter-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;}
.novel-chapter-head b{color:var(--text-primary);font-size:15px;font-weight:700;}
.novel-chapter-head button{height:30px;color:var(--text-secondary);font-size:12px;padding:0 12px;background:#1F1F26;border:1px solid #2A2A2A;border-radius:15px;}
.novel-chapter-list,.audio-chapter-grid{display:flex;flex-direction:column;gap:8px;}
.novel-chapter-item.is-current{background:rgba(212,168,90,.14);border-color:rgba(212,168,90,.32);}
.novel-chapter-item.is-locked{background:rgba(212,168,90,.12);border-color:rgba(212,168,90,.28);}
.novel-comments-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:180px;color:var(--text-secondary);background:#1F1F26;border-radius:14px;}
.novel-comments-empty b{color:var(--text-primary);font-size:16px;margin-bottom:6px;}
.novel-comments-empty button{height:32px;color:#17110A;font-size:13px;font-weight:600;margin-top:12px;padding:0 18px;background:var(--gradient-primary);border:0;border-radius:16px;}
.novel-comment-actions{display:flex;align-items:center;gap:8px;}
.novel-comment-actions .comment-delete-btn{color:var(--color-error);border-color:var(--color-error);background:transparent;}
.novel-comment-input{display:grid;grid-template-columns:1fr 58px;gap:8px;position:sticky;bottom:70px;padding:8px;background:var(--bg-card);border:1px solid #2A2A2A;border-radius:18px;box-shadow:0 8px 22px rgba(0,0,0,.32);}
.novel-comment-input input{min-width:0;height:38px;color:var(--text-primary);font-size:14px;padding:0 12px;background:#1F1F26;border:0;border-radius:19px;outline:0;}
.novel-comment-input button{height:38px;color:#17110A;font-size:14px;font-weight:600;background:var(--gradient-primary);border:0;border-radius:19px;}
.novel-comment-input button:disabled{opacity:.62;}
.reader-mask,.audio-mask{position:fixed;inset:0;display:none;align-items:stretch;justify-content:center;background:rgba(0,0,0,.72);z-index:80;}
.reader-mask.is-show,.audio-mask.is-show{display:flex;}
.reader-panel,.audio-panel{position:relative;width:min(430px,100%);height:100vh;overflow:hidden;background:#1A1A2E;color:#E0E0E0;}
.reader-top,.audio-top{position:absolute;left:0;right:0;top:0;display:flex;align-items:center;gap:10px;height:58px;padding:8px 12px;background:linear-gradient(to bottom,rgba(0,0,0,.28),rgba(0,0,0,0));z-index:4;}
.reader-top div,.audio-top div{flex:1;min-width:0;text-align:center;}
.reader-top strong,.audio-top strong{display:block;color:currentColor;font-size:15px;font-weight:600;line-height:1.2;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.reader-top span,.audio-top span{display:block;color:currentColor;font-size:11px;line-height:1.2;opacity:.62;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.reader-back,.reader-menu,.audio-back,.audio-share{position:relative;width:38px;height:38px;background:rgba(255,255,255,.08);border:0;border-radius:50%;}
.reader-back:before,.audio-back:before{content:"\ea64";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:24px;line-height:1;}
.reader-menu:before{content:"\eebe";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:19px;line-height:1;}
.audio-share:before{content:"\f0fc";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:19px;line-height:1;}
.reader-content{height:100%;overflow:auto;padding:78px 22px 88px;line-height:1.8;}
.reader-content p{font-size:inherit;line-height:1.8;text-indent:2em;margin-bottom:16px;}
.reader-vip-tip{color:#E8C888;text-align:center;margin:20px 0;padding:16px;background:rgba(212,168,90,.18);border-radius:12px;}
.reader-vip-tip b{display:block;color:#E8C888;font-size:17px;margin-bottom:6px;}
.reader-vip-tip p{color:#E8C888;font-size:14px;text-indent:0;margin-bottom:12px;}
.reader-mask[data-theme="paper"] .reader-vip-tip,.reader-mask[data-theme="paper"] .reader-vip-tip b,.reader-mask[data-theme="paper"] .reader-vip-tip p,.reader-mask[data-theme="green"] .reader-vip-tip,.reader-mask[data-theme="green"] .reader-vip-tip b,.reader-mask[data-theme="green"] .reader-vip-tip p,.reader-mask[data-theme="day"] .reader-vip-tip,.reader-mask[data-theme="day"] .reader-vip-tip b,.reader-mask[data-theme="day"] .reader-vip-tip p{color:#8A611F;}
.reader-vip-tip button{height:38px;color:#fff;font-size:14px;font-weight:700;padding:0 22px;background:#D4A85A;border:0;border-radius:19px;}
.chapter-unlock-actions{display:flex;justify-content:center;gap:8px;margin-top:10px;}
.chapter-unlock-actions button{height:36px;color:#17110A;font-size:13px;font-weight:700;padding:0 14px;background:var(--gradient-primary);border:0;border-radius:18px;}
#audioStatusText .chapter-unlock-actions{margin:10px auto 0;}
.reader-controls{position:absolute;left:12px;right:12px;bottom:14px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;z-index:5;}
.reader-controls button{height:40px;color:currentColor;font-size:13px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.12);border-radius:20px;}
.reader-settings{position:absolute;left:12px;right:12px;bottom:64px;display:none;padding:14px;background:rgba(0,0,0,.72);border-radius:18px;z-index:6;}
.reader-settings.is-show{display:block;}
.reader-size-row,.reader-theme-row{display:flex;align-items:center;justify-content:center;gap:10px;}
.reader-size-row{margin-bottom:12px;}
.reader-size-row button,.reader-theme-row button{height:34px;color:#fff;padding:0 14px;background:rgba(255,255,255,.12);border:0;border-radius:17px;}
.reader-size-row span{color:#fff;font-size:16px;font-weight:700;min-width:34px;text-align:center;}
.reader-theme-row button.is-active{background:#D4A85A;}
.reader-mask[data-theme="paper"] .reader-panel{background:#F4E4C1;color:#4A4A4A;}
.reader-mask[data-theme="green"] .reader-panel{background:#CCE8CF;color:#3A3A3A;}
.reader-mask[data-theme="day"] .reader-panel{background:#FAFAFA;color:#2A2A2A;}
.reader-mask[data-theme="paper"] .reader-back,.reader-mask[data-theme="paper"] .reader-menu,.reader-mask[data-theme="green"] .reader-back,.reader-mask[data-theme="green"] .reader-menu,.reader-mask[data-theme="day"] .reader-back,.reader-mask[data-theme="day"] .reader-menu{background:rgba(0,0,0,.08);}
.audio-panel{overflow:auto;padding:0 16px 20px;background:var(--bg-dark);color:var(--text-primary);}
.audio-panel:before{content:"";position:fixed;left:50%;top:0;width:min(430px,100%);height:280px;background:radial-gradient(circle at 50% 30%,rgba(212,168,90,.22),rgba(212,168,90,0) 64%);transform:translateX(-50%);pointer-events:none;}
.audio-top{position:relative;background:transparent;color:var(--text-primary);}
.audio-back,.audio-share{background:#1F1F26;color:var(--text-primary);}
.audio-disc-wrap{display:flex;justify-content:center;padding:18px 0 12px;}
.audio-disc{position:relative;width:210px;height:210px;padding:34px;background:repeating-radial-gradient(circle,#111 0 9px,#1F1F1F 10px 18px);border:10px solid #222;border-radius:50%;box-shadow:0 14px 30px rgba(0,0,0,.45);}
.audio-disc:after{content:"";position:absolute;left:50%;top:50%;width:28px;height:28px;background:#E3B459;border-radius:50%;transform:translate(-50%,-50%);}
.audio-disc .media-cover{width:100%;height:100%;object-fit:cover;aspect-ratio:auto;border-radius:50%;}
.audio-disc.is-playing{animation:discSpin 15s linear infinite;}
.audio-panel h3{color:var(--text-primary);font-size:20px;font-weight:700;line-height:1.2;text-align:center;margin:8px 0 6px;}
.audio-panel p{color:var(--text-secondary);font-size:13px;text-align:center;margin-bottom:14px;}
#audioPlayer{width:100%;height:42px;margin-bottom:16px;}
.audio-actions{display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:10px;margin-bottom:16px;}
.audio-actions button{height:44px;color:var(--text-secondary);font-size:13px;font-weight:600;background:#1F1F26;border:1px solid #2A2A2A;border-radius:22px;}
.audio-actions .audio-main-btn{color:#17110A;background:var(--gradient-gold);border-color:transparent;}
.audio-chapter-list{display:flex;flex-direction:column;gap:8px;padding-bottom:20px;}
.audio-chapter-list button{display:flex;align-items:center;gap:10px;min-height:50px;text-align:left;padding:12px;background:#1F1F26;border:1px solid #2A2A2A;border-radius:12px;}
.audio-chapter-list button.is-active{background:rgba(212,168,90,.14);border-color:rgba(212,168,90,.32);}
.audio-chapter-list span{flex:1;color:var(--text-primary);font-size:14px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.audio-chapter-list em{color:var(--text-secondary);font-size:12px;font-style:normal;}
.audio-chapter-list b{height:18px;color:#17110A;font-size:10px;line-height:18px;padding:0 6px;background:#D4A85A;border-radius:9px;}
@keyframes discSpin{to{transform:rotate(360deg);}}
/* App搜索页复刻 */
body:has(.mobile-app.is-tab-search){background:#F6F4F0;overflow:hidden;}
@keyframes search-shimmer{from{background-position:100% 0;}to{background-position:-100% 0;}}
/* App登录注册复刻 */
.auth-mask{position:fixed;inset:0;display:none;align-items:stretch;justify-content:center;background:rgba(0,0,0,.72);z-index:90;}
.auth-mask.is-show{display:flex;}
.auth-panel{position:relative;width:min(430px,100%);height:100vh;overflow:auto;padding:18px 20px 42px;color:#fff;background:var(--bg-dark);}
.auth-panel:before{content:"";position:absolute;left:50%;top:-120px;width:360px;height:360px;background:radial-gradient(circle,rgba(212,168,90,.28),rgba(212,168,90,0) 68%);transform:translateX(-50%);pointer-events:none;}
.auth-back{position:relative;width:44px;height:44px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:14px;z-index:1;}
.auth-back:before{content:"\ea64";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:24px;line-height:1;color:#fff;}
.auth-logo{position:relative;display:flex;flex-direction:column;align-items:center;margin:8px 0 24px;z-index:1;}
.auth-logo .brand-mark{width:72px;height:72px;margin-bottom:12px;}
.auth-logo h2{color:#fff;font-size:26px;font-weight:700;line-height:1.2;}
.auth-logo p{color:rgba(255,255,255,.62);font-size:14px;line-height:1.2;margin-top:5px;}
.auth-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:18px;padding:4px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:22px;z-index:1;}
.auth-tabs button{height:38px;color:rgba(255,255,255,.62);font-size:15px;font-weight:600;background:transparent;border:0;border-radius:19px;}
.auth-tabs button.is-active{color:#111;background:#D4A85A;box-shadow:0 8px 18px rgba(212,168,90,.22);}
.auth-form{position:relative;z-index:1;}
.auth-field{display:flex;align-items:center;gap:10px;height:52px;margin-bottom:16px;padding:0 14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);border-radius:16px;}
.auth-field:focus-within{border-color:#D4A85A;box-shadow:0 0 0 3px rgba(212,168,90,.10);}
.auth-field input{min-width:0;flex:1;height:48px;color:#fff;font-size:15px;background:transparent;border:0;outline:0;}
.auth-field input::placeholder{color:rgba(255,255,255,.38);}
.auth-ico{position:relative;width:22px;height:22px;flex:0 0 22px;color:#D4A85A;}
.auth-ico:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:20px;line-height:1;}
.auth-ico.user:before{content:"\f25f";}
.auth-ico.lock:before{content:"\eece";}
.auth-ico.gift:before{content:"\edbb";}
.auth-eye{position:relative;width:30px;height:30px;background:transparent;border:0;border-radius:50%;}
.auth-eye:before{content:"\ecb5";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:17px;line-height:1;color:rgba(255,255,255,.45);}
.auth-eye.is-show:before{content:"\ecb4";color:#D4A85A;}
.auth-register-only{display:none;}
.auth-mask.is-register .auth-register-only{display:flex;}
.auth-mask.is-register .auth-login-only{display:none;}
.auth-forgot{display:block;color:#D4A85A;font-size:14px;text-align:right;margin:-4px 0 22px auto;background:transparent;border:0;}
.auth-strength{align-items:center;gap:5px;margin:-4px 0 16px;padding:12px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:12px;}
.auth-strength span{display:block;flex:1;height:4px;background:rgba(255,255,255,.12);border-radius:2px;}
.auth-strength span.is-on{background:#D4A85A;}
.auth-strength.level-1 span.is-on{background:#E53935;}
.auth-strength.level-2 span.is-on{background:#F59E0B;}
.auth-strength.level-4 span.is-on{background:#6FBF73;}
.auth-strength em{width:84px;color:rgba(255,255,255,.62);font-size:12px;font-style:normal;text-align:right;}
.auth-error{min-height:20px;color:var(--color-error);font-size:13px;line-height:1.45;margin-bottom:10px;}
.auth-submit{width:100%;height:52px;color:#111;font-size:16px;font-weight:700;letter-spacing:2px;background:#D4A85A;border:0;border-radius:26px;box-shadow:0 10px 24px rgba(212,168,90,.24);}
.auth-submit:disabled{opacity:.62;}
.auth-agree{display:flex;align-items:flex-start;gap:10px;margin-top:18px;color:rgba(255,255,255,.52);font-size:13px;line-height:1.5;}
.auth-agree input{position:absolute;opacity:0;pointer-events:none;}
.auth-agree span{position:relative;width:20px;height:20px;flex:0 0 20px;margin-top:1px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.16);border-radius:6px;transition:background-color .18s ease,border-color .18s ease,box-shadow .18s ease;}
.auth-agree input:focus+span{box-shadow:0 0 0 3px rgba(169,133,63,.18);}
.auth-agree input:checked+span{background:#D4A85A;border-color:#D4A85A;}
.auth-agree input:checked+span:before{content:"";position:absolute;left:6px;top:3px;width:6px;height:10px;border-right:2px solid #FFF9EC;border-bottom:2px solid #FFF9EC;transform:rotate(45deg);}
.auth-agree em{font-style:normal;}
.auth-switch{display:block;color:rgba(255,255,255,.72);font-size:14px;font-weight:700;margin:28px auto 0;padding:13px 24px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);border-radius:28px;}
.auth-logout{display:none;width:100%;height:44px;color:var(--color-error);font-size:14px;font-weight:600;margin-top:16px;background:rgba(229,57,53,.10);border:1px solid rgba(229,57,53,.20);border-radius:22px;}
.auth-logout.is-show{display:block;}
.community-tabs button,.post-create-tabs button{height:36px;color:var(--text-muted);font-size:13px;font-weight:700;background:transparent;border:0;border-radius:8px;}
.community-tabs button.is-active,.post-create-tabs button.is-active{color:#17110A;background:var(--gradient-gold);}
.community-search button,.community-more{height:40px;color:#17110A;font-size:14px;font-weight:700;background:var(--gradient-gold);border:0;border-radius:12px;}
.community-card,.post-detail-card{padding:16px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;}
.community-author{display:flex;align-items:center;gap:12px;margin-bottom:12px;}
.community-avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 40px;background:rgba(212,168,90,.16);border:1px solid rgba(255,255,255,.08);border-radius:50%;overflow:hidden;}
.community-avatar.small{width:36px;height:36px;flex-basis:36px;}
.community-avatar img{width:100%;height:100%;object-fit:cover;}
.community-avatar span{color:var(--color-primary);font-size:15px;font-weight:700;}
.community-author>div:nth-child(2){flex:1;min-width:0;}
.community-author b{display:block;color:var(--text-primary);font-size:15px;font-weight:600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.community-author p{color:var(--text-muted);font-size:12px;line-height:1.2;margin-top:3px;}
.community-author i{height:18px;color:var(--color-error);font-size:10px;font-style:normal;font-weight:600;line-height:18px;padding:0 6px;background:rgba(239,68,68,.15);border-radius:4px;}
.community-private{display:inline-flex;align-items:center;gap:4px;height:28px;color:#17110A;font-size:12px;font-weight:600;padding:0 10px;background:var(--gradient-gold);border:0;border-radius:14px;}
.community-private span{width:14px;height:14px;}
.community-private span:before{content:"";display:block;width:12px;height:9px;margin:2px 1px;border:2px solid currentColor;border-radius:5px;}
.community-content,.post-detail-content{color:var(--text-primary);font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word;margin-bottom:12px;}
.community-topic-tag{display:inline-flex;height:22px;align-items:center;color:#E8C888;font-size:12px;padding:0 8px;background:rgba(212,168,90,.14);border-radius:4px;margin-bottom:12px;}
.community-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0;}
.community-image-grid.one{grid-template-columns:minmax(0,220px);}
.community-image-grid.two{grid-template-columns:repeat(2,minmax(0,140px));}
.community-image-grid img,.community-image-grid button{position:relative;display:block;width:100%;aspect-ratio:1/1;background:var(--bg-card-hover);border:0;border-radius:8px;overflow:hidden;}
.community-image-grid.one img,.community-image-grid.one button{aspect-ratio:4/3;}
.community-image-grid img{object-fit:cover;}
.community-image-grid button em{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-style:normal;font-weight:700;background:rgba(0,0,0,.45);}
.mine-post-images{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;margin:10px 0 12px;}
.mine-post-images button{display:block;width:100%;aspect-ratio:1/1;padding:0;background:var(--bg-card-hover);border:0;border-radius:10px;overflow:hidden;}
.mine-post-images button.is-broken:before{content:"图片";display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:var(--text-muted);font-size:12px;}
.mine-post-images img{display:block;width:100%;height:100%;object-fit:cover;}
.mine-post-images span{display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;color:var(--text-primary);font-size:15px;font-weight:700;background:rgba(0,0,0,.34);border-radius:10px;}
.mine-post-card.is-created{border-color:var(--color-vip-gold);box-shadow:0 0 0 1px rgba(212,168,90,.42);}
.mine-post-card .post-owner-actions button:last-child{color:var(--text-secondary);}
.author-main span,.author-post-time{display:block;color:var(--text-muted);font-size:12px;line-height:1.4;}
.community-actions{display:flex;align-items:center;gap:24px;min-height:28px;margin-top:12px;}
.community-actions button{display:inline-flex;align-items:center;gap:6px;color:var(--text-secondary);font-size:13px;background:transparent;border:0;}
.community-actions button:disabled{color:var(--text-muted);}
.community-actions button span{position:relative;width:18px;height:18px;}
.community-actions .community-action-like span:before{content:"";position:absolute;left:3px;top:4px;width:11px;height:10px;border:2px solid currentColor;border-top:0;border-left:0;transform:rotate(45deg);}
.community-actions .community-action-like.is-liked{color:var(--color-error);}
.community-actions .community-action-comment span:before{content:"";position:absolute;left:2px;top:3px;width:13px;height:10px;border:2px solid currentColor;border-radius:7px;}
.community-actions .community-action-comment span:after{content:"";position:absolute;left:6px;bottom:2px;width:6px;height:6px;border-left:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-35deg);}
.community-actions .community-action-share span:before{content:"";position:absolute;left:3px;top:8px;width:12px;height:2px;background:currentColor;border-radius:2px;transform:rotate(-24deg);}
.community-actions .community-action-share span:after{content:"";position:absolute;right:1px;top:3px;width:8px;height:8px;border-top:2px solid currentColor;border-right:2px solid currentColor;transform:rotate(45deg);}
.community-actions em{margin-left:auto;color:var(--color-primary);font-size:12px;font-style:normal;font-weight:700;padding:4px 9px;background:rgba(212,168,90,.12);border-radius:12px;}
.community-actions em.muted{margin-left:0;color:var(--text-muted);background:var(--bg-card-hover);}
.community-more{display:block;width:calc(100% - 32px);margin:0 16px 24px;}
.post-create-tabs{display:none;}
.drag-tip{display:none;}
#postUploadBtn{display:none;}
.community-actions.detail{border-top:1px solid rgba(255,255,255,.08);padding-top:12px;}
.post-comment-meta{display:flex;align-items:center;gap:12px;margin-top:5px;}
.post-comment-meta time{margin-top:0;}
.post-comment-meta span{flex:1;}
.post-comment-meta button{color:var(--text-muted);font-size:12px;background:transparent;border:0;}
.post-comment-meta button.is-active{color:var(--color-primary);}
.post-comment-meta .comment-delete-btn{color:var(--color-error);}
.report-sheet-mask{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:all .18s ease;z-index:160;}
.report-sheet-mask.is-show{opacity:1;visibility:visible;}
.report-sheet{width:min(430px,100%);padding:10px 16px calc(16px + env(safe-area-inset-bottom));background:var(--bg-secondary);border:1px solid rgba(255,255,255,.08);border-radius:22px 22px 0 0;box-shadow:0 -12px 28px rgba(0,0,0,.38);}
.report-sheet-handle{width:42px;height:4px;margin:0 auto 12px;background:rgba(255,255,255,.20);border-radius:2px;}
.report-sheet-title{display:flex;align-items:center;height:36px;margin-bottom:12px;}
.report-sheet-title b{flex:1;color:var(--text-primary);font-size:17px;font-weight:700;}
.report-sheet-title button{height:32px;color:var(--text-secondary);font-size:13px;background:transparent;border:0;}
.report-reasons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:12px;}
.report-reasons button{height:42px;color:var(--text-secondary);font-size:14px;font-weight:700;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:12px;}
.report-reasons button.is-active{color:#17110A;background:var(--gradient-gold);border-color:transparent;}
.report-sheet textarea{width:100%;height:86px;color:var(--text-primary);font-size:14px;line-height:1.5;padding:12px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:12px;outline:0;resize:none;}
.report-submit{width:100%;height:44px;color:#17110A;font-size:15px;font-weight:700;margin-top:12px;background:var(--gradient-gold);border:0;border-radius:14px;}
.report-submit:disabled{opacity:.55;}
.post-reply-list{margin-top:10px;padding:10px 10px 2px;background:rgba(255,255,255,.04);border-radius:12px;}
.post-reply-list>.post-comment-item{gap:8px;margin-bottom:10px;}
.post-reply-list>.post-comment-item>div:last-child{padding-bottom:0;border-bottom:0;}
.post-reply-list>button,.post-replies-toggle{color:var(--color-primary);font-size:12px;margin-top:8px;background:transparent;border:0;}
.is-comment-highlight{animation:comment-highlight 2.4s ease;}
@keyframes comment-highlight{0%,100%{box-shadow:none;}18%,70%{box-shadow:0 0 0 2px var(--color-primary),0 0 18px var(--color-primary);}}
.post-comment-empty{display:flex;align-items:center;justify-content:center;min-height:180px;color:var(--text-muted);font-size:14px;}
.vip-header,.order-header,.record-header{position:sticky;top:0;display:grid;grid-template-columns:44px 1fr 58px;align-items:center;height:56px;padding:6px 12px;background:rgba(14,14,17,.94);backdrop-filter:blur(10px);z-index:8;}
.vip-header h2,.order-header h2,.record-header h2{font-size:17px;font-weight:700;text-align:center;}
.vip-order-link,.order-header button,.record-header button{height:34px;color:var(--text-secondary);font-size:13px;font-weight:600;line-height:34px;text-align:center;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:10px;}
.vip-status-card{display:flex;align-items:center;gap:14px;margin:12px 16px;padding:18px;background:var(--bg-secondary);border:1px solid rgba(255,255,255,.08);border-radius:18px;}
.vip-status-card.is-vip{background:rgba(212,168,90,.10);border-color:rgba(212,168,90,.24);}
.vip-status-card>span{position:relative;width:52px;height:52px;flex:0 0 52px;background:var(--gradient-gold);border-radius:20px;}
.vip-status-card>span:before{content:"\f28d";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:26px;line-height:1;color:var(--bg-dark);}
.vip-status-card b{display:block;color:var(--text-primary);font-size:18px;font-weight:700;margin-bottom:5px;}
.vip-status-card p{color:var(--text-muted);font-size:13px;line-height:1.35;}
.vip-benefit-row{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:0 16px 12px;}
.vip-benefit-row span{height:34px;color:var(--color-vip-gold);font-size:12px;font-weight:700;line-height:34px;text-align:center;background:rgba(212,168,90,.10);border:1px solid rgba(212,168,90,.18);border-radius:12px;}
.vip-status,.order-status,.record-status{min-height:22px;color:var(--text-muted);font-size:13px;text-align:center;margin:6px 16px;}
.vip-package-list,.order-list,.record-list{display:flex;flex-direction:column;gap:12px;padding:0 16px;}
.vip-package-card{display:grid;grid-template-columns:1fr auto;gap:12px;padding:16px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:18px;}
.vip-package-card div{min-width:0;}
.vip-package-card b{color:var(--text-primary);font-size:17px;font-weight:700;}
.vip-package-card span{display:inline-flex;height:20px;color:#17110A;font-size:11px;font-weight:700;line-height:20px;margin-left:8px;padding:0 7px;background:var(--gradient-gold);border-radius:10px;}
.vip-package-card p{color:var(--text-secondary);font-size:13px;line-height:1.45;margin-top:7px;}
.vip-package-card em{display:block;color:var(--color-success);font-size:12px;font-style:normal;margin-top:6px;}
.vip-package-card strong{color:var(--color-vip-gold);font-size:24px;font-weight:700;text-align:right;}
.vip-package-card small{font-size:13px;}
.vip-package-card del{display:block;color:var(--text-muted);font-size:12px;font-weight:400;text-decoration:line-through;}
.vip-package-card button{grid-column:1/3;height:42px;color:#17110A;font-size:15px;font-weight:700;background:var(--gradient-gold);border:0;border-radius:21px;}
.vip-package-card button:disabled{opacity:.68;}
.vip-pay-panel{display:flex;align-items:center;gap:10px;margin:14px 16px 0;padding:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;}
.vip-pay-panel b{flex:1;color:var(--text-primary);font-size:14px;}
.vip-pay-panel button{height:32px;color:#17110A;font-size:13px;font-weight:700;padding:0 16px;background:var(--gradient-gold);border:0;border-radius:16px;}
.vip-empty,.order-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px;color:var(--text-muted);font-size:14px;text-align:center;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:18px;}
.record-filter{display:flex;align-items:center;gap:10px;margin:0 16px 10px;padding:10px 12px;background:rgba(212,168,90,.10);border:1px solid rgba(212,168,90,.18);border-radius:14px;}
.record-filter span{flex:1;min-width:0;color:var(--color-vip-gold);font-size:12px;font-weight:700;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.record-filter a{height:26px;color:#17110A;font-size:12px;font-weight:700;line-height:26px;padding:0 10px;background:var(--gradient-gold);border-radius:13px;}
.vip-pay-mask{position:fixed;inset:0;display:none;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.62);z-index:60;}
.vip-pay-mask.is-show{display:flex;}
.vip-pay-sheet{width:min(430px,100%);padding:10px 16px calc(16px + env(safe-area-inset-bottom));background:var(--bg-secondary);border:1px solid rgba(255,255,255,.08);border-radius:22px 22px 0 0;box-shadow:0 -12px 28px rgba(0,0,0,.38);}
.vip-pay-handle{width:42px;height:4px;margin:0 auto 12px;background:rgba(255,255,255,.20);border-radius:2px;}
.vip-pay-title{display:flex;align-items:center;height:36px;margin-bottom:12px;}
.vip-pay-title b{flex:1;color:var(--text-primary);font-size:17px;font-weight:700;}
.vip-pay-title button{position:relative;width:34px;height:34px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:50%;}
.vip-pay-title button:before,.vip-pay-title button:after{content:"";position:absolute;left:10px;top:16px;width:14px;height:2px;background:var(--text-secondary);border-radius:2px;}
.vip-pay-title button:before{transform:rotate(45deg);}
.vip-pay-title button:after{transform:rotate(-45deg);}
.vip-pay-summary{display:flex;align-items:center;gap:12px;padding:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;}
.vip-pay-summary>span{position:relative;width:42px;height:42px;flex:0 0 42px;background:var(--gradient-gold);border-radius:16px;}
.vip-pay-summary>span:before{content:"\f28d";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:22px;line-height:1;color:var(--bg-dark);}
.vip-pay-summary div{flex:1;min-width:0;}
.vip-pay-summary b{display:block;color:var(--text-primary);font-size:15px;font-weight:700;margin-bottom:5px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.vip-pay-summary p{color:var(--text-muted);font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.vip-pay-summary strong{color:var(--color-vip-gold);font-size:22px;font-weight:700;}
.vip-pay-tip{color:var(--text-muted);font-size:12px;line-height:1.45;margin:12px 2px 0;}
.vip-pay-qrcode{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:12px;padding:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);}
.vip-pay-qrcode img{display:block;width:180px;height:180px;background:var(--text-primary);border-radius:var(--radius-sm);object-fit:contain;}
.vip-pay-qrcode p{color:var(--text-muted);font-size:12px;text-align:center;}
.vip-pay-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:16px;}
.vip-pay-actions button{height:44px;color:var(--text-secondary);font-size:14px;font-weight:700;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:22px;}
.vip-pay-actions button:last-child{color:#17110A;background:var(--gradient-gold);border-color:transparent;}
.vip-pay-actions button:disabled{opacity:.62;}
.vip-pay-result{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;text-align:center;padding:18px;background:rgba(16,185,129,.10);border:1px solid rgba(16,185,129,.22);border-radius:16px;}
.vip-pay-result span{position:relative;width:52px;height:52px;margin-bottom:12px;background:var(--color-success);border-radius:50%;}
.vip-pay-result span:before{content:"";position:absolute;left:15px;top:17px;width:20px;height:12px;border-left:4px solid var(--text-primary);border-bottom:4px solid var(--text-primary);transform:rotate(-45deg);}
.vip-pay-result b{color:var(--text-primary);font-size:18px;font-weight:700;margin-bottom:5px;}
.vip-pay-result p{color:var(--text-secondary);font-size:13px;}
.vip-pay-result.is-failed{background:rgba(239,68,68,.10);border-color:rgba(239,68,68,.22);}
.vip-pay-result.is-failed span{background:var(--color-error);}
.vip-pay-result.is-failed span:before,.vip-pay-result.is-failed span:after{content:"";position:absolute;left:15px;top:25px;width:22px;height:3px;background:var(--text-primary);border:0;border-radius:2px;transform:rotate(45deg);}
.vip-pay-result.is-failed span:after{transform:rotate(-45deg);}
.vip-pay-pending{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:132px;text-align:center;padding:18px;background:rgba(245,158,11,.10);border:1px solid rgba(245,158,11,.22);border-radius:16px;}
.vip-pay-pending span{width:48px;height:48px;margin-bottom:12px;border:4px solid rgba(245,158,11,.22);border-top-color:var(--color-warning);border-radius:50%;animation:pay-spin 1s linear infinite;}
.vip-pay-pending b{color:var(--text-primary);font-size:18px;font-weight:700;margin-bottom:5px;}
.vip-pay-pending p{color:var(--text-secondary);font-size:13px;}
@keyframes pay-spin{to{transform:rotate(360deg);}}
.vip-pay-detail{display:flex;flex-direction:column;gap:10px;margin-top:12px;padding:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:16px;}
.vip-pay-detail p{display:flex;align-items:center;gap:10px;min-width:0;}
.vip-pay-detail span{width:70px;color:var(--text-muted);font-size:12px;}
.vip-pay-detail b{flex:1;min-width:0;color:var(--text-primary);font-size:13px;font-weight:600;text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.bottom-nav{background:rgba(20,20,25,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}
.nav-item em{transition:color .18s ease;}
.nav-ico{transition:width .22s ease,background-color .22s ease,box-shadow .22s ease;}
.home-tab{transition:color .18s ease;}
.home-tab.is-active:after{box-shadow:0 0 10px rgba(212,168,90,.5);}
.banner-item{border-radius:14px;}
.banner-item img,.banner-item .media-cover{border-radius:13px;}
.rank-book-cover,.rank-book-cover .media-cover{border-radius:6px;}
.play-fab{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);}
.metric-card b,.mine-ticket-item b,.vip-package-card strong,.record-card strong{font-variant-numeric:tabular-nums;}
.continue-icon,.metric-card span{background:linear-gradient(160deg,rgba(212,168,90,.22),rgba(212,168,90,.08));}
.continue-card,.metric-card,.novel-rank-card,.search-result-item{transition:transform .18s ease;}
.continue-card:active,.metric-card:active,.novel-rank-card:active,.search-result-item:active{transform:scale(.97);}
/* 氛围与高级细节 */
body{-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}
img{-webkit-user-drag:none;}
::selection{color:#17110A;background:rgba(212,168,90,.85);}
.search-input:focus,.community-search input:focus,.conversation-search input:focus,.video-comment-input input:focus,.chat-send-row input:focus,.post-comment-bar input:focus,.short-comment-input input:focus{border-color:rgba(212,168,90,.55);box-shadow:0 0 0 3px rgba(212,168,90,.12);}
.media-cover-placeholder{position:relative;overflow:hidden;}
.media-cover-placeholder:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 32%,rgba(255,255,255,.05) 48%,transparent 64%);animation:shimmer 1.8s ease-in-out infinite;}
@keyframes shimmer{from{transform:translateX(-100%);}to{transform:translateX(100%);}}
.banner-item{box-shadow:0 10px 24px rgba(0,0,0,.35);}
.home-tab{letter-spacing:.2px;}
.announce{position:relative;overflow:hidden;}
.announce:after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,transparent 40%,rgba(212,168,90,.06) 50%,transparent 60%);animation:shimmer 3.2s ease-in-out infinite;pointer-events:none;}
.nav-item.is-active em{font-weight:600;}
/* 加载骨架屏：数据未返回时容器为空，:empty 自动显示占位 */
@keyframes skeleton-pulse{from{opacity:.4;}to{opacity:1;}}
#bannerTrack:empty{display:block;padding:2px 12px 8px;}
#bannerTrack:empty:before{content:"";display:block;width:100%;aspect-ratio:2.2;background:linear-gradient(120deg,#17171C 60%,#1C1C22 78%,#17171C 92%);border:1px solid #2A2A2A;border-radius:14px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;}
#quickGrid:empty{display:block;padding:6px 12px 10px;}
#quickGrid:empty:before{content:"";display:block;width:100%;height:80px;border-radius:8px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;background:radial-gradient(circle 28px at 10% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 30% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 50% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 70% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 90% 28px,#1F1F26 97%,transparent),linear-gradient(#1F1F26,#1F1F26) calc(10% + 0px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(30% + 0px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(50% + 0px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(70% + 0px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(90% + 0px) 66px/38px 10px no-repeat;background-repeat:no-repeat;}
#novelFeature:empty{min-height:150px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;}
#searchHotList:empty{display:flex;flex-direction:column;gap:10px;}
#searchHotList:empty:before,#searchHotList:empty:after{content:"";height:46px;background:#17171C;border:1px solid rgba(212,168,90,.14);border-radius:12px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;}
#searchHotList:empty:after{animation-delay:.2s;}
/* 弱动效偏好：停用装饰动画 */
@media (prefers-reduced-motion:reduce){
.media-cover-placeholder:after,.announce:after{animation:none;}
[id]:empty:before,[id]:empty:after,#novelFeature:empty{animation:none;opacity:.7;}
.audio-disc.is-playing{animation-duration:60s;}
}
/* 统一子页视觉体系：专题/榜单/发现/缓存/设置/客服/注册/详情兜底/错误页 */
.sub-page{position:relative;min-height:100vh;padding:0 16px 40px;background:var(--bg-dark);}
/* 设置/注册表单 */
.setting-list{display:flex;flex-direction:column;gap:12px;}
.setting-item{display:flex;flex-direction:column;gap:8px;padding:13px 14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:14px;}
.setting-item span{color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.3px;}
.setting-item input{height:42px;color:var(--text-primary);font-size:15px;padding:0 12px;background:#1F1F26;border:1px solid #2A2A2A;border-radius:12px;outline:0;}
.setting-item input:focus{border-color:rgba(212,168,90,.55);box-shadow:0 0 0 3px rgba(212,168,90,.12);}
.setting-btn.danger{color:#FF8A80;background:rgba(229,57,53,.10);border:1px solid rgba(229,57,53,.28);}
/* 客服/FAQ/消息卡片 */
.msg-item,.faq-item,.service-card{padding:14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:14px;}
.faq-item b{display:flex;align-items:center;gap:8px;color:var(--text-primary);font-size:14px;font-weight:700;margin-bottom:6px;}
.faq-item b:before{content:"Q";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex:0 0 20px;color:#17110A;font-size:11px;font-weight:700;background:var(--gradient-gold);border-radius:6px;}
.faq-item p{color:var(--text-secondary);font-size:13px;line-height:1.6;}
.sub-page>.section-head{margin:18px 0 10px;}
/* 错误页（原先无任何样式） */
.page-home{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:radial-gradient(120% 46% at 50% -6%,rgba(212,168,90,.07),transparent 62%),var(--bg-dark);}
.home-content{width:100%;max-width:340px;text-align:center;padding:36px 24px;background:var(--bg-card);border:1px solid #2A2A2A;border-radius:18px;box-shadow:0 10px 30px rgba(0,0,0,.35);}
.home-content:before{content:"\eca0";display:block;font-family:"Remix";font-size:52px;line-height:1;color:rgba(212,168,90,.55);margin-bottom:14px;}
.home-content .text-secondary{color:var(--text-secondary);font-size:15px;line-height:1.6;}
/* 下载落地页对齐金色体系 */
.download-logo{color:#17110A;background:var(--gradient-gold);box-shadow:0 10px 26px rgba(212,168,90,.22);}
.download-btn{color:#17110A;font-weight:600;background:var(--gradient-gold);}
.download-page{background:radial-gradient(120% 46% at 50% -6%,rgba(212,168,90,.08),transparent 62%),var(--bg-dark);}
/* 子页列表骨架屏 */
#topicList:empty,#discoverList:empty,#downloadList:empty{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px;}
#topicList:empty:before,#topicList:empty:after,#discoverList:empty:before,#discoverList:empty:after,#downloadList:empty:before,#downloadList:empty:after{content:"";aspect-ratio:16/13;background:#17171C;border:1px solid #2A2A2A;border-radius:14px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;}
#topicList:empty:after,#discoverList:empty:after,#downloadList:empty:after{animation-delay:.2s;}
#faqList:empty{display:flex;flex-direction:column;gap:10px;}
#faqList:empty:before,#faqList:empty:after{content:"";height:74px;background:#17171C;border:1px solid rgba(255,255,255,.08);border-radius:14px;animation:skeleton-pulse 1.3s ease-in-out infinite alternate;}
#faqList:empty:after{animation-delay:.2s;}
/* 沉浸态打磨：弹层动效 / 阅读器 / 有声播放 / 视频面板 */
/* 弹层：背景模糊 + 入场动效 */
.player-mask,.detail-mask,.reader-mask,.audio-mask,.auth-mask,.vip-pay-mask,.report-sheet-mask{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);}
@keyframes sheet-up{from{opacity:.55;transform:translateY(26px);}to{opacity:1;transform:translateY(0);}}
@keyframes panel-fade{from{opacity:.4;}to{opacity:1;}}
.player-mask.is-show .player-panel,.detail-mask.is-show .detail-panel,.vip-pay-mask.is-show .vip-pay-sheet{animation:sheet-up .28s cubic-bezier(.22,.9,.3,1);}
.detail-mask:has(.novel-detail-page).is-show .detail-panel{animation:panel-fade .25s ease;}
.reader-mask.is-show .reader-panel,.audio-mask.is-show .audio-panel,.auth-mask.is-show .auth-panel{animation:panel-fade .25s ease;}
/* 底部弹窗：把手 + 描边 */
.player-panel,.detail-panel{border-radius:18px 18px 0 0;border:1px solid rgba(255,255,255,.08);border-bottom:0;}
.player-panel:before,.detail-panel:before{content:"";display:block;width:40px;height:4px;margin:2px auto 10px;background:rgba(255,255,255,.18);border-radius:2px;}
.detail-mask:has(.novel-detail-page) .detail-panel:before{display:none;}
.detail-mask:has(.novel-detail-page) .detail-panel{border:0;border-radius:0;}
.player-head span{font-weight:600;}
.player-head button{height:30px;border-radius:15px;border:1px solid rgba(255,255,255,.08);}
/* 阅读器：夜间底色中性化 + 正文排版 */
.reader-panel{background:#14141A;}
.reader-content{text-align:justify;letter-spacing:.2px;padding:78px 24px 96px;}
.reader-top{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
.reader-controls button{height:44px;font-size:13px;font-weight:600;background:rgba(30,30,36,.78);border:1px solid rgba(255,255,255,.10);border-radius:22px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);}
.reader-mask[data-theme="paper"] .reader-controls button,.reader-mask[data-theme="green"] .reader-controls button,.reader-mask[data-theme="day"] .reader-controls button{background:rgba(255,255,255,.72);border-color:rgba(0,0,0,.10);}
.reader-settings{background:rgba(16,16,20,.88);border:1px solid rgba(255,255,255,.10);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);}
.reader-size-row button{width:44px;height:36px;padding:0;font-weight:600;border-radius:18px;}
/* 阅读器主题按钮 → 实际配色色板 */
.reader-theme-row button{height:36px;padding:0 14px;font-size:13px;font-weight:700;border-radius:18px;border:1px solid rgba(255,255,255,.14);}
.reader-theme-row button[data-reader-theme="night"]{background:#14141A;color:#D8D8DE;}
.reader-theme-row button[data-reader-theme="paper"]{background:#F4E4C1;color:#5A4A2E;}
.reader-theme-row button[data-reader-theme="green"]{background:#CCE8CF;color:#2F4A33;}
.reader-theme-row button[data-reader-theme="day"]{background:#FAFAFA;color:#333;}
.reader-theme-row button.is-active{border-color:transparent;box-shadow:0 0 0 2px rgba(16,16,20,.9),0 0 0 4px #D4A85A;}
/* 有声播放：唱片辉光 + 章节播放态 + 上一集/下一集图标 */
.audio-disc{border-color:#26262C;}
.audio-disc.is-playing{box-shadow:0 14px 40px rgba(0,0,0,.5),0 0 0 1px rgba(212,168,90,.25),0 0 34px rgba(212,168,90,.18);}
#audioPlayer{border-radius:21px;}
.audio-actions .audio-main-btn{font-size:15px;box-shadow:0 6px 18px rgba(212,168,90,.26);}
#audioPrevBtn:before{content:"\f13f";font-family:"Remix";font-size:15px;line-height:1;margin-right:5px;vertical-align:-2px;}
#audioNextBtn:after{content:"\f143";font-family:"Remix";font-size:15px;line-height:1;margin-left:5px;vertical-align:-2px;}
.audio-chapter-list button.is-active span:before{content:"\ef82";font-family:"Remix";font-size:14px;line-height:1;color:#E3B459;margin-right:6px;animation:skeleton-pulse .9s ease-in-out infinite alternate;}
/* 视频面板 */
#playerVideo{box-shadow:0 8px 24px rgba(0,0,0,.4);}
@media (prefers-reduced-motion:reduce){
.player-mask.is-show .player-panel,.detail-mask.is-show .detail-panel,.vip-pay-mask.is-show .vip-pay-sheet,.reader-mask.is-show .reader-panel,.audio-mask.is-show .audio-panel,.auth-mask.is-show .auth-panel{animation:none;}
.audio-chapter-list button.is-active span:before{animation:none;}
}
/* JS 动态节点样式补齐 */
.short-comment-empty{display:flex;align-items:center;justify-content:center;min-height:160px;color:var(--text-muted);font-size:13px;}
/* 像素级细腻打磨 */
/* 中文小字可读性：8-10px 提升至 9-11px，行高放松 */
.novel-grid-card h4{font-size:13px;line-height:1.3;}
.novel-grid-card p{font-size:11px;line-height:1.35;margin-top:4px;}
.mine-id,.mine-invite{letter-spacing:.2px;}
a,button,label{-webkit-tap-highlight-color:transparent;}
:focus-visible{outline:2px solid rgba(212,168,90,.55);outline-offset:2px;}
.announce{margin:0 12px 10px;}
/* 底栏图标按压反馈 */
.nav-ico{transition:width .22s ease,background-color .22s ease,box-shadow .22s ease,transform .15s ease;}
.nav-item:active .nav-ico{transform:scale(.88);}
/* 桌面宽屏：画布投影框架，两侧不再是死黑 */
@media (min-width:768px){
body{background:#0A0A0D;}
.app-shell{box-shadow:0 0 0 1px rgba(255,255,255,.05),0 24px 80px rgba(0,0,0,.6);}
}
/* 骨架屏：脉动约 20 秒后静置（接口空数据时不再永久闪烁） */
#bannerTrack:empty:before,#quickGrid:empty:before,#homeVideoList:empty:before,#homeVideoList:empty:after,#homeNovelList:empty:before,#homeNovelList:empty:after,#homeAudioNovelList:empty:before,#homeAudioNovelList:empty:after,#novelList:empty:before,#novelList:empty:after,#videoNavGrid:empty:before,#videoNavGrid:empty:after,#videoModuleList:empty:before,#novelFeature:empty,#novelRankList:empty:before,#novelRankList:empty:after,#datingGrid:empty:before,#datingGrid:empty:after,#searchHotList:empty:before,#searchHotList:empty:after,#shortList:empty:before,#topicList:empty:before,#topicList:empty:after,#discoverList:empty:before,#discoverList:empty:after,#downloadList:empty:before,#downloadList:empty:after,#rankPageList:empty:before,#rankPageList:empty:after,#faqList:empty:before,#faqList:empty:after{animation-iteration-count:16;}
/* 金刚区骨架：文字条与圆形图标光学居中对齐 */
#quickGrid:empty:before{background:radial-gradient(circle 28px at 10% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 30% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 50% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 70% 28px,#1F1F26 97%,transparent),radial-gradient(circle 28px at 90% 28px,#1F1F26 97%,transparent),linear-gradient(#1F1F26,#1F1F26) calc(10% - 15px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(30% - 8px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) 50% 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(70% + 8px) 66px/38px 10px no-repeat,linear-gradient(#1F1F26,#1F1F26) calc(90% + 15px) 66px/38px 10px no-repeat;background-repeat:no-repeat;}
/* 设置页：分组 + 登录卡片 */
.settings-group{margin-bottom:20px;}
.settings-group-title{display:flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px;font-weight:700;letter-spacing:.5px;margin:0 2px 10px;}
.settings-group-title:before{content:"";width:3px;height:14px;background:var(--gradient-gold);border-radius:2px;}
.settings-login-card{position:relative;overflow:hidden;margin-bottom:20px;padding:20px 16px 16px;background:linear-gradient(135deg,rgba(212,168,90,.14),var(--bg-card) 58%);border:1px solid rgba(212,168,90,.20);border-radius:18px;box-shadow:0 3px 10px rgba(0,0,0,.24);}
.settings-login-card:after{content:"\f255";position:absolute;right:-8px;top:-14px;font-family:"Remix";font-size:84px;line-height:1;color:rgba(212,168,90,.08);transform:rotate(-8deg);pointer-events:none;}
.settings-login-card>b{display:block;color:var(--text-primary);font-size:18px;font-weight:700;margin-bottom:6px;}
.settings-login-card>p{color:var(--text-secondary);font-size:13px;line-height:1.5;margin-bottom:14px;}
.setting-row-static{display:flex;align-items:center;justify-content:space-between;padding:13px 14px;background:var(--bg-card);border:1px solid rgba(255,255,255,.08);border-radius:14px;}
.setting-row-static span{color:var(--text-secondary);font-size:14px;}
.setting-row-static b{color:var(--text-muted);font-size:13px;font-weight:600;font-variant-numeric:tabular-nums;}
.sub-page[data-page="settings"] .sub-tip:empty{display:none;}
/* 反馈体系：按钮加载态 */
.is-btn-loading{position:relative;pointer-events:none;opacity:.75;}
.is-btn-loading:after{content:"";display:inline-block;width:14px;height:14px;margin-left:8px;vertical-align:-2px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:pay-spin .7s linear infinite;}
.sub-tip.is-error{color:#FF8A80;}
@media (prefers-reduced-motion:reduce){.is-btn-loading:after{animation-duration:1.4s;}}
.video-comment-meta button,.post-comment-meta button,.short-comment-meta button,.short-comment-actions button{min-height:32px;padding:4px 6px;margin:-4px -2px;}
.video-replies-toggle,.post-replies-toggle,.post-reply-list>button{min-height:32px;}
.video-card-actions button{height:32px;}
.player-head button{height:32px;border-radius:16px;}
.history-remove{width:32px;height:32px;}
.history-remove:before{left:10px;top:10px;}
.history-remove:after{left:9px;top:8px;}
.message-delete{width:32px;height:32px;}
.message-delete:before,.message-delete:after{left:10px;top:15px;}
.mine-id,.mine-invite{margin-top:6px;color:var(--text-muted);}
.mine-invite b{letter-spacing:.6px;}
/* 页脚：给功能区收尾 */
.mine-footer{color:var(--text-hint);font-size:11px;letter-spacing:.8px;text-align:center;padding:4px 0 12px;}
/* 排版体系（归一后微调）：正文 400 / 强调 600 / 数字与大标题 700 */
.metric-card b,.mine-ticket-item b,.vip-package-card strong,.record-card strong,.vip-pay-summary strong,.order-card strong{font-weight:700;}
.mine-name,.section-head h3,.dating-header h2,.sub-header h2,.favorite-header h2,.history-header h2,.message-header h2,.community-header h2,.vip-header h2,.order-header h2,.record-header h2{font-weight:700;}
.auth-submit,.setting-btn.primary,.mine-vip-top button{font-weight:700;}
/* 复制邀请码按钮触控热区（原 16px 过小） */
.mine-invite button{width:28px;height:28px;vertical-align:-9px;margin-left:2px;}
/* 吃瓜列表页 */
body:has(.mobile-app.is-tab-gossip){scrollbar-width:none;}
body:has(.mobile-app.is-tab-gossip)::-webkit-scrollbar{display:none;}
@keyframes gossip-action-spin{to{transform:rotate(360deg);}}

/* Flutter App 页面样式 */
/* 全局框架 */
html{background:#EFE8DB;-webkit-text-size-adjust:100%;text-size-adjust:100%;}
body{color:var(--app-ink);font:var(--app-font-body)/1.4 "Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;background:#EFE8DB;}
button,input,textarea,select{color:inherit;font-family:inherit;}
button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid rgba(169,133,63,.42);outline-offset:2px;}
.app-shell{position:relative;left:calc(50vw - 50%);max-width:430px;min-height:100%;margin:0 auto;background:var(--app-page-bg);box-shadow:0 0 0 1px rgba(169,133,63,.08),0 24px 70px rgba(74,56,32,.10);}
.page-main{padding:0 0 18px;}
.is-tab-home .brand-mark{width:36px;height:36px;background:radial-gradient(circle at 23% 78%,#D4A85A 0 1.5px,transparent 1.7px),radial-gradient(circle at 88% 40%,#D4A85A 0 1px,transparent 1.2px);border:0;box-shadow:none;}
.is-tab-home .brand-mark:before{width:28px;height:28px;background:radial-gradient(circle,#FFF 0 31%,#FFF4DA 34%,transparent 36%),radial-gradient(circle,transparent 0 40%,rgba(212,168,90,.58) 42%,rgba(255,255,255,.82) 44%,transparent 46%),linear-gradient(135deg,rgba(255,255,255,.92),#D4A85A 58%,#D4A85A);border:0;border-radius:50%;box-shadow:0 2px 7px rgba(212,168,90,.28);}
.is-tab-home .brand-mark:after{top:13px;left:15px;border-left:8px solid #D4A85A;border-top:5px solid transparent;border-bottom:5px solid transparent;}
.is-tab-home .brand-mark>span{top:2px;right:1px;width:9px;height:9px;background:transparent;border-radius:0;}
.is-tab-home .brand-mark>span:before{content:"";position:absolute;top:0;left:4px;width:1.5px;height:9px;background:#D4A85A;border-radius:2px;}
.is-tab-home .brand-mark>span:after{content:"";position:absolute;top:4px;left:0;width:9px;height:1.5px;background:#D4A85A;border-radius:2px;}
.home-tabs{position:relative;top:auto;display:flex;align-items:center;justify-content:flex-start;gap:0;height:54px;overflow:hidden;padding:0 0 0 12px;background:#F5F5F3;backdrop-filter:none;z-index:4;}
.home-tab-scroll{display:flex;align-items:center;min-width:0;height:54px;gap:22px;flex:1;padding-right:8px;overflow-x:auto;scrollbar-width:none;}.home-tab-scroll::-webkit-scrollbar{display:none;}
.home-tabs .home-tab:not(.is-active):not(.grid-entry){display:flex;}
.home-tab{height:54px;color:#2A2A2A;font-size:16px;font-weight:500;}
.home-tab.is-active{color:#E3B459;font-weight:700;}
.home-tab.is-active:after{bottom:9px;width:22px;height:3px;background:#E3B459;box-shadow:none;}
.grid-entry{margin-left:0;}
.grid-entry:before{content:"";width:22px;height:22px;color:#E3B459;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='14' y='3' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='3' y='14' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='14' y='14' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/22px 22px no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='14' y='3' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='3' y='14' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3Crect x='14' y='14' width='7' height='7' rx='2' fill='none' stroke='black' stroke-width='2'/%3E%3C/svg%3E") center/22px 22px no-repeat;}
.search-wrap{background:transparent;}
.search-input{color:var(--app-ink);background:var(--app-card);border:1px solid var(--app-card-border);}
.search-btn{color:#5C4118;background:var(--app-gold-gradient);box-shadow:var(--app-gold-shadow);}
.banner-item{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:10px;box-shadow:0 6px 14px rgba(74,56,32,.10);}
.announce{color:var(--app-text-secondary);background:linear-gradient(135deg,rgba(198,161,91,.13),rgba(58,142,127,.06),var(--app-card));border:1px solid var(--app-card-border);border-radius:14px;}
.announce:before{color:var(--app-gold);}
.continue-card,.metric-card{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:18px;box-shadow:var(--app-shadow);}
.continue-icon,.metric-card span{background:rgba(198,161,91,.13);}
.continue-icon:before,.metric-card span:before{color:var(--app-gold);}
.continue-main b,.metric-card b{color:var(--app-ink);}
.continue-main em{color:var(--app-text-secondary);}
.continue-main small,.progress-text,.metric-card em{color:var(--app-text-muted);}
.progress-line{background:var(--app-divider);}
.progress-line i{background:var(--app-gold);}
.top-card-row{grid-template-columns:minmax(0,5fr) minmax(0,3fr);}
.continue-card,.metric-stack,.metric-card{min-width:0;}
.continue-card{display:block;padding:12px;overflow:hidden;}
.continue-main{width:100%;height:100%;}
.continue-head{position:relative;display:block;height:32px;margin-bottom:10px;}
.continue-head .continue-icon{position:absolute;top:0;left:0;}
.continue-head b{position:absolute;top:50%;right:0;left:39px;min-width:0;line-height:1.1;margin:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transform:translateY(-50%);}
.continue-main em,.continue-main small{display:block;width:100%;min-width:0;}
.continue-main small{margin-bottom:0;}
.continue-progress{display:flex;align-items:center;gap:6px;margin-top:auto;}
.continue-progress .progress-line{width:auto;min-width:0;flex:1;}
.continue-progress .progress-text{flex-shrink:0;align-self:auto;margin-top:0;}
.metric-card b,.metric-card em{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.video-wide-card h4,.novel-grid-card h4{color:var(--app-ink);}
.video-wide-card p,.novel-grid-card p{color:var(--app-text-muted);}
.app-ad-strip-item{position:relative;display:block;height:auto;min-height:0;aspect-ratio:5;font-size:0;flex:0 0 100%;scroll-snap-align:start;background:var(--app-card);border:0;border-radius:5px;box-shadow:none;overflow:hidden;}
.app-ad-strip-item:after{content:"";position:absolute;right:0;bottom:0;left:0;height:20px;background:linear-gradient(to bottom,transparent,rgba(0,0,0,.28));pointer-events:none;}
.app-ad-strip-item img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;}
.app-ad-strip-item .media-cover-placeholder{display:block;width:100%;height:100%;aspect-ratio:5;}

/* 底部导航：统一沿用 Flutter BottomTabBar 的图标与选中状态 */
.bottom-nav{position:fixed;left:0;right:0;bottom:0;display:flex;width:auto;max-width:430px;height:calc(58px + env(safe-area-inset-bottom));gap:0;margin:0 auto;padding:0 0 env(safe-area-inset-bottom);background:var(--app-card);border-top:1px solid #EFECE5;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;transform:none;z-index:50;}
.nav-item{position:relative;display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:0;min-width:0;height:58px;color:var(--app-text-faint);font-size:10px;background:transparent;border:0;}
.nav-item em{font-size:10px;font-weight:400;line-height:12px;margin-bottom:3px;}
.nav-item.is-active{color:var(--app-gold);background:transparent;}
.nav-item.is-active em{font-weight:700;}
.nav-ico,.nav-item.is-active .nav-ico{width:21px;height:21px;margin-bottom:4px;background:transparent;border:0;border-radius:0;box-shadow:none;}
.nav-ico:before{font-size:21px;}
.nav-ico.home:before{content:"\ee1d";}
.nav-item.is-active .nav-ico.home:before{content:"\ee1c";}
.nav-ico.play:before{content:"\f009";}
.nav-item.is-active .nav-ico.play:before{content:"\f008";}
.nav-ico.movie:before{content:"\ef81";}
.nav-item.is-active .nav-ico.movie:before{content:"\ef80";}
.nav-ico.gossip:before{content:"\ed33";}
.nav-item.is-active .nav-ico.gossip:before{content:"\ed32";}
.nav-ico.book:before{content:"\ead3";}
.nav-item.is-active .nav-ico.book:before{content:"\ead2";}
.nav-ico.user:before{content:"\f256";}
.nav-item.is-active .nav-ico.user:before{content:"\f255";}
.nav-ico.live:before{content:"\f288";}
.nav-item:after{content:"";width:14px;height:3px;background:transparent;border-radius:2px;}
.nav-item.is-active:after{background:var(--app-bar-gradient);}
.app-video-module-title h3{color:var(--app-ink);}
.app-video-module-title button{color:var(--app-text-muted);}

.app-shell .media-cover-placeholder{position:relative;background:linear-gradient(135deg,rgba(212,168,90,.30),rgba(238,205,130,.20));}.app-shell .media-cover-placeholder:before{content:"";position:absolute;left:50%;top:50%;width:28px;height:22px;border:2px solid rgba(255,255,255,.34);border-radius:4px;transform:translate(-50%,-50%);}.app-shell .media-cover-placeholder:after{content:"";position:absolute;left:50%;top:50%;width:12px;height:12px;background:transparent;border-left:2px solid rgba(255,255,255,.28);border-top:2px solid rgba(255,255,255,.28);animation:none;transform:translate(-45%,0) rotate(45deg);}
.short-topbar{background:linear-gradient(to bottom,rgba(0,0,0,.52),transparent);}
.short-tab{display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.62);text-decoration:none;}
.short-tab.is-active{color:#FFF;}
.short-topbar{height:calc(60px + env(safe-area-inset-top));padding:calc(8px + env(safe-area-inset-top)) 12px 8px;}
.short-tab{font-size:16px;font-weight:400;}
.short-tab.is-active{font-size:17px;font-weight:700;}
.short-tab.is-active:after{bottom:3px;width:22px;background:var(--app-gold-gradient);}
@keyframes short-refresh-spin{to{transform:rotate(360deg);}}
/* 短视频评论弹层 */
.short-comment-mask{background:rgba(28,25,21,.54);}
.short-comment-panel{--short-comment-height:55dvh;position:relative;width:100%;max-width:430px;height:var(--short-comment-height);min-height:40dvh;max-height:85dvh;color:var(--app-ink);padding:0;background:#FFF;border:1px solid var(--app-card-border);border-bottom:0;border-radius:20px 20px 0 0;box-shadow:0 -12px 40px rgba(74,56,32,.16);overflow:hidden;}
.short-comment-handle{align-self:center;width:40px;height:4px;flex:0 0 4px;margin:12px 0 4px;background:rgba(156,147,132,.35);border-radius:2px;touch-action:none;}
.short-comment-title{height:40px;flex:0 0 40px;padding:0 16px;}
.short-comment-title strong{color:var(--app-ink);font-size:14px;font-weight:600;}
.short-comment-status{position:absolute;top:50%;left:50%;display:none;align-items:center;color:var(--app-text-muted);font-size:13px;line-height:1;transform:translate(-50%,-50%);z-index:2;}
.short-comment-status.is-show{display:flex;}
.short-comment-toggle.is-expanded:after{content:"\ea78";}
.short-comment-replies{margin-top:0;padding-left:0;}
.short-reply-bar{height:34px;flex:0 0 34px;color:var(--app-text-secondary);margin:0 12px 8px;padding:0 10px;background:#F7F1E1;border-radius:12px;}
.short-reply-bar[hidden]{display:none;}
.short-reply-bar button{color:var(--app-gold);}
.short-emoji-panel{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;flex:0 0 auto;padding:8px 12px calc(12px + env(safe-area-inset-bottom));background:#FFF;border-top:1px solid var(--app-divider);}
.short-emoji-panel[hidden]{display:none;}
.short-emoji-panel button{height:38px;font-size:23px;background:#F8F5EE;border:0;border-radius:10px;}
.short-community-popup{color:var(--app-ink);background:var(--app-card);border-color:var(--app-card-border);box-shadow:var(--app-shadow);}.short-community-popup button{color:var(--app-gold);font-weight:700;background:rgba(169,133,63,.10);}.short-community-popup button:active{background:rgba(169,133,63,.16);}
.short-community-card,.community-post-card{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}
.short-community-card{display:block;margin:0 0 14px;padding:16px 16px 12px;background:var(--app-card);border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}
.short-community-author{display:flex;align-items:center;gap:11px;margin-bottom:12px;}.short-community-avatar{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:0 0 44px;background:radial-gradient(circle at 30% 24%,#E7CD8E,#B08D4A);border:2px solid #FFF;border-radius:50%;box-shadow:0 2px 6px rgba(40,32,16,.12);overflow:hidden;}.short-community-avatar img{width:100%;height:100%;object-fit:cover;}.short-community-avatar>span{color:#FFF;font-size:16px;font-weight:800;}.short-community-author>div{min-width:0;flex:1;}.short-community-author>div>div{display:flex;align-items:center;gap:8px;}.short-community-author>div>div>a{color:var(--app-ink);font-size:15px;font-weight:600;text-decoration:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}.short-community-author>div>div>i{color:#C05C3A;font-size:10px;font-style:normal;font-weight:600;padding:2px 6px;background:#FBEDE4;border-radius:999px;}.short-community-author p{display:flex;align-items:center;color:var(--app-text-muted);font-size:12px;line-height:1;margin-top:3px;}.short-community-location{display:inline-flex;align-items:center;color:var(--app-gold);margin-left:6px;}.short-community-location:before{content:"·";color:var(--app-text-muted);margin-right:6px;}.short-community-location i{position:relative;width:12px;height:12px;font-style:normal;margin-right:2px;}.short-community-location i:before{content:"\ef09";position:absolute;inset:0;font-family:"Remix";font-size:12px;line-height:12px;}
.short-community-message{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:29px;color:var(--app-gold);font-size:var(--app-font-subtitle);font-weight:600;padding:0 14px;background:rgba(198,161,91,.13);border:1px solid rgba(169,133,63,.2);border-radius:999px;}.short-community-message span:before{content:"\eb50";font-family:"Remix";font-size:13px;line-height:1;}
.short-community-body{display:block;color:var(--app-ink);text-decoration:none;}.short-community-body>p{font-size:15px;line-height:1.55;white-space:pre-wrap;word-break:break-word;margin:0 1px;}.short-community-topic{display:inline-flex;color:var(--app-gold);font-size:12px;margin-top:8px;padding:3px 10px;background:rgba(198,161,91,.13);border:1px solid rgba(169,133,63,.2);border-radius:999px;}
.short-community-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:12px;}.short-community-images.one{grid-template-columns:minmax(0,220px);}.short-community-images.two{grid-template-columns:repeat(2,minmax(0,140px));}.short-community-images span{display:block;aspect-ratio:1;background:#F8F5EE;border-radius:12px;overflow:hidden;}.short-community-images.one span{aspect-ratio:4/3;}.short-community-images img{display:block;width:100%;height:100%;object-fit:cover;}
.short-community-actions{display:flex;align-items:center;gap:36px;margin-top:12px;padding:10px 2px 0;border-top:1px solid var(--app-divider);}.short-community-action{display:inline-flex;align-items:center;gap:6px;height:22px;color:#A29A88;font-size:13px;text-decoration:none;padding:0;background:transparent;border:0;}.short-community-action span{position:relative;width:17px;height:17px;}.short-community-action span:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:17px;line-height:1;}.short-community-action.like span:before{content:"\ee0a";}.short-community-action.comment span:before{content:"\eb50";}.short-community-action.share span:before{content:"\f0fc";}.short-community-action em{font-style:normal;}.short-community-action.like.is-liked{color:var(--app-rose-end);}.post-add-image.is-uploading{opacity:.55;}
/* 发帖成功提示 */
.layui-layer.xlink-layer-msg{width:fit-content!important;min-width:0!important;max-width:calc(100vw - 48px);background:linear-gradient(135deg,#FFF,#FFF6DF);border:1px solid rgba(126,82,20,.42);border-radius:18px!important;box-shadow:0 3px 10px rgba(28,25,21,.14),0 16px 40px rgba(28,25,21,.24);overflow:hidden;}.layui-layer.xlink-layer-msg .layui-layer-content{display:flex;align-items:center;min-height:64px;color:var(--app-ink);font-size:14px;font-weight:500;line-height:1.5;padding:14px 18px!important;border-radius:inherit;}.layui-layer.xlink-layer-msg .layui-layer-ico{position:relative!important;top:auto!important;left:auto!important;width:28px;height:28px;flex:0 0 28px;margin-right:12px;background:rgba(169,133,63,.10)!important;border:2px solid var(--app-gold);border-radius:50%;box-shadow:0 2px 7px rgba(28,25,21,.12);}.layui-layer.xlink-layer-msg .layui-layer-ico:after{content:"";position:absolute;top:4px;left:8px;width:8px;height:13px;border-right:2px solid var(--app-gold);border-bottom:2px solid var(--app-gold);transform:rotate(45deg);}#postCreateTips.is-success{color:var(--app-success);}
.post-location-sheet[hidden]{display:none!important;}.post-location-sheet{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;z-index:120;}.post-sheet-mask{position:absolute;inset:0;width:100%;height:100%;background:rgba(28,25,21,.32);border:0;}.post-location-sheet>div{position:relative;width:100%;max-width:430px;padding:8px 16px calc(20px + env(safe-area-inset-bottom));background:#FFF;border-radius:24px 24px 0 0;box-shadow:0 -10px 32px rgba(28,25,21,.14);}.post-location-sheet header{display:flex;align-items:center;justify-content:space-between;height:46px;}.post-location-sheet h3{font-size:17px;font-weight:700;}.post-location-sheet header button{height:32px;color:var(--app-gold);font-size:13px;font-weight:600;padding:0 12px;background:rgba(198,161,91,.13);border:0;border-radius:16px;}.post-location-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:8px 0;}.post-location-list button{height:40px;color:var(--app-ink);font-size:13px;background:var(--app-page-bg);border:1px solid var(--app-card-border);border-radius:10px;}.post-location-list button.is-active{color:#FFF;font-weight:600;background:var(--app-gold-gradient);border-color:transparent;}
.dating-card.is-selected{box-shadow:inset 0 0 0 2px var(--app-rose-end);}
.dating-selected-heart{background:rgba(28,25,21,.28);}
.dating-selected-heart:before{color:#F8607B;font-size:32px;text-shadow:0 0 12px rgba(255,255,255,.45);}
.dating-start-btn{display:flex;align-items:center;justify-content:center;gap:9px;width:calc(100% - 12px);height:54px;color:#FFF;font-size:16px;font-weight:800;line-height:1;margin:14px auto 0;background:var(--app-rose-gradient);border-radius:999px;box-shadow:0 8px 20px rgba(240,67,95,.30);white-space:nowrap;overflow:hidden;}
.dating-start-btn>span{position:relative;width:18px;height:18px;flex:0 0 18px;margin:0;}
.dating-start-btn>span:before{font-size:18px;}
.dating-start-btn>strong{font-weight:800;letter-spacing:1px;}
.dating-start-btn>em{flex:0 0 auto;font-size:11px;font-weight:600;line-height:1;padding:4px 9px;margin:0;}
.rank-book-cover{width:60px;height:88px;flex:0 0 60px;aspect-ratio:auto;background:var(--app-card);border-radius:4px;overflow:hidden;}
.rank-book-cover>.media-cover{display:block;width:100%;max-width:100%;height:100%;aspect-ratio:auto;object-fit:cover;border-radius:4px;}
.mine-id,.mine-invite{color:var(--app-text-muted);}
.mine-invite{display:inline-flex;align-items:center;padding:4px 9px;background:rgba(255,255,255,.55);border:1px solid rgba(169,133,63,.10);border-radius:999px;}
.mine-invite b,.mine-invite button:before{color:var(--app-gold);}
.mine-footer{color:var(--app-text-faint);}

/* 通用子页面 */
.sub-page,.favorite-page,.history-page,.message-page,.community-page,.vip-page,.order-page,.record-page,.conversation-page,.download-page,.detail-page{min-height:100vh;color:var(--app-ink);background:var(--app-hero-gradient);}
.sub-header,.favorite-header,.history-header,.message-header,.community-header,.vip-header,.order-header,.record-header{background:rgba(246,244,240,.92);border-bottom:1px solid var(--app-tab-line);backdrop-filter:blur(10px);}
.sub-header h2,.favorite-header h2,.history-header h2,.message-header h2,.community-header h2,.vip-header h2,.order-header h2,.record-header h2{color:var(--app-ink);font-size:var(--app-font-page);font-weight:700;text-align:center;}
.favorite-card,.history-card,.message-card,.service-card,.faq-card,.order-card,.record-card,.conversation-card,.community-card,.vip-package-card,.settings-login-card,.setting-list{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}
.favorite-info h3,.history-info h3,.message-info h3,.service-card h3,.faq-card h3,.order-card h3,.record-card h3,.conversation-main h3{color:var(--app-ink);}
.favorite-info p,.history-info p,.message-info p,.service-card p,.faq-card p,.order-card p,.record-card p,.conversation-main p,.sub-tip{color:var(--app-text-secondary);}
.setting-item,.setting-row-static{background:var(--app-card);border-color:var(--app-card-border);}
.setting-item span,.setting-row-static span{color:var(--app-text-secondary);}
.setting-item input,.setting-item textarea{color:var(--app-ink);background:#FBF9F4;border-color:var(--app-card-border);}
.setting-btn.primary,.auth-submit,.video-comment-more{color:#5C4118;background:var(--app-gold-gradient);box-shadow:var(--app-gold-shadow);}

/* 浅色页面加载骨架 */
#bannerTrack:empty:before,#homeVideoList:empty:before,#homeVideoList:empty:after,#homeNovelList:empty:before,#homeNovelList:empty:after,#homeAudioNovelList:empty:before,#homeAudioNovelList:empty:after,#novelList:empty:before,#novelList:empty:after,#videoNavGrid:empty:before,#videoNavGrid:empty:after,#videoModuleList:empty:before,#novelRankList:empty:before,#novelRankList:empty:after,#datingGrid:empty:before,#datingGrid:empty:after,#searchHotList:empty:before,#searchHotList:empty:after,#topicList:empty:before,#topicList:empty:after,#discoverList:empty:before,#discoverList:empty:after,#downloadList:empty:before,#downloadList:empty:after,#rankPageList:empty:before,#rankPageList:empty:after,#faqList:empty:before,#faqList:empty:after{background:linear-gradient(120deg,#EEECE7 60%,#F8F6F1 78%,#EEECE7 92%);border-color:var(--app-card-border);}
#quickGrid:empty:before{background:radial-gradient(circle 28px at 10% 28px,#EEECE7 97%,transparent),radial-gradient(circle 28px at 30% 28px,#EEECE7 97%,transparent),radial-gradient(circle 28px at 50% 28px,#EEECE7 97%,transparent),radial-gradient(circle 28px at 70% 28px,#EEECE7 97%,transparent),radial-gradient(circle 28px at 90% 28px,#EEECE7 97%,transparent),linear-gradient(#EEECE7,#EEECE7) calc(10% + 0px) 66px/38px 10px no-repeat,linear-gradient(#EEECE7,#EEECE7) calc(30% + 0px) 66px/38px 10px no-repeat,linear-gradient(#EEECE7,#EEECE7) calc(50% + 0px) 66px/38px 10px no-repeat,linear-gradient(#EEECE7,#EEECE7) calc(70% + 0px) 66px/38px 10px no-repeat,linear-gradient(#EEECE7,#EEECE7) calc(90% + 0px) 66px/38px 10px no-repeat;background-repeat:no-repeat;}
.page-home{background:var(--app-hero-gradient);}
.home-content{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}
.home-content:before{color:rgba(169,133,63,.45);}
.home-content .text-secondary{color:var(--app-text-secondary);}
.player-mask,.detail-mask,.short-comment-mask,.auth-mask,.reader-mask,.audio-mask{background:rgba(28,25,21,.54);}
.player-panel,.detail-panel,.short-comment-panel,.auth-panel,.audio-panel{background:var(--app-card);border:1px solid var(--app-card-border);box-shadow:0 -12px 40px rgba(74,56,32,.16);}
.player-head button{color:var(--app-text-secondary);background:#FBF9F4;border:1px solid var(--app-card-border);}
.detail-vip-gate{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 12px;}.detail-vip-gate>b,.detail-vip-gate>p{grid-column:1;min-width:0;}.detail-vip-gate>button{grid-column:2;grid-row:1/3;white-space:nowrap;}.detail-vip-gate>button+button{grid-row:auto;}
/* 视频详情VIP解锁弹窗 */
body.is-video-vip-open{overflow:hidden;}
@keyframes video-vip-fade-in{from{opacity:0;}to{opacity:1;}}
@keyframes video-vip-sheet-in{from{transform:translateY(28px);}to{transform:translateY(0);}}
@keyframes video-vip-shine{0%,58%{left:-42%;}82%,100%{left:112%;}}
.app-page-header{position:sticky;top:0;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;width:100%;height:56px;padding:0 12px;background:rgba(246,244,240,.94);border-bottom:1px solid var(--app-tab-line);backdrop-filter:blur(12px);z-index:20;}
.app-page-header h2{color:var(--app-ink);font-size:var(--app-font-page);font-weight:600;text-align:center;}
.app-page-header>a:first-child{position:relative;width:40px;height:40px;border-radius:20px;}
.app-page-header>a:first-child:before{content:"\ea64";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--app-ink);font-family:"Remix";font-size:22px;line-height:1;}
.app-page-service{position:relative;width:40px;height:40px;border-radius:20px;}.app-page-service:before{content:"\eb39";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--app-ink);font-family:"Remix";font-size:21px;line-height:1;}
.help-block{margin-top:24px;}.help-block[hidden]{display:none;}.help-block>h3{color:var(--app-text-muted);font-size:13px;font-weight:500;margin-bottom:10px;}
.help-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;}.help-quick-grid button{display:flex;align-items:center;flex-direction:column;min-width:0;color:var(--app-text-secondary);font-size:12px;padding:14px 4px;background:var(--app-card);border:1px solid var(--app-card-border);border-radius:14px;}.help-quick-grid i{position:relative;width:38px;height:38px;margin-bottom:8px;background:rgba(198,161,91,.14);border-radius:12px;}.help-quick-grid i:before{content:"\ed46";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--app-gold);font-family:"Remix";font-size:20px;line-height:1;}
.help-question-list,.help-category{background:var(--app-card);border:1px solid var(--app-card-border);border-radius:14px;box-shadow:var(--app-shadow);overflow:hidden;}.help-question-list .help-question{border-bottom:1px solid var(--app-divider);}.help-question-list .help-question:last-child{border-bottom:0;}
.help-question summary{position:relative;display:flex;align-items:center;min-height:52px;color:var(--app-ink);cursor:pointer;font-size:14px;padding:12px 42px 12px 16px;list-style:none;}.help-question summary::-webkit-details-marker{display:none;}.help-question summary i:before{content:"\ea4e";position:absolute;right:16px;top:50%;color:var(--app-text-faint);font-family:"Remix";font-size:18px;line-height:1;transform:translateY(-50%);transition:transform .2s;}.help-question[open] summary i:before{transform:translateY(-50%) rotate(180deg);}.help-question p{color:var(--app-text-secondary);font-size:13px;line-height:1.7;padding:0 16px 16px;white-space:pre-line;}.help-empty,.help-status{color:var(--app-text-muted);font-size:13px;text-align:center;padding:30px 12px;background:var(--app-card);border:1px solid var(--app-card-border);border-radius:14px;}.help-status{margin-top:20px;}.help-status[hidden]{display:none;}
.app-text-body{padding:16px 12px 40px;}.novel-detail-hero{position:relative;height:200px;background:#2B2722;overflow:hidden;}.novel-detail-hero>img{display:block;width:100%;height:100%;object-fit:cover;filter:blur(12px);opacity:.72;transform:scale(1.12);}.novel-detail-hero>span{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.42),var(--app-page-bg));}.novel-detail-cover{position:relative;width:100px;height:140px;flex:0 0 100px;background:var(--app-card);border-radius:8px;box-shadow:4px 6px 12px rgba(0,0,0,.24);overflow:hidden;}.novel-detail-cover>img{display:block;width:100%;height:100%;object-fit:cover;}.novel-detail-cover>i{position:absolute;top:0;left:0;color:#FFF;font-size:10px;font-style:normal;font-weight:700;padding:3px 7px;background:var(--app-gold-gradient);border-radius:8px 0 8px 0;}.novel-detail-stats{display:flex;gap:12px;flex-wrap:wrap;margin-top:12px;}.novel-detail-stats span{color:var(--app-text-muted);font-size:12px;}.novel-detail-stats span:first-child{color:var(--app-gold);}.novel-chapter-head{display:flex;align-items:center;justify-content:space-between;padding:16px 2px 10px;}.novel-chapter-head span{color:var(--app-text-muted);font-size:13px;}.novel-chapter-head button{color:var(--app-gold);font-size:13px;background:transparent;border:0;}

/* Flutter 登录与注册 */
.auth-mask{background:rgba(28,25,21,.54);backdrop-filter:blur(6px);}.auth-panel{width:min(430px,100%);height:100vh;color:var(--app-ink);padding:18px 20px 42px;background:var(--app-page-bg);border:0;box-shadow:none;}.auth-panel:before{top:-150px;width:430px;height:430px;background:radial-gradient(circle,rgba(238,205,130,.34),rgba(238,205,130,0) 68%);}.auth-back{width:44px;height:44px;background:var(--app-card);border:1px solid var(--app-card-border);border-radius:14px;box-shadow:var(--app-shadow);}.auth-back:before{color:var(--app-ink);}.auth-logo{margin:16px 0 28px;}.auth-logo .brand-mark{width:72px;height:72px;margin-bottom:12px;background:rgba(198,161,91,.13);border:1px solid rgba(169,133,63,.2);}.auth-logo .brand-mark:before{width:42px;height:42px;border-color:var(--app-gold);}.auth-logo .brand-mark:after{border-left-color:var(--app-gold);}.auth-logo h1,.auth-logo h2{color:var(--app-ink);font-size:26px;font-weight:800;background:none;-webkit-text-fill-color:currentColor;}.auth-logo p{color:var(--app-text-secondary);}.auth-tabs{display:none;}.auth-field{height:52px;margin-bottom:16px;padding:0 14px;background:var(--app-card);border:1px solid var(--app-card-border);border-radius:16px;box-shadow:0 3px 12px rgba(74,56,32,.04);}.auth-field:focus-within{border-color:var(--app-gold);box-shadow:0 0 0 3px rgba(169,133,63,.1);}.auth-field input{height:48px;color:var(--app-ink);background:transparent;}.auth-field input::placeholder{color:var(--app-text-faint);}.auth-ico{color:var(--app-gold);}.auth-eye:before{color:var(--app-text-faint);}.auth-eye.is-show:before{color:var(--app-gold);}.auth-forgot{color:var(--app-gold);}.auth-strength{background:rgba(198,161,91,.06);border:1px solid var(--app-card-border);}.auth-strength span{background:var(--app-divider);}.auth-strength span.is-on{background:var(--app-gold);}.auth-strength em{color:var(--app-text-muted);}.auth-submit{color:#5C4118;background:var(--app-gold-gradient);box-shadow:var(--app-gold-shadow);}.auth-agree{color:var(--app-text-muted);}.auth-agree span{background:var(--app-card);border:1px solid #D8D1C4;}.auth-agree input:checked+span{background:var(--app-gold);border-color:var(--app-gold);}.auth-agree a{color:var(--app-gold);}.auth-switch{color:var(--app-text-secondary);background:var(--app-card);border:1px solid var(--app-card-border);box-shadow:var(--app-shadow);}.auth-logout{color:var(--app-error);background:rgba(229,57,53,.06);border-color:rgba(229,57,53,.18);}.account-auth-page{min-height:100vh;background:var(--app-page-bg);}.account-auth-panel{min-height:100vh;height:auto;margin:0 auto;}.account-auth-panel .auth-strength{display:flex;}.account-auth-panel .auth-switch{text-align:center;text-decoration:none;}
/* Flutter 登录页精确布局 */
body.auth-page-open{overflow:hidden;}.auth-mask{background:rgba(28,25,21,.42);backdrop-filter:none;}.auth-panel{padding:calc(env(safe-area-inset-top) + 10px) 20px 40px;background:var(--app-page-bg);}.auth-panel:before{display:none;}.auth-logo-mark{display:block;width:72px;height:72px;margin-bottom:12px;overflow:visible;}.auth-logo h2{font-size:26px;font-weight:800;line-height:1.2;}.auth-logo p{font-size:14px;line-height:1.2;margin-top:4px;}.auth-mask.is-login .auth-field{height:54px;padding:0 16px;background:rgba(255,255,255,.86);border:1.1px solid var(--app-card-border);border-radius:14px;box-shadow:0 6px 12px rgba(0,0,0,.10);}.auth-mask.is-login .auth-field:focus-within{border-color:var(--app-gold);box-shadow:0 6px 12px rgba(0,0,0,.10),0 4px 16px rgba(169,133,63,.12);}.auth-mask.is-login .auth-field input{height:52px;font-size:15px;}.auth-mask.is-login .auth-password-field{margin-bottom:12px;}.auth-mask.is-login .auth-ico{color:var(--app-text-muted);}.auth-mask.is-login .auth-field:focus-within .auth-ico{color:var(--app-gold);}.auth-mask.is-login .auth-forgot{font-size:14px;line-height:20px;margin:0 0 32px auto;}.auth-mask.is-login .auth-error:empty{display:none;}.auth-mask.is-login .auth-error:not(:empty){min-height:20px;margin:-20px 0 12px;}.auth-mask.is-login .auth-submit{height:54px;font-size:17px;font-weight:700;letter-spacing:2px;border-radius:14px;}.auth-mask.is-login .auth-agree{gap:10px;margin-top:20px;font-size:13px;line-height:1.5;}.auth-mask.is-login .auth-agree span{margin-top:2px;border-width:1.5px;}.auth-agree em{font-style:normal;}.auth-agree a{text-decoration:none;}.auth-mask.is-login .auth-switch{font-size:14px;font-weight:400;margin-top:40px;padding:14px 24px;border-radius:30px;}.auth-switch span{color:var(--app-text-secondary);}.auth-switch b{color:var(--app-gold);font-weight:600;}.auth-mask.is-login .auth-logout{display:none;}

/* 登录页-同步 Flutter 当前 AppColors */
.auth-panel{color:#121212;background:#F5F5F3;}.auth-back{background:#FFF;border-color:#E6E6E4;box-shadow:none;}.auth-back:before{color:#121212;font-size:22px;}.auth-logo h2{color:#121212;}.auth-logo p{color:#6B7176;}.auth-mask.is-login .auth-field{background:rgba(255,255,255,.86);border-color:#E6E6E4;}.auth-mask.is-login .auth-field:focus-within{border-color:#E3B459;box-shadow:0 6px 12px rgba(0,0,0,.10),0 4px 16px rgba(227,180,89,.12);}.auth-mask.is-login .auth-ico{color:#A0A4A8;}.auth-mask.is-login .auth-field:focus-within .auth-ico{color:#E3B459;}.auth-mask.is-login .auth-ico:before{font-size:22px;}.auth-mask.is-login .auth-eye:before{color:#A0A4A8;font-size:20px;}.auth-mask.is-login .auth-forgot,.auth-agree a,.auth-switch b{color:#E3B459;}.auth-mask.is-login .auth-submit{color:#17110A;background:#E3B459;box-shadow:0 8px 20px rgba(227,180,89,.14);}.auth-mask.is-login .auth-agree{color:#A0A4A8;}.auth-mask.is-login .auth-agree span{background:transparent;border-color:#A0A4A8;}.auth-mask.is-login .auth-agree input:checked+span{background:#E3B459;border-color:#E3B459;}.auth-mask.is-login .auth-switch{background:#FFF;border-color:#E6E6E4;box-shadow:none;}.auth-switch span{color:#6B7176;}
.auth-field input:focus,.auth-field input:focus-visible{outline:0;box-shadow:none;}
.account-auth-panel .auth-field:focus-within{border-color:var(--app-card-border);box-shadow:0 6px 12px rgba(0,0,0,.10);}.app-setting-select select{position:absolute;inset:0;width:100%;height:100%;cursor:pointer;opacity:0;}@keyframes change-password-spin{to{transform:rotate(360deg);}}.app-vip-pay-options{display:none;}
@keyframes invite-dot{0%,100%{box-shadow:0 0 0 0 rgba(230,178,92,.45);}50%{box-shadow:0 0 0 7px rgba(230,178,92,0);}}
@keyframes invite-loading{0%{transform:translateX(-110%);}100%{transform:translateX(245%);}}
body.is-novel-comment-open{overflow:hidden;}
@keyframes novel-comment-mask-in{from{opacity:0;}to{opacity:1;}}
@keyframes novel-comment-sheet-in{from{transform:translateY(100%);}to{transform:translateY(0);}}
body:has(.app-vip-page)>.app-shell{width:100vw;max-width:430px;}
body:has(.app-vip-page) .app-vip-bottom{max-width:430px;}
body:has(.app-vip-page) .app-vip-sheet-panel{width:min(430px,100%);}
.app-vip-hero.is-collapsed{height:56px;background:#F0E8D6;box-shadow:0 1px 0 rgba(169,133,63,.08);}
.app-vip-hero.is-collapsed>.vip-back{top:8px;}
.app-vip-hero.is-collapsed>.app-vip-brand,.app-vip-hero.is-collapsed>.app-vip-spark{opacity:0;visibility:hidden;}.banner-track.is-single-carousel{padding-right:12px;padding-left:12px;}.banner-track .slick-track{display:block;}.banner-track .slick-slide{height:auto;}.banner-track .slick-dots{position:absolute;right:0;bottom:16px;left:0;display:flex;align-items:center;justify-content:center;gap:5px;margin:0;padding:0;list-style:none;z-index:3;}.banner-track .slick-dots li{display:block;width:6px;height:6px;transition:width .2s;}.banner-track .slick-dots button{display:block;width:6px;height:6px;color:transparent;font-size:0;padding:0;background:rgba(255,255,255,.55);border:0;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:width .2s,background .2s;}.banner-track .slick-dots li.slick-active{width:18px;}.banner-track .slick-dots li.slick-active button{width:18px;background:#FFF;}
.novel-audio-disc{position:relative;display:flex;align-items:center;justify-content:center;width:258px;height:258px;background:repeating-radial-gradient(circle at center,#252628 0,#252628 2px,#111214 3px,#111214 5px);border:1px solid rgba(255,255,255,.30);border-radius:50%;box-shadow:0 18px 38px rgba(20,20,22,.28),inset 0 0 0 4px rgba(255,255,255,.04);overflow:hidden;}
.novel-audio-disc:before{content:"";position:absolute;inset:0;background:conic-gradient(from 10deg,transparent 0deg,rgba(255,255,255,.14) 34deg,transparent 78deg,rgba(227,180,89,.12) 150deg,transparent 202deg,rgba(255,255,255,.08) 278deg,transparent 330deg);}
.novel-audio-disc>img{position:relative;width:106px;height:106px;object-fit:cover;background:#EDEBE7;border:4px solid rgba(255,255,255,.80);border-radius:50%;box-shadow:0 3px 14px rgba(0,0,0,.26);z-index:2;}
.novel-audio-disc>i{position:absolute;top:50%;left:50%;width:18px;height:18px;background:#E3B459;border:4px solid #FDFCF9;border-radius:50%;box-shadow:0 2px 8px rgba(0,0,0,.22);transform:translate(-50%,-50%);z-index:3;}
@keyframes novel-audio-spin{to{transform:rotate(360deg);}}
@keyframes novel-audio-aurora-one{to{transform:translate3d(54px,34px,0) scale(1.10);}}
@keyframes novel-audio-aurora-two{to{transform:translate3d(-48px,42px,0) scale(.94);}}
.message-row-menu{position:relative;width:16px;height:36px;flex:0 0 16px;}
.message-row-menu>summary{position:relative;display:block;width:16px;height:36px;cursor:pointer;list-style:none;}
.message-row-menu>summary::-webkit-details-marker{display:none;}
.message-row-menu>summary>.message-row-arrow{position:absolute;top:10px;left:0;width:16px;height:16px;}
.message-row-menu>div{position:absolute;top:34px;right:-8px;width:112px;padding:5px;background:#FFF;border:1px solid var(--app-card-border);border-radius:10px;box-shadow:0 10px 26px rgba(48,39,24,.14);z-index:18;}
.message-row-menu>div form+form{border-top:1px solid var(--app-divider);}
.message-row-menu>div button{width:100%;height:34px;color:var(--app-text-secondary);font-size:13px;text-align:left;padding:0 8px;background:transparent;border:0;}
.message-row-menu>div button.is-danger{color:#C05C3A;}
.message-skeleton-panel{background:#FFF;border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);overflow:hidden;}
.message-skeleton-row{position:relative;display:flex;align-items:center;gap:13px;min-height:76px;padding:15px 16px;}
.message-skeleton-row+.message-skeleton-row:before{content:"";position:absolute;top:0;right:0;left:75px;height:1px;background:var(--app-divider);}
.message-skeleton-row>i{width:46px;height:46px;flex:0 0 46px;background:#EFEAE0;border-radius:50%;animation:message-pulse .9s ease-in-out infinite alternate;}
.message-skeleton-row>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:9px;}
.message-skeleton-row>span:before,.message-skeleton-row>span:after{content:"";display:block;height:12px;background:#EFEAE0;border-radius:6px;animation:message-pulse .9s ease-in-out infinite alternate;}
.message-skeleton-row>span:before{width:46%;}
.message-skeleton-row>span:after{width:72%;height:10px;}
@keyframes message-spin{to{transform:rotate(360deg);}}
@keyframes message-pulse{to{opacity:.48;}}
.service-section{width:calc(100% - 24px);margin:0 12px;padding:16px;background:#FFF;border:1px solid #E6E6E4;border-radius:16px;}
.service-section>h2,.service-section-head h2{display:flex;align-items:center;color:#121212;font-size:16px;font-weight:700;}
.service-section>h2>i,.service-section-head h2>i{width:4px;height:16px;margin-right:8px;background:#E3B459;border-radius:2px;}
.service-contact-row{display:flex;align-items:center;min-height:65px;padding:12px 0;border-bottom:1px solid #EEEEEC;}
.service-contact-row:last-child{border-bottom:0;}
.service-contact-row>i{position:relative;width:40px;height:40px;flex:0 0 40px;margin-right:12px;border-radius:10px;}
.service-contact-row>i:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:20px;line-height:1;}
.service-contact-row>i.email{background:rgba(224,116,144,.14);}
.service-contact-row>i.email:before{content:"\eef6";color:#D96C8A;}
.service-contact-row>i.telegram{background:rgba(0,136,204,.13);}
.service-contact-row>i.telegram:before{content:"\f1df";color:#0088CC;}
.service-contact-row>div{display:flex;min-width:0;flex:1;flex-direction:column;}
.service-contact-row span{color:#A0A4A8;font-size:12px;}
.service-contact-row b,.service-contact-row a{color:#121212;font-size:14px;font-weight:500;margin-top:2px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.service-contact-row button{color:#C18D29;font-size:12px;font-weight:500;padding:6px 12px;background:rgba(227,180,89,.12);border:0;border-radius:14px;}
.service-faq{margin-top:16px;margin-bottom:16px;}
.service-section-head{display:flex;align-items:center;justify-content:space-between;}
.service-section-head>a{display:flex;align-items:center;color:#A0A4A8;font-size:13px;}
.service-section-head>a>i:before{content:"\ea6e";font-family:"Remix";font-size:16px;line-height:1;}
.service-faq details{border-bottom:1px solid #EEEEEC;}
.service-faq details:last-of-type{border-bottom:0;}
.service-faq summary{display:flex;align-items:center;min-height:50px;color:#6B7176;cursor:pointer;font-size:14px;list-style:none;}
.service-faq summary::-webkit-details-marker{display:none;}
.service-faq summary>i:first-child:before{content:"\f044";color:#E3B459;font-family:"Remix";font-size:18px;line-height:1;}
.service-faq summary>span{min-width:0;flex:1;margin-left:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.service-faq summary>em:before{content:"\ea6e";color:#A0A4A8;font-family:"Remix";font-size:18px;font-style:normal;line-height:1;}
.service-faq details[open] summary>em:before{content:"\ea4e";}
.service-faq details>p{color:#6B7176;font-size:13px;line-height:1.7;padding:0 30px 14px;white-space:pre-line;}
.service-feedback{display:flex;align-items:center;gap:14px;width:calc(100% - 24px);margin:0 12px;padding:20px;background:linear-gradient(135deg,#FFF9EB,#F4E5BC);border:1px solid #E9DDBE;border-radius:16px;}
.service-feedback>i{position:relative;width:50px;height:50px;flex:0 0 50px;background:rgba(255,255,255,.62);border-radius:14px;}
.service-feedback>i:before{content:"\eea9";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#E3B459;font-family:"Remix";font-size:24px;line-height:1;}
.service-feedback>div{display:flex;min-width:0;flex:1;flex-direction:column;}
.service-feedback b{color:#121212;font-size:15px;font-weight:700;}
.service-feedback span{color:#8A8173;font-size:12px;margin-top:4px;}
.service-feedback em{color:#FFF;font-size:12px;font-style:normal;font-weight:600;padding:8px 14px;background:#E3B459;border-radius:16px;}
.help-quick-grid{margin-top:20px;}
.help-quick-grid button{color:#6B7176;padding:0;background:transparent;border:0;border-radius:0;}
.help-quick-grid i{width:56px;height:56px;margin-bottom:8px;background:rgba(227,180,89,.14);border-radius:16px;}
.help-quick-grid button:nth-child(2) i{background:rgba(90,120,180,.13);}
.help-quick-grid button:nth-child(3) i{background:rgba(85,166,109,.13);}
.help-quick-grid button:nth-child(4) i{background:rgba(217,108,138,.13);}
.help-quick-grid i:before{font-size:24px;}
.help-hot-block{margin-top:24px;}
.help-hot-block>h3{display:inline-flex;align-items:center;height:24px;color:#D84C4C;font-size:12px;font-weight:600;margin-bottom:10px;padding:0 10px;background:rgba(216,76,76,.1);border-radius:12px;}
.help-hot-block>h3>i:before{content:"\ed3c";font-family:"Remix";font-size:14px;line-height:1;margin-right:5px;}
.help-question summary{color:#121212;}
.help-question p{color:#6B7176;}
.help-status:empty{display:none;}
.app-page-header>a,.history-back,.favorite-back{position:relative;display:block;width:40px;height:40px;background:rgba(255,255,255,.68);border:1px solid rgba(255,255,255,.82);border-radius:50%;box-shadow:0 5px 16px rgba(74,56,32,.08);backdrop-filter:blur(12px);}
.app-page-header>a:before,.history-back:before,.favorite-back:before{content:"\ea60";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--app-ink);font-family:"Remix";font-size:21px;line-height:1;}
.app-page-header h2{color:var(--app-ink);font-size:var(--app-font-page);font-weight:700;text-align:center;}
html:has(.app-profile-page),body:has(.app-profile-page){scrollbar-width:none;}
html:has(.app-profile-page)::-webkit-scrollbar,body:has(.app-profile-page)::-webkit-scrollbar{display:none;}
@keyframes profile-save-spin{to{transform:rotate(360deg);}}
#cacheSettingBtn:disabled{cursor:default;opacity:1;}

/* Flutter 找回密码页面 */
.password-recovery-page{position:relative;min-height:100dvh;color:var(--app-ink);padding:0;background:radial-gradient(circle min(132vw,567.6px) at 50% -8%,rgba(240,225,192,.84) 0,rgba(240,225,192,.52) 30%,rgba(240,225,192,.28) 52%,rgba(240,225,192,.11) 72%,rgba(240,225,192,.03) 88%,rgba(240,225,192,0) 100%),var(--app-page-bg);overflow:hidden;}
.password-recovery-page .app-page-header{position:relative;display:grid;align-items:center;height:calc(54px + env(safe-area-inset-top));grid-template-columns:40px minmax(0,1fr) 40px;padding:calc(8px + env(safe-area-inset-top)) 16px 6px;background:transparent;border:0;backdrop-filter:none;z-index:2;}
.password-recovery-page .app-page-header>a:first-child{width:40px;height:40px;background:rgba(255,255,255,.56);border:1px solid rgba(255,255,255,.72);border-radius:50%;box-shadow:0 1px 2px rgba(28,25,21,.04);backdrop-filter:none;}.password-recovery-page .app-page-header>a:first-child:before{content:"\ea60";color:var(--app-ink);font-size:20px;}.password-recovery-page .app-page-header h2{font-size:18px;font-weight:700;letter-spacing:.3px;}
.recovery-page-sparkle{position:absolute;display:block;color:var(--app-gold);font-size:14px;font-style:normal;line-height:1;opacity:.28;pointer-events:none;z-index:1;}.recovery-page-sparkle:before{content:"✦";}.recovery-page-sparkle.is-left{top:calc(49px + env(safe-area-inset-top));left:74px;}.recovery-page-sparkle.is-right{top:calc(45px + env(safe-area-inset-top));right:74px;font-size:17px;opacity:.38;}.recovery-page-sparkle.is-small{top:calc(70px + env(safe-area-inset-top));right:48px;font-size:9px;opacity:.24;}
.password-recovery-body{position:relative;padding:26px 16px calc(env(safe-area-inset-bottom) + 32px);z-index:1;}
.recovery-progress{position:relative;display:flex;height:64px;margin-bottom:30px;}.recovery-progress:before,.recovery-progress>b{position:absolute;top:15px;left:calc(16.6667% + 20px);display:block;height:2px;border-radius:2px;}.recovery-progress:before{content:"";right:calc(16.6667% + 20px);background:#EAE4D6;}.recovery-progress>b{width:0;background:var(--app-gold-gradient);transition:width .25s ease-out;}.recovery-progress.is-step-1>b{width:calc(33.3333% - 20px);}.recovery-progress.is-step-2>b{width:calc(66.6667% - 40px);}
.recovery-progress>div{position:relative;display:flex;align-items:center;width:33.3333%;flex-direction:column;color:#A9A296;font-size:var(--app-font-secondary);font-weight:400;letter-spacing:.3px;z-index:1;}.recovery-progress i{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#B9B1A2;font-size:13.5px;font-style:normal;font-weight:700;letter-spacing:0;background:#FFF;border:1.5px solid #EAE4D6;border-radius:50%;transition:color .2s,background .2s,border-color .2s,box-shadow .2s;}.recovery-progress span{margin-top:11px;}.recovery-progress>div.is-active i{color:#FFF;background:var(--app-gold-gradient);border-color:transparent;box-shadow:0 4px 12px rgba(199,154,62,.32);}.recovery-progress>div.is-current span{color:var(--app-ink);font-weight:600;}
.recovery-intro{display:flex;align-items:flex-start;padding:18px;background:#FFF;border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}.recovery-intro>i{position:relative;width:46px;height:46px;flex:0 0 46px;margin-right:14px;background:rgba(198,161,91,.14);border-radius:15px;}.recovery-intro>i:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:var(--app-gold);font-family:"Remix";font-size:23px;font-style:normal;line-height:1;}.recovery-intro>i.is-step-0:before{content:"\f26c";}.recovery-intro>i.is-step-1:before{content:"\f107";}.recovery-intro>i.is-step-2:before{content:"\eed0";}.recovery-intro>div{min-width:0;flex:1;}.recovery-intro h3{color:var(--app-ink);font-size:16px;font-weight:700;line-height:1.25;letter-spacing:.3px;}.recovery-intro p{color:#8E8471;font-size:13px;line-height:1.7;margin-top:7px;}
.recovery-form{margin-top:26px;}.recovery-step{display:none;}.recovery-step.is-active{display:block;animation:recovery-step-fade .22s ease-out;}.recovery-label{display:flex;align-items:center;color:#8E8471;font-size:12.5px;font-weight:600;line-height:13px;letter-spacing:.4px;margin:0 2px 10px;}.recovery-label:before{content:"";width:3px;height:13px;flex:0 0 3px;margin-right:8px;background:var(--app-bar-gradient);border-radius:2px;}.recovery-confirm-label{margin-top:16px;}
.recovery-input{display:flex;align-items:center;height:52px;padding:0 16px;background:#FFF;border:1px solid var(--app-card-border);border-radius:16px;box-shadow:var(--app-shadow);transition:border-color .18s,box-shadow .18s;}.recovery-input:focus-within{border-color:rgba(169,133,63,.45);box-shadow:0 0 0 3px rgba(198,161,91,.12),0 8px 24px rgba(28,25,21,.06);}.recovery-question .recovery-input{box-shadow:none;}.recovery-question .recovery-input:focus-within{box-shadow:0 0 0 3px rgba(198,161,91,.12),0 8px 24px rgba(28,25,21,.06);}
.recovery-input>i{position:relative;width:18px;height:18px;flex:0 0 18px;}.recovery-input>i:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#A9A296;font-family:"Remix";font-size:18px;font-style:normal;line-height:1;}.recovery-input:focus-within>i:before{color:var(--app-gold);}.recovery-input>i.is-user:before{content:"\f256";}.recovery-input>i.is-password:before{content:"\eed0";}.recovery-input>i.is-answer:before{content:"\ec80";}
.recovery-input>input{min-width:0;height:50px;flex:1;color:var(--app-ink);font-size:15px;font-weight:400;margin-left:11px;padding:0;background:transparent;border:0;outline:0;}.recovery-input>input::placeholder{color:#A9A296;opacity:1;}
.recovery-eye{position:relative;width:29px;height:29px;flex:0 0 29px;margin-left:8px;padding:5px;background:transparent;border:0;border-radius:50%;}.recovery-eye:before{content:"\ecb5";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#A9A296;font-family:"Remix";font-size:19px;font-style:normal;line-height:1;}.recovery-eye.is-visible:before{content:"\ecb7";}
.recovery-question{margin-bottom:14px;padding:16px;background:#FFF;border:1px solid var(--app-card-border);border-radius:18px;box-shadow:var(--app-shadow);}.recovery-question header{display:flex;align-items:flex-start;margin-bottom:14px;}.recovery-question header>i{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;color:var(--app-gold);font-size:13px;font-style:normal;font-weight:700;margin-right:10px;background:rgba(198,161,91,.14);border-radius:50%;}.recovery-question header>strong{min-width:0;flex:1;color:var(--app-ink);font-size:14px;font-weight:600;line-height:1.45;padding-top:3px;}
.recovery-token-tip{display:flex;align-items:center;color:#57503F;font-size:12px;line-height:1.5;margin-bottom:18px;padding:11px 14px;background:rgba(198,161,91,.14);border:1px solid rgba(169,133,63,.20);border-radius:12px;}.recovery-token-tip:before{content:"\f20f";flex:0 0 auto;color:var(--app-gold);font-family:"Remix";font-size:18px;font-style:normal;line-height:1;margin-right:8px;}.recovery-token-tip[hidden]{display:none!important;}.recovery-password-advice{color:#A9A296;font-size:12px;line-height:1.5;margin-top:12px;}
.recovery-error{position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);overflow:hidden;}.recovery-submit{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;color:#FFF;font-size:16px;font-weight:700;line-height:1;letter-spacing:4px;margin-top:26px;background:var(--app-gold-gradient);border:0;border-radius:999px;box-shadow:0 8px 20px rgba(199,154,62,.34);overflow:hidden;}.recovery-submit:after{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(to bottom,rgba(255,255,255,.40),rgba(255,255,255,0));pointer-events:none;}.recovery-submit.is-loading:before{content:"";width:19px;height:19px;border:2px solid rgba(255,255,255,.34);border-top-color:#FFF;border-radius:50%;animation:recovery-page-spin .7s linear infinite;}
.recovery-help{display:flex;align-items:flex-start;justify-content:center;color:#A9A296;font-size:12.5px;line-height:1.6;text-align:center;margin-top:20px;}.recovery-help>i{position:relative;width:14px;height:14px;flex:0 0 14px;margin:2px 7px 0 0;}.recovery-help>i:before{content:"\f045";position:absolute;inset:0;color:#C3BCAE;font-family:"Remix";font-size:14px;font-style:normal;line-height:1;}.recovery-help a{color:var(--app-gold);}
.recovery-success[hidden]{display:none!important;}.recovery-success{position:fixed;top:0;bottom:0;left:50%;display:flex;align-items:center;justify-content:center;width:min(100%,430px);padding:24px 41px;transform:translateX(-50%);z-index:100;}.recovery-success>div{position:absolute;inset:0;background:rgba(28,25,21,.42);backdrop-filter:blur(1.5px);}.recovery-success>section{position:relative;display:flex;align-items:center;width:100%;max-width:311px;flex-direction:column;text-align:center;padding:28px 22px 20px;background:#FFF;border-radius:22px;box-shadow:0 20px 50px rgba(28,25,21,.24),0 2px 6px rgba(28,25,21,.10);overflow:hidden;z-index:1;}.recovery-success>section:before{content:"";position:absolute;top:0;right:0;left:0;height:150px;background:radial-gradient(circle at 50% 0,rgba(238,225,192,.55),rgba(238,225,192,0) 70%);pointer-events:none;}
.recovery-success>section>i{position:relative;width:56px;height:56px;flex:0 0 56px;background:linear-gradient(135deg,#4FA694,#3A8E7F);border-radius:50%;box-shadow:0 8px 20px rgba(58,142,127,.32),0 0 18px 10px rgba(58,142,127,.10);z-index:1;}.recovery-success>section>i:before{content:"\eb7b";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#FFF;font-family:"Remix";font-size:32px;font-style:normal;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.35);border-radius:50%;}.recovery-success>section>i:after{content:"✦";position:absolute;top:-2px;right:-6px;color:var(--app-gold-bright);font-size:12px;font-style:normal;line-height:1;opacity:.75;}.recovery-success h3{position:relative;color:var(--app-ink);font-size:var(--app-font-page);font-weight:700;line-height:1.25;letter-spacing:.6px;margin-top:17px;z-index:1;}.recovery-success p{position:relative;max-width:244px;color:#6E675A;font-size:13.5px;font-weight:400;line-height:1.75;margin-top:10px;z-index:1;}.recovery-success a{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:44px;color:#FFF;font-size:15.5px;font-weight:700;line-height:1;letter-spacing:2px;margin-top:21px;background:var(--app-gold-gradient);border-radius:999px;box-shadow:0 6px 16px rgba(199,154,62,.32);overflow:hidden;z-index:1;}.recovery-success a:before{content:"";position:absolute;top:0;right:0;left:0;height:2px;background:linear-gradient(to bottom,rgba(255,255,255,.40),rgba(255,255,255,0));pointer-events:none;}.recovery-success small{position:relative;display:flex;align-items:center;color:#A9A296;font-size:11.5px;font-weight:400;line-height:1;letter-spacing:.3px;margin-top:14px;z-index:1;}.recovery-success small:before{content:"\eece";color:#C3BCAE;font-family:"Remix";font-size:12px;font-style:normal;line-height:1;margin-right:5px;}
@keyframes recovery-step-fade{from{opacity:0;}to{opacity:1;}}@keyframes recovery-page-spin{to{transform:rotate(360deg);}}

@keyframes security-page-spin{to{transform:rotate(360deg);}}
.service-section,.help-hot-list .help-question,.help-category{background:rgba(255,255,255,.88);border-color:rgba(241,237,227,.96);border-radius:20px;box-shadow:var(--app-shadow);}
.service-feedback{background:linear-gradient(135deg,#FFFDF8,#F4E5BC);border-color:rgba(169,133,63,.16);border-radius:20px;box-shadow:var(--app-shadow);}
.help-quick-grid i{border-radius:18px;}
.about-update,.about-list>a,.about-list>button{display:flex;align-items:center;width:100%;min-height:64px;color:var(--app-ink);text-align:left;padding:12px 16px;background:rgba(255,255,255,.88);border:1px solid rgba(241,237,227,.96);border-radius:20px;box-shadow:var(--app-shadow);}
.about-update{margin-top:36px;}
.about-update>i,.about-list i{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;color:#A9853F;margin-right:12px;background:rgba(238,205,130,.20);border-radius:11px;}
.about-update>i:before,.about-list i:before{color:#A9853F;font-family:"Remix";font-size:19px;line-height:1;}
.about-update>i.update:before{content:"\f064";}
.about-update>b,.about-list b{min-width:0;flex:1;color:var(--app-ink);font-size:var(--app-font-title);font-weight:500;}
.about-update>em,.about-list em{color:#9C9384;font-size:13px;font-style:normal;}
.about-update>span:before,.about-list span:before{content:"\ea6e";display:block;color:#B8B0A1;font-family:"Remix";font-size:20px;line-height:1;margin-left:5px;}
.rank-row{position:relative;display:flex;align-items:center;min-height:126px;gap:12px;margin-bottom:12px;padding:10px 12px 10px 48px;background:rgba(255,255,255,.90);border:1px solid rgba(241,237,227,.96);border-radius:18px;box-shadow:var(--app-shadow);overflow:hidden;}
.rank-row>b{position:absolute;top:12px;left:12px;display:flex;align-items:center;justify-content:center;width:26px;height:26px;color:#9C9384;font-size:13px;font-weight:700;background:#F5F1E8;border-radius:8px;}
.rank-row.is-top-1{background:linear-gradient(135deg,rgba(238,205,130,.22),rgba(255,255,255,.94) 45%);border-color:rgba(169,133,63,.20);}
.rank-row.is-top-1>b{color:#FFF;background:var(--app-gold-gradient);box-shadow:var(--app-gold-shadow);}
.rank-row.is-top-2>b{color:#768393;background:rgba(118,131,147,.13);}
.rank-row.is-top-3>b{color:#A86D4A;background:rgba(168,109,74,.13);}
.rank-row>span{position:relative;width:70px;height:100px;flex:0 0 70px;background:#EEEAE1;border-radius:9px;box-shadow:0 6px 14px rgba(74,56,32,.10);overflow:hidden;}
.rank-row>span>img{display:block;width:100%;height:100%;object-fit:cover;}
.rank-row>span>em{position:absolute;top:5px;left:5px;color:#FFF;font-size:8px;font-style:normal;font-weight:700;padding:3px 5px;background:var(--app-gold-gradient);border-radius:4px;}
.rank-row>div{display:flex;min-width:0;flex:1;flex-direction:column;}
.rank-row>div>strong{display:-webkit-box;color:var(--app-ink);font-size:15px;font-weight:700;line-height:1.35;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.rank-row>div>small{display:flex;align-items:center;color:#8A8173;font-size:12px;line-height:1.35;margin-top:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.rank-row>div>small>i:before{content:"\f04a";display:block;font-family:"Remix";font-size:13px;line-height:1;margin-right:4px;}
.rank-row>div>footer{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:9px;}
.rank-row>div>footer>span{color:#A9853F;font-size:var(--app-font-meta);font-weight:600;}
.rank-row>div>footer>em{color:#9C9384;font-size:11px;font-style:normal;}
.rank-row>div>footer>b{color:#5A78B4;font-size:10px;font-weight:600;padding:3px 6px;background:rgba(90,120,180,.10);border-radius:7px;}
@keyframes novel-rank-spin{to{transform:rotate(360deg);}}
.novel-audio-disc{width:282px;height:282px;}
.novel-audio-disc>img{width:116px;height:116px;}

/* 登录注册页-一比一复刻 Flutter 香槟素金认证页 */
.account-auth-page{position:relative;min-height:100vh;min-height:100svh;color:#1C1915;font-family:"Noto Sans SC","Microsoft YaHei",sans-serif;background:#F6F4F0;overflow:hidden;}
.account-auth-page:before{content:"";position:absolute;top:-90px;right:-120px;left:-120px;height:710px;background:radial-gradient(ellipse at 50% 0%,rgba(238,225,192,.8) 0,rgba(238,225,192,.5) 30%,rgba(238,225,192,.26) 52%,rgba(238,225,192,.1) 72%,rgba(238,225,192,.03) 88%,rgba(238,225,192,0) 100%);pointer-events:none;}
.account-auth-page:after{content:"";position:absolute;top:0;right:0;left:0;height:620px;background-image:radial-gradient(rgba(28,25,21,.16) .35px,transparent .55px);background-size:4px 4px;opacity:.12;pointer-events:none;}
.account-auth-page .account-auth-panel{position:relative;display:flex;width:min(100%,393px);min-height:100vh;min-height:100svh;height:auto;flex-direction:column;color:#1C1915;margin:0 auto;padding:calc(env(safe-area-inset-top) + 12px) 0 calc(env(safe-area-inset-bottom) + 38px);background:transparent;border:0;box-shadow:none;overflow-x:hidden;overflow-y:auto;z-index:1;}
.account-auth-page .account-auth-panel:before{display:none;}
.account-auth-page .auth-topbar{display:flex;align-items:center;height:40px;padding:0 16px;}
.account-auth-page .auth-back{position:relative;display:block;width:40px;height:40px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.7);border-radius:50%;box-shadow:0 1px 2px rgba(28,25,21,.04);z-index:1;}
.account-auth-page .auth-back:before{content:"";position:absolute;top:13px;left:13px;width:12px;height:12px;border-bottom:1.5px solid #1C1915;border-left:1.5px solid #1C1915;transform:rotate(45deg);}
.account-auth-page .auth-back:after{content:"";position:absolute;top:19px;left:12px;width:16px;height:1.5px;background:#1C1915;border-radius:2px;}
.account-auth-page .auth-logo{position:relative;display:flex;align-items:center;flex-direction:column;flex-shrink:0;margin-right:0;margin-left:0;z-index:1;}
.account-auth-page .auth-login-logo{margin-top:26px;margin-bottom:40px;}
.account-auth-page .auth-register-logo{margin-top:18px;margin-bottom:30px;}
.account-auth-page .auth-logo-art{position:relative;display:flex;align-items:center;justify-content:center;width:160px;height:84px;}
.account-auth-page .auth-register-logo .auth-logo-art{width:146px;height:70px;}
.account-auth-page .auth-logo-art:before{content:"";position:absolute;top:-34px;right:0;bottom:-30px;left:0;background:radial-gradient(ellipse,rgba(255,239,186,.24) 0,rgba(253,215,13,.08) 58%,rgba(253,215,13,0) 100%);border-radius:999px;}
.account-auth-page .auth-logo-frame{position:relative;display:block;width:84px;height:84px;padding:4.2px;background:rgba(255,255,255,.62);border:1px solid rgba(169,133,63,.14);border-radius:28px;box-shadow:0 10px 24px rgba(169,133,63,.14);overflow:hidden;z-index:1;}
.account-auth-page .auth-register-logo .auth-logo-frame{width:70px;height:70px;padding:3.5px;border-radius:23px;}
.account-auth-page .auth-logo-frame img{display:block;width:100%;height:100%;object-fit:contain;}
.account-auth-page .auth-logo-sparkle{position:absolute;top:-4px;right:16px;width:15px;height:15px;color:#C79A3E;font-size:18px;font-style:normal;line-height:15px;opacity:.85;z-index:2;}
.account-auth-page .auth-register-logo .auth-logo-sparkle{right:18px;width:12px;height:12px;font-size:15px;line-height:12px;}
.account-auth-page .auth-logo-sparkle:before{content:"✦";}
.account-auth-page .auth-logo-dot{position:absolute;bottom:12px;left:28px;width:4px;height:4px;background:rgba(199,154,62,.45);border-radius:50%;}
.account-auth-page .auth-register-logo .auth-logo-dot{bottom:10px;}
.account-auth-page .auth-logo h1{color:#1C1915;font-size:26px;font-weight:800;line-height:1.12;letter-spacing:2px;margin-top:20px;background:linear-gradient(135deg,#E2BE72,#C79A3E,#A9853F);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;}
.account-auth-page .auth-register-logo h1{color:#1C1915;font-size:23px;letter-spacing:1.4px;margin-top:18px;background:none;-webkit-text-fill-color:currentColor;}
.account-auth-page .auth-logo p{color:#9C9384;font-size:var(--app-font-secondary);font-weight:400;line-height:1.4;letter-spacing:.6px;margin-top:9px;}
.account-auth-page .auth-register-logo p{letter-spacing:.5px;margin-top:8px;}
.account-auth-page .auth-form{position:relative;width:calc(100% - 48px);margin:0 24px;z-index:1;}
.account-auth-page .auth-fields{display:flex;flex-direction:column;gap:12px;}
.account-auth-register .auth-fields{gap:11px;}
.account-auth-page .auth-field{display:flex;align-items:center;gap:0;width:100%;height:52px;margin:0;padding:0;background:#FFF;border:1px solid #F1EDE3;border-radius:16px;box-shadow:0 1px 2px rgba(28,25,21,.04),0 8px 24px rgba(28,25,21,.05);transition:border-color .18s ease,box-shadow .18s ease;overflow:hidden;}
.account-auth-page .auth-field:focus-within{border-color:rgba(169,133,63,.45);box-shadow:0 0 0 3px rgba(198,161,91,.12),0 1px 2px rgba(28,25,21,.04),0 8px 24px rgba(28,25,21,.05);}
.account-auth-page .auth-field input{min-width:0;height:50px;flex:1;color:#1C1915;font-family:inherit;font-size:var(--app-font-section);font-weight:400;padding:0 16px 0 0;background:transparent;border:0;outline:0;}
.account-auth-page .auth-field input::placeholder{color:#A9A296;opacity:1;}
.account-auth-page .auth-ico{position:relative;display:flex;align-items:center;justify-content:center;width:45px;height:52px;flex:0 0 45px;color:#A9A296;}
.account-auth-page .auth-ico:before{font-size:18px;transition:color .18s ease;}
.account-auth-page .auth-field:focus-within .auth-ico{color:#A9853F;}
.account-auth-page .auth-eye{position:relative;width:44px;height:52px;flex:0 0 44px;background:transparent;border:0;border-radius:0;}
.account-auth-page .auth-eye:before{color:#A9A296;font-size:19px;}
.account-auth-page .auth-eye.is-show:before{color:#A9A296;}
.account-auth-page .auth-row{display:flex;align-items:center;justify-content:space-between;height:24px;margin-top:-8px;}
.account-auth-page .auth-forgot{display:block;color:#A9853F;font-size:13px;font-weight:500;line-height:20px;text-align:right;margin:0;padding:4px 2px 0;background:transparent;border:0;}
.account-auth-page .auth-actions{display:flex;flex-direction:column;gap:12px;margin-top:30px;}
.account-auth-page .auth-submit{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:48px;color:#FFF;font-size:16px;font-weight:700;line-height:1;letter-spacing:6px;padding:0;background:linear-gradient(135deg,#EECD82,#C79A3E);border:1px solid rgba(255,255,255,.4);border-radius:999px;box-shadow:0 8px 20px rgba(199,154,62,.34);}
.account-auth-page .auth-submit>i{display:none;width:22px;height:22px;border:2.4px solid rgba(255,255,255,.42);border-top-color:#FFF;border-radius:50%;animation:auth-button-spin .75s linear infinite;}
.account-auth-page .auth-submit.is-loading>span{visibility:hidden;}
.account-auth-page .auth-submit.is-loading>i{position:absolute;display:block;}
.account-auth-page .auth-submit:disabled{opacity:1;}
.account-auth-page .auth-secondary{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;height:48px;color:#57503F;font-family:inherit;font-size:var(--app-font-body);font-weight:500;padding:0;background:rgba(255,255,255,.7);border:1px solid rgba(169,133,63,.24);border-radius:999px;}
.account-auth-page .auth-scan{position:relative;width:17px;height:17px;color:#A9853F;}
.account-auth-page .auth-scan:before{content:"";position:absolute;inset:0;background:linear-gradient(currentColor,currentColor) left top/6px 1.5px no-repeat,linear-gradient(currentColor,currentColor) left top/1.5px 6px no-repeat,linear-gradient(currentColor,currentColor) right top/6px 1.5px no-repeat,linear-gradient(currentColor,currentColor) right top/1.5px 6px no-repeat,linear-gradient(currentColor,currentColor) left bottom/6px 1.5px no-repeat,linear-gradient(currentColor,currentColor) left bottom/1.5px 6px no-repeat,linear-gradient(currentColor,currentColor) right bottom/6px 1.5px no-repeat,linear-gradient(currentColor,currentColor) right bottom/1.5px 6px no-repeat;border-radius:2px;}
.account-auth-page .auth-agree{display:flex;align-items:flex-start;gap:9px;color:#8E8471;font-size:var(--app-font-subtitle);line-height:1.6;margin-top:24px;}
.account-auth-page .auth-agree input{position:absolute;opacity:0;pointer-events:none;}
.account-auth-page .auth-agree>span{position:relative;width:18px;height:18px;flex:0 0 18px;margin-top:1px;background:#FFF;border:1.4px solid #D9D2C2;border-radius:6px;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease;}
.account-auth-page .auth-agree input:focus+span{box-shadow:0 0 0 3px rgba(169,133,63,.18);}
.account-auth-page .auth-agree input:checked+span{background:linear-gradient(135deg,#EECD82,#C79A3E);border-color:transparent;box-shadow:0 2px 6px rgba(199,154,62,.3);}
.account-auth-page .auth-agree input:checked+span:before{content:"";position:absolute;top:3px;left:5px;width:5px;height:8px;border-right:1.6px solid #FFF;border-bottom:1.6px solid #FFF;transform:rotate(45deg);}
.account-auth-page .auth-agree em{font-style:normal;}
.account-auth-page .auth-agree a{color:#A9853F;text-decoration:none;}
.account-auth-page .auth-switch{display:block;align-self:center;color:#8E8471;font-size:var(--app-font-body);font-weight:400;line-height:19px;text-align:center;text-decoration:none;margin:28px auto 0;padding:11px 20px;background:#FFF;border:1px solid #F1EDE3;border-radius:999px;box-shadow:0 1px 2px rgba(28,25,21,.04),0 8px 24px rgba(28,25,21,.05);}
.account-auth-page .auth-switch b{color:#A9853F;font-weight:600;margin-left:4px;}
.account-auth-register .account-auth-panel{padding-bottom:calc(env(safe-area-inset-bottom) + 34px);}
.account-auth-register .auth-actions{margin-top:26px;}
.account-auth-register .auth-agree{margin-top:20px;}
.account-auth-register .auth-username-group{display:flex;flex-direction:column;}
.account-auth-register .auth-username-state{position:relative;display:block;width:44px;height:52px;flex:0 0 44px;}
.account-auth-register .auth-username-state:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:700;line-height:1;}
.account-auth-register .is-checking .auth-username-state:before{content:"";top:17px;right:13px;bottom:auto;left:auto;width:18px;height:18px;border:2px solid rgba(169,133,63,.25);border-top-color:#A9853F;border-radius:50%;animation:auth-button-spin .75s linear infinite;}
.account-auth-register .is-available .auth-username-state:before{content:"\eb81";color:#A9853F;font-family:"Remix";font-weight:400;}
.account-auth-register .is-invalid .auth-username-state:before,.account-auth-register .is-taken .auth-username-state:before{content:"\eb96";color:#C05C3A;font-family:"Remix";font-weight:400;}
.account-auth-register .is-network-error .auth-username-state:before{content:"↻";color:#B4713F;font-size:22px;}
.account-auth-register .is-invalid .auth-field,.account-auth-register .is-taken .auth-field{border-color:rgba(192,92,58,.45);}
.account-auth-register .is-network-error .auth-field{border-color:rgba(180,113,63,.45);}
.account-auth-register .auth-username-status{display:block;color:#A9853F;font-family:inherit;font-size:12px;font-weight:500;line-height:15px;text-align:left;margin:0;padding:7px 8px 0 14px;background:transparent;border:0;}
.account-auth-register .auth-username-status[hidden]{display:none;}
.account-auth-register .is-invalid .auth-username-status,.account-auth-register .is-taken .auth-username-status{color:#C05C3A;}
.account-auth-register .is-network-error .auth-username-status{color:#B4713F;cursor:pointer;}
.account-auth-register .auth-strength{display:none;padding:12px;background:rgba(255,255,255,.78);border:1px solid #F1EDE3;border-radius:14px;}
.account-auth-register .auth-strength.is-visible{display:block;}
.account-auth-register .auth-strength>div{display:flex;align-items:center;}
.account-auth-register .auth-strength>div span{display:inline;width:auto;height:auto;flex:0 0 auto;color:#6E675A;font-size:12px;background:transparent;border-radius:0;}
.account-auth-register .auth-strength>div em{color:#A9853F;font-size:12px;font-style:normal;font-weight:600;margin-left:8px;}
.account-auth-register .auth-strength>p{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:4px;margin-top:8px;}
.account-auth-register .auth-strength>p i{height:4px;background:#F1EDE3;border-radius:2px;}
.account-auth-register .auth-strength.level-1>div em{color:#C05C3A;}
.account-auth-register .auth-strength.level-1>p i.is-on{background:#C05C3A;}
.account-auth-register .auth-strength.level-2>div em{color:#B4713F;}
.account-auth-register .auth-strength.level-2>p i.is-on{background:#B4713F;}
.account-auth-register .auth-strength.level-3>p i.is-on{background:#A9853F;}
.account-auth-register .auth-strength.level-4>div em{color:#5E8E4F;}
.account-auth-register .auth-strength.level-4>p i.is-on{background:#5E8E4F;}
/* 登录钥匙扫码弹窗 */
.login-key-sheet[hidden]{display:none!important;}
.login-key-sheet{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;max-width:430px;margin:0 auto;z-index:120;}
.login-key-backdrop{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgba(28,25,21,.48);border:0;backdrop-filter:blur(4px);}
.login-key-sheet>section{position:relative;width:100%;max-height:calc(100svh - 24px);padding:22px 20px calc(22px + env(safe-area-inset-bottom));background:linear-gradient(to bottom,#FFFDF8,#FFF 38%);border:1px solid rgba(255,255,255,.9);border-radius:28px 28px 0 0;box-shadow:0 -16px 50px rgba(28,25,21,.2);overflow-y:auto;z-index:1;}
.login-key-sheet header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.login-key-sheet header h2{color:#1C1915;font-size:19px;font-weight:700;line-height:1.3;letter-spacing:.2px;}
.login-key-sheet header p{color:#8E8471;font-size:var(--app-font-secondary);line-height:1.5;margin-top:4px;}
.login-key-sheet header>button{position:relative;width:34px;height:34px;flex:0 0 34px;padding:0;background:#F6F4F0;border:1px solid #F1EDE3;border-radius:50%;}
.login-key-sheet header>button:before,.login-key-sheet header>button:after{content:"";position:absolute;top:16px;left:9px;width:15px;height:1.5px;background:#8E8471;border-radius:2px;}
.login-key-sheet header>button:before{transform:rotate(45deg);}
.login-key-sheet header>button:after{transform:rotate(-45deg);}
.login-key-camera{position:relative;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1.35;color:#8E8471;margin-top:18px;background:linear-gradient(145deg,#EEEAE1,#E3DCCF);border:1px solid #E6DFD1;border-radius:20px;overflow:hidden;}
.login-key-camera video{display:none;width:100%;height:100%;background:#171512;object-fit:cover;}
.login-key-camera.is-active video{display:block;}
.login-key-camera>span{position:absolute;width:min(54%,190px);aspect-ratio:1;background:linear-gradient(#E7C36F,#E7C36F) left top/24px 2px no-repeat,linear-gradient(#E7C36F,#E7C36F) left top/2px 24px no-repeat,linear-gradient(#E7C36F,#E7C36F) right top/24px 2px no-repeat,linear-gradient(#E7C36F,#E7C36F) right top/2px 24px no-repeat,linear-gradient(#E7C36F,#E7C36F) left bottom/24px 2px no-repeat,linear-gradient(#E7C36F,#E7C36F) left bottom/2px 24px no-repeat,linear-gradient(#E7C36F,#E7C36F) right bottom/24px 2px no-repeat,linear-gradient(#E7C36F,#E7C36F) right bottom/2px 24px no-repeat;border-radius:4px;opacity:.72;pointer-events:none;}
.login-key-camera:not(.is-active)>span:after{content:"\f0d0";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#B4AA98;font-family:"Remix";font-size:42px;line-height:1;}
.login-key-camera>p{position:absolute;right:14px;bottom:12px;left:14px;color:#FFF;font-size:12px;line-height:1.4;text-align:center;padding:7px 10px;background:rgba(28,25,21,.58);border-radius:999px;backdrop-filter:blur(5px);}
.login-key-camera:not(.is-active)>p{color:#6E675A;background:rgba(255,255,255,.76);}
.login-key-media-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;}
.login-key-media-actions button,.login-key-media-actions label{display:flex;align-items:center;justify-content:center;gap:7px;height:44px;color:#6E675A;cursor:pointer;font-size:var(--app-font-body);font-weight:500;background:#FFF;border:1px solid #E9E2D3;border-radius:14px;}
.login-key-media-actions i{position:relative;width:18px;height:18px;color:#A9853F;font-style:normal;}
.login-key-media-actions i:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Remix";font-size:18px;line-height:1;}
.login-key-media-actions .is-camera:before{content:"\eb31";}
.login-key-media-actions .is-gallery:before{content:"\ee4a";}
.login-key-media-actions button:disabled{opacity:.58;}
.login-key-sheet>section>small{display:flex;align-items:flex-start;gap:7px;color:#9C9384;font-size:var(--app-font-meta);line-height:1.55;margin-top:13px;}
.login-key-sheet>section>small>i{position:relative;width:15px;height:15px;flex:0 0 15px;color:#A9853F;margin-top:1px;}
.login-key-sheet>section>small>i:before{content:"\ee59";position:absolute;inset:0;font-family:"Remix";font-size:15px;line-height:1;}
body.login-key-sheet-open{overflow:hidden;}
@keyframes auth-button-spin{to{transform:rotate(360deg);}}

/* Slick 轮播-桌面鼠标拖动 */
@media (max-height:819px){.account-auth-login .auth-login-logo{margin-top:22px;margin-bottom:34px;}.account-auth-login .auth-actions{margin-top:26px;}.account-auth-login .auth-agree{margin-top:20px;}.account-auth-login .account-auth-panel{padding-bottom:calc(env(safe-area-inset-bottom) + 32px);}}
@media (hover:hover) and (pointer:fine){.slick-slider .slick-list.draggable{cursor:grab;user-select:none;}.slick-slider .slick-list.dragging{cursor:grabbing;}.slick-slider .slick-slide img{pointer-events:none;-webkit-user-drag:none;user-select:none;}}.app-vip-hero,.app-vip-hero.is-collapsed{position:relative;top:auto;height:146px;background:radial-gradient(134% 180% at 86% -38%,rgba(238,205,130,.36),rgba(238,205,130,.1) 42%,transparent 72%),linear-gradient(to bottom,#F0E5C9,#F6F4F0);box-shadow:none;overflow:hidden;transition:none;z-index:auto;}.app-vip-hero.is-collapsed>.app-vip-brand,.app-vip-hero.is-collapsed>.app-vip-spark{opacity:1;visibility:visible;}.app-vip-hero>.vip-back,.app-vip-hero.is-collapsed>.vip-back{top:12px;left:12px;width:40px;height:40px;background:rgba(255,255,255,.86);border:1px solid #F1EDE3;border-radius:50%;box-shadow:0 4px 12px rgba(0,0,0,.06);backdrop-filter:none;-webkit-backdrop-filter:none;}
.account-security-switch{position:relative;width:46px;height:27px;flex:0 0 46px;margin-left:10px;background:#EDE8DC;border-radius:999px;box-shadow:0 1px 2px rgba(28,25,21,.05);}
.account-security-switch:before{content:"";position:absolute;top:2.5px;left:2.5px;width:22px;height:22px;background:#FBFAF7;border-radius:50%;box-shadow:0 1px 3px rgba(28,25,21,.12);}
.account-security-biometric>span>b{color:#9C9384;}
.account-security-biometric>span>small{color:#B9B1A2;}
@media (max-width:374px){.service-section{padding-right:14px;padding-left:14px;}.service-feedback{gap:12px;padding:16px;}.service-feedback>i{width:46px;height:46px;flex-basis:46px;}.service-feedback em{padding-right:12px;padding-left:12px;}}
@media (max-width:374px){.novel-audio-disc{width:250px;height:250px;}}
@media (max-width:600px){body:has(.app-vip-page)>.app-shell{left:0;}}
@media (min-width:768px){body{background:#EFE8DB;}.app-shell{box-shadow:0 0 0 1px rgba(169,133,63,.08),0 24px 70px rgba(74,56,32,.14);}.bottom-nav{max-width:430px;}}
@media (prefers-reduced-motion:reduce){.nav-ico,.nav-item{transition:none;}}
.rank-book-cover{width:62px;height:84px;flex:0 0 62px;border-radius:10px;}
.rank-book-cover>.media-cover{border-radius:10px;}

/* 有声小说VIP解锁弹窗 */
body.is-audio-vip-open{overflow:hidden;}
@keyframes audio-vip-fade-in{from{opacity:0;}to{opacity:1;}}
@keyframes audio-vip-dialog-in{from{opacity:0;transform:scale(.96);}to{opacity:1;transform:scale(1);}}
.novel-audio-disc{width:224px;height:224px;background:repeating-radial-gradient(circle at center,#232B45 0,#232B45 2px,#111827 3px,#111827 5px);border:0;box-shadow:0 18px 44px rgba(28,25,21,.28);}
.novel-audio-disc>img{width:94px;height:94px;background:#EDEBE7;border:0;border-radius:50%;box-shadow:0 0 0 6px rgba(238,205,130,.22),0 8px 16px rgba(0,0,0,.30);}
.novel-audio-disc>i{width:16px;height:16px;background:var(--app-page-bg);border:1px solid rgba(28,25,21,.14);box-shadow:none;}

@media (max-width:374px){.novel-audio-disc{width:206px;height:206px;}.novel-audio-disc>img{width:86px;height:86px;}}
.about-update,.about-list>a{display:flex;align-items:center;width:100%;min-height:64px;color:var(--app-ink);text-align:left;padding:12px 16px;background:#FFF;border:0;}
.about-update{margin-top:36px;border:1px solid var(--app-card-border);border-radius:20px;box-shadow:var(--app-shadow);}
.about-update:disabled{opacity:.72;}
.about-update.is-checking>i:before{animation:about-update-spin .8s linear infinite;}
.about-update>i,.about-list i{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;flex:0 0 34px;color:var(--app-gold);margin-right:13px;background:rgba(198,161,91,.14);border-radius:11px;}
.about-update>i:before,.about-list i:before{color:inherit;font-family:"Remix";font-size:19px;line-height:1;}.about-update>i.update:before{content:"\f064";}
.about-update>b,.about-list b{min-width:0;flex:1;color:var(--app-text-secondary);font-size:var(--app-font-body);font-weight:400;letter-spacing:.2px;}
.about-update>em{color:var(--app-text-faint);font-size:13px;font-style:normal;}
.about-update>span:before,.about-list span:before{content:"\ea6e";display:block;color:#C3BCAE;font-family:"Remix";font-size:18px;line-height:1;margin-left:4px;}
.about-latest-sheet[hidden]{display:none!important;}
.about-latest-sheet{position:fixed;inset:0;display:flex;align-items:flex-end;justify-content:center;max-width:430px;margin:0 auto;z-index:100;}
.about-latest-sheet>button{position:absolute;inset:0;width:100%;height:100%;padding:0;background:rgba(28,25,21,.44);border:0;}
.about-latest-sheet>section{position:relative;width:100%;padding:32px 24px calc(26px + env(safe-area-inset-bottom));background:linear-gradient(to bottom,#FFFDF8 0,#FFF 40%);border:1px solid rgba(255,255,255,.9);border-radius:28px 28px 0 0;box-shadow:0 -1px 1px rgba(169,133,63,.10),0 -14px 44px rgba(28,25,21,.18);z-index:1;}
.about-latest-icon{position:relative;display:flex;align-items:center;justify-content:center;width:92px;height:92px;margin:0 auto;background:radial-gradient(circle,rgba(238,205,130,.22),rgba(238,205,130,.07) 70%,transparent 72%);}
.about-latest-icon>span{position:absolute;width:80px;height:80px;border:1px solid rgba(169,133,63,.24);border-radius:50%;animation:about-latest-pulse 1.4s ease-in-out infinite alternate;}
.about-latest-icon>i{position:relative;display:flex;align-items:center;justify-content:center;width:62px;height:62px;color:var(--app-gold);font-size:28px;font-style:normal;background:linear-gradient(135deg,#FCF5E4,#F1E2BE);border:1px solid rgba(255,255,255,.85);border-radius:50%;box-shadow:0 4px 12px rgba(199,154,62,.16);z-index:1;}.about-latest-icon>i:before{content:"✓";}
.about-latest-sheet>section>h2{color:var(--app-ink);font-size:20px;font-weight:600;text-align:center;margin-top:16px;letter-spacing:.1px;}
.about-latest-sheet>section>p{color:var(--app-text-muted);font-size:13px;text-align:center;margin-top:8px;}.about-latest-sheet>section>p>b{color:var(--app-text-regular);font-weight:500;}
.about-latest-sheet>section>button{width:100%;height:52px;color:#453410;font-size:16px;font-weight:600;margin-top:26px;background:linear-gradient(135deg,#F4D78C,#DDB35A);border:1px solid rgba(255,248,232,.7);border-radius:26px;box-shadow:0 4px 12px rgba(221,179,90,.19);letter-spacing:.64px;}
.about-latest-sheet>section>small{display:block;color:#B5AE9F;font-size:12px;text-align:center;margin-top:14px;letter-spacing:.24px;}
body.about-sheet-open{overflow:hidden;}
@keyframes about-update-spin{to{transform:rotate(360deg);}}
@keyframes about-latest-pulse{from{opacity:.55;transform:scale(1);}to{opacity:.25;transform:scale(1.08);}}
html:has(.app-text-page),body:has(.app-text-page){scrollbar-width:none;}html:has(.app-text-page)::-webkit-scrollbar,body:has(.app-text-page)::-webkit-scrollbar{display:none;}
.post-location-sheet h3{font-size:var(--app-font-page);}
.message-row-copy>strong,.favorite-info h3,.about-update>b,.about-list b{font-size:var(--app-font-title);}
.rank-row>div>footer>span,.about-brand p,.app-text-footer>span{font-size:var(--app-font-meta);}

/* 表单字号 */
.video-comment-input input,.conversation-search input,.chat-send-row input,.short-comment-input input,.novel-comment-input input,.search-page-input input,.auth-field input,.community-search input,.post-create-body textarea,.report-sheet textarea,.post-comment-bar input,.local-city-search input,.help-search input,.change-password-input input,.detail-page[data-page="novel-detail"] .novel-comment-composer textarea,.app-chat-input textarea,.profile-signature textarea,.profile-nickname-picker>input,.account-security-verify input,.security-question-card select,.security-answer>input,.security-password>input,.service-feedback-textarea>textarea{font-size:var(--app-font-section);}

/* 首页轻量SVG图标 */
.home-icon-sprite{position:absolute;width:0;height:0;overflow:hidden;}

/* 有声播放器短屏适配 */
@media (max-height:700px){.novel-audio-disc{width:200px;height:200px;}.novel-audio-disc>img{width:84px;height:84px;}}
@media (max-height:540px){.novel-audio-disc{width:152px;height:152px;}.novel-audio-disc>img{width:64px;height:64px;}}

/* 邀请注册验证 */
.invite-captcha[hidden]{display:none!important;}
.invite-captcha-row{display:flex;align-items:center;gap:10px;}
.account-auth-page .invite-captcha-row>.auth-field{flex:1;min-width:0;}
.account-auth-page .invite-captcha-row>.auth-field input{width:100%;min-width:0;padding:0 12px;}
.invite-captcha-row>button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:150px;height:52px;color:var(--app-gold);cursor:pointer;font-size:13px;padding:0;background:#fff;border:1px solid #F1EDE3;border-radius:12px;overflow:hidden;}
.invite-captcha-row img{width:144px;height:42px;object-fit:contain;}
.invite-captcha-row img[hidden],.invite-captcha-row span[hidden]{display:none;}
.invite-captcha>p{color:var(--app-text-secondary);font-size:12px;line-height:1.5;margin:7px 2px 0;}
