:root{--primary:rgb(176,219,245);--primary-dark:#0d5f92;--deep:#0b2742;--blue:#176b9e;--light:#eef8ff;--soft:#f6fbff;--line:#d8ecf8;--text:#142235;--muted:#5e7285;--white:#fff;--shadow:0 14px 36px rgba(15,58,94,.08);--radius:20px}*{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}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.mobile-header{height:62px;display:grid;grid-template-columns:76px 1fr 76px;align-items:center;padding:0 14px}.menu-button{width:44px;height:44px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-button span{width:22px;height:2px;background:var(--deep);border-radius:4px}.mobile-logo{justify-self:center}.mobile-logo img{height:32px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:var(--deep);font-weight:700;border:1px solid rgba(13,95,146,.14);box-shadow:0 8px 22px rgba(23,107,158,.12);transition:.2s}.top-action{height:38px;padding:0 15px;font-size:14px}.main-btn{min-height:48px;padding:0 24px;font-size:16px}.top-action:hover,.main-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}.mobile-nav{display:none;padding:8px 16px 18px;background:#fff;border-top:1px solid var(--line)}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:var(--soft);font-size:14px}.mobile-nav a.active{background:var(--primary);color:var(--deep);font-weight:700}.desktop-header{display:none}.desktop-logo img{height:40px}.desktop-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.desktop-nav a{padding:10px 13px;border-radius:999px;color:#23394d;font-size:15px}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:var(--deep);font-weight:700}.search-icon{width:34px;height:34px;border:1px solid var(--line);border-radius:50%;position:relative}.search-icon:before{content:"";position:absolute;left:9px;top:8px;width:11px;height:11px;border:2px solid var(--blue);border-radius:50%}.search-icon:after{content:"";position:absolute;width:8px;height:2px;background:var(--blue);transform:rotate(45deg);right:8px;bottom:9px}.sports-hero,.page-hero{background:linear-gradient(180deg,#f3fbff 0%,#fff 100%);padding:42px 0}.hero-grid{display:grid;gap:28px}.badge,.category-badge{display:inline-flex;padding:7px 13px;border-radius:999px;background:#e8f6ff;color:var(--blue);font-weight:700;font-size:14px}.sports-hero h1,.page-hero h1{font-size:34px;line-height:1.18;margin:18px 0;color:var(--deep);letter-spacing:-.5px}.lead{font-size:17px;color:var(--muted);max-width:760px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin:20px 0}.hero-tags span{padding:8px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:var(--blue);font-weight:600;font-size:14px}.hero-visual{border-radius:24px;overflow:hidden;position:relative;box-shadow:var(--shadow);background:#fff}.hero-visual img{width:100%;height:300px;object-fit:cover}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px;background:#fff}.hero-data-cards div,.stat-card{border:1px solid var(--line);border-radius:16px;padding:14px;background:var(--soft)}.hero-data-cards strong,.stat-card strong{display:block;color:var(--deep);font-size:20px}.section{padding:54px 0}.section.alt{background:var(--soft)}.section-head{margin-bottom:24px}.section-head h2{font-size:28px;line-height:1.25;margin:10px 0;color:var(--deep)}.section-head p{color:var(--muted);max-width:780px}.category-grid,.service-grid,.security-grid,.info-grid,.faq-list{display:grid;gap:16px}.sports-card,.service-card,.info-card,.faq-item,.score-card,.data-panel,.checklist{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 10px;color:var(--deep)}.sports-card p,.service-card p,.info-card p,.faq-item p,.score-card p{color:var(--muted);margin:0}.card-link{display:inline-flex;margin-top:14px;color:var(--blue);font-weight:700}.service-card .mini-label{display:inline-flex;margin-bottom:12px;padding:5px 10px;border-radius:999px;background:#e9f7ff;color:var(--blue);font-size:13px;font-weight:700}.split{display:grid;gap:24px;align-items:center}.split img{border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--line)}.points{display:grid;gap:12px;margin-top:18px}.points div{padding:14px;border-radius:16px;background:#fff;border:1px solid var(--line)}.score-panel{display:grid;gap:16px}.status{display:inline-flex;padding:5px 10px;border-radius:999px;background:var(--primary);color:var(--deep);font-size:12px;font-weight:700}.score-line{display:flex;justify-content:space-between;gap:16px;font-weight:800;color:var(--deep);font-size:20px}.data-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.data-list li{display:flex;justify-content:space-between;border-bottom:1px dashed var(--line);padding-bottom:8px;color:var(--muted)}.app-showcase{display:grid;gap:24px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--shadow)}.app-showcase img{max-height:440px;margin:auto;object-fit:contain}.checklist ul{margin:0;padding-left:20px;color:var(--muted)}.responsible-play-section{background:#0d5f92;color:#fff}.responsible-play-section h2,.responsible-play-section h3{color:#fff}.responsible-play-section p{color:#e6f5ff}.responsible-grid{display:grid;gap:14px}.responsible-grid .info-card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);box-shadow:none}.responsible-grid .info-card p{color:#e6f5ff}.cta{background:linear-gradient(135deg,#eaf8ff,#fff);text-align:center;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta h2{color:var(--deep);font-size:30px}.page-hero{padding:48px 0 34px}.content-section{padding:38px 0}.content-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:var(--shadow);margin-bottom:18px}.content-card h2{margin-top:0;color:var(--deep)}.site-footer{background:var(--deep);color:#dcecf7;padding:46px 0 22px}.footer-grid{display:grid;gap:24px}.footer-logo{height:42px;width:auto;margin-bottom:16px;filter:brightness(0) invert(1)}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer a{display:block;color:#dcecf7;margin:7px 0}.site-footer p{color:#c9ddea;margin:0}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);margin-top:26px;padding-top:18px;font-size:14px;color:#bdd5e5}.table-like{display:grid;gap:10px}.table-like div{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:12px;border-radius:14px;background:var(--soft);border:1px solid var(--line)}@media (min-width:700px){.category-grid,.service-grid,.security-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.responsible-grid{grid-template-columns:repeat(2,1fr)}.score-panel{grid-template-columns:1.1fr .9fr}.app-showcase,.split{grid-template-columns:1fr 1fr}.sports-hero h1,.page-hero h1{font-size:44px}}@media (min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:78px;display:flex;align-items:center;gap:18px}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}.category-grid{grid-template-columns:repeat(3,1fr)}.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-list{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.3fr}.sports-hero{padding:72px 0}.section{padding:72px 0}.sports-hero h1{font-size:54px}.page-hero h1{font-size:46px}.hero-visual img{height:360px}}@media (max-width:420px){.mobile-header{grid-template-columns:58px 1fr 66px}.top-action{padding:0 12px}.hero-data-cards{grid-template-columns:1fr}.sports-hero h1,.page-hero h1{font-size:30px}.section-head h2{font-size:24px}.table-like div{grid-template-columns:1fr}}
