
:root{--red:rgb(213,5,5);--red-dark:#a70000;--soft:#f6f6f6;--line:#e8e8e8;--text:#151515;--muted:#646464;--deep:#222;--pale:#fff3f3}*{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:#f4f4f4;color:var(--text);line-height:1.72}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:9999}.desktop-top{display:none}.mobile-top{height:62px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;padding:0 12px;gap:8px}.mobile-logo{justify-self:center}.mobile-logo img,.logo img{max-height:44px;width:auto}.menu-btn{width:42px;height:42px;background:#fff;border:1px solid #ddd;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.menu-btn span{width:20px;height:2px;background:#222}.top-btn,.main-btn{background:var(--red);color:#fff!important;border-radius:999px;padding:10px 18px;font-weight:800;box-shadow:0 10px 22px rgba(213,5,5,.18);display:inline-flex;align-items:center;justify-content:center}.top-btn:hover,.main-btn:hover{background:var(--red-dark);transform:translateY(-1px)}.drawer-mask{display:none;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:10000}.mobile-drawer{position:fixed;z-index:10001;top:0;left:0;width:min(86vw,320px);height:100vh;background:#fff;transform:translateX(-105%);transition:.25s ease;box-shadow:20px 0 50px rgba(0,0,0,.18);padding:18px;overflow:auto}.drawer-open .drawer-mask{display:block}.drawer-open .mobile-drawer{transform:none}.drawer-open{overflow:hidden}.drawer-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.drawer-head img{height:42px}.drawer-head button{border:0;background:#f4f4f4;border-radius:50%;width:36px;height:36px;font-size:24px}.mobile-drawer nav a{display:block;padding:13px 10px;border-bottom:1px solid #eee;color:#333;font-weight:700}.sports-hero{padding:28px 0 34px;background:linear-gradient(135deg,#fff 0,#fff5f5 55%,#f3f3f3 100%)}.hero-grid{display:grid;gap:22px}.badge,.tag{display:inline-flex;background:#ffe8e8;color:var(--red);border-radius:999px;padding:6px 12px;font-weight:800;font-size:.86rem}.sports-hero h1,.page-hero h1{font-size:clamp(2rem,5vw,4.2rem);line-height:1.12;margin:16px 0;color:#111;letter-spacing:-1px}.lead{font-size:1.05rem;color:#4a4a4a;max-width:760px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.ghost-link{color:var(--red);font-weight:800;border-bottom:2px solid rgba(213,5,5,.25)}.hero-image{position:relative;border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 20px 50px rgba(0,0,0,.1);border:1px solid #eee}.hero-image img{width:100%;height:100%;object-fit:cover;min-height:260px}.hero-data{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.hero-data div{background:#fff;border:1px solid #eee;border-radius:16px;padding:12px;text-align:center}.hero-data strong{display:block;color:var(--red);font-size:1.3rem}.section{padding:44px 0}.section.alt{background:#fff}.section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.section-title h2{font-size:clamp(1.5rem,3vw,2.5rem);margin:0;color:#111}.section-title p{color:var(--muted);max-width:620px;margin:0}.category-grid,.service-grid,.info-grid,.review-grid,.faq-grid{display:grid;gap:16px}.card,.sports-card,.service-card,.info-card,.review-card,.faq-item,.score-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:20px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.card h3,.sports-card h3,.service-card h3,.info-card h3{margin:6px 0 8px;color:#111}.text-link{color:var(--red);font-weight:800}.split{display:grid;gap:22px;align-items:center}.content-img{background:#fff;border-radius:24px;border:1px solid var(--line);box-shadow:0 14px 36px rgba(0,0,0,.07);padding:10px;object-fit:contain}.checklist{display:grid;gap:10px;margin-top:18px}.checklist li{list-style:none;background:#fff;border:1px solid #eee;border-left:4px solid var(--red);border-radius:14px;padding:12px 14px}.score-panel,.data-panel{background:#191919;color:#fff;border-radius:24px;padding:20px;box-shadow:0 18px 44px rgba(0,0,0,.16)}.score-panel h3,.data-panel h3{margin-top:0;color:#fff}.score-list{display:grid;gap:12px}.score-card{background:#fff;color:#111;display:flex;align-items:center;justify-content:space-between;gap:10px}.status{color:#fff;background:var(--red);border-radius:999px;padding:4px 10px;font-size:.8rem}.app-showcase{background:#fff;border-radius:26px;border:1px solid var(--line);padding:24px;display:grid;gap:20px;align-items:center}.app-showcase img{max-height:420px;margin:auto;object-fit:contain}.security-section .info-card{border-top:4px solid var(--red)}.responsible-play{background:#fff0f0;border:1px solid #ffd1d1;border-radius:24px;padding:26px}.responsible-play h2{color:var(--red);margin-top:0}.page-hero{padding:44px 0 26px;background:#fff}.content-section{padding:28px 0}.content-wrap{display:grid;gap:18px}.notice{background:#fff7f7;border:1px solid #ffd0d0;border-left:5px solid var(--red);border-radius:18px;padding:18px}.cta{background:linear-gradient(135deg,var(--red),#8c0000);color:#fff;border-radius:28px;padding:30px;text-align:center}.cta h2{color:#fff;margin-top:0}.footer{background:#222;color:#eee;padding-top:42px}.footer-grid{display:grid;gap:24px}.footer-logo{height:42px;margin-bottom:12px}.footer a{display:block;color:#eee;margin:7px 0}.footer h3{color:#fff}.footer-bottom{text-align:center;padding:18px;border-top:1px solid rgba(255,255,255,.12);color:#ccc;margin-top:28px}.search-icon{width:34px;height:34px;border-radius:50%;border:2px solid #ddd;position:relative;display:none}.search-icon:after{content:"";width:9px;height:2px;background:#ddd;position:absolute;right:-5px;bottom:4px;transform:rotate(45deg)}
@media(min-width:700px){.category-grid{grid-template-columns:repeat(2,1fr)}.service-grid,.info-grid,.review-grid,.faq-grid{grid-template-columns:repeat(2,1fr)}.split,.app-showcase{grid-template-columns:1fr 1fr}.hero-grid{grid-template-columns:1.05fr .95fr;align-items:center}.sports-hero{padding:54px 0}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}
@media(min-width:980px){.mobile-top{display:none}.desktop-top{height:78px;display:flex;align-items:center;gap:28px}.logo{flex:0 0 auto}.nav{flex:1;display:flex;justify-content:center;gap:22px;white-space:nowrap}.nav a{font-weight:800;color:#333;padding:26px 0;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:var(--red);border-color:var(--red)}.search-icon{display:block}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.review-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.section{padding:70px 0}.sports-hero h1{font-size:4.4rem}}
