:root{--primary:rgb(213,5,5);--primary-dark:rgb(166,4,4);--text:#171717;--muted:#666;--light:#f5f5f5;--border:#e8e8e8;--dark:#2d2d2d;--white:#fff;--radius:18px;--shadow:0 12px 36px rgba(0,0,0,.08)}
*{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(--text);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}.section{padding:58px 0}.section-light{background:var(--light)}.eyebrow,.badge{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(213,5,5,.18);background:rgba(213,5,5,.06);color:var(--primary);font-weight:700;border-radius:999px;padding:6px 12px;font-size:13px}.main-btn,.top-action{display:inline-flex;align-items:center;justify-content:center;background:var(--primary);color:#fff;border-radius:999px;font-weight:700;border:0;transition:.2s ease;box-shadow:0 8px 20px rgba(213,5,5,.18)}.main-btn{padding:12px 24px;min-height:46px}.main-btn:hover,.top-action:hover{background:var(--primary-dark);transform:translateY(-1px)}.site-header{position:sticky;top:0;z-index:99;background:#fff;border-bottom:1px solid var(--border)}.mobile-header{height:58px;display:grid;grid-template-columns:70px 1fr 86px;align-items:center;padding:0 14px;background:#fff}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;width:auto}.menu-toggle{width:42px;height:42px;border:0;background:#fff;display:flex;flex-direction:column;gap:5px;justify-content:center;padding:0}.menu-toggle span{width:22px;height:2px;background:#222;border-radius:2px;display:block}.top-action{height:36px;padding:0 16px;font-size:14px}.mobile-nav{display:none;background:#fff;border-top:1px solid var(--border);padding:8px 16px 14px}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:6px}.mobile-nav a{padding:10px 12px;border-radius:12px;background:#fafafa;color:#333;font-weight:600}.mobile-nav a.active{color:var(--primary);background:rgba(213,5,5,.06)}.desktop-header{display:none}.logo img{height:44px;width:auto}.desktop-nav{display:flex;gap:22px;align-items:center;white-space:nowrap}.desktop-nav a{font-weight:700;color:#343434;padding:26px 0;border-bottom:3px solid transparent}.desktop-nav a.active,.desktop-nav a:hover{color:var(--primary);border-bottom-color:var(--primary)}.header-right{display:flex;align-items:center;gap:18px}.search-icon{width:22px;height:22px;border:2px solid #333;border-radius:50%;position:relative;display:inline-block}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:#333;right:-7px;bottom:0;transform:rotate(45deg);border-radius:2px}.hero{padding:40px 0;background:linear-gradient(180deg,#fff,#f7f7f7)}.hero-wrap{display:grid;gap:28px}.hero-copy h1{font-size:34px;line-height:1.18;margin:14px 0 16px;letter-spacing:-.5px}.hero-copy p{font-size:16px;color:#555;margin:0 0 22px}.hero-media{position:relative;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#eee}.hero-media img{width:100%;min-height:260px;object-fit:cover}.hero-panel{position:absolute;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.92);border-radius:18px;padding:14px;display:grid;gap:10px}.score-line{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:800}.score-line small{color:var(--primary);font-size:12px}.grid{display:grid;gap:18px}.category-grid{grid-template-columns:1fr}.card,.sports-card,.service-card,.faq-item,.data-panel,.score-panel,.notice-box,.info-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:22px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.sports-card h3,.service-card h3,.info-card h3{margin:10px 0 8px}.sports-card p,.service-card p,.info-card p,.page-intro p{color:#5e5e5e;margin:0}.text-link{color:var(--primary);font-weight:800;display:inline-block;margin-top:12px}.section-title{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}.section-title h2{margin:0;font-size:28px;line-height:1.25}.section-title p{margin:0;color:#666}.split{display:grid;gap:28px;align-items:center}.image-card{border-radius:24px;overflow:hidden;box-shadow:var(--shadow);background:#eee}.data-list{display:grid;gap:12px}.data-row{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid var(--border);padding-bottom:10px}.status{color:var(--primary);font-weight:800}.app-showcase{background:#fff;border:1px solid var(--border);border-radius:28px;padding:22px;box-shadow:var(--shadow)}.feature-list{display:grid;gap:12px;margin-top:16px}.feature-list li{list-style:none;padding:12px 14px;border-radius:14px;background:#fafafa;border:1px solid var(--border)}.security-section .grid,.responsible-section .grid{grid-template-columns:1fr}.alert{border-left:4px solid var(--primary);background:#fff7f7;padding:18px;border-radius:16px;color:#333}.faq-list{display:grid;gap:14px}.faq-item h3{margin:0 0 8px;font-size:17px}.faq-item p{margin:0;color:#5f5f5f}.cta{padding:52px 0;background:linear-gradient(135deg,var(--primary),#b90000);color:#fff}.cta .container{display:grid;gap:18px;align-items:center}.cta h2{margin:0;font-size:28px}.cta p{margin:0;color:rgba(255,255,255,.88)}.cta .main-btn{background:#fff;color:var(--primary);box-shadow:none}.page-hero{padding:54px 0 36px;background:linear-gradient(180deg,#fff,#f6f6f6)}.page-hero h1{font-size:34px;line-height:1.2;margin:12px 0}.page-hero p{color:#555;margin:0;max-width:850px}.content-block{padding:44px 0}.content-block h2{font-size:25px;margin:0 0 12px}.content-block p{color:#555}.check-list{padding:0;margin:16px 0 0;display:grid;gap:12px}.check-list li{list-style:none;background:#fff;border:1px solid var(--border);border-radius:14px;padding:14px 16px}.steps{counter-reset:step;display:grid;gap:14px}.step{counter-increment:step;background:#fff;border:1px solid var(--border);border-radius:18px;padding:18px}.step:before{content:counter(step);display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);color:#fff;font-weight:800;margin-right:10px}.site-footer{background:#202020;color:#eee;padding:42px 0 20px}.footer-grid{display:grid;gap:24px}.footer-logo{height:42px;width:auto;margin-bottom:12px}.site-footer p{color:#cfcfcf;margin:0}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#d7d7d7;margin:7px 0}.footer-notice{border-top:1px solid rgba(255,255,255,.12);margin-top:28px;padding-top:18px;color:#cfcfcf;font-size:14px}.table-like{display:grid;border:1px solid var(--border);border-radius:18px;overflow:hidden;background:#fff}.table-like div{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px;border-bottom:1px solid var(--border)}.table-like div:last-child{border-bottom:0}.table-like strong{color:var(--primary)}
@media (min-width:700px){.category-grid{grid-template-columns:repeat(2,1fr)}.security-section .grid,.responsible-section .grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.hero-copy h1,.page-hero h1{font-size:44px}.cta .container{grid-template-columns:1fr auto}.grid.three{grid-template-columns:repeat(2,1fr)}}
@media (min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{display:flex;height:78px;align-items:center;justify-content:space-between;gap:28px}.hero{padding:70px 0}.hero-wrap{grid-template-columns:0.9fr 1.1fr;align-items:center}.hero-copy h1{font-size:54px}.category-grid{grid-template-columns:repeat(3,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.split{grid-template-columns:1fr 1fr}.section{padding:76px 0}.security-section .grid,.responsible-section .grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.page-hero h1{font-size:48px}.hero-panel{left:24px;right:24px;bottom:24px;grid-template-columns:repeat(2,1fr)}}
