
:root{--bg:#24003f;--deep:#16002b;--p1:#2d0052;--p2:#3b006b;--p3:#4a007f;--title:#bfffff;--cyan:#25dff5;--pink:#f06bea;--text:#fff;--sub:#d8c7ff;--muted:#b99ee8;--card:rgba(60,0,100,.56);--border:rgba(191,255,255,.14);--grad:linear-gradient(90deg,#21dff5 0%,#8f7bff 52%,#f06bea 100%)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:"Microsoft YaHei",Arial,sans-serif;background:radial-gradient(circle at 20% 0%,rgba(240,107,234,.18),transparent 28%),radial-gradient(circle at 88% 14%,rgba(37,223,245,.14),transparent 26%),#24003f;color:var(--text);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;object-fit:contain}.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:3%;animation-delay:-1s}.emoji-bg span:nth-child(2){left:16%;animation-delay:-7s}.emoji-bg span:nth-child(3){left:29%;animation-delay:-4s}.emoji-bg span:nth-child(4){left:42%;animation-delay:-9s}.emoji-bg span:nth-child(5){left:55%;animation-delay:-3s}.emoji-bg span:nth-child(6){left:68%;animation-delay:-8s}.emoji-bg span:nth-child(7){left:81%;animation-delay:-5s}.emoji-bg span:nth-child(8){left:92%;animation-delay:-10s}.emoji-bg span:nth-child(9){left:10%;animation-delay:-11s}.emoji-bg span:nth-child(10){left:74%;animation-delay:-2s}.emoji-bg span:nth-child(11){left:36%;animation-delay:-6s}.emoji-bg span:nth-child(12){left:88%;animation-delay:-12s}@keyframes floatEmoji{0%{transform:translate3d(0,110vh,0) rotate(0);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;padding:0 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.brand img{height:46px;display:block}.desktop-nav{display:flex;align-items:center;gap:18px;flex:1;justify-content:center}.desktop-nav a{color:#fff;font-weight:700;font-size:14px;position:relative;opacity:.9}.desktop-nav a.active,.desktop-nav a:hover{color:var(--cyan)}.desktop-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;background:var(--grad);border-radius:99px}.header-actions{display:flex;align-items:center;gap:12px}.main-btn{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--grad);color:#fff;border-radius:6px;box-shadow:0 14px 30px rgba(240,107,234,.26);font-weight:900;padding:13px 22px;transition:.25s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(37,223,245,.30)}.main-btn.small{padding:10px 16px;font-size:14px}.menu-toggle{width:44px;height:40px;border:1px solid rgba(191,255,255,.22);background:rgba(255,255,255,.06);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}.menu-toggle span{width:22px;height:2px;border-radius:9px;background:#fff}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.62);z-index:10000;display:none}.drawer-mask.show{display:block}.side-drawer{position:fixed;right:-360px;top:0;width:min(86vw,340px);height:100vh;background:linear-gradient(180deg,rgba(45,0,82,.98),rgba(22,0,43,.98));z-index:10001;padding:22px;transition:.3s;box-shadow:-20px 0 60px rgba(0,0,0,.45);overflow-y:auto}.side-drawer.open{right:0}.drawer-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.drawer-top img{height:50px}.drawer-top button{font-size:34px;color:#fff;background:transparent;border:0;cursor:pointer}.drawer-nav{display:grid;gap:10px}.drawer-nav a{padding:13px 14px;border:1px solid rgba(191,255,255,.14);border-radius:10px;background:rgba(255,255,255,.05);color:#fff;font-weight:800}.drawer-btn{width:100%;margin:18px 0}.drawer-note{color:var(--muted);font-size:13px}.drawer-open{overflow:hidden}main{position:relative;z-index:1}.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-inner{max-width:1180px;margin:0 auto;padding:80px 22px;display:grid;grid-template-columns:1fr 420px;align-items:center;gap:48px;position:relative;z-index:2}.eyebrow{color:var(--cyan);font-weight:900;letter-spacing:1px}.hero-copy h1,.page-hero h1,h1,h2,h3,.section-title{color:var(--title);text-shadow:0 0 18px rgba(37,223,245,.20)}.hero-copy h1{font-size:clamp(48px,8vw,92px);line-height:1.02;margin:10px 0}.hero-copy .lead{font-size:20px;color:#fff;font-weight:800}.hero-copy p{color:var(--sub);max-width:650px}.hero-visual{background:radial-gradient(circle,rgba(37,223,245,.22),transparent 58%);padding:16px}.hero-visual img{filter:drop-shadow(0 28px 48px rgba(0,0,0,.46))}.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:24px;text-align:center;border-right:1px solid rgba(255,255,255,.20)}.stat-item:last-child{border-right:0}.stat-item strong{display:block;font-size:34px;color:#fff;line-height:1}.stat-item span{color:#bfffff;font-weight:800}.section{max-width:1180px;margin:0 auto 86px;padding:0 22px}.section-head{text-align:center;max-width:760px;margin:0 auto 34px}.section-head p,.muted{color:var(--sub)}.card,.zone-card,.info-card,.game-card{background:var(--card);border:1px solid var(--border);box-shadow:0 18px 46px rgba(0,0,0,.32);backdrop-filter:blur(10px)}.quick-grid,.info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.zone-card,.info-card{border-radius:18px;padding:20px;display:flex;flex-direction:column;min-height:260px}.zone-card .img-wrap,.info-card .img-wrap{height:126px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.zone-card img,.info-card img{max-height:118px;width:auto}.tag{color:var(--cyan);font-weight:900}.zone-card h3,.info-card h3{min-height:38px;margin:6px 0}.zone-card p,.info-card p{color:var(--sub);min-height:74px}.text-link{color:var(--cyan);font-weight:900;margin-top:auto}.feature-panel,.app-section{border-radius:26px;padding:34px;background:linear-gradient(135deg,rgba(45,0,82,.78),rgba(74,0,127,.58));border:1px solid rgba(191,255,255,.16);display:grid;grid-template-columns:1.05fr .95fr;gap:30px;align-items:center;box-shadow:0 24px 70px rgba(0,0,0,.35)}.feature-panel p,.app-section p{color:var(--sub)}.check-list{display:grid;gap:9px;margin:18px 0}.check-list span{padding:10px 12px;border:1px solid rgba(191,255,255,.14);border-radius:10px;background:rgba(255,255,255,.05);color:#fff}.content-img{display:block;margin:auto;max-height:360px}.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{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;align-items:stretch}.game-card{min-height:420px;display:flex;flex-direction:column;border-radius:18px;padding:18px;transition:.25s}.game-card:hover{transform:translateY(-4px);box-shadow:0 20px 55px rgba(37,223,245,.18)}.game-card .game-img-wrap{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.game-card img{max-width:100%;max-height:160px;width:auto;height:auto;object-fit:contain;display:block}.game-card h3{min-height:52px;margin:0 0 8px}.game-card p{min-height:78px;margin:0 0 12px;color:var(--sub)}.game-card .text-link{margin-top:auto}.activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;align-items:stretch}.activity-card{border-radius:20px;padding:22px;display:flex;flex-direction:column;min-height:360px}.activity-card .img-wrap{height:170px;display:flex;align-items:center;justify-content:center}.activity-card img{max-height:150px}.faq-list{display:grid;gap:16px}.faq-item{border-radius:16px;padding:22px;background:rgba(60,0,100,.48);border:1px solid rgba(191,255,255,.14)}.faq-item h3{margin:0 0 8px}.faq-item p{margin:0;color:var(--sub)}.notice{border-radius:18px;padding:24px;background:rgba(22,0,43,.82);border:1px solid rgba(240,107,234,.25);color:var(--sub)}.page-hero{max-width:1180px;margin:0 auto;padding:74px 22px 28px}.page-hero p{max-width:780px;color:var(--sub)}.two-col{display:grid;grid-template-columns:1fr 380px;gap:30px;align-items:center}.article{max-width:1180px;margin:0 auto 80px;padding:0 22px}.article-card{border-radius:24px;padding:30px}.article-card p{color:var(--sub)}.list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mini-card{min-height:210px;border-radius:16px;padding:20px;display:flex;flex-direction:column}.mini-card p{color:var(--sub);margin-bottom:16px}.site-footer{position:relative;z-index:1;background:#140024;color:#d8c7ff;padding:46px 22px;margin-top:70px}.footer-inner{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:30px}.footer-brand img{height:52px}.footer-links{display:grid;gap:10px}.footer-links a{color:#bfffff;font-weight:800}.footer-warning{border:1px solid rgba(191,255,255,.14);padding:18px;border-radius:14px;background:rgba(255,255,255,.04)}
@media(max-width:1100px){.desktop-nav{display:none}.hero-inner{grid-template-columns:1fr}.hero-visual{max-width:420px;margin:auto}.quick-grid,.info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-col,.feature-panel,.app-section{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr}}
@media(max-width:640px){.header-inner{min-height:66px;padding:0 14px}.brand img{height:38px}.main-btn.small{padding:8px 10px;font-size:12px}.hero-inner{padding:52px 18px}.hero-copy h1{font-size:48px}.stats-strip{grid-template-columns:repeat(2,1fr);margin:-30px 16px 60px}.stat-item{padding:18px;border-bottom:1px solid rgba(255,255,255,.18)}.quick-grid,.info-grid,.activity-grid,.list-grid{grid-template-columns:1fr}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-card{min-height:360px;padding:14px}.game-card .game-img-wrap{height:130px}.game-card img{max-height:120px}.game-card h3{min-height:48px;font-size:16px}.game-card p{min-height:94px;font-size:13px}.zone-card .img-wrap{height:110px}.zone-card img{max-height:100px}.section{margin-bottom:60px}.footer-inner{gap:18px}.emoji-bg span:nth-child(n+7){display:none}}
