
:root{--primary:rgb(176,219,245);--primary-dark:#2f6f9e;--deep:#0d2f4f;--text:#1c2833;--muted:#5b6b7a;--light:#f3f9fd;--line:#d8ecf8;--card:#fff;--shadow:0 16px 40px rgba(13,47,79,.08);--radius:20px}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.75;overflow-x:hidden}a{text-decoration:none;color:inherit}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(--line);box-shadow:0 8px 26px rgba(13,47,79,.05)}.mobile-header{height:64px;display:grid;grid-template-columns:70px 1fr 78px;align-items:center;padding:0 14px}.menu-button{width:42px;height:42px;border:0;background:#f2f8fc;border-radius:14px;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 11px}.menu-button span{height:2px;background:var(--deep);border-radius:3px}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;max-width:120px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#0b2a43;border-radius:999px;font-weight:700;border:1px solid rgba(13,47,79,.06);box-shadow:0 8px 22px rgba(47,111,158,.15);transition:.2s}.top-action{height:38px;padding:0 16px;font-size:14px}.main-btn{min-height:48px;padding:0 24px}.top-action:hover,.main-btn:hover{background:var(--primary-dark);color:#fff;transform:translateY(-1px)}.mobile-nav{display:none;background:#fff;border-top:1px solid var(--line);padding:10px 16px 18px}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:10px 12px;border-radius:14px;background:#f7fbfe;color:var(--deep);font-weight:600}.desktop-header{display:none;height:76px;align-items:center;gap:22px}.logo{display:flex;align-items:center;gap:10px;font-weight:800;color:var(--deep);white-space:nowrap}.logo img{height:42px;max-width:130px;object-fit:contain}.desktop-nav{display:flex;align-items:center;justify-content:center;gap:6px;flex:1}.desktop-nav a{padding:9px 12px;border-radius:999px;color:#405163;font-weight:600;font-size:14px}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#0b2a43}.search-icon{width:34px;height:34px;border-radius:50%;border:1px solid var(--line);position:relative;background:#fff}.search-icon:before{content:"";position:absolute;width:11px;height:11px;border:2px solid var(--deep);border-radius:50%;left:8px;top:8px}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:var(--deep);transform:rotate(45deg);right:8px;bottom:9px}.sports-hero,.page-hero{background:linear-gradient(135deg,#f4fbff 0%,#fff 60%,#e8f6fe 100%);padding:42px 0}.hero-grid{display:grid;gap:28px;align-items:center}.eyebrow,.badge{display:inline-flex;align-items:center;gap:6px;background:#e9f7ff;color:#23628e;border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-weight:700;font-size:13px}.sports-hero h1,.page-hero h1{font-size:clamp(32px,7vw,58px);line-height:1.12;margin:18px 0;color:var(--deep);letter-spacing:-.04em}.sports-hero p,.page-hero p{color:var(--muted);font-size:17px;max-width:720px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.hero-tags span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px;color:var(--deep);font-weight:700}.hero-media{position:relative}.hero-media img{border-radius:24px;box-shadow:var(--shadow);border:1px solid #fff}.hero-data-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.hero-data-cards .data-card,.score-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:var(--shadow)}.data-card strong{display:block;font-size:22px;color:var(--deep)}.section{padding:56px 0}.section.alt{background:#f6fbff}.section-head{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.section-head h2{font-size:clamp(26px,4vw,38px);margin:0;color:var(--deep)}.section-head p{margin:0;color:var(--muted);max-width:760px}.category-grid,.service-grid,.info-grid,.security-grid,.faq-grid{display:grid;gap:18px}.sports-card,.service-card,.info-card,.faq-item,.content-card{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{color:var(--muted);margin:0}.card-link{display:inline-flex;margin-top:16px;color:#1f6b9d;font-weight:800}.service-card .mini-tag{display:inline-block;background:var(--primary);border-radius:999px;padding:4px 10px;color:#0b2a43;font-size:12px;font-weight:800;margin-bottom:10px}.split{display:grid;gap:28px;align-items:center}.split img{border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow)}.points{display:grid;gap:12px;margin-top:18px}.points li,.checklist li{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:var(--muted);list-style:none}.score-panel,.data-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}.score-row{display:flex;justify-content:space-between;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:13px 0}.score-row:last-child{border-bottom:0}.status{background:#e8f6fe;color:#23628e;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:800}.app-showcase{background:linear-gradient(135deg,#e8f6fe,#fff);border:1px solid var(--line);border-radius:28px;padding:26px;box-shadow:var(--shadow)}.responsible{background:#e9f7ff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta{background:linear-gradient(135deg,var(--primary),#f7fcff);border-radius:28px;padding:34px;text-align:center;border:1px solid var(--line)}.cta h2{color:var(--deep);margin:0 0 10px}.page-content{padding:50px 0}.content-section{display:grid;gap:22px}.content-card h2{color:var(--deep);margin-top:0}.checklist{padding:0;margin:18px 0 0;display:grid;gap:10px}.notice{background:#f2f9fe;border:1px solid var(--line);border-left:5px solid var(--primary);border-radius:18px;padding:18px;color:#38566b}.site-footer{background:#0d2f4f;color:#dcecf6;padding:46px 0 22px}.footer-grid{display:grid;gap:24px}.footer-brand{display:flex;align-items:center;gap:10px;color:#fff}.footer-brand img{height:38px}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer a{display:block;color:#dcecf6;margin:7px 0}.footer-note{border-top:1px solid rgba(255,255,255,.15);margin-top:26px;padding-top:18px;color:#bdd5e6;font-size:13px}@media(min-width:720px){.category-grid,.service-grid,.info-grid,.security-grid{grid-template-columns:repeat(2,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media(min-width:1024px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{display:flex}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.info-grid,.security-grid{grid-template-columns:repeat(3,1fr)}.sports-hero{padding:78px 0}.page-hero{padding:68px 0}.section{padding:78px 0}.sports-hero h1{font-size:58px}}@media(max-width:420px){.hero-data-cards{grid-template-columns:1fr}.mobile-nav.open{grid-template-columns:1fr}.cta{padding:24px 18px}.sports-card,.service-card,.info-card,.faq-item,.content-card{padding:18px}}
