
:root{--primary:rgb(176,219,245);--primary-dark:#3f93c7;--deep:#0d2f4c;--text:#172434;--muted:#657386;--light:#f3f9fd;--line:#d9edf8;--card:#fff;--shadow:0 16px 40px rgba(14,61,96,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}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{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}.mobile-header{height:64px;display:grid;grid-template-columns:72px 1fr 86px;align-items:center;padding:0 14px;background:#fff}.menu-button{width:44px;height:44px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:8px;cursor:pointer}.menu-button span{height:2px;background:var(--deep);border-radius:9px}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;width:auto}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#0b2d47;border-radius:999px;font-weight:700;border:1px solid rgba(13,47,76,.08);box-shadow:0 10px 22px rgba(63,147,199,.18);transition:.2s}.top-action{height:40px;padding:0 17px;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:12px 16px;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-nav.open{display:grid}.mobile-nav a{padding:10px 12px;border-radius:12px;background:var(--light);font-size:14px}.mobile-nav a.active{background:var(--primary);font-weight:700}.desktop-header{display:none}.desktop-logo img{height:42px}.desktop-nav{display:flex;gap:8px;align-items:center;justify-content:center;flex:1}.desktop-nav a{font-size:15px;padding:10px 13px;border-radius:999px;color:#1b3b55}.desktop-nav a:hover,.desktop-nav a.active{background:var(--primary);font-weight:700}.search-icon{width:36px;height:36px;border-radius:50%;border:1px solid var(--line);position:relative;background:#fff}.search-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid var(--deep);border-radius:50%;left:9px;top:8px}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:var(--deep);transform:rotate(45deg);right:8px;bottom:10px;border-radius:2px}.section{padding:64px 0}.section.alt{background:var(--light)}.sports-hero{padding:56px 0 66px;background:linear-gradient(180deg,#f4fbff 0%,#fff 100%)}.hero-grid{display:grid;gap:28px;align-items:center}.badge,.category-badge{display:inline-flex;align-items:center;gap:8px;background:#e8f6fe;color:#136291;border:1px solid var(--line);border-radius:999px;padding:7px 13px;font-weight:700;font-size:14px}.sports-hero h1,.page-hero h1{font-size:clamp(34px,6vw,60px);line-height:1.12;margin:18px 0;color:var(--deep);letter-spacing:-.03em}.lead{font-size:18px;color:#43556a;max-width:760px}.hero-tags,.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin:22px 0}.hero-tags span,.tag-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#25506d}.hero-visual{position:relative}.hero-visual img,.image-card img{border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--line)}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.hero-data-cards div,.score-card,.info-card,.sports-card,.service-card,.faq-item{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;box-shadow:var(--shadow)}.hero-data-cards strong{display:block;font-size:20px;color:var(--deep)}.section-title{max-width:760px;margin-bottom:26px}.section-title h2{font-size:clamp(26px,4vw,40px);margin:8px 0;color:var(--deep);line-height:1.2}.section-title p{color:var(--muted)}.category-grid,.service-grid,.security-grid,.faq-grid,.content-grid{display:grid;gap:16px}.sports-card h3,.service-card h3,.info-card h3{margin-top:0;color:var(--deep)}.sports-card a,.text-link{color:#126697;font-weight:700}.service-card span{display:inline-block;background:var(--primary);border-radius:999px;padding:5px 10px;font-weight:700;color:#0e3452;font-size:13px;margin-bottom:8px}.split{display:grid;gap:28px;align-items:center}.checklist{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}.checklist li{position:relative;padding-left:28px;color:#394b5e}.checklist li:before{content:"";width:16px;height:16px;border-radius:50%;background:var(--primary);position:absolute;left:0;top:6px}.score-panel,.data-panel{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px;box-shadow:var(--shadow)}.score-row{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:14px 0}.score-row:last-child{border-bottom:0}.status{background:#e7f7ff;color:#126697;border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700}.app-showcase{background:linear-gradient(135deg,#eaf7ff,#fff);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.responsible-play-section{background:#eaf7ff}.notice-box{border-left:5px solid var(--primary-dark);background:#fff;border-radius:16px;padding:20px;box-shadow:var(--shadow)}.page-hero{padding:54px 0;background:linear-gradient(180deg,#f2fbff,#fff);border-bottom:1px solid var(--line)}.content-section{padding:46px 0}.prose{font-size:17px;color:#3e4f61}.site-footer{background:#0f2d45;color:#dceaf4;margin-top:40px;padding-top:48px}.footer-grid{display:grid;gap:24px}.footer-logo{height:38px;margin-bottom:14px}.site-footer h3{color:#fff}.site-footer a{display:block;color:#dceaf4;margin:7px 0}.site-footer p{color:#bfd4e3}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;color:#bdd3e0;margin-top:32px}.cta{border-radius:26px;padding:34px;background:linear-gradient(135deg,var(--primary),#fff);border:1px solid var(--line);display:grid;gap:16px;align-items:center}.faq-item h3{margin:0 0 8px;color:var(--deep)}.steps{counter-reset:s;display:grid;gap:14px}.steps li{list-style:none;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px 16px 16px 54px;position:relative}.steps li:before{counter-increment:s;content:counter(s);position:absolute;left:16px;top:16px;width:26px;height:26px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-weight:800;color:#0d2f4c}@media (min-width:760px){.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.security-grid,.faq-grid,.content-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 1.4fr}.cta{grid-template-columns:1fr auto}}@media (min-width:1040px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{height:78px;display:flex;align-items:center;gap:22px}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.security-grid{grid-template-columns:repeat(3,1fr)}.content-grid{grid-template-columns:repeat(3,1fr)}.sports-hero{padding:78px 0 86px}}@media (max-width:420px){.hero-data-cards{grid-template-columns:1fr}.top-action{padding:0 13px}.section{padding:46px 0}.mobile-logo img{height:30px}}
