*{margin:0;padding:0;box-sizing:border-box}
:root{
--bg1:#0b0b18;
--bg2:#15152c;
--card:#1a1a36;
--border:#2e2e58;
--text:#e9e9f4;
--title:#f2f2ff;
--accent:#7c5cff;
--accent2:#9d7cff;
--muted:#b9b9d6;
}
html{scroll-behavior:smooth}
body{
font-family:"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif;
background:linear-gradient(160deg,#0b0b18 0%,#15152c 100%);
background-attachment:fixed;
color:#e9e9f4;
line-height:1.7;
font-size:15px;
overflow-x:hidden;
}
body.light{
--bg1:#f6f8ff;
--bg2:#eef2fb;
--card:#ffffff;
--border:rgba(40,62,100,.13);
--text:#142033;
--title:#0d0820;
--accent:#6c4df6;
--accent2:#1fb9d6;
--muted:#41506b;
background:linear-gradient(160deg,#f6f8ff 0%,#eef2fb 100%);
color:#142033;
}
a{color:#9d7cff;text-decoration:none;transition:color .2s}
a:hover{color:#c3b0ff;text-decoration:underline}
body.light a{color:#6c4df6}
body.light a:hover{color:#1fb9d6}
img{display:block;max-width:100%;height:auto;border-radius:8px}
.container{max-width:1240px;margin:0 auto;padding:0 20px}
/* 进度条 */
#progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,#7c5cff,#9d7cff);z-index:9999;transition:width .08s linear}
/* 导航 */
header#top{
position:fixed;top:0;left:0;width:100%;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 header#top{background:rgba(255,255,255,.78)}
header#top.scrolled{border-bottom:1px solid #2e2e58;box-shadow:0 6px 24px rgba(0,0,0,.45)}
body.light header#top.scrolled{border-bottom:1px solid rgba(40,62,100,.13);box-shadow:0 6px 24px rgba(40,62,100,.12)}
.nav-wrap{display:flex;align-items:center;gap:18px;height:66px;max-width:1240px;margin:0 auto;padding:0 20px}
.logo{display:flex;align-items:center;gap:10px;font-weight:800;font-size:17px;color:#f2f2ff;white-space:nowrap}
body.light .logo{color:#0d0820}
.logo .dot{width:30px;height:30px;border-radius:9px;background:linear-gradient(135deg,#7c5cff,#9d7cff);display:flex;align-items:center;justify-content:center;font-size:15px;color:#fff;flex-shrink:0}
nav.main-nav{display:flex;gap:4px;flex:1;justify-content:center;flex-wrap:wrap}
nav.main-nav a{color:#e9e9f4;font-size:14px;padding:7px 11px;border-radius:8px;white-space:nowrap}
body.light nav.main-nav a{color:#142033}
nav.main-nav a:hover{background:rgba(124,92,255,.18);color:#c3b0ff;text-decoration:none}
body.light nav.main-nav a:hover{background:rgba(108,77,246,.1);color:#6c4df6}
.nav-right{display:flex;align-items:center;gap:10px}
.search-box{display:flex;align-items:center;background:rgba(255,255,255,.06);border:1px solid #2e2e58;border-radius:10px;padding:5px 10px}
body.light .search-box{background:rgba(40,62,100,.05);border-color:rgba(40,62,100,.13)}
.search-box input{background:transparent;border:none;outline:none;color:#e9e9f4;font-size:13px;width:110px}
body.light .search-box input{color:#142033}
.search-box input::placeholder{color:#8f8fb8}
.search-box button{background:transparent;border:none;color:#9d7cff;cursor:pointer;font-size:14px}
.btn{display:inline-block;padding:9px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;border:none;transition:all .25s;white-space:nowrap;text-align:center}
.btn-primary{background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(124,92,255,.5);color:#fff;text-decoration:none}
.btn-ghost{background:transparent;border:1px solid #2e2e58;color:#e9e9f4}
body.light .btn-ghost{border-color:rgba(40,62,100,.2);color:#142033}
.btn-ghost:hover{border-color:#9d7cff;color:#c3b0ff;text-decoration:none}
body.light .btn-ghost:hover{color:#6c4df6;border-color:#6c4df6}
.theme-btn{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid #2e2e58;color:#e9e9f4;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center;transition:all .25s}
body.light .theme-btn{background:rgba(40,62,100,.05);border-color:rgba(40,62,100,.13);color:#142033}
.theme-btn:hover{border-color:#9d7cff;color:#c3b0ff}
.hamburger{display:none;flex-direction:column;gap:5px;background:transparent;border:none;cursor:pointer;padding:8px}
.hamburger span{display:block;width:22px;height:2px;background:#e9e9f4;border-radius:2px;transition:.3s}
body.light .hamburger span{background:#142033}
.hamburger.active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
/* Hero */
.hero{min-height:76vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 20px 60px;position:relative}
.hero-logo{width:200px;height:200px;border-radius:34px;object-fit:cover;box-shadow:0 20px 50px rgba(124,92,255,.35);border:2px solid rgba(157,124,255,.4);margin-bottom:26px}
.hero h1{font-size:clamp(24px,4.2vw,46px);color:#f2f2ff;font-weight:800;line-height:1.25;max-width:900px;letter-spacing:.5px}
body.light .hero h1{color:#0d0820}
.hero .slogan{font-size:clamp(15px,2vw,20px);color:#9d7cff;margin-top:16px;font-weight:600}
.hero .intro{max-width:680px;color:#e9e9f4;margin-top:18px;font-size:15px;opacity:.92}
body.light .hero .intro{color:#142033}
.hero-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center;margin-top:32px}
.hero-cta .btn{padding:12px 26px;font-size:15px}
.hero-stats{display:flex;gap:44px;flex-wrap:wrap;justify-content:center;margin-top:48px}
.hero-stats .stat{text-align:center}
.hero-stats .num{font-size:26px;font-weight:800;color:#9d7cff;display:block}
.hero-stats .lbl{font-size:13px;color:#b9b9d6;margin-top:4px}
body.light .hero-stats .lbl{color:#41506b}
/* 通用 section */
section{padding:64px 0}
.sec-head{text-align:center;margin-bottom:42px}
.sec-head h2{font-size:clamp(22px,3vw,32px);color:#f2f2ff;font-weight:800;display:inline-block;position:relative}
body.light .sec-head h2{color:#0d0820}
.sec-head h2::after{content:"";display:block;width:56px;height:4px;border-radius:4px;background:linear-gradient(90deg,#7c5cff,#9d7cff);margin:12px auto 0}
.sec-head p{color:#b9b9d6;margin-top:12px;font-size:14px}
body.light .sec-head p{color:#41506b}
/* 热门漫画网格 */
.grid-hot{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.manga-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;overflow:hidden;transition:all .28s;position:relative}
body.light .manga-card{background:#fff;border-color:rgba(40,62,100,.13)}
.manga-card:hover{transform:translateY(-6px);border-color:#9d7cff;box-shadow:0 14px 34px rgba(124,92,255,.3)}
.manga-cover{position:relative;overflow:hidden}
.manga-cover img{width:100%;height:auto;aspect-ratio:220/310;object-fit:cover;border-radius:0}
.badge{position:absolute;top:9px;left:9px;font-size:11px;padding:3px 9px;border-radius:20px;font-weight:700;color:#fff}
.badge.serial{background:rgba(124,92,255,.92)}
.badge.done{background:rgba(31,185,214,.92)}
.badge.read{position:absolute;top:9px;right:9px;left:auto;background:rgba(11,11,24,.78);color:#e9e9f4}
.manga-info{padding:13px 13px 15px}
.manga-info h3{font-size:15px;color:#f2f2ff;font-weight:700;margin-bottom:7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.light .manga-info h3{color:#0d0820}
.manga-info p{font-size:12.5px;color:#b9b9d6;margin-bottom:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.light .manga-info p{color:#41506b}
.manga-info .type{margin-top:8px;display:inline-block;font-size:11.5px;padding:2px 9px;border-radius:20px;background:rgba(124,92,255,.16);color:#c3b0ff}
body.light .manga-info .type{background:rgba(108,77,246,.1);color:#6c4df6}
/* 精品推荐 */
.grid-feature{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
.feature-card{display:flex;gap:18px;background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:16px;transition:all .28s}
body.light .feature-card{background:#fff;border-color:rgba(40,62,100,.13)}
.feature-card:hover{transform:translateY(-5px);border-color:#9d7cff;box-shadow:0 14px 34px rgba(124,92,255,.28)}
.feature-card img{width:300px;height:200px;object-fit:cover;flex-shrink:0;border-radius:10px}
.feature-txt h3{font-size:17px;color:#f2f2ff;margin-bottom:8px}
body.light .feature-txt h3{color:#0d0820}
.feature-txt .meta{font-size:12.5px;color:#b9b9d6;margin-bottom:9px}
body.light .feature-txt .meta{color:#41506b}
.feature-txt p{font-size:13.5px;color:#e9e9f4;opacity:.9;margin-bottom:10px}
body.light .feature-txt p{color:#142033}
.tags{display:flex;flex-wrap:wrap;gap:7px}
.tags span{font-size:11.5px;padding:3px 10px;border-radius:20px;background:rgba(124,92,255,.16);color:#c3b0ff}
body.light .tags span{background:rgba(108,77,246,.1);color:#6c4df6}
/* 详细介绍 */
.detail-wrap{display:grid;grid-template-columns:280px 1fr;gap:34px;align-items:start}
.detail-side{background:linear-gradient(160deg,#1a1a36,#232348);border:1px solid #2e2e58;border-radius:16px;padding:34px 26px;position:sticky;top:90px}
body.light .detail-side{background:linear-gradient(160deg,#fff,#eef2fb);border-color:rgba(40,62,100,.13)}
.detail-side .big-num{font-size:72px;font-weight:900;line-height:1;background:linear-gradient(135deg,#7c5cff,#9d7cff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}
.detail-side .summary{font-size:14px;color:#e9e9f4;margin-top:16px;line-height:1.8}
body.light .detail-side .summary{color:#142033}
.detail-side .side-tags{margin-top:20px;display:flex;flex-direction:column;gap:9px}
.detail-side .side-tags span{font-size:12.5px;padding:7px 12px;border-radius:9px;background:rgba(124,92,255,.14);color:#c3b0ff;border:1px solid rgba(157,124,255,.25)}
body.light .detail-side .side-tags span{background:rgba(108,77,246,.08);color:#6c4df6;border-color:rgba(108,77,246,.2)}
.detail-main h2{font-size:26px;color:#f2f2ff;margin-bottom:8px}
body.light .detail-main h2{color:#0d0820}
.detail-main h3{font-size:17px;color:#9d7cff;margin:26px 0 10px}
body.light .detail-main h3{color:#6c4df6}
.detail-main p{font-size:14.5px;color:#e9e9f4;margin-bottom:12px;text-align:justify}
body.light .detail-main p{color:#142033}
.detail-main .feat-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:26px}
.detail-main .feat-row div{flex:1;min-width:150px;padding:14px 16px;border-radius:12px;background:#1a1a36;border:1px solid #2e2e58;font-size:13.5px;color:#c3b0ff;text-align:center}
body.light .detail-main .feat-row div{background:#fff;border-color:rgba(40,62,100,.13);color:#6c4df6}
/* 角色 */
.grid-role{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
.role-card{display:flex;gap:18px;background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:18px;transition:all .28s}
body.light .role-card{background:#fff;border-color:rgba(40,62,100,.13)}
.role-card:hover{transform:translateY(-5px);border-color:#9d7cff;box-shadow:0 14px 34px rgba(124,92,255,.28)}
.role-card img{width:180px;height:180px;object-fit:cover;border-radius:12px;flex-shrink:0}
.role-txt h3{font-size:17px;color:#f2f2ff;margin-bottom:7px}
body.light .role-txt h3{color:#0d0820}
.role-txt .role-tag{display:inline-block;font-size:11.5px;padding:2px 10px;border-radius:20px;background:rgba(31,185,214,.16);color:#5fd8ee;margin-bottom:9px}
body.light .role-txt .role-tag{background:rgba(31,185,214,.12);color:#0e8fa8}
.role-txt p{font-size:13.5px;color:#e9e9f4;opacity:.9;margin-bottom:6px}
body.light .role-txt p{color:#142033}
.role-txt .ability{font-size:13px;color:#c3b0ff}
body.light .role-txt .ability{color:#6c4df6}
/* 平台介绍 */
.platform-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:start}
.platform-main p{font-size:14.5px;color:#e9e9f4;margin-bottom:14px;text-align:justify}
body.light .platform-main p{color:#142033}
.steps{display:flex;flex-direction:column;gap:16px}
.step{display:flex;gap:15px;background:#1a1a36;border:1px solid #2e2e58;border-radius:13px;padding:16px}
body.light .step{background:#fff;border-color:rgba(40,62,100,.13)}
.step .n{width:38px;height:38px;flex-shrink:0;border-radius:11px;background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px}
.step h4{font-size:14.5px;color:#f2f2ff;margin-bottom:4px}
body.light .step h4{color:#0d0820}
.step p{font-size:13px;color:#b9b9d6}
body.light .step p{color:#41506b}
.feat-squares{display:grid;grid-template-columns:repeat(6,1fr);gap:14px;margin-top:34px}
.feat-squares div{background:#1a1a36;border:1px solid #2e2e58;border-radius:12px;padding:18px 10px;text-align:center;font-size:13px;color:#c3b0ff;transition:all .28s}
body.light .feat-squares div{background:#fff;border-color:rgba(40,62,100,.13);color:#6c4df6}
.feat-squares div:hover{border-color:#9d7cff;transform:translateY(-4px)}
/* 多端 */
.multi-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.multi-text h2{font-size:26px;color:#f2f2ff;margin-bottom:16px}
body.light .multi-text h2{color:#0d0820}
.multi-text p{font-size:14.5px;color:#e9e9f4;margin-bottom:14px;text-align:justify}
body.light .multi-text p{color:#142033}
.multi-imgs{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}
.multi-imgs img{width:400px;height:600px;object-fit:cover;border-radius:16px;border:1px solid #2e2e58}
body.light .multi-imgs img{border-color:rgba(40,62,100,.13)}
/* 公告 */
.grid-notice{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.notice-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:13px;padding:20px;transition:all .28s}
body.light .notice-card{background:#fff;border-color:rgba(40,62,100,.13)}
.notice-card:hover{border-color:#9d7cff;transform:translateY(-4px)}
.notice-card .date{font-size:12px;color:#9d7cff;margin-bottom:8px}
body.light .notice-card .date{color:#6c4df6}
.notice-card h3{font-size:15.5px;color:#f2f2ff;margin-bottom:8px}
body.light .notice-card h3{color:#0d0820}
.notice-card p{font-size:13px;color:#b9b9d6}
body.light .notice-card p{color:#41506b}
/* 安全指南 */
.guide-wrap{display:grid;grid-template-columns:1.4fr 1fr;gap:36px;align-items:start}
.guide-main p{font-size:14.5px;color:#e9e9f4;margin-bottom:14px;text-align:justify}
body.light .guide-main p{color:#142033}
.check-list{display:flex;flex-direction:column;gap:13px}
.check-list div{display:flex;gap:12px;background:#1a1a36;border:1px solid #2e2e58;border-radius:12px;padding:15px;font-size:13.5px;color:#e9e9f4}
body.light .check-list div{background:#fff;border-color:rgba(40,62,100,.13);color:#142033}
.check-list .ck{color:#9d7cff;font-weight:800;flex-shrink:0}
body.light .check-list .ck{color:#6c4df6}
/* APP下载 */
.app-sec{text-align:center}
.app-sec p{max-width:640px;margin:0 auto 28px;color:#e9e9f4;font-size:15px}
body.light .app-sec p{color:#142033}
.app-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.app-btns .btn{padding:13px 30px;font-size:15px}
/* 评论 */
.grid-comment{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.comment-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:13px;padding:18px;transition:all .28s}
body.light .comment-card{background:#fff;border-color:rgba(40,62,100,.13)}
.comment-card:hover{border-color:#9d7cff}
.comment-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.comment-head .user{font-size:14px;font-weight:700;color:#c3b0ff}
body.light .comment-head .user{color:#6c4df6}
.comment-head .time{font-size:12px;color:#b9b9d6}
body.light .comment-head .time{color:#41506b}
.comment-card p{font-size:13.5px;color:#e9e9f4}
body.light .comment-card p{color:#142033}
/* FAQ */
.faq-list{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.faq-item{background:#1a1a36;border:1px solid #2e2e58;border-radius:13px;overflow:hidden;transition:all .28s}
body.light .faq-item{background:#fff;border-color:rgba(40,62,100,.13)}
.faq-item.open{border-color:#9d7cff}
.faq-q{width:100%;text-align:left;background:transparent;border:none;color:#f2f2ff;font-size:15px;font-weight:600;padding:18px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px;font-family:inherit}
body.light .faq-q{color:#0d0820}
.faq-q .icon{color:#9d7cff;font-size:20px;transition:transform .3s;flex-shrink:0}
body.light .faq-q .icon{color:#6c4df6}
.faq-item.open .faq-q .icon{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-a p{padding:0 20px 18px;font-size:14px;color:#e9e9f4}
body.light .faq-a p{color:#142033}
/* 侧边栏布局 */
.main-layout{display:grid;grid-template-columns:1fr 320px;gap:36px;align-items:start}
.sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:90px}
.side-card{background:#1a1a36;border:1px solid #2e2e58;border-radius:14px;padding:20px}
body.light .side-card{background:#fff;border-color:rgba(40,62,100,.13)}
.side-card h3{font-size:16px;color:#f2f2ff;margin-bottom:15px;padding-bottom:11px;border-bottom:1px solid #2e2e58}
body.light .side-card h3{color:#0d0820;border-bottom-color:rgba(40,62,100,.13)}
.rank-list{display:flex;flex-direction:column;gap:11px}
.rank-item{display:flex;align-items:center;gap:12px;font-size:13.5px}
.rank-item .idx{width:24px;height:24px;flex-shrink:0;border-radius:7px;background:rgba(124,92,255,.18);color:#c3b0ff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:12px}
body.light .rank-item .idx{background:rgba(108,77,246,.1);color:#6c4df6}
.rank-item .idx.top{background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff}
.rank-item .name{flex:1;color:#e9e9f4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.light .rank-item .name{color:#142033}
.rank-item .val{color:#b9b9d6;font-size:12px;flex-shrink:0}
body.light .rank-item .val{color:#41506b}
.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.stat-grid div{background:rgba(124,92,255,.1);border-radius:10px;padding:12px 10px;text-align:center}
body.light .stat-grid div{background:rgba(108,77,246,.07)}
.stat-grid .v{font-size:17px;font-weight:800;color:#c3b0ff;display:block}
body.light .stat-grid .v{color:#6c4df6}
.stat-grid .k{font-size:11.5px;color:#b9b9d6;margin-top:3px}
body.light .stat-grid .k{color:#41506b}
/* 底部 */
footer{background:rgba(11,11,24,.6);border-top:1px solid #2e2e58;padding:56px 0 26px;margin-top:40px}
body.light footer{background:rgba(255,255,255,.6);border-top-color:rgba(40,62,100,.13)}
.foot-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-bottom:36px}
.foot-col h4{font-size:15px;color:#f2f2ff;margin-bottom:15px}
body.light .foot-col h4{color:#0d0820}
.foot-col a{display:block;font-size:13.5px;color:#b9b9d6;margin-bottom:9px}
body.light .foot-col a{color:#41506b}
.foot-col a:hover{color:#c3b0ff}
body.light .foot-col a:hover{color:#6c4df6}
.foot-links{display:flex;flex-wrap:wrap;gap:12px;padding:20px 0;border-top:1px solid #2e2e58;font-size:13px}
body.light .foot-links{border-top-color:rgba(40,62,100,.13)}
.foot-links a{color:#b9b9d6}
body.light .foot-links a{color:#41506b}
.foot-links a:hover{color:#c3b0ff}
body.light .foot-links a:hover{color:#6c4df6}
.foot-bottom{text-align:center;font-size:12.5px;color:#b9b9d6;padding-top:20px;border-top:1px solid #2e2e58;line-height:2}
body.light .foot-bottom{color:#41506b;border-top-color:rgba(40,62,100,.13)}
.foot-bottom a{color:#9d7cff}
body.light .foot-bottom a{color:#6c4df6}
/* 返回顶部 */
#backTop{position:fixed;right:24px;bottom:30px;width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#7c5cff,#9d7cff);color:#fff;border:none;cursor:pointer;font-size:19px;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(14px);transition:all .3s;z-index:900;box-shadow:0 8px 24px rgba(124,92,255,.45)}
#backTop.show{opacity:1;visibility:visible;transform:translateY(0)}
/* 响应式 */
@media(max-width:1024px){
.grid-hot{grid-template-columns:repeat(3,1fr)}
.grid-feature{grid-template-columns:1fr}
.feat-squares{grid-template-columns:repeat(3,1fr)}
.main-layout{grid-template-columns:1fr}
.sidebar{position:static}
}
@media(max-width:860px){
nav.main-nav{position:fixed;top:66px;left:0;width:100%;flex-direction:column;background:rgba(11,11,24,.97);backdrop-filter:blur(14px);padding:14px 20px;gap:6px;border-bottom:1px solid #2e2e58;transform:translateY(-130%);transition:transform .35s;max-height:calc(100vh - 66px);overflow-y:auto;z-index:999}
body.light nav.main-nav{background:rgba(255,255,255,.97);border-bottom-color:rgba(40,62,100,.13)}
nav.main-nav.open{transform:translateY(0)}
nav.main-nav a{padding:12px 14px;font-size:15px;width:100%}
.search-box{display:none}
.hamburger{display:flex}
.hero-stats{gap:28px}
.detail-wrap{grid-template-columns:1fr}
.detail-side{position:static}
.platform-wrap,.guide-wrap,.multi-wrap{grid-template-columns:1fr}
.grid-role{grid-template-columns:1fr}
.grid-notice{grid-template-columns:1fr}
.grid-comment{grid-template-columns:1fr}
.foot-grid{grid-template-columns:repeat(2,1fr)}
.multi-imgs img{width:100%;max-width:340px;height:auto;aspect-ratio:2/3}
}
@media(max-width:600px){
.grid-hot{grid-template-columns:repeat(2,1fr);gap:14px}
.hero-logo{width:140px;height:140px;border-radius:26px}
.feature-card{flex-direction:column}
.feature-card img{width:100%;height:auto;aspect-ratio:3/2}
.role-card{flex-direction:column;align-items:center;text-align:center}
.role-card img{width:140px;height:140px}
.feat-squares{grid-template-columns:repeat(2,1fr)}
.foot-grid{grid-template-columns:1fr}
.hero-stats{gap:20px}
.hero-stats .num{font-size:22px}
}