
:root{--primary:rgb(176,219,245);--deep:#082c4b;--blue:#17608f;--light:#eef8ff;--lighter:#f7fcff;--gray:#eef2f5;--text:#111827;--muted:#5f6b7a;--border:#dbeef9;--shadow:0 14px 34px rgba(8,44,75,.08);--radius:20px}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.72}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 22px rgba(8,44,75,.04)}.mobile-header{height:62px;display:grid;grid-template-columns:56px 1fr 76px;align-items:center;padding:0 12px}.desktop-header{display:none}.menu-button{width:42px;height:42px;border:0;background:#fff;border-radius:12px;display:flex;flex-direction:column;justify-content:center;gap:5px;align-items:center}.menu-button span{width:22px;height:2px;background:var(--deep);border-radius:2px}.mobile-logo{justify-self:center}.mobile-logo img{height:36px;max-width:132px;object-fit:contain}.logo img{height:44px;max-width:168px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#062641;font-weight:800;border-radius:999px;padding:10px 18px;border:1px solid rgba(23,96,143,.12);box-shadow:0 9px 20px rgba(23,96,143,.15);transition:.2s}.top-action{font-size:14px;padding:8px 14px}.top-action:hover,.main-btn:hover{background:#17608f;color:#fff;transform:translateY(-1px)}.mobile-nav{display:none;padding:10px 16px 18px;background:#fff;border-top:1px solid var(--border)}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{background:var(--lighter);border:1px solid var(--border);border-radius:14px;padding:10px 12px;color:var(--deep);font-weight:700}.search-icon{width:34px;height:34px;border:1px solid var(--border);border-radius:50%;position:relative;background:var(--lighter)}.search-icon:before{content:"";position:absolute;left:10px;top:9px;width:10px;height:10px;border:2px solid var(--blue);border-radius:50%}.search-icon:after{content:"";position:absolute;left:20px;top:21px;width:8px;height:2px;background:var(--blue);transform:rotate(45deg);border-radius:2px}.section{padding:56px 0}.section.alt{background:var(--lighter)}.section-title{margin:0 0 14px;color:var(--deep);font-size:30px;line-height:1.25}.section-lead{margin:0 0 28px;color:var(--muted);max-width:780px}.sports-hero{background:linear-gradient(180deg,#f8fdff 0%,#fff 100%);padding:34px 0 56px}.hero-grid{display:grid;gap:28px}.hero-copy h1{font-size:38px;line-height:1.18;margin:12px 0 18px;color:var(--deep);letter-spacing:-.8px}.hero-copy p{color:#405364;font-size:17px;margin:0 0 22px}.badge,.category-badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 12px;background:#e8f6ff;color:#17608f;font-weight:800;font-size:13px}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.tag-row span,.small-tag{background:#fff;border:1px solid var(--border);border-radius:999px;padding:7px 12px;color:var(--deep);font-weight:700;font-size:13px}.hero-media{background:#fff;border:1px solid var(--border);border-radius:26px;padding:14px;box-shadow:var(--shadow)}.hero-media img{border-radius:20px;width:100%;height:230px;object-fit:cover}.hero-data-cards,.data-strip{display:grid;gap:12px;margin-top:14px}.hero-data-cards div,.data-strip div{background:var(--lighter);border:1px solid var(--border);border-radius:16px;padding:14px}.hero-data-cards strong,.data-strip strong{display:block;color:var(--deep);font-size:20px}.hero-data-cards span,.data-strip span{color:var(--muted);font-size:13px}.category-grid,.service-grid,.info-grid,.faq-grid{display:grid;gap:16px}.sports-card,.service-card,.info-card,.faq-item,.score-card,.data-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 10px 28px rgba(8,44,75,.05)}.sports-card h3,.service-card h3,.info-card h3,.score-card h3,.data-card h3{margin:0 0 10px;color:var(--deep)}.sports-card p,.service-card p,.info-card p,.score-card p,.data-card p,.faq-item p{margin:0;color:var(--muted)}.card-link{display:inline-flex;margin-top:16px;color:var(--blue);font-weight:800}.service-card .small-tag{display:inline-flex;margin-bottom:12px;background:#eaf7ff}.feature-split,.app-showcase,.data-panel,.score-panel,.security-section{display:grid;gap:28px;align-items:center}.feature-split img,.app-showcase img,.data-panel img{border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow);background:#fff}.checklist{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:12px}.checklist li{position:relative;padding:12px 12px 12px 42px;background:#fff;border:1px solid var(--border);border-radius:14px;color:#344456}.checklist li:before{content:"✓";position:absolute;left:14px;top:11px;width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:var(--primary);color:var(--deep);font-weight:900}.score-board{display:grid;gap:12px}.score-card{padding:18px}.score-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:900;color:var(--deep)}.score-row b{font-size:24px}.status{display:inline-flex;margin-top:10px;border-radius:999px;padding:5px 10px;background:#eaf7ff;color:var(--blue);font-size:12px;font-weight:800}.timeline{border-left:3px solid var(--primary);padding-left:18px;display:grid;gap:14px}.timeline div{background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px}.timeline strong{color:var(--deep)}.data-metrics{display:grid;grid-template-columns:1fr 1fr;gap:12px}.data-metrics div{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px}.data-metrics strong{display:block;color:var(--deep);font-size:18px}.data-metrics span{color:var(--muted);font-size:13px}.responsible-play-section{background:#eaf7ff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.responsible-grid{display:grid;gap:16px}.responsible-grid .info-card{border-color:#cbe8f8}.cta{background:linear-gradient(180deg,#eaf7ff,#ffffff);text-align:center}.cta-box{background:#fff;border:1px solid var(--border);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.cta h2{margin:0 0 12px;color:var(--deep);font-size:30px}.cta p{margin:0 auto 22px;color:var(--muted);max-width:720px}.page-hero{padding:46px 0;background:linear-gradient(180deg,#f5fbff,#fff);border-bottom:1px solid var(--border)}.page-hero h1{font-size:34px;line-height:1.2;margin:14px 0;color:var(--deep)}.page-hero p{margin:0;color:var(--muted);max-width:820px}.content-section{padding:42px 0}.content-grid{display:grid;gap:18px}.content-block{background:#fff;border:1px solid var(--border);border-radius:22px;padding:24px;box-shadow:0 10px 28px rgba(8,44,75,.04)}.content-block h2{margin:0 0 12px;color:var(--deep)}.content-block p{margin:0 0 12px;color:#475569}.notice-card{background:#eef8ff;border:1px solid var(--border);border-left:5px solid var(--primary);border-radius:18px;padding:18px;color:#25445a}.site-footer{background:#082c4b;color:#d8e8f3;padding:42px 0 24px}.footer-grid{display:grid;gap:28px}.footer-logo{height:40px;max-width:160px;object-fit:contain;margin-bottom:14px;filter:brightness(0) invert(1)}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer a{display:block;margin:8px 0;color:#d8e8f3}.site-footer p{color:#c4d7e4}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:24px;padding-top:18px;display:grid;gap:8px}.footer-bottom p{margin:0;font-size:13px}.faq-item h3{margin:0 0 8px;color:var(--deep)}.download-panel{max-width:900px;margin:0 auto;background:#fff;border:1px solid var(--border);border-radius:26px;padding:28px;box-shadow:var(--shadow);text-align:center}.download-panel .main-btn{margin:18px auto}.single-button-note{font-size:13px;color:var(--muted)}
@media (min-width:700px){.category-grid,.service-grid,.info-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-data-cards,.data-strip{grid-template-columns:repeat(3,1fr)}.responsible-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:repeat(2,1fr)}}
@media (min-width:980px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:76px;display:flex;align-items:center;gap:22px}.desktop-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.desktop-nav a{font-weight:800;color:#344456;padding:10px 12px;border-radius:999px;font-size:14px}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#062641}.hero-grid{grid-template-columns:1.02fr .98fr;align-items:center}.hero-copy h1{font-size:54px}.hero-media img{height:360px}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.feature-split,.app-showcase,.data-panel,.score-panel,.security-section{grid-template-columns:1fr 1fr}.feature-split.reverse > div:first-child{order:2}.section{padding:76px 0}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.content-grid{grid-template-columns:1fr 1fr}.responsible-grid{grid-template-columns:repeat(3,1fr)}}
@media (max-width:420px){.mobile-nav.open{grid-template-columns:1fr}.hero-copy h1{font-size:32px}.section-title,.cta h2{font-size:26px}.data-metrics{grid-template-columns:1fr}}
