:root{--bg:#FFF0E6;--nav:#FAF7F5;--white:#FFFFFF;--soft:#FCFAF9;--soft2:#F8F4F1;--title:#DEC1AF;--navtext:#4E5F7A;--text:#243447;--muted:#66788A;--note:#8A9AAF;--footer:#243447;--footerText:#EAF3FF;--shadow:0 14px 36px rgba(56,92,138,0.12);--btn:linear-gradient(180deg,#F0C5AA 0%,#E3A884 35%,#F7D6C1 100%)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.78;overflow-x:hidden}a{color:var(--title);text-decoration:none}img{max-width:100%;height:auto}main{padding-top:0}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:#FAF7F5;backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(56,92,138,0.10)}.desktop-top{height:76px;display:flex;align-items:center;gap:22px}.brand-logo img,.mobile-logo img{display:block;width:136px;max-height:48px;object-fit:contain}.nav{flex:1;display:flex;align-items:center;justify-content:center;gap:2px;white-space:nowrap}.nav a{position:relative;color:#4E5F7A;font-weight:700;font-size:14px;padding:24px 7px}.nav a.active,.nav a:hover{color:#DEC1AF}.nav a.active:after{content:"";position:absolute;left:10px;right:10px;bottom:16px;height:3px;border-radius:9px;background:#DEC1AF}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--btn);color:#FFFFFF;border-radius:999px;box-shadow:0 10px 24px rgba(36,155,255,0.25);font-weight:800;padding:10px 22px;border:0;transition:.2s}.main-btn:hover{background:linear-gradient(180deg,#48D9F7 0%,#DFE4E8 100%);transform:translateY(-1px);color:#FFFFFF}.header-btn{min-width:76px}.mobile-top{display:none;height:68px;align-items:center;justify-content:space-between;padding:0 14px}.menu-toggle{width:42px;height:42px;border:0;background:transparent;display:flex;flex-direction:column;gap:6px;justify-content:center}.menu-toggle span{display:block;height:2px;background:#4E5F7A;border-radius:6px}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.42);z-index:10000;opacity:0;pointer-events:none;transition:.25s}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:84vw;max-width:320px;background:#FFFFFF;z-index:10001;transform:translateX(-102%);transition:.28s;box-shadow:16px 0 34px rgba(36,52,71,.18);padding:18px;overflow:auto}.drawer-open .drawer-mask{opacity:1;pointer-events:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head img{width:130px;max-height:48px;object-fit:contain}.drawer-close{font-size:30px;border:0;background:#FAF7F5;color:#4E5F7A;border-radius:12px;width:42px;height:42px}.drawer-nav{display:grid;gap:8px}.drawer-nav a{padding:12px 14px;border-radius:14px;background:#FAF7F5;color:#4E5F7A;font-weight:800}.drawer-nav a.active{color:#DEC1AF;background:#FCFAF9}.banner-slider{max-width:1200px;margin:28px auto 36px;border-radius:20px;background:#FFFFFF;box-shadow:0 18px 40px rgba(56,92,138,0.12);overflow:hidden;position:relative}.slide{display:none;position:relative}.slide.active{display:block}.banner-slider img{width:100%;height:auto;display:block;object-fit:contain;background:#FFFFFF}.banner-caption,.banner-text,.slide-title,.slide-desc,.slide-content,.slide-card,.banner-card{display:none!important}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.82);color:#4E5F7A;font-size:28px;cursor:pointer;box-shadow:0 8px 20px rgba(36,52,71,.14)}.slider-arrow.prev{left:16px}.slider-arrow.next{right:16px}.slider-dots{position:absolute;left:0;right:0;bottom:14px;display:flex;justify-content:center;gap:9px}.dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.75);cursor:pointer}.dot.active{background:#DEC1AF}.section{padding:42px 0}.section.alt{background:#FAF7F5}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-card{background:rgba(255,255,255,0.92);border:1px solid rgba(40,156,255,0.16);box-shadow:0 14px 36px rgba(56,92,138,0.10);border-radius:24px;padding:28px}.hero-card{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:center}.hero-card p{font-size:16px}.eyebrow,.tag,.num{color:#DEC1AF;font-weight:900;letter-spacing:.06em}h1,h2,h3,.section-title{color:#DEC1AF;line-height:1.28;margin:0 0 16px}h1{font-size:clamp(30px,5vw,52px)}h2{font-size:clamp(24px,3.2vw,36px)}h3{font-size:21px}p{margin:0 0 14px;color:#243447}.muted{color:#66788A}.note{color:#8A9AAF;font-size:14px}.grid{display:grid;gap:22px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.zone-card{display:flex;flex-direction:column;height:100%}.zone-card img{width:100%;height:260px;display:block;border-radius:18px;object-fit:contain;object-position:center;background:#FFFFFF;margin-bottom:18px}.zone-card a{margin-top:auto;font-weight:800}.content-img,.app-section img{max-width:100%;height:auto;object-fit:contain;background:#FFFFFF;border-radius:22px;box-shadow:0 12px 26px rgba(56,92,138,.10)}.list{display:grid;gap:14px;margin:18px 0}.list div{padding:16px;border-radius:18px;background:#FCFAF9;border:1px solid rgba(40,156,255,0.12)}.split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:center}.review-card p{color:#66788A}.faq-card h3{margin-bottom:8px}.page-hero{padding:54px 0 30px}.page-hero .hero-card{grid-template-columns:1fr}.legal-strip{background:#243447;color:#EAF3FF;border-radius:24px;padding:24px;box-shadow:var(--shadow)}.legal-strip p{color:#EAF3FF}.site-footer{background:#243447;color:#EAF3FF;margin-top:56px;padding:46px 0 0}.site-footer p,.site-footer a{color:#EAF3FF}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:28px}.footer-brand img{width:138px;max-height:48px;object-fit:contain;background:transparent}.site-footer a{display:block;margin:8px 0}.footer-bottom{text-align:center;padding:18px;margin-top:28px;border-top:1px solid rgba(234,243,255,.16);color:#EAF3FF}.contact-box{font-weight:800;color:#4E5F7A;background:#FCFAF9;border-radius:18px;padding:16px}.content-i爱游戏,.app-section i爱游戏,.banner-slider i爱游戏{max-width:100%;height:auto}.banner-slider i爱游戏{width:100%;height:auto;display:block;object-fit:contain}.zone-card i爱游戏{width:100%;height:260px;display:block;object-fit:contain;object-position:center}.zone-card i爱游戏{background:#FFFFFF}@media (max-width:1040px){.desktop-top{display:none}.mobile-top{display:flex}.nav{display:none}.grid-4{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(2,1fr)}.hero-card,.split{grid-template-columns:1fr}}@media (max-width:760px){.container{width:min(100% - 24px,1200px)}.section{padding:30px 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.zone-card img{height:220px}.zone-card i爱游戏{height:220px}.hero-card,.card,.zone-card,.info-card,.review-card,.faq-card{padding:22px;border-radius:20px}.banner-slider{margin:18px 12px 24px;border-radius:16px}.slider-arrow{width:36px;height:36px;font-size:22px}.footer-grid{grid-template-columns:1fr}.mobile-logo img{width:120px}.header-btn{padding:8px 16px;min-width:64px}}
