:root{--primary:rgb(176,219,245);--blue:#0b4b74;--deep:#082f49;--light:#eef8ff;--soft:#f6fbff;--border:#d7ebf8;--text:#14202b;--muted:#5d6f7d;--white:#fff;--shadow:0 16px 36px rgba(8,47,73,.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;color:var(--text);background:linear-gradient(180deg,#fff 0%,#f8fcff 100%);line-height:1.75}a{text-decoration:none;color:inherit}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(--border);position:sticky;top:0;z-index:50;box-shadow:0 8px 24px rgba(8,47,73,.04)}.mobile-header{height:64px;display:grid;grid-template-columns:52px 1fr 82px;align-items:center;padding:0 14px}.desktop-header{display:none}.logo img{height:34px;width:auto;object-fit:contain}.mobile-logo{justify-self:center}.menu-button{width:42px;height:42px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center;border-radius:12px}.menu-button span{width:22px;height:2px;background:var(--deep);border-radius:2px}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#06283d;font-weight:800;border-radius:999px;border:1px solid #97cee9;box-shadow:0 8px 20px rgba(14,99,151,.14);transition:.2s}.top-action{height:40px;padding:0 18px;font-size:14px}.main-btn{min-height:48px;padding:0 26px}.top-action:hover,.main-btn:hover{background:#0b4b74;color:#fff;border-color:#0b4b74}.mobile-nav{display:none;background:#fff;border-top:1px solid var(--border);padding:8px 16px 18px}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--soft);color:var(--deep);font-weight:700;text-align:center}.desktop-nav a.active,.mobile-nav a.active{background:var(--primary);color:var(--deep)}.search-icon{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;position:relative;background:var(--soft)}.search-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid var(--blue);border-radius:50%;left:11px;top:10px}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:var(--blue);transform:rotate(45deg);left:22px;top:23px;border-radius:2px}.section{padding:54px 0}.sports-hero{padding:42px 0 58px;background:radial-gradient(circle at top right,rgba(176,219,245,.65),transparent 38%),linear-gradient(180deg,#f9fdff 0%,#fff 100%)}.hero-grid,.feature-row,.score-showcase,.app-showcase{display:grid;gap:26px}.hero-copy h1{font-size:34px;line-height:1.18;margin:12px 0 18px;color:var(--deep);letter-spacing:-.6px}.hero-copy p,.lead{font-size:16px;color:var(--muted);margin:0 0 20px}.badge,.category-badge{display:inline-flex;align-items:center;padding:7px 13px;border-radius:999px;background:#e9f7ff;color:#0a5b8e;font-weight:800;font-size:13px;border:1px solid var(--border)}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.hero-tags span{background:#fff;border:1px solid var(--border);border-radius:999px;padding:8px 13px;color:var(--blue);font-weight:700}.hero-media{position:relative}.hero-media img,.image-card img{border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--border)}.hero-data-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.data-card,.service-card,.sports-card,.info-card,.faq-item,.score-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px;box-shadow:0 10px 24px rgba(8,47,73,.05)}.data-card strong{display:block;color:var(--deep);font-size:22px}.data-card span,.card-text{color:var(--muted);font-size:14px}.section-title{margin-bottom:26px}.section-title h2{font-size:28px;line-height:1.25;color:var(--deep);margin:10px 0 8px}.section-title p{color:var(--muted);margin:0}.category-grid,.service-grid,.info-grid,.security-grid,.faq-grid{display:grid;gap:16px}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px;color:var(--deep);font-size:19px}.sports-card p,.service-card p,.info-card p,.faq-item p{margin:0;color:var(--muted)}.card-link{display:inline-flex;margin-top:14px;color:var(--blue);font-weight:800}.service-tag{display:inline-block;background:#e6f5ff;color:#0b5d8b;font-size:12px;padding:4px 9px;border-radius:999px;margin-bottom:10px;font-weight:800}.feature-row{align-items:center}.checklist{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:10px}.checklist li{padding:12px 14px;background:#fff;border:1px solid var(--border);border-radius:14px;color:var(--deep)}.checklist li:before{content:"✓";color:var(--blue);font-weight:900;margin-right:8px}.score-panel,.data-panel{background:#fff;border:1px solid var(--border);border-radius:22px;padding:20px;box-shadow:var(--shadow)}.score-card{box-shadow:none;margin-bottom:12px}.score-top{display:flex;justify-content:space-between;gap:10px;color:var(--muted);font-size:13px}.score-main{display:flex;align-items:center;justify-content:space-between;font-weight:900;color:var(--deep);font-size:18px;margin-top:12px}.status{background:var(--primary);border-radius:999px;padding:4px 10px;color:#073047;font-size:12px}.data-list{display:grid;gap:10px;margin-top:14px}.data-list div{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:8px}.app-showcase{align-items:center;background:linear-gradient(135deg,#eaf7ff,#fff);border:1px solid var(--border);border-radius:26px;padding:24px}.security-section{background:#f2f9ff}.responsible-play-section{background:#0b4b74;color:#fff}.responsible-play-section .section-title h2,.responsible-play-section .section-title p{color:#fff}.responsible-play-section .info-card{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.22);box-shadow:none}.responsible-play-section .info-card h3,.responsible-play-section .info-card p{color:#fff}.cta-section{padding:54px 0;background:linear-gradient(135deg,var(--primary),#eaf7ff);text-align:center}.cta-section h2{margin:0 0 10px;color:var(--deep);font-size:28px}.cta-section p{margin:0 auto 22px;max-width:720px;color:#33576c}.page-hero{padding:52px 0;background:linear-gradient(180deg,#f0f9ff,#fff);border-bottom:1px solid var(--border)}.page-hero h1{font-size:34px;color:var(--deep);margin:12px 0 10px}.page-hero p{color:var(--muted);max-width:820px}.content-section{padding:42px 0}.content-layout{display:grid;gap:20px}.article-block{background:#fff;border:1px solid var(--border);border-radius:22px;padding:22px;box-shadow:0 12px 26px rgba(8,47,73,.05)}.article-block h2{color:var(--deep);margin:0 0 10px}.article-block p{color:var(--muted);margin:0 0 12px}.step-list{counter-reset:step;list-style:none;margin:0;padding:0;display:grid;gap:12px}.step-list li{counter-increment:step;background:#fff;border:1px solid var(--border);border-radius:16px;padding:14px;color:var(--muted)}.step-list li:before{content:counter(step);display:inline-flex;width:26px;height:26px;border-radius:50%;align-items:center;justify-content:center;background:var(--primary);color:var(--deep);font-weight:900;margin-right:8px}.faq-item h3{margin:0 0 8px;color:var(--deep);font-size:18px}.site-footer{background:#082f49;color:#d9ecf7;padding:44px 0 24px}.footer-grid{display:grid;gap:24px}.footer-brand p{color:#d9ecf7;margin-top:16px}.footer-logo{height:38px;width:auto;filter:brightness(0) invert(1)}.site-footer h3{color:#fff;margin:0 0 12px}.site-footer a{display:block;color:#d9ecf7;margin:7px 0}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:24px;padding-top:18px;color:#cde6f5;font-size:14px}.footer-bottom p{margin:6px 0}@media(min-width:700px){.category-grid,.service-grid,.security-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.feature-row,.score-showcase,.app-showcase,.content-layout{grid-template-columns:1fr 1fr}.hero-copy h1,.page-hero h1{font-size:44px}}@media(min-width:1024px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{height:78px;display:flex;align-items:center;gap:24px}.desktop-nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.desktop-nav a{padding:10px 13px;border-radius:999px;color:var(--deep);font-weight:800;font-size:14px}.desktop-nav a:hover{background:var(--light)}.logo img{height:42px}.sports-hero{padding:72px 0}.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)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.section{padding:76px 0}.hero-copy h1{font-size:54px}.section-title h2{font-size:36px}}