
:root{--red:rgb(213,5,5);--red-dark:#a90404;--text:#151515;--muted:#666;--line:#e8e8e8;--soft:#f7f7f7;--light-red:#fff2f2;--shadow:0 12px 30px rgba(20,20,20,.08)}*{box-sizing:border-box}html,body{margin:0;padding:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:#fff;color:var(--text);line-height:1.7}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:9999}.desktop-header{display:none;align-items:center;gap:26px;height:76px}.mobile-header{height:64px;padding:0 14px;display:grid;grid-template-columns:88px 1fr 88px;align-items:center;background:#fff}.logo img{max-height:46px;width:auto}.mobile-logo{justify-self:center}.menu-button{width:42px;height:42px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;align-items:flex-start;padding-left:8px}.menu-button span{width:24px;height:2px;background:#222;border-radius:2px}.nav{display:flex;align-items:center;gap:22px;white-space:nowrap;flex:1;justify-content:center}.nav a{font-size:15px;color:#333;padding:26px 0;border-bottom:3px solid transparent}.nav a.active,.nav a:hover{color:var(--red);border-bottom-color:var(--red)}.search-icon{width:22px;height:22px;border:2px solid #333;border-radius:50%;position:relative;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:#333;right:-7px;bottom:-4px;transform:rotate(45deg)}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:#fff;border-radius:999px;padding:11px 22px;font-weight:700;border:0;box-shadow:0 8px 18px rgba(213,5,5,.22);transition:.2s}.top-action{padding:9px 17px;font-size:14px;justify-self:end}.top-action:hover,.main-btn:hover{background:var(--red-dark);transform:translateY(-1px)}.mobile-drawer{position:fixed;left:-330px;top:0;width:84%;max-width:320px;height:100vh;background:#fff;z-index:10001;box-shadow:20px 0 40px rgba(0,0,0,.18);transition:.25s;padding:18px}.mobile-drawer.open{left:0}.drawer-mask{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:10000;display:none}.drawer-mask.show{display:block}.drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:14px}.drawer-close{border:0;background:var(--soft);font-size:30px;border-radius:12px;width:42px;height:42px}.drawer-nav{display:grid;gap:8px;margin-top:18px}.drawer-nav a{padding:12px 10px;border-radius:12px;color:#333;background:#fafafa}.drawer-nav a:hover{color:var(--red);background:var(--light-red)}.no-scroll{overflow:hidden}.sports-hero{background:linear-gradient(135deg,#fff 0%,#fff 58%,#fff4f4 100%);padding:34px 0 44px}.hero-layout{display:grid;gap:24px}.hero-copy{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow)}.badge,.page-badge{display:inline-flex;background:var(--light-red);color:var(--red);border-radius:999px;padding:6px 12px;font-size:13px;font-weight:700;margin-bottom:12px}.hero-copy h1,.page-hero h1{font-size:32px;line-height:1.25;margin:0 0 14px;color:#111}.hero-copy p,.page-hero p{color:#555;margin:0 0 18px}.hero-tags{display:flex;gap:10px;flex-wrap:wrap;margin:18px 0}.hero-tags span{background:#f4f4f4;border:1px solid var(--line);border-radius:999px;padding:7px 12px;color:#333;font-size:13px}.banner-section{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#eee;min-height:280px}.banner-section img{width:100%;height:100%;object-fit:cover}.hero-data-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.hero-data-cards .data-chip{background:#fff;border:1px solid var(--line);border-left:4px solid var(--red);border-radius:16px;padding:12px}.data-chip strong{display:block;color:var(--red);font-size:18px}.section{padding:42px 0}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:18px}.section-title h2{font-size:26px;margin:0}.section-title:before{content:"";width:5px;height:26px;border-radius:4px;background:var(--red)}.section-lead{color:#666;margin-top:-8px;margin-bottom:22px}.category-grid,.service-grid,.sports-grid,.security-grid,.faq-grid,.info-grid{display:grid;gap:16px}.category-grid{grid-template-columns:1fr}.sports-card,.service-card,.info-card,.review-card,.faq-item,.score-card,.data-panel,.score-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:0 8px 22px rgba(0,0,0,.05)}.sports-card h3,.service-card h3,.info-card h3,.faq-item h3{margin:0 0 10px}.sports-card a{color:var(--red);font-weight:700}.service-card .small-tag{display:inline-flex;color:var(--red);background:var(--light-red);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;margin-bottom:10px}.split{display:grid;gap:24px;align-items:center}.split .image-box{border-radius:24px;background:#fff;border:1px solid var(--line);padding:14px;box-shadow:var(--shadow)}.split .image-box img{border-radius:18px;width:100%;object-fit:cover}.checklist{display:grid;gap:10px;margin-top:14px}.checklist li,.check-item{list-style:none;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px}.score-panel{background:#fff}.score-card{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.score-card .status{color:#fff;background:var(--red);border-radius:999px;padding:4px 10px;font-size:12px}.data-list{display:grid;gap:10px}.data-list div{display:flex;justify-content:space-between;border-bottom:1px dashed #ddd;padding-bottom:8px}.app-showcase{background:#f8f8f8}.app-card{display:grid;gap:22px;background:#fff;border-radius:24px;border:1px solid var(--line);padding:24px;box-shadow:var(--shadow);align-items:center}.app-card img{max-height:420px;margin:auto}.security-section{background:#fafafa}.responsible-play-section{background:var(--light-red);border-top:1px solid #ffd7d7;border-bottom:1px solid #ffd7d7}.responsible-play-section .info-card{border-color:#ffd2d2}.cta-box{background:linear-gradient(135deg,var(--red),#7f0505);color:#fff;border-radius:24px;padding:28px;text-align:center}.cta-box h2{margin:0 0 10px}.cta-box p{color:#ffe1e1}.cta-box .main-btn{background:#fff;color:var(--red)}.page-hero{background:#fafafa;border-bottom:1px solid var(--line);padding:38px 0}.content-section{padding:36px 0}.content-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-bottom:18px;box-shadow:0 8px 22px rgba(0,0,0,.04)}.content-card h2{margin-top:0}.site-footer{background:#1d1d1d;color:#eee;padding:42px 0 0;margin-top:40px}.site-footer a{display:block;color:#ddd;margin:7px 0}.footer-grid{display:grid;gap:24px}.footer-logo img{filter:none;background:#fff;border-radius:8px;padding:4px}.footer-bottom{text-align:center;border-top:1px solid #3a3a3a;margin-top:24px;padding:16px;color:#aaa}.notice{background:var(--light-red);border:1px solid #ffd2d2;border-radius:18px;padding:18px;color:#5a2222}.download-only .main-btn{margin:16px 0}.table-like{display:grid;gap:8px}.table-like div{display:grid;grid-template-columns:1fr auto;gap:12px;background:#fafafa;border:1px solid var(--line);border-radius:14px;padding:12px}.faq-item p{margin-bottom:0;color:#555}@media (min-width:640px){.category-grid,.service-grid,.security-grid,.faq-grid,.info-grid{grid-template-columns:repeat(2,1fr)}.hero-layout{grid-template-columns:1fr}.hero-copy h1,.page-hero h1{font-size:42px}.sports-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:960px){.mobile-header{display:none}.desktop-header{display:flex}.sports-hero{padding:52px 0}.hero-layout{grid-template-columns:1.02fr .98fr;align-items:stretch}.category-grid{grid-template-columns:repeat(3,1fr)}.service-grid{grid-template-columns:repeat(3,1fr)}.security-grid{grid-template-columns:repeat(3,1fr)}.faq-grid{grid-template-columns:repeat(2,1fr)}.info-grid{grid-template-columns:repeat(3,1fr)}.split{grid-template-columns:1fr 1fr}.split.reverse .image-box{order:2}.app-card{grid-template-columns:.9fr 1.1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr}.hero-copy h1{font-size:48px}.banner-section{min-height:420px}.section{padding:58px 0}}@media (max-width:380px){.mobile-header{grid-template-columns:60px 1fr 72px}.top-action{padding:8px 12px}.hero-data-cards{grid-template-columns:1fr}.hero-copy{padding:22px}.hero-copy h1{font-size:28px}}
