:root{--primary:rgb(176,219,245);--primary-dark:#174d72;--deep:#0d2f4f;--blue:#1f6f9f;--light:#eef8ff;--pale:#f7fbfe;--border:#d9edf8;--gray:#6f7b85;--text:#152535;--white:#fff;--shadow:0 12px 34px rgba(18,77,114,.08);--radius:18px}*{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(--text);background:linear-gradient(180deg,#fff 0%,#f5fbff 42%,#fff 100%);line-height:1.72;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:20;backdrop-filter:blur(14px)}.mobile-header{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#fff}.menu-button{width:42px;height:42px;border:1px solid var(--border);background:#fff;border-radius:13px;display:grid;place-content:center;gap:5px}.menu-button span{width:20px;height:2px;background:var(--deep);display:block;border-radius:4px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{max-height:34px;max-width:126px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 20px;border-radius:999px;background:var(--primary);color:#0b2f4a;font-weight:800;border:1px solid rgba(23,77,114,.08);box-shadow:0 8px 20px rgba(36,116,164,.13);transition:.2s}.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(--border);padding:12px 16px 18px;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav.open{display:grid}.mobile-nav a{padding:10px 12px;border:1px solid var(--border);border-radius:14px;color:var(--deep);font-weight:700;background:var(--pale)}.mobile-nav a.active{background:var(--primary)}.desktop-header{display:none}.desktop-logo img{height:42px;width:auto;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:6px;flex:1;justify-content:center}.desktop-nav a{font-size:15px;font-weight:700;color:#344a5f;padding:10px 12px;border-radius:999px}.desktop-nav a:hover,.desktop-nav a.active{background:var(--primary);color:#0b2f4a}.search-icon{width:38px;height:38px;border:1px solid var(--border);border-radius:50%;position:relative;background:#fff}.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:9px;height:2px;background:var(--deep);transform:rotate(45deg);right:9px;bottom:10px;border-radius:2px}.section{padding:58px 0}.section-head{margin-bottom:24px}.section-head h2,.content-section h2{font-size:clamp(26px,3vw,38px);line-height:1.25;margin:0 0 10px;color:var(--deep)}.section-head p,.lead,.summary{color:var(--gray);margin:0;max-width:780px}.badge,.category-badge{display:inline-flex;align-items:center;padding:7px 13px;border-radius:999px;background:#eaf7ff;color:#16618d;font-size:13px;font-weight:800;margin-bottom:12px;border:1px solid var(--border)}.sports-hero{padding:48px 0;background:radial-gradient(circle at 85% 10%,var(--primary) 0%,rgba(176,219,245,.38) 28%,transparent 52%)}.hero-grid{display:grid;grid-template-columns:1fr;gap:28px;align-items:center}.hero-copy h1{font-size:clamp(34px,6vw,58px);line-height:1.12;margin:0 0 18px;color:var(--deep);letter-spacing:-1px}.hero-copy p{font-size:17px;color:#536879;margin:0 0 20px}.tag-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px}.tag-row span{padding:8px 13px;border-radius:999px;background:#fff;border:1px solid var(--border);font-weight:700;color:var(--blue)}.hero-visual{position:relative}.hero-visual img{border-radius:24px;box-shadow:var(--shadow);border:1px solid var(--border);aspect-ratio:16/10;object-fit:cover}.hero-data-cards{display:grid;gap:12px;margin-top:14px}.hero-data-card{background:#fff;border:1px solid var(--border);border-radius:16px;padding:16px;box-shadow:var(--shadow)}.hero-data-card strong{display:block;color:var(--deep);font-size:24px}.category-grid,.service-grid,.info-grid,.faq-grid{display:grid;gap:16px}.category-grid{grid-template-columns:1fr}.sports-card,.service-card,.info-card,.faq-item,.score-card,.data-panel,.checklist,.notice-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:var(--shadow)}.sports-card h3,.service-card h3,.info-card h3,.faq-item h3{margin:0 0 8px;color:var(--deep);font-size:21px}.sports-card p,.service-card p,.info-card p,.faq-item p{margin:0;color:var(--gray)}.card-link{display:inline-flex;margin-top:14px;color:var(--blue);font-weight:800}.service-card .small-label{display:inline-flex;font-size:12px;color:#155d88;background:#eef9ff;border:1px solid var(--border);border-radius:999px;padding:5px 10px;margin-bottom:10px;font-weight:800}.split{display:grid;grid-template-columns:1fr;gap:26px;align-items:center}.split img{border-radius:24px;border:1px solid var(--border);box-shadow:var(--shadow)}.points{display:grid;gap:12px;margin-top:18px}.points div{padding:14px;border-radius:16px;background:#f5fbff;border:1px solid var(--border);font-weight:700;color:var(--deep)}.score-panel{display:grid;gap:16px}.score-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.score-card .teams{font-weight:800;color:var(--deep)}.score-card .score{font-size:24px;font-weight:900;color:var(--blue)}.status{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;background:var(--primary);font-weight:800;font-size:12px;color:#0b2f4a}.data-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.data-list li{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid var(--border);color:var(--gray)}.data-list li:last-child{border-bottom:0}.app-showcase{background:#fff;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.security-section{background:#f6fbff}.responsible-play-section{background:linear-gradient(180deg,#eaf7ff,#f8fcff);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.notice-grid{display:grid;gap:14px}.notice-card strong{color:var(--deep)}.checklist ul{margin:0;padding-left:20px;color:var(--gray)}.checklist li{margin:8px 0}.page-hero{padding:54px 0 36px;background:linear-gradient(180deg,#f2fbff,#fff)}.page-hero h1{font-size:clamp(32px,5vw,52px);line-height:1.15;margin:0 0 14px;color:var(--deep)}.content-section{padding:30px 0}.content-section p{color:var(--gray)}.content-grid{display:grid;gap:18px}.cta{padding:52px 0;background:var(--deep);color:#fff;text-align:center}.cta h2{margin:0 0 12px;font-size:clamp(28px,4vw,42px)}.cta p{margin:0 auto 22px;max-width:760px;color:#cfe1ee}.site-footer{background:#08263f;color:#d8e9f3;padding:48px 0 18px}.footer-grid{display:grid;gap:26px}.footer-brand img{height:42px;width:auto;filter:brightness(0) invert(1);margin-bottom:16px}.footer-brand p{margin:0;color:#c5d8e5}.footer-col{display:grid;gap:10px}.footer-col h3{margin:0 0 6px;color:#fff}.footer-col a{color:#c5d8e5}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#adc5d4;font-size:14px}.download-panel{text-align:center}.download-panel .main-btn{margin:16px auto 0}.single-button-note{color:var(--gray);font-size:14px;margin-top:12px}@media (min-width:700px){.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.info-grid,.faq-grid,.notice-grid{grid-template-columns:repeat(2,1fr)}.hero-data-cards{grid-template-columns:repeat(3,1fr)}.score-panel{grid-template-columns:1fr 1fr}.content-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:980px){.mobile-header,.mobile-nav{display:none!important}.desktop-header{height:76px;display:flex;align-items:center;gap:18px}.hero-grid{grid-template-columns:1.02fr .98fr}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1fr 1fr}.split.reverse .split-media{order:2}.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr}.content-grid{grid-template-columns:repeat(3,1fr)}}
