:root {--primary:rgb(176, 219, 245);--deep:#0b3158;--blue:#1d6fa5;--light:#eef8ff;--line:#d8ebf7;--text:#17212b;--muted:#657282;--card:#fff;}
*{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:#f7fbff;color:var(--text);line-height:1.7}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,92vw);margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50;box-shadow:0 8px 24px rgba(20,63,102,.05)}.mobile-header{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 14px}.menu-button{width:42px;height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-button span{height:2px;background:var(--deep);border-radius:2px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{height:34px;max-width:116px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#09243d;font-weight:700;border-radius:999px;padding:11px 22px;box-shadow:0 10px 20px rgba(29,111,165,.12);transition:.25s}.top-action:hover,.main-btn:hover{background:#0b5f91;color:#fff}.mobile-nav{display:none;grid-template-columns:1fr 1fr;gap:8px;padding:12px 16px 18px;background:#fff;border-top:1px solid var(--line)}.mobile-nav.open{display:grid}.mobile-nav a{padding:10px 12px;border-radius:12px;background:#f5fbff;color:var(--deep);font-weight:600}.mobile-nav a.active{background:var(--primary)}.desktop-header{display:none;height:76px;align-items:center;gap:24px}.logo img{height:42px;max-width:155px;object-fit:contain}.desktop-nav{display:flex;gap:8px;align-items:center;flex:1;justify-content:center}.desktop-nav a{padding:10px 12px;border-radius:999px;color:#24394d;font-weight:600;font-size:15px}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#09243d}.search-icon{width:34px;height:34px;border:2px solid var(--deep);border-radius:50%;position:relative;display:inline-block}.search-icon:after{content:'';position:absolute;width:10px;height:2px;background:var(--deep);right:-7px;bottom:2px;transform:rotate(45deg);border-radius:2px}
.section{padding:72px 0}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-title h2,.content-section h2{font-size:clamp(26px,4vw,40px);line-height:1.18;margin:0;color:var(--deep)}.section-title p,.lead,.page-summary{color:var(--muted);max-width:760px}.badge,.category-badge{display:inline-flex;background:#e8f6ff;color:#0b5f91;border:1px solid var(--line);border-radius:999px;padding:7px 14px;font-weight:700;font-size:14px;margin-bottom:14px}.sports-hero{padding:58px 0;background:linear-gradient(180deg,#f1faff 0%,#fff 100%)}.hero-grid{display:grid;gap:28px;align-items:center}.hero-copy h1{font-size:clamp(34px,7vw,62px);line-height:1.08;color:var(--deep);margin:12px 0}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.hero-tags span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 13px;color:#0b5f91;font-weight:700}.banner-section{position:relative;border-radius:28px;overflow:hidden;background:#dff2ff;min-height:330px;box-shadow:0 24px 60px rgba(11,49,88,.13)}.banner-section img{width:100%;height:330px;object-fit:cover}.hero-data-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:16px}.hero-data-cards .data-card,.score-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:0 12px 30px rgba(24,83,130,.06)}.data-card strong{display:block;font-size:24px;color:var(--deep)}.category-grid,.service-grid,.info-grid,.security-grid,.faq-grid{display:grid;gap:18px}.sports-card,.service-card,.info-card,.faq-item,.checklist,.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:0 10px 32px rgba(18,72,112,.06)}.sports-card h3,.service-card h3,.info-card h3,.faq-item h3{margin:0 0 8px;color:var(--deep)}.sports-card p,.service-card p,.info-card p,.faq-item p,.content-card p{color:var(--muted)}.link-more{color:#0b5f91;font-weight:800}.media-block,.app-showcase,.score-panel,.data-panel{display:grid;gap:28px;align-items:center}.media-block img,.app-showcase img,.data-panel img{border-radius:24px;border:1px solid var(--line);box-shadow:0 20px 50px rgba(11,49,88,.12)}.point-list,.checklist ul{padding:0;margin:18px 0 0;list-style:none}.point-list li,.checklist li{padding:12px 0 12px 32px;border-bottom:1px solid #edf5fb;position:relative}.point-list li:before,.checklist li:before{content:'✓';position:absolute;left:0;top:12px;width:22px;height:22px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;color:var(--deep);font-size:13px}.score-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px}.score-list{display:grid;gap:14px}.score-card .status{display:inline-block;background:var(--primary);border-radius:999px;padding:4px 10px;color:var(--deep);font-weight:800;font-size:12px}.score-card .teams{display:flex;justify-content:space-between;margin-top:12px;font-weight:800;color:var(--deep)}.responsible-play-section{background:#e9f7ff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-section{background:#0d4168;color:#fff;text-align:center;padding:58px 0}.cta-section h2{font-size:clamp(28px,5vw,42px);margin:0 0 12px}.cta-section p{color:#dcecf7;max-width:740px;margin:0 auto 22px}.page-hero{background:#eef9ff;padding:64px 0 38px;border-bottom:1px solid var(--line)}.page-hero h1{font-size:clamp(34px,6vw,54px);line-height:1.12;margin:0;color:var(--deep)}.content-section{padding:52px 0}.content-layout{display:grid;gap:22px}.site-footer{background:#09243d;color:#dcecf7;padding:56px 0 20px}.footer-grid{display:grid;gap:28px}.footer-logo{height:42px;max-width:150px;object-fit:contain;margin-bottom:18px;filter:brightness(0) invert(1)}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#dcecf7;margin:8px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;color:#a9c5d8;font-size:14px}
@media (min-width:640px){.category-grid,.service-grid,.info-grid,.security-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.hero-data-cards{grid-template-columns:repeat(3,1fr)}}
@media (min-width:900px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{display:flex}.hero-grid,.media-block,.app-showcase,.score-panel,.data-panel,.content-layout{grid-template-columns:1.05fr .95fr}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}.section{padding:88px 0}}
