
:root{--primary:rgb(217,192,176);--primary-dark:#9c735f;--ink:#111827;--muted:#5f6673;--deep:#263242;--soft:#f8f2ee;--line:#eadbd2;--light:#f6f7f9;--white:#fff;--blue:#2f5873;--blue-soft:#edf6fb;}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;color:var(--ink);background:#fff;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:0 auto}.site-header{background:#fff;border-bottom:1px solid #f0ece9;position:sticky;top:0;z-index:30}.mobile-header{height:64px;display:grid;grid-template-columns:80px 1fr 80px;align-items:center;padding:0 14px;background:#fff}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;max-width:120px;object-fit:contain}.menu-button{width:42px;height:42px;border:0;background:#fff;border-radius:12px;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:center}.menu-button span{width:22px;height:2px;background:#263242;border-radius:2px}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#1f2328;border-radius:999px;padding:10px 18px;font-weight:700;border:1px solid rgba(0,0,0,.03);box-shadow:0 8px 20px rgba(217,192,176,.35);transition:.2s}.top-action:hover,.main-btn:hover{background:var(--primary-dark);color:#fff}.mobile-nav{display:none;padding:10px 16px 18px;background:#fff;border-top:1px solid #f4ece7}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:10px}.mobile-nav a{padding:11px 12px;border:1px solid #eee5de;border-radius:14px;color:#394150;background:#fff}.mobile-nav a.active{background:var(--primary);color:#111}.desktop-header{display:none}.logo img{height:42px;max-width:150px;object-fit:contain}.desktop-nav{display:flex;gap:6px;align-items:center;flex:1;justify-content:center}.desktop-nav a{padding:10px 13px;border-radius:999px;color:#3d4654;font-size:15px;white-space:nowrap}.desktop-nav a.active,.desktop-nav a:hover{background:var(--primary);color:#111}.search-icon{width:36px;height:36px;border:1px solid #eadbd2;border-radius:50%;position:relative;background:#fff}.search-icon:before{content:"";position:absolute;width:12px;height:12px;border:2px solid #52606f;border-radius:50%;left:9px;top:8px}.search-icon:after{content:"";position:absolute;width:8px;height:2px;background:#52606f;transform:rotate(45deg);right:8px;bottom:10px}.section{padding:58px 0}.section-title{margin:0 0 14px;font-size:28px;line-height:1.25;color:#1c2b38}.section-lead{max-width:760px;color:var(--muted);margin:0 0 28px}.sports-hero{background:linear-gradient(180deg,#fff,var(--soft));padding:48px 0}.hero-grid{display:grid;gap:28px;align-items:center}.badge,.category-badge{display:inline-flex;background:#f3e7df;color:#7b5948;border:1px solid var(--line);border-radius:999px;padding:6px 12px;font-weight:700;font-size:14px}.sports-hero h1,.page-hero h1{font-size:34px;line-height:1.18;margin:18px 0 16px;color:#182433}.hero-text p,.page-hero p{color:#596272;margin:0 0 20px}.hero-tags{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0}.hero-tags span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:#4d5561}.hero-visual{background:#fff;border:1px solid var(--line);border-radius:24px;padding:14px;box-shadow:0 20px 50px rgba(62,48,39,.08)}.hero-visual img{border-radius:18px;width:100%;height:260px;object-fit:cover}.hero-data-cards{display:grid;grid-template-columns:1fr;gap:12px;margin-top:12px}.hero-data-cards .data-mini,.score-card{background:#fff;border:1px solid #eee2da;border-radius:18px;padding:14px}.data-mini strong,.score-card strong{display:block;font-size:20px;color:#1c2b38}.category-grid,.service-grid,.security-grid,.info-grid{display:grid;gap:16px}.sports-card,.service-card,.info-card,.faq-item,.content-card{background:#fff;border:1px solid #eee2da;border-radius:20px;padding:22px;box-shadow:0 10px 28px rgba(35,35,35,.04)}.sports-card h3,.service-card h3,.info-card h3,.content-card h2{margin:0 0 10px;color:#1f2c3b}.sports-card p,.service-card p,.info-card p,.content-card p,.faq-item p{color:#5e6672;margin:0}.text-link{display:inline-flex;margin-top:16px;color:#7b5948;font-weight:700}.service-card span{display:inline-flex;margin-bottom:12px;background:var(--blue-soft);color:var(--blue);border-radius:999px;padding:5px 10px;font-size:13px;font-weight:700}.split{display:grid;gap:26px;align-items:center}.split img{border-radius:24px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.06)}.checklist{display:grid;gap:12px;margin:18px 0 0;padding:0;list-style:none}.checklist li{background:#fff;border:1px solid #eee2da;border-radius:16px;padding:12px 14px;color:#495361}.checklist li:before{content:"✓";font-weight:900;color:#7b5948;margin-right:8px}.score-panel,.data-panel{background:#fff;border:1px solid #eee2da;border-radius:24px;padding:20px;box-shadow:0 16px 40px rgba(0,0,0,.05)}.score-row{display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid #f0ece9;padding:14px 0;color:#3e4652}.score-row:last-child{border-bottom:0}.status{background:#eff6fb;color:#2f5873;padding:4px 9px;border-radius:999px;font-size:13px}.app-showcase{background:var(--soft);border-top:1px solid #f0e6df;border-bottom:1px solid #f0e6df}.security-section{background:#fff}.responsible-play-section{background:#f7ece5}.responsible-box{display:grid;gap:14px}.responsible-box .info-card{border-color:#e4cfc2}.faq-list{display:grid;gap:14px}.faq-item h3{margin:0 0 8px;color:#1f2c3b;font-size:18px}.cta{padding:52px 0;background:#263242;color:#fff;text-align:center}.cta h2{font-size:28px;margin:0 0 12px}.cta p{max-width:720px;margin:0 auto 24px;color:#e7eaee}.page-hero{background:linear-gradient(180deg,#fff,var(--soft));padding:54px 0 36px;border-bottom:1px solid #f0e7e1}.content-section{padding:44px 0}.content-layout{display:grid;gap:18px}.notice-card{background:#fff8f4;border:1px solid #e8d6cb;border-radius:20px;padding:20px;color:#4e3b32}.site-footer{background:#f7f7f8;border-top:1px solid #ebedf0;padding-top:42px}.footer-grid{display:grid;gap:26px}.footer-logo{height:38px;margin-bottom:14px}.site-footer h3{margin:0 0 10px}.site-footer p{color:#606975;margin:0}.site-footer a{display:block;color:#4e5764;margin:7px 0}.footer-bottom{text-align:center;border-top:1px solid #e5e7eb;margin-top:28px;padding:18px;color:#697282;font-size:14px}.download-panel{text-align:center}.download-panel .main-btn{margin:18px 0 6px}.only-one-btn-note{color:#67717e;font-size:14px;margin-top:6px}
@media (min-width:700px){.category-grid,.service-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.hero-data-cards{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1fr 1fr}.responsible-box{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.2fr}.sports-hero h1,.page-hero h1{font-size:44px}.hero-visual img{height:320px}}
@media (min-width:980px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:76px;display:flex;align-items:center;gap:18px}.hero-grid{grid-template-columns:1.02fr .98fr}.sports-hero{padding:72px 0}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.content-layout{grid-template-columns:1.5fr .9fr}.section{padding:74px 0}.sports-hero h1{font-size:52px}.page-hero h1{font-size:46px}.desktop-action{padding-left:20px;padding-right:20px}}
