
:root{--primary:rgb(176,219,245);--primary-dark:#387ba7;--deep:#0f3554;--blue:#eaf7ff;--light:#f6f9fc;--gray:#64748b;--text:#111827;--border:#d8edf9;--shadow:0 14px 34px rgba(15,53,84,.08);}
*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.wrap{width:min(1200px,92%);margin:0 auto}.site-header{background:#fff;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20}.mobile-header{height:64px;display:grid;grid-template-columns:52px 1fr 86px;align-items:center;padding:0 14px;background:#fff}.mobile-logo{justify-self:center}.mobile-logo img{max-height:38px}.menu-btn{width:42px;height:42px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-btn span{width:22px;height:2px;background:var(--deep);border-radius:9px}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:var(--deep);font-weight:800;border-radius:999px;padding:10px 18px;box-shadow:0 8px 18px rgba(56,123,167,.15);border:1px solid rgba(56,123,167,.18)}.top-action:hover,.main-btn:hover{background:var(--primary-dark);color:#fff}.mobile-nav{display:none;padding:8px 18px 18px;background:#fff;border-top:1px solid var(--border);grid-template-columns:1fr 1fr;gap:10px}.mobile-nav.open{display:grid}.mobile-nav a{padding:10px 12px;border-radius:12px;background:var(--blue);color:var(--deep);font-size:14px}.mobile-nav a.active{background:var(--primary);font-weight:800}.desktop-header{display:none}.hero,.page-hero{background:linear-gradient(135deg,#f7fbff 0%,#e9f7ff 100%);padding:46px 0;border-bottom:1px solid var(--border)}.hero-grid{display:grid;gap:28px}.badge{display:inline-flex;background:#e3f5ff;color:#1e6b98;border:1px solid var(--border);padding:6px 12px;border-radius:999px;font-weight:800;font-size:13px}.hero h1,.page-hero h1{font-size:34px;line-height:1.18;color:var(--deep);margin:18px 0}.hero p,.page-hero p,.section-head p{color:#496276;max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:24px 0}.tag-row{display:flex;gap:10px;flex-wrap:wrap}.tag-row span{padding:8px 12px;border:1px solid var(--border);background:#fff;border-radius:999px;color:var(--deep);font-weight:700}.hero-visual{position:relative;background:#fff;border:1px solid var(--border);border-radius:28px;padding:12px;box-shadow:var(--shadow)}.hero-visual img{border-radius:20px;min-height:220px;object-fit:cover;width:100%}.hero-data-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.hero-data-cards div,.score-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:14px;box-shadow:0 8px 20px rgba(15,53,84,.05)}.hero-data-cards b{display:block;color:var(--deep);font-size:20px}.section{padding:56px 0}.section.alt{background:var(--light)}.section-head{margin-bottom:24px}.section-head h2{color:var(--deep);font-size:28px;margin:8px 0}.category-grid,.service-grid,.security-grid,.info-grid,.faq-grid{display:grid;gap:18px}.sports-card,.service-card,.info-card,.faq-item,.content-card{background:#fff;border:1px solid var(--border);border-radius:20px;padding:22px;box-shadow:var(--shadow)}.sports-card h3,.service-card h3,.info-card h3,.faq-item h3,.content-card h2{color:var(--deep);margin-top:0}.card-link{color:#1e6b98;font-weight:800}.mini-label{display:inline-block;background:var(--blue);color:#1e6b98;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;margin-bottom:12px}.split{display:grid;gap:28px;align-items:center}.split img{border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)}.checklist{list-style:none;padding:0;margin:16px 0;display:grid;gap:10px}.checklist li{padding-left:28px;position:relative;color:#334155}.checklist li:before{content:"";width:14px;height:14px;border-radius:50%;background:var(--primary);position:absolute;left:0;top:7px;border:3px solid #eaf7ff}.score-panel,.data-panel{background:#fff;border:1px solid var(--border);border-radius:24px;padding:22px;box-shadow:var(--shadow)}.score-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding:12px 0}.score-row:last-child{border-bottom:0}.status{background:var(--primary);color:var(--deep);border-radius:999px;padding:3px 10px;font-size:12px;font-weight:800}.app-showcase{background:linear-gradient(135deg,#fff,#eaf7ff);border:1px solid var(--border);border-radius:28px;padding:24px}.security-section .info-card{border-left:5px solid var(--primary)}.responsible-play{background:#eaf7ff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.responsible-box{background:#fff;border:1px solid var(--border);border-radius:24px;padding:24px;box-shadow:var(--shadow)}.cta{background:var(--deep);color:#fff;text-align:center;padding:52px 0}.cta h2{font-size:30px;margin-top:0}.cta p{color:#cfe8f7}.page-content{padding:46px 0;background:var(--light)}.article-grid{display:grid;gap:18px}.notice{background:#eaf7ff;border:1px solid var(--border);border-radius:18px;padding:18px;color:var(--deep);font-weight:700}.site-footer{background:#0f3554;color:#dff2ff;padding-top:42px}.footer-grid{display:grid;gap:24px}.footer-logo{max-height:38px;margin-bottom:14px}.site-footer a{display:block;color:#fff;margin:8px 0}.site-footer h3{color:#fff}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding:18px;margin-top:28px;color:#bdd7e8;font-size:14px}@media (min-width:720px){.category-grid,.service-grid,.security-grid,.info-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.split{grid-template-columns:1fr 1fr}.hero h1,.page-hero h1{font-size:46px}}@media (min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:78px;display:flex;align-items:center;gap:28px}.logo img{max-height:46px}.desktop-nav{display:flex;gap:22px;align-items:center;flex:1;justify-content:center}.desktop-nav a{font-weight:700;color:#243b53;padding:25px 0;border-bottom:3px solid transparent}.desktop-nav a.active,.desktop-nav a:hover{color:#1e6b98;border-bottom-color:var(--primary)}.search-icon{width:22px;height:22px;border:2px solid var(--deep);border-radius:50%;position:relative}.search-icon:after{content:"";width:8px;height:2px;background:var(--deep);position:absolute;right:-6px;bottom:0;transform:rotate(45deg);border-radius:6px}.hero{padding:72px 0}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.security-grid{grid-template-columns:repeat(3,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.article-grid{grid-template-columns:2fr 1fr}.page-content{padding:64px 0}.footer-grid{grid-template-columns:2fr 1fr 1.4fr}.hero-visual img{min-height:360px}.section{padding:76px 0}}
