:root{--primary:rgb(176,219,245);--deep:#14344e;--blue:#2b78a0;--light:#f3f9fc;--line:#d9edf7;--gray:#607080;--dark:#0d1b2a;--white:#fff;--shadow:0 16px 38px rgba(20,52,78,.08);--radius:20px}*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#fff;color:#162230;line-height:1.75}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1220px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #edf2f5}.mobile-header{height:64px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;padding:0 14px;background:#fff}.desktop-header{display:none;height:78px;align-items:center;gap:24px}.logo img,.mobile-logo img{height:42px;object-fit:contain}.mobile-logo{justify-self:center}.menu-button{border:0;background:#fff;width:42px;height:42px;display:grid;place-content:center;gap:5px}.menu-button span{width:22px;height:2px;background:#15364f;display:block;border-radius:4px}.desktop-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.desktop-nav a{font-size:15px;padding:10px 13px;border-radius:999px;color:#25384a}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#0d3651}.search-icon{width:34px;height:34px;border:2px solid #dbe8ef;border-radius:50%;position:relative;display:inline-block}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:#9ab0bd;right:-5px;bottom:4px;transform:rotate(45deg);border-radius:3px}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#0d3651;border-radius:999px;font-weight:800;box-shadow:0 10px 24px rgba(176,219,245,.45);transition:.2s}.top-action{padding:10px 18px;font-size:14px}.main-btn{padding:14px 26px;min-height:48px}.top-action:hover,.main-btn:hover{background:#1f6d96;color:#fff}.mobile-nav{display:none;background:#fff;border-top:1px solid #edf2f5;padding:12px 16px 18px;grid-template-columns:1fr 1fr;gap:8px}.mobile-nav a{padding:10px 12px;background:#f5f9fc;border:1px solid #e4f1f8;border-radius:12px;color:#14344e;font-weight:700}.nav-open .mobile-nav{display:grid}.section{padding:58px 0}.section-soft{background:var(--light)}.section-title{max-width:760px;margin:0 auto 28px;text-align:center}.section-title .badge,.badge{display:inline-flex;align-items:center;background:#e9f6fd;color:#1c6d98;border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-weight:800;font-size:13px}.section-title h2,.page-hero h1{margin:14px 0 10px;color:#123149;line-height:1.25}.section-title h2{font-size:30px}.section-title p,.page-hero p{color:var(--gray)}.sports-hero{padding:56px 0;background:linear-gradient(180deg,#f7fcff 0%,#fff 100%)}.hero-grid{display:grid;gap:28px;align-items:center}.hero-copy h1{font-size:36px;line-height:1.18;margin:16px 0;color:#102f48}.hero-copy p{font-size:17px;color:#536776}.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 12px;color:#1c6d98;font-weight:700}.banner-section{position:relative;border-radius:28px;overflow:hidden;box-shadow:var(--shadow);background:#eaf7fd}.banner-section img{width:100%;height:auto}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.hero-data-cards div,.score-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px;text-align:center}.hero-data-cards strong{display:block;color:#14344e;font-size:22px}.hero-data-cards span{font-size:12px;color:#637789}.category-grid,.service-grid,.security-grid,.info-grid,.faq-grid{display:grid;gap:16px}.sports-card,.service-card,.info-card,.faq-item,.content-section,.score-panel,.data-panel{background:#fff;border:1px solid #e5eef4;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px;color:#14344e}.sports-card p,.service-card p,.info-card p{color:#5d6f7d;margin:0 0 14px}.card-link{color:#1f79a7;font-weight:800}.service-card .mini-label{display:inline-block;background:#e9f6fd;color:#1c6d98;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;margin-bottom:10px}.split{display:grid;gap:28px;align-items:center}.split img{border-radius:24px;box-shadow:var(--shadow);background:#f3f9fc}.checklist{list-style:none;padding:0;margin:16px 0 0;display:grid;gap:10px}.checklist li{padding-left:30px;position:relative;color:#455a6a}.checklist li:before{content:"✓";position:absolute;left:0;top:0;background:var(--primary);color:#0d3651;width:22px;height:22px;border-radius:50%;display:grid;place-content:center;font-size:12px;font-weight:900}.score-panel{display:grid;gap:14px}.score-card{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:8px}.score-card b{font-size:24px;color:#14344e}.status{display:inline-block;background:#eaf7fd;color:#1f79a7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.data-panel ul{padding-left:18px;color:#526575}.app-showcase{background:#102f48;color:#fff;border-radius:28px;padding:28px;display:grid;gap:24px;align-items:center}.app-showcase p,.app-showcase li{color:#d9e8f1}.app-showcase .main-btn{width:max-content}.security-section{background:#fff}.responsible-play-section{background:#eaf7fd;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.responsible-grid{display:grid;gap:14px}.responsible-grid .info-card{box-shadow:none}.page-hero{padding:56px 0 34px;background:#f6fbfe}.page-hero h1{font-size:34px}.content-wrap{display:grid;gap:18px;padding:42px 0}.content-section h2{margin-top:0;color:#14344e}.content-section p{color:#526575}.cta{background:#14344e;color:#fff;text-align:center;padding:50px 20px;border-radius:28px}.cta p{color:#dcebf3}.site-footer{background:#0f2e46;color:#dfeef6;padding:46px 0 0}.footer-grid{display:grid;gap:26px}.footer-logo{height:44px;margin-bottom:14px;filter:brightness(0) invert(1)}.site-footer h3{color:#fff;margin:0 0 10px}.site-footer a{display:block;color:#dfeef6;margin:7px 0}.site-footer p{color:#bfd3df}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;margin-top:30px;color:#bcd4e0;font-size:14px}@media (min-width:700px){.category-grid,.service-grid,.security-grid,.info-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.responsible-grid{grid-template-columns:repeat(2,1fr)}.hero-copy h1{font-size:48px}}@media (min-width:980px){.mobile-header,.mobile-nav{display:none}.desktop-header{display:flex}.hero-grid{grid-template-columns:1fr 1.05fr}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid,.security-grid,.info-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr 1fr}.split.reverse .split-media{order:2}.app-showcase{grid-template-columns:.82fr 1fr}.footer-grid{grid-template-columns:1.4fr .8fr .8fr 1.1fr}.section{padding:78px 0}.sports-hero{padding:78px 0}.page-hero h1{font-size:46px}}@media (max-width:420px){.hero-data-cards{grid-template-columns:1fr}.hero-copy h1{font-size:31px}.score-card{grid-template-columns:1fr;text-align:center}.mobile-nav{grid-template-columns:1fr}.section-title h2{font-size:25px}}
