:root{
  --bg:#24003f;
  --bg-deep:#16002b;
  --bg-1:#2d0052;
  --bg-2:#3b006b;
  --bg-3:#4a007f;
  --title:#bfffff;
  --cyan:#25dff5;
  --pink:#f06bea;
  --text:#ffffff;
  --text-2:#d8c7ff;
  --muted:#b99ee8;
  --card:rgba(60,0,100,.56);
  --border:rgba(191,255,255,.14);
  --btn:linear-gradient(90deg,#21dff5 0%,#8f7bff 52%,#f06bea 100%);
  --shadow:0 18px 46px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth}
body{background:radial-gradient(circle at top left,rgba(240,107,234,.16),transparent 32%),radial-gradient(circle at 82% 10%,rgba(37,223,245,.14),transparent 27%),var(--bg);color:var(--text);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.72}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto;display:block}
main{position:relative;z-index:1}
.emoji-bg{position:fixed;inset:0;overflow:hidden;pointer-events:none;z-index:0}
.emoji-bg span{position:absolute;font-size:28px;opacity:.12;animation:floatEmoji 12s linear infinite;filter:drop-shadow(0 0 10px rgba(37,223,245,.25))}
.emoji-bg span:nth-child(1){left:4%;animation-delay:0s;animation-duration:15s}.emoji-bg span:nth-child(2){left:12%;animation-delay:2s;animation-duration:13s}.emoji-bg span:nth-child(3){left:21%;animation-delay:5s;animation-duration:16s}.emoji-bg span:nth-child(4){left:31%;animation-delay:1s;animation-duration:14s}.emoji-bg span:nth-child(5){left:42%;animation-delay:4s;animation-duration:17s}.emoji-bg span:nth-child(6){left:52%;animation-delay:6s;animation-duration:12s}.emoji-bg span:nth-child(7){left:61%;animation-delay:3s;animation-duration:15s}.emoji-bg span:nth-child(8){left:70%;animation-delay:7s;animation-duration:16s}.emoji-bg span:nth-child(9){left:78%;animation-delay:1.5s;animation-duration:13s}.emoji-bg span:nth-child(10){left:84%;animation-delay:5.5s;animation-duration:14s}.emoji-bg span:nth-child(11){left:91%;animation-delay:2.5s;animation-duration:18s}.emoji-bg span:nth-child(12){left:96%;animation-delay:8s;animation-duration:12s}
@keyframes floatEmoji{0%{transform:translate3d(0,110vh,0) rotate(0deg);opacity:0}12%{opacity:.16}50%{transform:translate3d(22px,45vh,0) rotate(12deg)}100%{transform:translate3d(-18px,-12vh,0) rotate(28deg);opacity:0}}
.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(36,0,63,.62);backdrop-filter:blur(12px);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.header-inner{max-width:1280px;margin:0 auto;min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px}.brand img{width:154px}.header-actions{display:flex;align-items:center;gap:12px}.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:var(--btn);color:#fff;border-radius:6px;padding:12px 22px;font-weight:800;box-shadow:0 14px 30px rgba(240,107,234,.26);transition:.25s ease;white-space:nowrap}.main-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(37,223,245,.3)}.menu-toggle{width:46px;height:42px;border:1px solid rgba(191,255,255,.22);background:rgba(255,255,255,.08);border-radius:10px;display:grid;place-items:center;gap:0;cursor:pointer}.menu-toggle span{width:22px;height:2px;background:#fff;display:block;margin:3px 0;border-radius:2px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.5);opacity:0;visibility:hidden;transition:.25s ease;z-index:10000}.site-drawer{position:fixed;top:0;right:0;width:min(390px,90vw);height:100vh;background:linear-gradient(160deg,rgba(22,0,43,.96),rgba(59,0,107,.98));box-shadow:-24px 0 60px rgba(0,0,0,.45);transform:translateX(110%);transition:.3s ease;z-index:10001;padding:24px;overflow-y:auto}.site-drawer:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 10%,rgba(37,223,245,.16),transparent 28%),radial-gradient(circle at 20% 75%,rgba(240,107,234,.18),transparent 35%);pointer-events:none}.drawer-open .drawer-mask{opacity:1;visibility:visible}.drawer-open .site-drawer{transform:translateX(0)}.drawer-top,.drawer-nav,.drawer-card{position:relative}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.drawer-logo img{width:148px}.drawer-close{width:42px;height:42px;border:1px solid rgba(191,255,255,.2);background:rgba(255,255,255,.06);color:#fff;border-radius:50%;font-size:28px;cursor:pointer}.drawer-nav{display:grid;gap:10px}.drawer-nav a{color:#fff;padding:13px 14px;border-radius:10px;background:rgba(255,255,255,.06);border:1px solid transparent;font-weight:700}.drawer-nav a:hover,.drawer-nav a.active{color:var(--cyan);border-color:rgba(37,223,245,.35);background:rgba(37,223,245,.08)}.drawer-card{margin-top:22px;padding:18px;border:1px solid var(--border);border-radius:16px;background:rgba(60,0,100,.62)}.drawer-card p{color:var(--text-2);margin:0 0 16px}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.hero-section{min-height:100vh;background:linear-gradient(180deg,rgba(35,0,63,.55) 0%,rgba(35,0,63,.78) 58%,rgba(141,0,255,.92) 100%),url("背景.webp") center center/cover no-repeat;position:relative;overflow:hidden;display:flex;align-items:center}.hero-section:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:230px;background:linear-gradient(180deg,rgba(141,0,255,0) 0%,rgba(157,0,255,.95) 100%);pointer-events:none}.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:48px;padding:80px 0}.hero-copy{max-width:680px}.eyebrow{color:var(--cyan);font-weight:800;letter-spacing:.04em;margin:0 0 8px}.hero-copy h1,.page-hero h1{font-size:clamp(42px,7vw,84px);line-height:1.05;margin:0 0 18px;color:var(--title);text-shadow:0 0 28px rgba(37,223,245,.28)}.hero-copy p{font-size:18px;color:var(--text-2);margin:0 0 28px}.hero-buttons{display:flex;gap:14px;flex-wrap:wrap}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(191,255,255,.28);border-radius:6px;padding:11px 20px;color:#fff;background:rgba(255,255,255,.06);font-weight:800}.hero-visual{position:relative;filter:drop-shadow(0 28px 45px rgba(0,0,0,.42))}.hero-visual img{width:100%;max-height:560px;object-fit:contain}.stats-strip{max-width:1080px;margin:-46px auto 90px;border-radius:12px;background:linear-gradient(100deg,#f06bea 0%,#9b67f0 48%,#6d67ff 100%);box-shadow:0 0 0 1px rgba(255,255,255,.08),0 16px 38px rgba(0,0,0,.28);border-bottom:4px solid #25f5e7;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.stat-item{padding:22px 18px;text-align:center;border-right:1px solid rgba(255,255,255,.22)}.stat-item:last-child{border-right:0}.stat-num{display:block;font-size:clamp(28px,4vw,42px);font-weight:900;line-height:1;color:#fff}.stat-label{display:block;margin-top:8px;color:#bfffff;font-weight:800}.section{padding:88px 0}.section.tight{padding-top:30px}.section-head{text-align:center;max-width:820px;margin:0 auto 36px}.section-title,h1,h2,h3{color:var(--title);text-shadow:0 0 18px rgba(37,223,245,.2)}.section-title{font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0 0 14px}.section-head p,.lead{color:var(--text-2);margin:0}.capsule-nav{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin:0 auto 58px}.capsule-nav a{padding:10px 16px;border-radius:999px;background:rgba(37,223,245,.08);border:1px solid rgba(191,255,255,.16);color:#fff;font-weight:700}.capsule-nav a:hover{color:var(--cyan);box-shadow:0 0 20px rgba(37,223,245,.18)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category-card,.card,.zone-card,.info-card,.page-card,.game-card,.faq-item{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);backdrop-filter:blur(10px);border-radius:18px}.category-card{padding:22px;min-height:190px;transition:.25s}.category-card:hover,.game-card:hover{transform:translateY(-4px);box-shadow:0 22px 58px rgba(37,223,245,.18)}.category-card .num{color:var(--cyan);font-size:13px;font-weight:900}.category-card h3{margin:8px 0 10px;font-size:21px}.category-card p{color:var(--text-2);margin:0;font-size:15px}.split-section{display:grid;grid-template-columns:1.04fr .96fr;gap:34px;align-items:center;background:linear-gradient(145deg,rgba(45,0,82,.76),rgba(22,0,43,.72));border:1px solid var(--border);border-radius:26px;padding:34px;box-shadow:var(--shadow)}.split-copy p{color:var(--text-2)}.check-list{list-style:none;padding:0;margin:22px 0;display:grid;gap:10px}.check-list li{color:#fff;padding-left:28px;position:relative}.check-list li:before{content:"✦";position:absolute;left:0;color:var(--cyan)}.content-img,.zone-card img,.app-section img,.hero-visual img,.poster-banner img{max-width:100%;height:auto;object-fit:contain}.poster-banner{max-width:1040px;margin:70px auto 36px;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.38)}.poster-banner img{width:100%;display:block;height:auto}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.game-card{padding:14px;transition:.25s}.game-card img{width:100%;aspect-ratio:1/1;object-fit:contain;border-radius:14px;background:rgba(22,0,43,.4)}.game-card h3{font-size:18px;margin:14px 0 6px}.game-card p{font-size:14px;color:var(--text-2);margin:0 0 10px}.text-link{color:var(--cyan);font-weight:800}.activity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.activity-card{display:grid;grid-template-columns:170px 1fr;gap:18px;align-items:center;padding:18px}.activity-card img{width:170px;max-height:170px;object-fit:contain}.activity-card h3{margin:0 0 8px}.activity-card p{color:var(--text-2);margin:0 0 8px}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:34px;align-items:center;border-radius:26px;padding:34px;background:linear-gradient(135deg,rgba(37,223,245,.08),rgba(240,107,234,.13)),rgba(45,0,82,.68);border:1px solid var(--border);box-shadow:var(--shadow)}.app-section img{width:100%;max-height:520px}.feature-grid,.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.info-card,.page-card{padding:24px}.info-card p,.page-card p{color:var(--text-2);margin:0}.info-card h3,.page-card h3{margin:0 0 10px}.faq-list{display:grid;gap:16px}.faq-item{padding:22px}.faq-item h3{margin:0 0 8px}.faq-item p{color:var(--text-2);margin:0}.notice-band{padding:26px;border-radius:22px;border:1px solid rgba(37,223,245,.22);background:linear-gradient(95deg,rgba(37,223,245,.1),rgba(240,107,234,.12));box-shadow:0 18px 46px rgba(0,0,0,.26)}.notice-band p{margin:0;color:#fff}.page-hero{padding:96px 0 58px;background:radial-gradient(circle at 15% 20%,rgba(37,223,245,.16),transparent 30%),radial-gradient(circle at 78% 18%,rgba(240,107,234,.18),transparent 30%),linear-gradient(180deg,rgba(45,0,82,.88),rgba(36,0,63,.55))}.page-hero h1{font-size:clamp(36px,5vw,62px)}.page-hero p{max-width:780px;color:var(--text-2);font-size:17px}.page-main{padding:70px 0 90px}.page-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:start}.page-panel{padding:30px;border-radius:24px;background:rgba(60,0,100,.56);border:1px solid var(--border);box-shadow:var(--shadow)}.page-panel h2{margin-top:0}.page-panel p{color:var(--text-2)}.page-visual{position:sticky;top:96px;padding:24px;border-radius:24px;background:rgba(22,0,43,.48);border:1px solid var(--border);box-shadow:var(--shadow)}.page-visual img{width:100%;max-height:520px;object-fit:contain}.article-section{margin-top:34px}.article-section h2{margin-bottom:10px}.article-section p{color:var(--text-2)}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.quote-card{padding:22px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(191,255,255,.12);color:var(--text-2)}.site-footer{position:relative;z-index:1;background:#140024;color:var(--text-2);padding:56px 0 0;border-top:1px solid rgba(191,255,255,.12)}.footer-inner{width:min(1180px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:34px}.footer-brand img{width:156px;margin-bottom:14px}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.footer-links a{color:#fff}.footer-links a:hover{color:var(--cyan)}.footer-notice strong{color:var(--title)}.footer-bottom{text-align:center;margin-top:36px;padding:18px;border-top:1px solid rgba(191,255,255,.1);color:var(--muted)}
@media (max-width:1024px){.hero-content,.split-section,.app-section,.page-layout{grid-template-columns:1fr}.game-grid{grid-template-columns:repeat(3,1fr)}.category-grid{grid-template-columns:repeat(3,1fr)}.feature-grid,.info-grid,.quote-grid{grid-template-columns:repeat(2,1fr)}.page-visual{position:relative;top:0}.footer-inner{grid-template-columns:1fr 1fr}}
@media (max-width:720px){.header-inner{min-height:64px;padding:0 14px}.brand img,.drawer-logo img{width:126px}.header-btn{padding:9px 12px;font-size:13px}.menu-toggle{width:40px;height:38px}.hero-content{padding:54px 0 90px;gap:22px}.hero-copy p{font-size:16px}.hero-buttons{gap:10px}.stats-strip{grid-template-columns:repeat(2,1fr);margin:-36px 18px 58px}.stat-item:nth-child(2){border-right:0}.stat-item:nth-child(1),.stat-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.22)}.section{padding:58px 0}.category-grid,.game-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{padding:17px}.activity-grid,.activity-card,.feature-grid,.info-grid,.two-col,.quote-grid,.footer-inner{grid-template-columns:1fr}.activity-card img{width:100%;max-height:220px}.split-section,.app-section,.page-panel{padding:22px;border-radius:20px}.page-hero{padding:64px 0 36px}.page-main{padding:48px 0 70px}.footer-links{grid-template-columns:1fr}.emoji-bg span{font-size:20px}.emoji-bg span:nth-child(n+7){display:none}}
@media (max-width:420px){.game-grid,.category-grid{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr}.stat-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.22)}.stat-item:last-child{border-bottom:0}.main-btn,.ghost-btn{width:100%}.header-actions .main-btn{width:auto}.hero-copy h1{font-size:42px}}
