
:root{--primary:rgb(176,219,245);--deep:#0f2e4d;--blue:#1f5f91;--light:#f2f9fd;--muted:#667085;--line:#dcecf7;--card:#ffffff;--gray:#f5f7f9;--dark:#111827;}
*{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;color:var(--dark);background:#fff;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 #edf2f6;box-shadow:0 8px 24px rgba(15,46,77,.04)}.mobile-header{height:64px;display:grid;grid-template-columns:64px 1fr 86px;align-items:center;padding:0 14px;background:#fff}.menu-toggle{width:42px;height:42px;border:0;background:#fff;border-radius:14px;display:flex;flex-direction:column;justify-content:center;gap:5px;align-items:center}.menu-toggle span{width:22px;height:2px;background:var(--deep);border-radius:4px}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;max-width:132px;object-fit:contain}.logo img{height:42px;max-width:160px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:var(--deep);font-weight:800;border:1px solid rgba(15,46,77,.08);box-shadow:0 10px 20px rgba(31,95,145,.08);transition:.2s ease}.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:#1f5f91;color:#fff;transform:translateY(-1px)}.mobile-nav{display:none;background:#fff;border-top:1px solid #edf2f6;padding:10px 18px 18px;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav.open{display:grid}.mobile-nav a{padding:10px 12px;border-radius:12px;background:var(--light);color:var(--deep);font-weight:700;font-size:14px}.desktop-header{display:none;height:78px;align-items:center;gap:24px}.desktop-nav{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.desktop-nav a{padding:10px 14px;border-radius:999px;color:#26384a;font-weight:700;font-size:15px;white-space:nowrap}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:var(--deep)}.search-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;position:relative}.search-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid var(--deep);border-radius:50%;left:10px;top:9px}.search-icon:after{content:"";position:absolute;width:8px;height:2px;background:var(--deep);transform:rotate(45deg);right:9px;bottom:11px;border-radius:2px}.sports-hero,.page-hero{background:linear-gradient(180deg,var(--light),#fff);padding:48px 0 34px}.hero-grid{display:grid;gap:28px;align-items:center}.eyebrow,.badge{display:inline-flex;width:max-content;align-items:center;border-radius:999px;background:#e8f6fd;color:var(--blue);font-weight:800;padding:6px 12px;font-size:13px}.sports-hero h1,.page-hero h1{font-size:clamp(32px,6vw,56px);line-height:1.12;margin:16px 0;color:var(--deep);letter-spacing:-.5px}.lead{font-size:18px;color:#40566d;max-width:720px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:22px 0}.tag-list{display:flex;gap:10px;flex-wrap:wrap}.tag-list span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:var(--deep);font-weight:700}.banner-card{position:relative;border-radius:28px;overflow:hidden;background:#dceef8;box-shadow:0 24px 70px rgba(15,46,77,.12);min-height:280px}.banner-card img{width:100%;height:100%;object-fit:cover;min-height:280px}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.hero-data-cards .mini-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;text-align:center}.mini-card strong{display:block;color:var(--deep);font-size:20px}.section{padding:54px 0}.section.alt,.content-section.alt{background:var(--light)}.section-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end;margin-bottom:22px}.section-head h2,.content-section h2{font-size:clamp(24px,4vw,36px);line-height:1.2;margin:8px 0;color:var(--deep)}.section-head p{color:var(--muted);max-width:650px;margin:0}.category-grid,.service-grid,.info-grid,.security-grid{display:grid;gap:18px}.sports-card,.service-card,.info-card,.faq-item,.score-card,.data-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 34px rgba(15,46,77,.055)}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px;color:var(--deep)}.sports-card p,.service-card p,.info-card p,.faq-item p{color:#52687e;margin:0}.card-link{display:inline-flex;margin-top:14px;color:var(--blue);font-weight:800}.service-label{display:inline-flex;background:var(--primary);color:var(--deep);border-radius:999px;padding:4px 10px;font-weight:800;font-size:12px;margin-bottom:10px}.split{display:grid;gap:28px;align-items:center}.split img{border-radius:26px;box-shadow:0 20px 52px rgba(15,46,77,.1);background:#fff}.checklist{list-style:none;padding:0;margin:18px 0;display:grid;gap:10px}.checklist li{padding-left:30px;position:relative;color:#435a70}.checklist li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--primary);color:var(--deep);display:grid;place-items:center;font-weight:900;font-size:13px}.score-panel,.data-panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:0 18px 50px rgba(15,46,77,.07)}.score-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid #eef5f9}.score-row:last-child{border-bottom:0}.score-row strong{color:var(--deep)}.status{background:#e8f6fd;color:var(--blue);border-radius:999px;padding:4px 10px;font-weight:800;font-size:12px}.data-list{display:grid;gap:12px}.data-list div{display:flex;justify-content:space-between;background:var(--light);padding:12px 14px;border-radius:14px;color:#40566d}.app-showcase{background:linear-gradient(180deg,#fff,var(--light));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.app-box{display:grid;gap:30px;align-items:center}.app-box img{max-height:520px;margin:auto;border-radius:28px}.security-section{background:#fff}.responsible-play-section{background:#123653;color:#fff}.responsible-play-section h2,.responsible-play-section .badge{color:#fff}.responsible-play-section .badge{background:rgba(255,255,255,.14)}.responsible-grid{display:grid;gap:16px}.responsible-grid .info-card{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.18);box-shadow:none}.responsible-grid .info-card h3,.responsible-grid .info-card p{color:#fff}.faq-list{display:grid;gap:14px}.faq-item h3{margin:0 0 8px;color:var(--deep);font-size:18px}.cta{background:var(--primary);padding:48px 0;text-align:center}.cta h2{margin:0 0 12px;color:var(--deep);font-size:clamp(26px,5vw,40px)}.cta p{max-width:760px;margin:0 auto 22px;color:#284459}.page-hero{text-align:center}.page-hero .badge{margin:auto}.page-hero p{margin:0 auto;color:#40566d}.content-section{padding:42px 0}.content-wrap{display:grid;gap:20px}.article-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:26px;box-shadow:0 12px 34px rgba(15,46,77,.045)}.article-card h2{font-size:24px}.article-card p{color:#52687e}.notice{border-left:5px solid var(--primary);background:var(--light);padding:18px 20px;border-radius:16px;color:#314d64;font-weight:700}.site-footer{background:#0f2e4d;color:#d8e9f7;padding:42px 0 24px}.footer-grid{display:grid;gap:24px}.footer-brand p{max-width:430px}.footer-logo{height:42px;max-width:160px;object-fit:contain;margin-bottom:14px}.site-footer h3{margin:0 0 10px;color:#fff}.site-footer a{display:block;color:#d8e9f7;margin:6px 0}.footer-note{margin-top:28px;border-top:1px solid rgba(255,255,255,.16);padding-top:18px;color:#c2d9ea;font-size:14px}.page-cta{margin-top:18px}.single-button-note{font-size:13px;color:var(--muted);margin-top:8px}.steps{counter-reset:step;display:grid;gap:14px}.steps li{list-style:none;background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px 16px 16px 54px;position:relative}.steps li:before{counter-increment:step;content:counter(step);position:absolute;left:16px;top:15px;width:26px;height:26px;border-radius:50%;background:var(--primary);display:grid;place-items:center;color:var(--deep);font-weight:900}
@media (min-width:640px){.category-grid,.service-grid,.info-grid,.security-grid,.responsible-grid{grid-template-columns:repeat(2,1fr)}.app-box,.split{grid-template-columns:1fr 1fr}.mobile-nav{grid-template-columns:repeat(3,1fr)}}
@media (min-width:960px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{display:flex}.hero-grid{grid-template-columns:1.05fr .95fr}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid,.info-grid,.security-grid,.responsible-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.7fr 1fr 1fr 1fr}.section{padding:74px 0}.content-wrap{grid-template-columns:1fr 1fr}.content-wrap.single{grid-template-columns:1fr}.reverse .media{order:2}.reverse .copy{order:1}}
@media (max-width:380px){.mobile-header{grid-template-columns:52px 1fr 74px;padding:0 10px}.top-action{padding:0 12px}.sports-hero h1{font-size:30px}.hero-data-cards{grid-template-columns:1fr}}
