*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;min-height:100%;overflow-x:hidden;background:#24003f;color:#fff;font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;line-height:1.75}a{color:inherit;text-decoration:none}img{display:block}.container{width:min(1180px,calc(100% - 36px));margin:0 auto}.site-header{position:sticky;top:0;z-index:1000;background:rgba(36,0,63,.72);backdrop-filter:blur(16px);border-bottom:1px solid rgba(191,255,255,.12)}.header-inner{width:min(1240px,calc(100% - 30px));height:76px;margin:0 auto;display:flex;align-items:center;gap:28px}.brand,.drawer-brand{flex:0 0 auto}.brand img{width:154px;max-height:50px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:4px;min-width:0;flex:1;justify-content:center}.desktop-nav a{padding:9px 11px;border-radius:8px;color:#fff;font-size:15px;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{background:rgba(37,223,245,.12);color:#bfffff}.header-actions{display:flex;align-items:center;gap:11px;flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#21dff5 0%,#8f7bff 52%,#f06bea 100%);color:#fff;border-radius:6px;box-shadow:0 14px 30px rgba(240,107,234,.26);font-weight:700;padding:11px 20px;transition:.25s ease}.main-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px rgba(37,223,245,.30)}.menu-toggle{width:44px;height:44px;border:1px solid rgba(191,255,255,.18);border-radius:10px;background:rgba(60,0,100,.62);display:grid;place-content:center;gap:5px;cursor:pointer}.menu-toggle span{display:block;width:21px;height:2px;background:#bfffff;border-radius:2px}.drawer-overlay{position:fixed;inset:0;z-index:1900;background:rgba(9,0,18,.72);opacity:0;transition:opacity .22s ease}.drawer-overlay.show{opacity:1}.side-drawer{position:fixed;top:0;right:0;bottom:0;width:min(390px,90vw);z-index:2000;background:linear-gradient(180deg,#2d0052,#16002b);border-left:1px solid rgba(191,255,255,.15);box-shadow:-30px 0 70px rgba(0,0,0,.45);transform:translateX(105%);transition:transform .26s ease;overflow-y:auto}.side-drawer.open{transform:translateX(0)}.drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:20px;background:rgba(36,0,63,.94);border-bottom:1px solid rgba(191,255,255,.12);z-index:2}.drawer-brand img{width:150px;max-height:46px;object-fit:contain}.drawer-close{width:42px;height:42px;border-radius:50%;border:1px solid rgba(191,255,255,.18);background:rgba(255,255,255,.06);color:#fff;font-size:29px;line-height:1;cursor:pointer}.drawer-nav{display:grid;padding:12px 20px}.drawer-nav a{display:flex;align-items:center;justify-content:space-between;padding:12px 10px;border-bottom:1px solid rgba(191,255,255,.08);color:#d8c7ff}.drawer-nav a:hover,.drawer-nav a.active{color:#bfffff;padding-left:15px}.drawer-note{margin:8px 20px 28px;padding:15px;border-radius:12px;background:rgba(37,223,245,.08);color:#b99ee8;font-size:13px}.emoji-field{position:fixed;inset:0;z-index:0;pointer-events:none;overflow:hidden}.emoji-field span{position:absolute;left:var(--x);bottom:-10vh;font-size:calc(21px * var(--s));opacity:.12;filter:drop-shadow(0 0 10px rgba(37,223,245,.35));animation:floatEmoji 24s linear infinite;animation-delay:calc(-1 * var(--d))}@keyframes floatEmoji{0%{transform:translate3d(0,0,0) rotate(-8deg);opacity:0}12%{opacity:.12}50%{transform:translate3d(26px,-55vh,0) rotate(8deg)}88%{opacity:.1}100%{transform:translate3d(-20px,-115vh,0) rotate(-5deg);opacity:0}}main,.site-footer{position:relative;z-index:1}.hero{min-height:calc(100vh - 76px);display:flex;align-items:center;position:relative;background:url('背景.webp') center/cover no-repeat;isolation:isolate}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(22,0,43,.91) 0%,rgba(36,0,63,.76) 50%,rgba(36,0,63,.38) 100%);z-index:-2}.hero:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(0deg,#24003f 0%,rgba(74,0,127,.45) 45%,transparent 100%);z-index:-1}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:52px;padding:72px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:#25dff5;font-weight:700;letter-spacing:.08em;font-size:14px}.eyebrow:before{content:"";width:32px;height:1px;background:#25dff5;box-shadow:0 0 12px #25dff5}.hero h1,.page-hero h1{font-size:clamp(42px,7vw,86px);line-height:1.06;margin:18px 0 20px;color:#bfffff;text-shadow:0 0 24px rgba(37,223,245,.3)}.hero-subtitle{font-size:clamp(18px,2.2vw,28px);color:#f3d6ff;margin:0 0 15px}.hero-copy{max-width:650px;color:#d8c7ff;font-size:17px}.hero-actions{display:flex;gap:14px;align-items:center;margin-top:28px;flex-wrap:wrap}.text-link{color:#bfffff;border-bottom:1px solid rgba(191,255,255,.35)}.hero-visual img{width:100%;max-height:610px;object-fit:contain;filter:drop-shadow(0 24px 45px rgba(0,0,0,.38))}.highlight-strip{position:relative;margin-top:-22px}.highlight-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:14px;border-radius:18px;background:rgba(22,0,43,.78);border:1px solid rgba(191,255,255,.13);box-shadow:0 20px 50px rgba(0,0,0,.28);backdrop-filter:blur(14px)}.highlight-item{padding:18px;border-right:1px solid rgba(191,255,255,.08)}.highlight-item:last-child{border-right:0}.highlight-item h3{margin:0 0 6px;font-size:17px}.highlight-item p{margin:0;color:#b99ee8;font-size:13px;line-height:1.55}.section{padding:88px 0}.section.alt{background:linear-gradient(180deg,rgba(45,0,82,.6),rgba(22,0,43,.6))}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:32px}.section-kicker{color:#25dff5;font-weight:700;font-size:14px;letter-spacing:.08em}.section-title,h1,h2,h3{color:#bfffff;text-shadow:0 0 18px rgba(37,223,245,.20)}.section-title{font-size:clamp(30px,4.4vw,50px);line-height:1.18;margin:8px 0 0}.section-intro{max-width:620px;color:#d8c7ff;margin:0}.pill-nav{display:flex;gap:10px;flex-wrap:wrap}.pill-nav a{padding:9px 14px;border-radius:999px;background:rgba(60,0,100,.56);border:1px solid rgba(191,255,255,.14);color:#d8c7ff;font-size:14px}.pill-nav a:hover{color:#fff;border-color:rgba(37,223,245,.55)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.zone-card,.card,.info-card{background:rgba(60,0,100,.56);border:1px solid rgba(191,255,255,.14);box-shadow:0 18px 46px rgba(0,0,0,.32);backdrop-filter:blur(10px);border-radius:18px}.category-card{padding:25px;min-height:210px;display:flex;flex-direction:column}.category-card .num{color:#25dff5;font-weight:800;letter-spacing:.08em}.category-card h3{font-size:21px;margin:11px 0 8px}.category-card p{color:#d8c7ff;font-size:14px;margin:0 0 16px}.category-card a{margin-top:auto;color:#bfffff;font-size:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:46px;align-items:center}.content-copy p{color:#d8c7ff;margin:0 0 18px}.content-img{max-width:100%;height:auto;object-fit:contain;border-radius:24px;box-shadow:0 25px 70px rgba(0,0,0,.35)}.poster-banner{padding:36px 0}.poster-banner img{width:min(1040px,100%);margin:0 auto;max-width:100%;height:auto;object-fit:contain;border-radius:24px;border:1px solid rgba(191,255,255,.15);box-shadow:0 28px 65px rgba(0,0,0,.38)}.game-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.game-card{overflow:hidden;transition:.25s ease}.game-card:hover{transform:translateY(-5px);box-shadow:0 22px 55px rgba(37,223,245,.16)}.game-card img{width:100%;aspect-ratio:1/1;object-fit:cover}.game-card-body{padding:16px}.game-card h3{font-size:17px;margin:0 0 6px}.game-card p{font-size:13px;color:#b99ee8;line-height:1.55;margin:0 0 10px}.game-card a{color:#bfffff;font-size:13px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:22px}.feature-item{padding:17px;border-radius:14px;background:rgba(37,223,245,.06);border:1px solid rgba(191,255,255,.1)}.feature-item strong{display:block;color:#bfffff;margin-bottom:4px}.feature-item span{color:#b99ee8;font-size:14px}.gift-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.gift-card{display:grid;grid-template-columns:190px 1fr;gap:24px;align-items:center;padding:22px}.gift-card img{width:100%;max-height:190px;object-fit:contain;border-radius:14px}.gift-card p{color:#d8c7ff}.news-grid,.review-grid,.faq-grid,.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.news-card,.review-card,.faq-card,.support-card{padding:24px}.news-card time{color:#25dff5;font-size:13px}.news-card p,.review-card p,.faq-card p,.support-card p{color:#d8c7ff}.review-card .reviewer{display:block;color:#f06bea;font-size:13px;margin-top:12px}.faq-card h3{font-size:18px;margin-top:0}.notice{padding:26px 30px;border-radius:18px;background:linear-gradient(90deg,rgba(37,223,245,.08),rgba(240,107,234,.09));border:1px solid rgba(191,255,255,.16)}.notice h2{margin-top:0}.notice p{color:#d8c7ff;margin-bottom:0}.page-hero{padding:92px 0 66px;background:radial-gradient(circle at 75% 15%,rgba(240,107,234,.18),transparent 30%),linear-gradient(180deg,#2d0052,#24003f)}.page-hero h1{font-size:clamp(38px,6vw,68px)}.page-hero p{max-width:760px;color:#d8c7ff;font-size:17px}.breadcrumb{display:flex;gap:8px;color:#b99ee8;font-size:13px}.breadcrumb a{color:#25dff5}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px}.article-main{min-width:0}.article-section{padding:28px;margin-bottom:20px}.article-section h2{font-size:28px;margin:0 0 15px}.article-section h3{font-size:19px}.article-section p,.article-section li{color:#d8c7ff}.article-section ul{padding-left:20px}.article-image{width:100%;max-height:520px;object-fit:contain;border-radius:18px;margin:8px 0 4px}.sidebar{position:relative}.sidebar-box{position:sticky;top:98px;padding:22px}.sidebar-box h3{margin-top:0}.sidebar-box a{display:block;padding:10px 0;border-bottom:1px solid rgba(191,255,255,.09);color:#d8c7ff}.sidebar-box a:hover{color:#bfffff}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.mini-card{padding:19px}.mini-card strong{color:#bfffff;display:block}.mini-card span{color:#b99ee8;font-size:14px}.faq-list{display:grid;gap:14px}.faq-item{padding:22px}.faq-item h3{margin:0 0 8px;font-size:19px}.faq-item p{color:#d8c7ff;margin:0}.site-footer{background:#140024;color:#d8c7ff;padding:58px 0 20px;border-top:1px solid rgba(191,255,255,.1)}.footer-grid{width:min(1180px,calc(100% - 36px));margin:0 auto;display:grid;grid-template-columns:1.7fr repeat(3,1fr);gap:32px}.footer-brand img{width:166px;max-height:55px;object-fit:contain;margin-bottom:16px}.footer-brand p{font-size:14px;color:#b99ee8;max-width:470px}.site-footer h3{font-size:16px;margin-top:0}.site-footer a{display:block;color:#b99ee8;padding:5px 0;font-size:14px}.site-footer a:hover{color:#bfffff}.footer-bottom{width:min(1180px,calc(100% - 36px));margin:38px auto 0;padding-top:18px;border-top:1px solid rgba(191,255,255,.08);display:flex;justify-content:space-between;gap:20px;font-size:13px;color:#8f75bd}.article-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.article-reviews .review-card{min-height:190px}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 32px}.cta-band p{margin:0;color:#d8c7ff}.cta-band h2{margin:0 0 6px}.tag{display:inline-flex;padding:5px 10px;border-radius:999px;background:rgba(37,223,245,.1);color:#25dff5;font-size:12px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.stat{padding:20px;text-align:center}.stat strong{display:block;font-size:26px;color:#bfffff}.stat span{color:#b99ee8;font-size:13px}@media(max-width:1020px){.desktop-nav{display:none}.header-inner{gap:14px}.brand{margin-right:auto}.hero-grid,.split{grid-template-columns:1fr}.hero-visual{order:-1;max-width:520px;margin:0 auto}.hero{min-height:auto}.highlight-grid{grid-template-columns:repeat(2,1fr)}.highlight-item:nth-child(2){border-right:0}.category-grid,.news-grid,.review-grid,.faq-grid,.support-grid{grid-template-columns:repeat(2,1fr)}.game-grid{grid-template-columns:repeat(3,1fr)}.article-layout{grid-template-columns:1fr}.sidebar-box{position:static}.footer-grid{grid-template-columns:repeat(2,1fr)}.stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:700px){.container{width:min(100% - 26px,1180px)}.header-inner{width:calc(100% - 20px);height:66px}.brand img{width:118px}.header-play{padding:9px 12px;font-size:13px}.menu-toggle{width:40px;height:40px}.hero{min-height:auto}.hero-grid{padding:54px 0 72px;gap:26px}.hero h1{font-size:44px}.hero-copy{font-size:15px}.highlight-strip{margin-top:-34px}.highlight-grid{grid-template-columns:1fr;padding:10px}.highlight-item{border-right:0;border-bottom:1px solid rgba(191,255,255,.08);padding:14px}.highlight-item:last-child{border-bottom:0}.section{padding:62px 0}.section-head{display:block}.section-intro{margin-top:15px}.category-grid,.news-grid,.review-grid,.faq-grid,.support-grid,.gift-grid,.article-reviews{grid-template-columns:1fr}.category-card{min-height:0}.game-grid{grid-template-columns:repeat(2,1fr);gap:11px}.game-card-body{padding:12px}.game-card h3{font-size:15px}.game-card p{font-size:12px}.feature-list,.mini-grid{grid-template-columns:1fr}.gift-card{grid-template-columns:1fr}.gift-card img{max-height:240px}.page-hero{padding:64px 0 46px}.article-section{padding:21px}.article-section h2{font-size:24px}.footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin:5px 0}.cta-band{display:block;padding:24px}.cta-band .main-btn{margin-top:18px}.emoji-field span:nth-child(even){display:none}.side-drawer{width:92vw}}@media(max-width:420px){.brand img{width:100px}.header-actions{gap:7px}.header-play{padding:8px 9px;font-size:12px}.menu-toggle{width:38px;height:38px}.game-grid{gap:9px}.hero h1{font-size:39px}.hero-actions .main-btn{width:100%}}
