*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{
font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;
background:linear-gradient(180deg,#0b0b18 0%,#15152c 100%);
background-attachment:fixed;
color:#e9e9f4;
line-height:1.7;
font-size:16px;
overflow-x:hidden;
}
body.light-mode{
background:linear-gradient(180deg,#f6f8ff 0%,#eef2fb 100%);
color:#142033;
}
a{color:#9d7cff;text-decoration:none;transition:color .25s}
a:hover{color:#c4b0ff;text-decoration:underline}
body.light-mode a{color:#6c4df6}
body.light-mode a:hover{color:#1fb9d6}
img{max-width:100%;display:block;border-radius:10px}
h1,h2,h3{color:#f2f2ff;line-height:1.35}
body.light-mode h1,body.light-mode h2,body.light-mode h3{color:#0d0820}

/* 阅读进度条 */
#progress-bar{
position:fixed;top:0;left:0;height:3px;width:0;
background:linear-gradient(90deg,#7c5cff,#9d7cff,#1fb9d6);
z-index:9999;transition:width .1s linear;
}

/* 导航 */
header#site-header{
position:fixed;top:0;left:0;right:0;z-index:1000;
background:rgba(11,11,24,.72);
backdrop-filter:blur(14px);
-webkit-backdrop-filter:blur(14px);
border-bottom:1px solid transparent;
transition:all .3s;
}
body.light-mode header#site-header{background:rgba(246,248,255,.78)}
header#site-header.scrolled{
border-bottom:1px solid #2e2e58;
box-shadow:0 6px 24px rgba(0,0,0,.45);
}
body.light-mode header#site-header.scrolled{
border-bottom:1px solid rgba(40,62,100,.13);
box-shadow:0 6px 22px rgba(40,62,100,.14);
}
.nav-wrap{
max-width:1280px;margin:0 auto;padding:10px 20px;
display:flex;align-items:center;gap:18px;
}
.logo{
display:flex;align-items:center;gap:10px;
font-size:19px;font-weight:800;color:#f2f2ff;
white-space:nowrap;flex-shrink:0;
}
body.light-mode .logo{color:#0d0820}
.logo .logo-mark{
width:34px;height:34px;border-radius:9px;
background:linear-gradient(135deg,#7c5cff,#1fb9d6);
display:flex;align-items:center;justify-content:center;
font-size:17px;color:#fff;font-weight:900;flex-shrink:0;
}
nav.main-nav{display:flex;gap:4px;flex:1;flex-wrap:nowrap;overflow:hidden}
nav.main-nav a{
color:#e9e9f4;font-size:14.5px;padding:7px 11px;border-radius:8px;
white-space:nowrap;transition:all .22s;
}
body.light-mode nav.main-nav a{color:#142033}
nav.main-nav a:hover{
background:rgba(124,92,255,.18);color:#c4b0ff;text-decoration:none;
}
body.light-mode nav.main-nav a:hover{background:rgba(108,77,246,.12);color:#6c4df6}
.nav-right{display:flex;align-items:center;gap:10px;flex-shrink:0}
.search-box{
display:flex;align-items:center;
background:rgba(46,46,88,.55);
border:1px solid #2e2e58;border-radius:20px;
padding:5px 12px;transition:border-color .25s;
}
body.light-mode .search-box{background:#fff;border:1px solid rgba(40,62,100,.13)}
.search-box:focus-within{border-color:#7c5cff}
.search-box input{
background:transparent;border:none;outline:none;
color:#e9e9f4;font-size:13.5px;width:130px;
font-family:inherit;
}
body.light-mode .search-box input{color:#142033}
.search-box input::placeholder{color:#8b8bb5}
body.light-mode .search-box input::placeholder{color:#6b7a99}
.theme-btn{
background:rgba(46,46,88,.6);border:1px solid #2e2e58;
color:#e9e9f4;width:38px;height:38px;border-radius:50%;
cursor:pointer;font-size:16px;display:flex;
align-items:center;justify-content:center;transition:all .25s;
}
body.light-mode .theme-btn{background:#fff;border:1px solid rgba(40,62,100,.13);color:#142033}
.theme-btn:hover{border-color:#7c5cff;transform:rotate(18deg)}
.btn-primary{
background:linear-gradient(135deg,#7c5cff,#9d7cff);
color:#fff;border:none;padding:9px 20px;border-radius:22px;
font-size:14px;font-weight:700;cursor:pointer;
transition:all .25s;white-space:nowrap;font-family:inherit;
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(124,92,255,.45);text-decoration:none}
.hamburger{
display:none;background:transparent;border:1px solid #2e2e58;
color:#e9e9f4;width:40px;height:40px;border-radius:9px;
cursor:pointer;font-size:19px;align-items:center;justify-content:center;
}
body.light-mode .hamburger{border-color:rgba(40,62,100,.13);color:#142033}
.mobile-menu{
display:none;flex-direction:column;gap:2px;
padding:12px 20px 18px;border-top:1px solid #2e2e58;
background:rgba(11,11,24,.96);
}
body.light-mode .mobile-menu{background:rgba(246,248,255,.98);border-top:1px solid rgba(40,62,100,.13)}
.mobile-menu.open{display:flex}
.mobile-menu a{
color:#e9e9f4;padding:11px 8px;border-radius:8px;font-size:15px;
}
body.light-mode .mobile-menu a{color:#142033}
.mobile-menu a:hover{background:rgba(124,92,255,.16);text-decoration:none}

/* 通用容器 */
.container{max-width:1280px;margin:0 auto;padding:0 20px}
section{padding:64px 0}
.section-head{text-align:center;margin-bottom:40px}
.section-head h2{
font-size:30px;margin-bottom:12px;letter-spacing:.5px;
}
.section-head h2 span{
background:linear-gradient(90deg,#7c5cff,#1fb9d6);
-webkit-background-clip:text;background-clip:text;
-webkit-text-fill-color:transparent;
}
.section-head p{color:#b9b9d4;font-size:15px;max-width:680px;margin:0 auto}
body.light-mode .section-head p{color:#3d4d66}

/* Hero */
.hero{
min-height:76vh;display:flex;flex-direction:column;
align-items:center;justify-content:center;text-align:center;
padding:130px 20px 70px;position:relative;overflow:hidden;
}
.hero::before{
content:"";position:absolute;top:-160px;left:50%;transform:translateX(-50%);
width:760px;height:760px;border-radius:50%;
background:radial-gradient(circle,rgba(124,92,255,.28),transparent 68%);
pointer-events:none;
}
.hero::after{
content:"";position:absolute;bottom:-200px;right:-120px;
width:520px;height:520px;border-radius:50%;
background:radial-gradient(circle,rgba(31,185,214,.18),transparent 70%);
pointer-events:none;
}
.hero-logo{
width:200px;height:200px;border-radius:44px;
border:2px solid rgba(124,92,255,.5);
box-shadow:0 0 60px rgba(124,92,255,.4);
position:relative;z-index:2;margin-bottom:26px;
object-fit:cover;
}
.hero h1{
font-size:clamp(26px,4.4vw,46px);font-weight:900;
max-width:960px;position:relative;z-index:2;
letter-spacing:.5px;margin-bottom:16px;
}
.hero .slogan{
font-size:clamp(15px,2vw,19px);color:#c4b0ff;
font-weight:600;margin-bottom:18px;position:relative;z-index:2;
}
body.light-mode .hero .slogan{color:#6c4df6}
.hero .hero-desc{
max-width:720px;color:#b9b9d4;font-size:15.5px;
margin-bottom:32px;position:relative;z-index:2;
}
body.light-mode .hero .hero-desc{color:#3d4d66}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;position:relative;z-index:2;margin-bottom:44px}
.btn-ghost{
background:rgba(46,46,88,.55);border:1px solid #2e2e58;
color:#e9e9f4;padding:11px 24px;border-radius:24px;font-size:14.5px;
font-weight:600;cursor:pointer;transition:all .25s;font-family:inherit;
}
body.light-mode .btn-ghost{background:#fff;border:1px solid rgba(40,62,100,.13);color:#142033}
.btn-ghost:hover{border-color:#7c5cff;color:#c4b0ff;transform:translateY(-2px);text-decoration:none}
body.light-mode .btn-ghost:hover{color:#6c4df6}
.btn-outline-cyan{
background:transparent;border:1px solid #1fb9d6;color:#5fd8ee;
padding:11px 24px;border-radius:24px;font-size:14.5px;font-weight:600;
cursor:pointer;transition:all .25s;font-family:inherit;
}
.btn-outline-cyan:hover{background:rgba(31,185,214,.16);transform:translateY(-2px);text-decoration:none}
.hero-stats{
display:flex;gap:44px;flex-wrap:wrap;justify-content:center;
position:relative;z-index:2;
}
.hero-stats .stat{text-align:center}
.hero-stats .stat b{
display:block;font-size:28px;font-weight:900;
background:linear-gradient(90deg,#7c5cff,#1fb9d6);
-webkit-background-clip:text;background-clip:text;
-webkit-text-fill-color:transparent;
}
.hero-stats .stat span{font-size:13.5px;color:#b9b9d4}
body.light-mode .hero-stats .stat span{color:#3d4d66}

/* 热门漫画网格 */
.grid-comics{
display:grid;grid-template-columns:repeat(4,1fr);gap:22px;
}
.comic-card{
background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;
overflow:hidden;transition:all .3s;position:relative;
display:flex;flex-direction:column;
}
body.light-mode .comic-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.comic-card:hover{
transform:translateY(-8px);border-color:#7c5cff;
box-shadow:0 16px 36px rgba(124,92,255,.3);
}
.comic-cover-wrap{position:relative;overflow:hidden}
.comic-cover-wrap img{width:100%;height:auto;border-radius:0;transition:transform .4s}
.comic-card:hover .comic-cover-wrap img{transform:scale(1.06)}
.badge-status{
position:absolute;top:10px;left:10px;font-size:11.5px;
padding:3px 10px;border-radius:12px;font-weight:700;
background:rgba(31,185,214,.92);color:#04222a;
}
.badge-status.done{background:rgba(124,92,255,.94);color:#fff}
.badge-views{
position:absolute;top:10px;right:10px;font-size:11.5px;
padding:3px 10px;border-radius:12px;font-weight:700;
background:rgba(11,11,24,.78);color:#e9e9f4;
border:1px solid rgba(157,124,255,.4);
}
.comic-info{padding:14px 15px 16px;display:flex;flex-direction:column;gap:6px;flex:1}
.comic-info h3{font-size:16px;font-weight:800;line-height:1.4}
.comic-meta{font-size:12.5px;color:#b9b9d4;display:flex;flex-direction:column;gap:3px}
body.light-mode .comic-meta{color:#3d4d66}
.comic-meta b{color:#9d7cff;font-weight:600}
body.light-mode .comic-meta b{color:#6c4df6}
.comic-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto;padding-top:8px}
.comic-tags span{
font-size:11.5px;padding:2px 9px;border-radius:10px;
background:rgba(124,92,255,.16);color:#c4b0ff;
border:1px solid rgba(124,92,255,.3);
}
body.light-mode .comic-tags span{background:rgba(108,77,246,.1);color:#6c4df6;border-color:rgba(108,77,246,.25)}

/* 精品推荐 */
.feature-list{display:flex;flex-direction:column;gap:24px}
.feature-card{
display:flex;gap:24px;background:#1a1a36;
border:1px solid #2e2e58;border-radius:18px;padding:20px;
transition:all .3s;align-items:stretch;
}
body.light-mode .feature-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.feature-card:hover{border-color:#7c5cff;box-shadow:0 14px 32px rgba(124,92,255,.26);transform:translateY(-4px)}
.feature-card .fc-img{flex:0 0 300px}
.feature-card .fc-img img{width:300px;height:200px;object-fit:cover}
.feature-card .fc-body{flex:1;display:flex;flex-direction:column;gap:9px}
.feature-card .fc-body h3{font-size:20px;font-weight:800}
.feature-card .fc-body p{font-size:14.5px;color:#b9b9d4}
body.light-mode .feature-card .fc-body p{color:#3d4d66}
.fc-meta{font-size:13px;color:#b9b9d4;display:flex;gap:16px;flex-wrap:wrap}
body.light-mode .fc-meta{color:#3d4d66}
.fc-meta b{color:#9d7cff}
body.light-mode .fc-meta b{color:#6c4df6}
.fc-tags{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px}

/* 漫画详细介绍 */
.detail-layout{
display:grid;grid-template-columns:300px 1fr;gap:32px;align-items:start;
}
.detail-side{
background:linear-gradient(160deg,#1a1a36,#221a44);
border:1px solid #2e2e58;border-radius:20px;padding:32px 26px;
position:relative;overflow:hidden;
}
body.light-mode .detail-side{background:linear-gradient(160deg,#fff,#eef2fb);border:1px solid rgba(40,62,100,.13)}
.detail-side .big-num{
font-size:96px;font-weight:900;line-height:1;
background:linear-gradient(135deg,#7c5cff,#1fb9d6);
-webkit-background-clip:text;background-clip:text;
-webkit-text-fill-color:transparent;margin-bottom:14px;
}
.detail-side h3{font-size:21px;margin-bottom:12px}
.detail-side p{font-size:14.5px;color:#b9b9d4}
body.light-mode .detail-side p{color:#3d4d66}
.detail-side img{margin-top:22px;width:100%;height:auto;border-radius:12px}
.detail-body h2{font-size:26px;margin-bottom:18px}
.detail-body h3{font-size:18px;margin:24px 0 10px;color:#c4b0ff}
body.light-mode .detail-body h3{color:#6c4df6}
.detail-body p{font-size:15px;color:#dcdcf0;margin-bottom:13px}
body.light-mode .detail-body p{color:#26364f}
.detail-features{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.detail-features span{
padding:9px 20px;border-radius:22px;font-size:13.5px;font-weight:700;
background:rgba(124,92,255,.16);border:1px solid rgba(124,92,255,.4);
color:#c4b0ff;
}
body.light-mode .detail-features span{background:rgba(108,77,246,.1);color:#6c4df6;border-color:rgba(108,77,246,.3)}

/* 角色 */
.roles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.role-card{
display:flex;gap:20px;background:#1a1a36;border:1px solid #2e2e58;
border-radius:18px;padding:20px;transition:all .3s;
}
body.light-mode .role-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.role-card:hover{border-color:#1fb9d6;transform:translateY(-5px);box-shadow:0 14px 30px rgba(31,185,214,.22)}
.role-card img{width:180px;height:180px;object-fit:cover;border-radius:14px;flex-shrink:0}
.role-body h3{font-size:19px;margin-bottom:8px}
.role-tag{
display:inline-block;font-size:12px;padding:3px 11px;border-radius:11px;
background:rgba(31,185,214,.16);color:#5fd8ee;border:1px solid rgba(31,185,214,.36);
margin-bottom:10px;
}
body.light-mode .role-tag{color:#0e7f95}
.role-body p{font-size:14px;color:#b9b9d4;margin-bottom:7px}
body.light-mode .role-body p{color:#3d4d66}
.role-body p b{color:#9d7cff}
body.light-mode .role-body p b{color:#6c4df6}

/* 平台介绍 */
.platform-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:start}
.platform-text p{font-size:15px;color:#dcdcf0;margin-bottom:14px}
body.light-mode .platform-text p{color:#26364f}
.platform-text h2{font-size:26px;margin-bottom:18px}
.steps{display:flex;flex-direction:column;gap:16px}
.step-item{
display:flex;gap:16px;background:#1a1a36;border:1px solid #2e2e58;
border-radius:14px;padding:16px 18px;transition:all .3s;
}
body.light-mode .step-item{background:#fff;border:1px solid rgba(40,62,100,.13)}
.step-item:hover{border-color:#7c5cff;transform:translateX(5px)}
.step-num{
flex-shrink:0;width:38px;height:38px;border-radius:11px;
background:linear-gradient(135deg,#7c5cff,#9d7cff);
color:#fff;font-weight:900;font-size:16px;
display:flex;align-items:center;justify-content:center;
}
.step-item h3{font-size:16px;margin-bottom:4px}
.step-item p{font-size:13.5px;color:#b9b9d4}
body.light-mode .step-item p{color:#3d4d66}
.feature-squares{
display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px;
}
.f-square{
background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;
padding:18px;text-align:center;transition:all .3s;
}
body.light-mode .f-square{background:#fff;border:1px solid rgba(40,62,100,.13)}
.f-square:hover{border-color:#1fb9d6;transform:translateY(-4px)}
.f-square b{display:block;font-size:15px;color:#f2f2ff;margin-bottom:5px}
body.light-mode .f-square b{color:#0d0820}
.f-square span{font-size:13px;color:#b9b9d4}
body.light-mode .f-square span{color:#3d4d66}

/* 多端同步 */
.sync-layout{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.sync-text h2{font-size:26px;margin-bottom:18px}
.sync-text p{font-size:15px;color:#dcdcf0;margin-bottom:14px}
body.light-mode .sync-text p{color:#26364f}
.sync-imgs{display:flex;gap:20px;justify-content:center;align-items:flex-end;flex-wrap:wrap}
.sync-imgs img{box-shadow:0 18px 40px rgba(0,0,0,.5);border-radius:18px}
body.light-mode .sync-imgs img{box-shadow:0 18px 40px rgba(40,62,100,.18)}

/* 公告 */
.notice-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.notice-card{
background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;
padding:20px;transition:all .3s;
}
body.light-mode .notice-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.notice-card:hover{border-color:#7c5cff;transform:translateY(-4px)}
.notice-date{font-size:12.5px;color:#9d7cff;font-weight:700;margin-bottom:8px}
body.light-mode .notice-date{color:#6c4df6}
.notice-card h3{font-size:16.5px;margin-bottom:8px}
.notice-card p{font-size:13.5px;color:#b9b9d4}
body.light-mode .notice-card p{color:#3d4d66}

/* 阅读指南 */
.guide-layout{display:grid;grid-template-columns:1.3fr 1fr;gap:36px;align-items:start}
.guide-text h2{font-size:26px;margin-bottom:18px}
.guide-text p{font-size:15px;color:#dcdcf0;margin-bottom:14px}
body.light-mode .guide-text p{color:#26364f}
.check-list{display:flex;flex-direction:column;gap:14px}
.check-list li{
list-style:none;display:flex;gap:13px;align-items:flex-start;
background:#1a1a36;border:1px solid #2e2e58;border-radius:13px;
padding:15px 17px;font-size:14.5px;color:#dcdcf0;
}
body.light-mode .check-list li{background:#fff;border:1px solid rgba(40,62,100,.13);color:#26364f}
.check-list li::before{
content:"✓";flex-shrink:0;width:24px;height:24px;border-radius:50%;
background:linear-gradient(135deg,#7c5cff,#1fb9d6);
color:#fff;font-weight:900;font-size:13px;
display:flex;align-items:center;justify-content:center;
}

/* APP下载 */
.app-download{text-align:center}
.app-download h2{font-size:30px;margin-bottom:16px}
.app-download .app-desc{
max-width:720px;margin:0 auto 30px;font-size:15.5px;color:#b9b9d4;
}
body.light-mode .app-download .app-desc{color:#3d4d66}
.app-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}

/* 评论 */
.comments-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.comment-card{
background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;
padding:18px 20px;transition:all .3s;
}
body.light-mode .comment-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.comment-card:hover{border-color:#7c5cff;transform:translateY(-3px)}
.comment-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:9px}
.comment-user{font-weight:800;font-size:14.5px;color:#c4b0ff}
body.light-mode .comment-user{color:#6c4df6}
.comment-time{font-size:12.5px;color:#8b8bb5}
body.light-mode .comment-time{color:#6b7a99}
.comment-card p{font-size:14px;color:#dcdcf0}
body.light-mode .comment-card p{color:#26364f}

/* FAQ */
.faq-list{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{
background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;
overflow:hidden;transition:border-color .3s;
}
body.light-mode .faq-item{background:#fff;border:1px solid rgba(40,62,100,.13)}
.faq-item.active{border-color:#7c5cff}
.faq-q{
width:100%;text-align:left;background:transparent;border:none;
color:#f2f2ff;font-size:16px;font-weight:700;padding:18px 22px;
cursor:pointer;display:flex;justify-content:space-between;align-items:center;
gap:14px;font-family:inherit;transition:color .25s;
}
body.light-mode .faq-q{color:#0d0820}
.faq-q:hover{color:#c4b0ff}
body.light-mode .faq-q:hover{color:#6c4df6}
.faq-q .arrow{transition:transform .3s;font-size:14px;color:#9d7cff;flex-shrink:0}
.faq-item.active .faq-q .arrow{transform:rotate(180deg)}
.faq-a{
max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s;
padding:0 22px;font-size:14.5px;color:#b9b9d4;
}
body.light-mode .faq-a{color:#3d4d66}
.faq-item.active .faq-a{max-height:340px;padding:0 22px 20px}

/* 侧边栏区块 */
.sidebar-section{padding-top:0}
.sidebar-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.side-card{
background:#1a1a36;border:1px solid #2e2e58;border-radius:16px;
padding:22px;position:sticky;top:90px;
}
body.light-mode .side-card{background:#fff;border:1px solid rgba(40,62,100,.13)}
.side-card h3{font-size:19px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #2e2e58}
body.light-mode .side-card h3{border-bottom:1px solid rgba(40,62,100,.13)}
.rank-list{display:flex;flex-direction:column;gap:10px}
.rank-item{display:flex;gap:12px;align-items:center;font-size:14.5px}
.rank-num{
flex-shrink:0;width:26px;height:26px;border-radius:8px;
background:rgba(46,46,88,.8);color:#c4b0ff;font-weight:800;
font-size:13px;display:flex;align-items:center;justify-content:center;
}
body.light-mode .rank-num{background:rgba(108,77,246,.12);color:#6c4df6}
.rank-item:nth-child(1) .rank-num{background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff}
.rank-item:nth-child(2) .rank-num{background:linear-gradient(135deg,#1fb9d6,#5fd8ee);color:#04222a}
.rank-item:nth-child(3) .rank-num{background:linear-gradient(135deg,#9d7cff,#c4b0ff);color:#1a1a36}
.rank-item a{color:#dcdcf0;font-size:14.5px}
body.light-mode .rank-item a{color:#26364f}
.rank-item a:hover{color:#c4b0ff}
body.light-mode .rank-item a:hover{color:#6c4df6}
.rank-item .rank-val{margin-left:auto;font-size:12.5px;color:#8b8bb5}
body.light-mode .rank-item .rank-val{color:#6b7a99}
.stat-list{display:flex;flex-direction:column;gap:12px}
.stat-row{
display:flex;justify-content:space-between;font-size:14.5px;
padding:10px 0;border-bottom:1px dashed #2e2e58;
}
body.light-mode .stat-row{border-bottom:1px dashed rgba(40,62,100,.13)}
.stat-row:last-child{border-bottom:none}
.stat-row span{color:#b9b9d4}
body.light-mode .stat-row span{color:#3d4d66}
.stat-row b{color:#c4b0ff;font-weight:800}
body.light-mode .stat-row b{color:#6c4df6}

/* 底部 */
footer{
background:rgba(11,11,24,.85);border-top:1px solid #2e2e58;
padding:56px 0 26px;margin-top:20px;
}
body.light-mode footer{background:rgba(238,242,251,.9);border-top:1px solid rgba(40,62,100,.13)}
.footer-grid{
display:grid;grid-template-columns:repeat(4,1fr);gap:32px;margin-bottom:36px;
}
.footer-col h3{font-size:16px;margin-bottom:16px;color:#f2f2ff}
body.light-mode .footer-col h3{color:#0d0820}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:9px}
.footer-col ul li a{font-size:14px;color:#b9b9d4}
body.light-mode .footer-col ul li a{color:#3d4d66}
.footer-col ul li a:hover{color:#c4b0ff}
body.light-mode .footer-col ul li a:hover{color:#6c4df6}
.friend-links{
display:flex;gap:16px;flex-wrap:wrap;justify-content:center;
padding:20px 0;border-top:1px solid #2e2e58;
border-bottom:1px solid #2e2e58;margin-bottom:22px;
}
body.light-mode .friend-links{border-color:rgba(40,62,100,.13)}
.friend-links a{font-size:13.5px;color:#b9b9d4}
body.light-mode .friend-links a{color:#3d4d66}
.friend-links a:hover{color:#c4b0ff}
body.light-mode .friend-links a:hover{color:#6c4df6}
.footer-bottom{text-align:center;font-size:13px;color:#8b8bb5;display:flex;flex-direction:column;gap:9px}
body.light-mode .footer-bottom{color:#6b7a99}
.footer-bottom .legal-links{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}
.footer-bottom .legal-links a{color:#b9b9d4;font-size:13px}
body.light-mode .footer-bottom .legal-links a{color:#3d4d66}

/* 返回顶部 */
#back-top{
position:fixed;right:24px;bottom:28px;width:48px;height:48px;
border-radius:50%;background:linear-gradient(135deg,#7c5cff,#9d7cff);
color:#fff;border:none;font-size:20px;cursor:pointer;
display:flex;align-items:center;justify-content:center;
opacity:0;visibility:hidden;transform:translateY(16px);
transition:all .35s;z-index:900;box-shadow:0 10px 26px rgba(124,92,255,.5);
}
#back-top.show{opacity:1;visibility:visible;transform:translateY(0)}
#back-top:hover{transform:translateY(-4px) scale(1.06)}

/* 响应式 */
@media(max-width:1080px){
.grid-comics{grid-template-columns:repeat(3,1fr)}
.platform-layout,.guide-layout,.sync-layout{grid-template-columns:1fr}
.detail-layout{grid-template-columns:1fr}
.detail-side{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.detail-side img{max-width:220px;margin-top:0}
.sidebar-grid{grid-template-columns:1fr}
.side-card{position:static}
}
@media(max-width:900px){
nav.main-nav{display:none}
.search-box{display:none}
.hamburger{display:flex}
.feature-card{flex-direction:column}
.feature-card .fc-img{flex:0 0 auto}
.feature-card .fc-img img{width:100%;height:auto}
.roles-grid{grid-template-columns:1fr}
.notice-grid{grid-template-columns:1fr 1fr}
.comments-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.feature-squares{grid-template-columns:1fr 1fr}
}
@media(max-width:640px){
.grid-comics{grid-template-columns:repeat(2,1fr);gap:14px}
section{padding:48px 0}
.hero{padding:110px 16px 56px;min-height:auto}
.hero-logo{width:140px;height:140px;border-radius:32px}
.hero-stats{gap:26px}
.hero-stats .stat b{font-size:22px}
.role-card{flex-direction:column}
.role-card img{width:100%;height:auto;max-width:220px}
.notice-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.feature-squares{grid-template-columns:1fr}
.btn-primary,.btn-ghost,.btn-outline-cyan{padding:10px 18px;font-size:13.5px}
#back-top{right:14px;bottom:18px;width:42px;height:42px}
.comic-info h3{font-size:14.5px}
.comic-meta{font-size:11.5px}
}