:root{--primary:rgb(216,232,242);--primary-deep:#2f6f93;--deep:#082d46;--text:#111827;--muted:#667085;--line:#d9e8f2;--soft:#f5fbff;--white:#fff;--gray:#f4f6f8;--dark:#06283f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eef2f6;box-shadow:0 8px 24px rgba(8,45,70,.04)}.mobile-header{height:64px;display:grid;grid-template-columns:64px 1fr 92px;align-items:center;background:#fff}.logo img{height:38px;width:auto;object-fit:contain}.mobile-logo{justify-self:center}.desktop-header{display:none}.menu-button{width:44px;height:44px;margin-left:12px;border:0;background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:5px;align-items:center;justify-content:center}.menu-button span{width:22px;height:2px;background:#082d46;border-radius:2px}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:#082d46;font-weight:800;border:1px solid rgba(47,111,147,.16);box-shadow:0 10px 24px rgba(47,111,147,.12);transition:.2s ease}.top-action{height:40px;padding:0 18px;margin-right:12px}.top-action:hover,.main-btn:hover{background:#2f6f93;color:#fff;transform:translateY(-1px)}.mobile-nav{display:none;padding:8px 16px 18px;background:#fff;border-top:1px solid #eef2f6}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:11px 12px;border-radius:14px;background:#f7fbfd;color:#0c334f;font-weight:700}.mobile-nav a.active{background:var(--primary)}.search-icon{width:34px;height:34px;border:2px solid var(--primary-deep);border-radius:50%;position:relative;display:inline-block}.search-icon:after{content:"";width:10px;height:2px;background:var(--primary-deep);position:absolute;right:-6px;bottom:3px;transform:rotate(45deg);border-radius:2px}.section{padding:64px 0}.section.soft{background:linear-gradient(180deg,#f6fbff,#fff)}.section-title{max-width:760px;margin:0 auto 28px;text-align:center}.section-title .badge,.badge{display:inline-flex;align-items:center;border-radius:999px;padding:6px 14px;background:var(--primary);color:#0f486b;font-weight:800;font-size:14px}.section-title h2,.page-hero h1,.sports-hero h1{margin:14px 0 12px;color:#082d46;line-height:1.15}.section-title h2{font-size:30px}.section-title p,.page-hero p,.sports-hero p{color:var(--muted);margin:0}.sports-hero{padding:68px 0;background:radial-gradient(circle at top right,rgba(216,232,242,.95),transparent 46%),linear-gradient(180deg,#fff,#f7fbfd)}.hero-grid{display:grid;gap:28px}.sports-hero h1{font-size:38px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.hero-tags span{background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px;color:#16415c;font-weight:700}.main-btn{min-height:48px;padding:0 24px}.hero-media{position:relative}.hero-media img{border-radius:26px;box-shadow:0 20px 60px rgba(8,45,70,.14);width:100%;height:320px;object-fit:cover}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.hero-data-cards .data-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;text-align:center;box-shadow:0 10px 24px rgba(8,45,70,.06)}.data-card strong{display:block;color:#082d46;font-size:20px}.category-grid,.service-grid,.security-grid,.info-grid{display:grid;gap:18px}.category-grid,.service-grid{grid-template-columns:1fr}.sports-card,.service-card,.info-card,.faq-item,.score-card{background:#fff;border:1px solid #e6eef4;border-radius:20px;padding:22px;box-shadow:0 12px 30px rgba(8,45,70,.05)}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px;color:#082d46}.sports-card p,.service-card p,.info-card p{margin:0;color:#667085}.card-link{display:inline-flex;margin-top:16px;color:#2f6f93;font-weight:800}.service-card .mini-tag{display:inline-flex;margin-bottom:12px;border-radius:999px;background:var(--primary);color:#0f486b;padding:4px 10px;font-size:13px;font-weight:800}.split,.app-showcase,.score-panel,.data-panel{display:grid;gap:28px;align-items:center}.split img,.app-showcase img,.data-panel img{border-radius:24px;border:1px solid var(--line);box-shadow:0 16px 42px rgba(8,45,70,.08)}.feature-list,.checklist{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}.feature-list li,.checklist li{padding:12px 14px;border:1px solid #e6eef4;border-radius:16px;background:#fff;color:#344054}.feature-list li:before,.checklist li:before{content:"✓";color:#2f6f93;font-weight:900;margin-right:8px}.score-board{display:grid;gap:12px}.score-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.score-card .score{font-weight:900;color:#082d46;font-size:22px}.status{display:inline-flex;border-radius:999px;padding:4px 10px;background:var(--primary);color:#0f486b;font-weight:800;font-size:12px}.data-list{display:grid;gap:10px;margin-top:16px}.data-list div{display:flex;justify-content:space-between;border-bottom:1px dashed #d8e6ef;padding-bottom:10px;color:#344054}.security-section{background:#f7fbfd}.responsible-play-section{background:linear-gradient(180deg,#eaf6fd,#f7fbfd);border-top:1px solid #d9e8f2;border-bottom:1px solid #d9e8f2}.responsible-box{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px}.faq-list{display:grid;gap:14px}.faq-item h3{margin:0 0 8px;color:#082d46}.faq-item p{margin:0;color:#667085}.cta{background:#082d46;color:#fff;text-align:center;padding:58px 0}.cta h2{margin:0 0 12px;font-size:30px}.cta p{margin:0 auto 22px;max-width:720px;color:#d9e8f2}.page-hero{padding:58px 0;background:linear-gradient(180deg,#f5fbff,#fff)}.page-hero h1{font-size:34px}.content-section{padding:52px 0}.content-card{background:#fff;border:1px solid #e6eef4;border-radius:24px;padding:28px;box-shadow:0 12px 30px rgba(8,45,70,.05);margin-bottom:22px}.content-card h2{margin-top:0;color:#082d46}.notice{padding:18px;border-radius:18px;background:#f2f9fd;border:1px solid var(--line);color:#24435a}.site-footer{background:#06283f;color:#e8f4fb;padding:52px 0 18px}.footer-grid{display:grid;gap:28px}.footer-brand p{color:#d7e8f2;margin:16px 0 0}.footer-logo{height:44px;width:auto;object-fit:contain}.logo-white{filter:brightness(0) invert(1);opacity:1}.site-footer h3{margin:0 0 14px;color:#fff}.site-footer a{display:block;color:#d7e8f2;margin:8px 0}.site-footer p{color:#d7e8f2}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:30px;padding-top:16px;color:#c9ddea;font-size:14px}.footer-brand:before,.footer-brand:after{content:none!important}@media (min-width:700px){.category-grid,.service-grid,.security-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.split,.app-showcase,.score-panel,.data-panel{grid-template-columns:1fr 1fr}.sports-hero h1{font-size:48px}.page-hero h1{font-size:42px}}@media (min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:78px;display:flex;align-items:center;gap:24px}.desktop-logo{margin-right:8px}.desktop-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.desktop-nav a{padding:10px 13px;border-radius:999px;color:#18384d;font-weight:700;font-size:15px}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#082d46}.top-action{margin-right:0}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.security-grid,.info-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1.2fr}.section{padding:82px 0}.hero-media img{height:420px}}@media (max-width:420px){.hero-data-cards{grid-template-columns:1fr}.mobile-nav.open{grid-template-columns:1fr}.sports-hero h1{font-size:32px}.section-title h2{font-size:25px}.score-card{grid-template-columns:1fr;text-align:center}.top-action{padding:0 14px}}
