
:root{--red:rgb(213,5,5);--red-dark:#a90404;--light:#f7f7f8;--line:#ececef;--text:#1f1f23;--muted:#666a73;--soft:#fff1f1;--shadow:0 12px 34px rgba(20,20,25,.07)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 32px));margin:auto}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.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:0;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0;cursor:pointer}.menu-button span{display:block;width:23px;height:2px;background:#222;border-radius:2px}.mobile-logo{position:absolute;left:50%;transform:translateX(-50%)}.mobile-logo img{height:34px;max-width:116px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border-radius:999px;padding:10px 20px;font-weight:700;box-shadow:0 8px 18px rgba(213,5,5,.18);transition:.2s}.top-action:hover,.main-btn:hover{background:var(--red-dark);transform:translateY(-1px)}.mobile-nav{display:none;padding:8px 18px 18px;background:#fff;border-top:1px solid var(--line)}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:10px 12px;border-radius:12px;background:var(--light);font-size:14px}.desktop-header{display:none}.logo img{height:42px;max-width:150px;object-fit:contain}.desktop-nav{display:flex;align-items:center;gap:24px;white-space:nowrap}.desktop-nav a{font-size:15px;color:#333;font-weight:600}.desktop-nav a.active,.desktop-nav a:hover{color:var(--red)}.search-icon{width:22px;height:22px;border:2px solid #2a2a2a;border-radius:50%;position:relative;display:inline-block}.search-icon:after{content:"";position:absolute;width:8px;height:2px;background:#2a2a2a;right:-6px;bottom:-3px;transform:rotate(45deg);border-radius:2px}.section{padding:56px 0}.section.light{background:var(--light)}.section-title{margin:0 0 12px;font-size:28px;line-height:1.25}.section-desc{margin:0 0 26px;color:var(--muted)}.sports-hero,.banner-section{background:linear-gradient(180deg,#fff,#fafafa);padding:42px 0}.hero-wrap{display:grid;gap:28px;align-items:center}.hero-copy h1{font-size:34px;line-height:1.18;margin:12px 0}.hero-copy p{color:#4b4d55;margin:0 0 22px}.badge,.category-badge{display:inline-flex;align-items:center;background:var(--soft);color:var(--red);border-radius:999px;padding:6px 12px;font-weight:700;font-size:13px}.hero-tags,.hero-data-cards{display:flex;flex-wrap:wrap;gap:10px;margin:20px 0}.hero-tags span,.hero-data-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 14px;box-shadow:var(--shadow);font-weight:700}.hero-visual{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#fff}.hero-visual img{width:100%;height:300px;object-fit:cover}.floating-score{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.94);border-radius:18px;padding:14px;border:1px solid rgba(255,255,255,.5)}.score-line{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:800}.status{color:var(--red);background:var(--soft);padding:3px 8px;border-radius:999px;font-size:12px}.category-grid,.service-grid,.info-grid,.security-grid,.faq-grid{display:grid;gap:18px}.category-grid{grid-template-columns:1fr}.sports-card,.service-card,.info-card,.faq-item,.score-card,.data-panel,.content-section,.checklist,.tip-box{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px}.sports-card p,.service-card p,.info-card p,.faq-item p{color:var(--muted);margin:0}.text-link{display:inline-block;margin-top:14px;color:var(--red);font-weight:800}.service-card .tag{display:inline-block;margin-bottom:10px;background:var(--soft);color:var(--red);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800}.split{display:grid;gap:28px;align-items:center}.split.reverse .split-img{order:-1}.split-img img{border-radius:24px;box-shadow:var(--shadow);width:100%;object-fit:cover}.feature-list{display:grid;gap:12px;margin-top:18px}.feature-list div{background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px}.score-panel{display:grid;gap:14px}.score-card{box-shadow:none}.score-card strong{display:block}.data-panel ul,.checklist ul{padding-left:18px;margin:10px 0 0;color:var(--muted)}.app-showcase{background:#fff;border-radius:24px;border:1px solid var(--line);box-shadow:var(--shadow);padding:24px;display:grid;gap:24px;align-items:center}.app-showcase img{max-height:420px;margin:auto}.security-section .security-grid{grid-template-columns:1fr}.responsible-play-section{background:var(--soft);border-top:1px solid #ffd9d9;border-bottom:1px solid #ffd9d9}.responsible-card{background:#fff;border:1px solid #ffd8d8;border-radius:18px;padding:18px}.cta{background:#111;color:#fff;text-align:center;padding:48px 0}.cta p{color:#ddd}.page-hero{padding:44px 0;background:linear-gradient(180deg,#fff,#f9f9fa);border-bottom:1px solid var(--line)}.page-hero h1{font-size:34px;margin:10px 0}.page-hero p{color:var(--muted);max-width:820px}.content-section{margin-bottom:18px}.content-section h2{margin-top:0}.content-section p{color:var(--muted)}.checklist li{margin:8px 0}.site-footer{background:#151515;color:#f2f2f2;padding-top:44px}.footer-grid{display:grid;gap:28px}.footer-logo{height:40px;margin-bottom:12px}.site-footer a{display:block;color:#ddd;margin:8px 0}.site-footer p{color:#cfcfcf}.site-footer h3{margin:0 0 10px}.footer-bottom{text-align:center;border-top:1px solid rgba(255,255,255,.12);padding:18px;color:#bbb;margin-top:30px}.download-panel{text-align:center;max-width:780px;margin:auto}.download-panel .main-btn{margin:20px 0}.notice{background:#fff8f8;border:1px solid #ffd6d6;border-radius:18px;padding:20px;color:#5d3333}.small-muted{font-size:13px;color:var(--muted)}@media (min-width:700px){.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.info-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.security-section .security-grid{grid-template-columns:repeat(2,1fr)}.hero-wrap,.split,.app-showcase{grid-template-columns:1fr 1fr}.hero-visual img{height:380px}}@media (min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.security-section .security-grid{grid-template-columns:repeat(3,1fr)}.section{padding:76px 0}.sports-hero{padding:70px 0}.hero-copy h1{font-size:48px}.page-hero h1{font-size:44px}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}.split.reverse .split-img{order:2}.hero-visual img{height:430px}}@media (max-width:380px){.top-action{padding:8px 14px}.hero-copy h1{font-size:29px}.section-title{font-size:24px}}
