:root{
  --bg:#0b0b0d;--bg-deep:#08080a;--bg-1:#111114;--bg-2:#17171b;--bg-3:#1f1f24;--bg-4:#29292f;
  --text:#fff;--text-2:#d6d6da;--muted:#9d9da5;--red:#e53935;--red-2:#ff4d4f;--red-deep:#b71c1c;
  --line:rgba(255,255,255,.10);--line-red:rgba(229,57,53,.18);--card:rgba(18,18,21,.92);
  --shadow:0 14px 34px rgba(0,0,0,.28);--radius:14px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg);overflow-x:hidden;overflow-y:auto}
body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:16px;line-height:1.8;-webkit-font-smoothing:antialiased}
body.no-scroll{overflow:hidden}
a{color:inherit;text-decoration:none;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
img{max-width:100%;height:auto}
button,input,textarea,select{font:inherit}
.container{width:min(100% - 40px,1160px);margin-inline:auto}
.site-header{position:sticky;top:0;width:100%;z-index:9999;background:rgba(8,8,10,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.07);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.header-inner{max-width:1280px;margin:0 auto;min-height:72px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand-logo{display:flex;align-items:center;flex:0 0 auto}.brand-logo img{width:132px;max-height:48px;object-fit:contain;display:block}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:3px;min-width:0}.desktop-nav a{position:relative;color:#fff;font-size:14px;padding:24px 9px 22px;white-space:nowrap}.desktop-nav a:hover,.desktop-nav a.active{color:#fff}.desktop-nav a.active::after,.desktop-nav a:hover::after{content:"";position:absolute;left:9px;right:9px;bottom:14px;height:2px;border-radius:3px;background:var(--red)}
.header-actions{display:flex;align-items:center;gap:10px;flex:0 0 auto}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 22px;background:linear-gradient(90deg,#b71c1c 0%,#e53935 100%);color:#fff;border:0;border-radius:6px;font-weight:750;line-height:1.2;box-shadow:0 12px 28px rgba(183,28,28,.24)}.main-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(229,57,53,.28)}
.header-cta{min-height:40px;padding:10px 17px;font-size:14px}.menu-toggle{width:42px;height:42px;border:1px solid rgba(255,255,255,.14);background:#111114;border-radius:6px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0 10px;cursor:pointer}.menu-toggle:hover{border-color:rgba(229,57,53,.5);background:#17171b}.menu-toggle span{height:2px;background:#fff;border-radius:2px;width:100%;display:block}
.drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);opacity:0;visibility:hidden;transition:.25s;z-index:10000}.drawer-overlay.show{opacity:1;visibility:visible}.drawer{position:fixed;top:0;right:-390px;width:min(360px,88vw);height:100vh;background:linear-gradient(155deg,#111114 0%,#08080a 70%,#180707 100%);z-index:10001;padding:24px;transition:right .28s ease;box-shadow:-20px 0 60px rgba(0,0,0,.48);overflow:auto}.drawer.open{right:0}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid var(--line)}.drawer-head img{width:132px;max-height:48px;object-fit:contain}.drawer-close{font-size:32px;line-height:1;border:0;background:transparent;color:#fff;cursor:pointer}.drawer-nav{display:grid;margin:18px 0}.drawer-nav a{padding:13px 6px;border-bottom:1px solid rgba(255,255,255,.07);color:#fff}.drawer-nav a:hover{color:var(--red-2);padding-left:10px}.drawer-cta{width:100%;margin-top:15px}
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;left:var(--x);font-size:26px;opacity:.07;animation:floatEmoji 16s linear infinite;animation-delay:var(--d);filter:drop-shadow(0 0 8px rgba(229,57,53,.16))}@keyframes floatEmoji{0%{transform:translate3d(0,110vh,0) rotate(0deg);opacity:0}12%{opacity:.08}50%{transform:translate3d(18px,45vh,0) rotate(10deg);opacity:.07}100%{transform:translate3d(-15px,-12vh,0) rotate(24deg);opacity:0}}
h1,h2,h3,.section-title{color:#fff;text-shadow:none;line-height:1.25}h1{font-size:clamp(40px,7vw,76px);letter-spacing:-.035em;margin:0 0 14px}h2{font-size:clamp(28px,4vw,42px);letter-spacing:-.02em;margin:0 0 16px}h3{font-size:20px;margin-top:0}p{color:var(--text-2);margin-top:0}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red-2);text-transform:uppercase;letter-spacing:.13em;font-weight:800;font-size:12px;margin-bottom:12px}.eyebrow::before{content:"";width:22px;height:2px;background:var(--red);border-radius:2px}
.section{padding:84px 0;position:relative}.section.alt{background:#0f0f12;border-block:1px solid rgba(255,255,255,.035)}.section-head{max-width:740px;margin:0 auto 38px;text-align:center}.section-head p{margin-bottom:0}.card,.zone-card,.info-card,.game-card{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(6px);border-radius:var(--radius)}
.hero-section{min-height:calc(100vh - 72px);background:linear-gradient(180deg,rgba(0,0,0,.48) 0%,rgba(8,8,10,.72) 58%,rgba(20,0,0,.94) 100%),url("背景.webp") center center/cover no-repeat;position:relative;overflow:hidden;display:flex;align-items:center}.hero-section::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.32),transparent 30%,transparent 70%,rgba(0,0,0,.32));pointer-events:none}.hero-section::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:230px;background:linear-gradient(180deg,rgba(183,28,28,0) 0%,rgba(80,0,0,.88) 100%);pointer-events:none}.hero-inner{position:relative;z-index:2;text-align:center;padding:68px 0 138px}.hero-visual{width:min(320px,70vw);margin:0 auto 24px;display:flex;justify-content:center}.hero-visual img{max-width:100%;max-height:250px;width:auto;height:auto;object-fit:contain;display:block;filter:drop-shadow(0 20px 34px rgba(0,0,0,.48))}.hero-sub{font-size:clamp(18px,2.4vw,27px);color:#fff;font-weight:700;margin:0 0 12px}.hero-copy{max-width:760px;margin:0 auto 25px;color:#e2e2e5;line-height:1.82}
.stats-strip{max-width:1080px;margin:-46px auto 90px;border-radius:12px;background:linear-gradient(100deg,#7f0000 0%,#b71c1c 48%,#e53935 100%);box-shadow:0 0 0 1px rgba(255,255,255,.08),0 16px 38px rgba(0,0,0,.28);border-bottom:3px solid #ff4d4f;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden}.stat{padding:24px 16px;text-align:center;position:relative}.stat:not(:last-child)::after{content:"";position:absolute;top:22%;right:0;width:1px;height:56%;background:rgba(255,255,255,.24)}.stat strong{display:block;font-size:31px;line-height:1.1;color:#fff}.stat span{color:#f2f2f3;font-size:13px;font-weight:700}
.quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}.quick-card{min-height:148px;padding:21px;display:flex;flex-direction:column;background:#111114;border:1px solid var(--line);border-radius:12px}.quick-card:hover{transform:translateY(-2px);border-color:rgba(229,57,53,.32);background:#151518}.quick-card .num{color:var(--red-2);font-weight:900;font-size:13px}.quick-card h3{margin:8px 0 5px;min-height:25px}.quick-card p{margin:0;font-size:14px;color:var(--muted)}
.split{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}.content-panel{padding:34px}.content-panel p{line-height:1.85}.content-panel ul{padding-left:20px;color:var(--text-2);margin:20px 0 24px}.content-panel li+li{margin-top:6px}.media-panel{display:flex;align-items:center;justify-content:center;min-height:350px;padding:28px;background:#111114;border:1px solid var(--line);border-radius:var(--radius)}.media-panel img,.content-img{max-width:100%;max-height:410px;width:auto;height:auto;object-fit:contain;display:block}.poster-banner{max-width:1040px;margin:70px auto 36px;border-radius:12px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.38);border:1px solid rgba(255,255,255,.10);background:#111114}.poster-banner img{width:100%;display:block;height:auto;object-fit:contain}
.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;padding:18px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.game-card:hover{transform:translateY(-4px);border-color:rgba(229,57,53,.30);box-shadow:0 18px 42px rgba(0,0,0,.36),0 10px 26px rgba(183,28,28,.12)}.game-card .game-img-wrap{height:170px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:10px;background:#0d0d0f;border:1px solid rgba(255,255,255,.05);overflow:hidden}.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;font-size:18px}.game-card p{min-height:78px;margin:0;color:var(--muted);font-size:14px;line-height:1.72}.game-card .text-link{margin-top:auto;padding-top:15px}
.two-grid,.three-grid{display:grid;gap:20px;align-items:stretch}.two-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.three-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.feature-card{padding:26px;min-height:100%;display:flex;flex-direction:column}.feature-card .image-wrap{height:230px;display:flex;align-items:center;justify-content:center;margin:-4px 0 18px;background:#0d0d0f;border-radius:10px;overflow:hidden}.feature-card .image-wrap img{max-width:100%;max-height:220px;width:auto;height:auto;object-fit:contain;display:block}.feature-card p{flex:1}.text-link{display:inline-flex;align-items:center;color:#fff;font-weight:750}.text-link::after{content:" →";color:var(--red-2);margin-left:4px}.text-link:hover{color:var(--red-2)}
.app-wrap{background:linear-gradient(135deg,#111114 0%,#151012 100%);border:1px solid var(--line);border-radius:18px;padding:34px}.notice{padding:22px 24px;border-left:3px solid var(--red);background:#111114;border-radius:9px;color:var(--text-2)}.faq-list{display:grid;gap:14px}.faq-item{padding:23px}.faq-item h3{margin:0 0 8px}.faq-item p{margin:0}.page-hero{padding:82px 0 52px;background:radial-gradient(circle at 82% 18%,rgba(183,28,28,.15),transparent 28%),linear-gradient(180deg,#111114,#0b0b0d);border-bottom:1px solid rgba(255,255,255,.06)}.page-hero h1{font-size:clamp(34px,6vw,58px)}.page-hero p{max-width:780px}.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:28px;align-items:start}.article-card{padding:34px}.article-card h2{margin-top:30px}.article-card h2:first-child{margin-top:0}.article-card p{line-height:1.88}.sidebar-card{padding:24px;position:sticky;top:96px}.sidebar-card img{width:100%;max-height:280px;object-fit:contain;margin-bottom:16px}.chip-row{display:flex;gap:10px;flex-wrap:wrap}.chip{padding:7px 12px;border:1px solid var(--line);border-radius:999px;color:#eee;background:#111114;font-size:13px}.chip:hover{border-color:rgba(229,57,53,.32);color:#fff}.service-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;align-items:stretch}.service-item{padding:20px;min-height:150px;display:flex;flex-direction:column}.service-item strong{display:block;color:#fff;font-size:18px;margin-bottom:6px}.service-item p{margin:0;color:var(--muted)}
.site-footer{background:#08080a;color:#d6d6da;padding:62px 0 24px;border-top:1px solid rgba(255,255,255,.08);position:relative;z-index:2}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:28px}.footer-brand img{width:150px;max-height:54px;object-fit:contain}.footer-brand p{max-width:420px}.footer-grid h3{font-size:16px;color:#fff}.footer-grid a{display:block;color:#bcbcc2;margin:8px 0;font-size:14px}.footer-grid a:hover{color:var(--red-2)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;gap:20px;font-size:13px;color:var(--muted)}.legal-box{margin-top:28px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#111114}
@media(max-width:1180px){.desktop-nav{display:none}.header-inner{justify-content:space-between}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:1024px){.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.split,.article-layout{grid-template-columns:1fr}.sidebar-card{position:static}.three-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){body{font-size:15.5px;line-height:1.78}.container{width:min(100% - 24px,1160px)}.header-inner{min-height:64px;padding:0 12px;gap:8px}.brand-logo img{width:104px;max-height:42px}.header-cta{min-height:38px;padding:9px 11px;font-size:12px}.menu-toggle{width:38px;height:38px;padding:0 9px}.hero-section{min-height:calc(100vh - 64px)}.hero-inner{padding:42px 0 116px}.hero-visual{width:min(260px,68vw);margin-bottom:18px}.hero-copy{font-size:15.5px}.stats-strip{margin:-34px 12px 62px;grid-template-columns:repeat(2,minmax(0,1fr))}.stat{padding:20px 10px}.stat strong{font-size:27px}.stat:nth-child(2)::after{display:none}.stat:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.18)}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.quick-card{min-height:138px;padding:17px}.quick-card h3{font-size:17px}.section{padding:62px 0}.game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.game-card{min-height:360px;padding:12px}.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:88px;font-size:13px}.two-grid,.three-grid{grid-template-columns:1fr}.service-strip{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.emoji-bg span:nth-child(n+5){display:none}.emoji-bg span{font-size:22px;opacity:.045}.article-card{padding:22px}.media-panel{min-height:250px;padding:18px}.feature-card .image-wrap{height:190px}.feature-card .image-wrap img{max-height:180px}.content-panel{padding:24px}.app-wrap{padding:22px}.poster-banner{margin-top:45px}}
@media(max-width:390px){.brand-logo img{width:92px}.header-cta{padding-inline:9px}.quick-grid{grid-template-columns:1fr}.game-card{min-height:350px}.game-card h3{font-size:15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.emoji-bg{display:none}*,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
