:root{--primary:rgb(176,219,245);--deep:#0d3554;--blue:#236b91;--light:#eef8ff;--line:#d8ecf7;--gray:#65717c;--dark:#121820;--white:#fff;--shadow:0 14px 40px rgba(20,70,110,.08);--radius:20px}*{box-sizing:border-box}html,body{margin:0;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;background:#f7fbfe;color:var(--dark);line-height:1.7}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.site-header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e9f3f8}.mobile-header{height:64px;display:grid;grid-template-columns:56px 1fr 86px;align-items:center;padding:0 12px;background:#fff}.menu-toggle{width:44px;height:44px;border:0;background:#fff;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:0 10px}.menu-toggle span{display:block;height:2px;background:#15344a;border-radius:4px}.mobile-logo{justify-self:center}.mobile-logo img{height:34px;max-width:130px;object-fit:contain}.top-action,.main-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--primary);color:#07253d;font-weight:800;border:1px solid rgba(8,59,92,.08);box-shadow:0 8px 20px rgba(79,151,190,.18);transition:.2s}.top-action{height:38px;padding:0 18px;font-size:14px}.main-btn{min-height:48px;padding:0 26px}.top-action:hover,.main-btn:hover{background:#76b8df;color:#fff}.mobile-nav{display:none;padding:8px 18px 18px;background:#fff;border-top:1px solid #eef5f9}.mobile-nav.open{display:grid;grid-template-columns:1fr 1fr;gap:8px}.mobile-nav a{padding:10px 12px;border-radius:12px;background:#f6fbff;color:#19364b;font-weight:700}.mobile-nav a.active{background:var(--primary)}.desktop-header{display:none}.desktop-nav a.active{color:#0a6fa8}.search-icon{width:34px;height:34px;border-radius:50%;border:2px solid #d7e9f4;position:relative;flex:0 0 auto}.search-icon:after{content:"";position:absolute;width:9px;height:2px;background:#8bb6cf;right:3px;bottom:6px;transform:rotate(45deg);border-radius:3px}.hero{padding:48px 0 36px;background:linear-gradient(180deg,#fff 0%,#eef8ff 100%)}.hero-grid,.split-grid,.app-showcase{display:grid;gap:28px}.badge{display:inline-flex;align-items:center;border-radius:999px;background:#e9f7ff;color:#166088;font-weight:800;padding:7px 14px;font-size:14px}.hero h1,.page-hero h1{font-size:clamp(32px,6vw,58px);line-height:1.12;margin:18px 0;color:#0c2f48;letter-spacing:-.03em}.hero p,.page-hero p,.section-head p{color:var(--gray);font-size:17px;margin:0}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin:24px 0}.hero-tags,.mini-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.hero-tags span,.mini-list span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;color:#27536e;font-weight:700}.hero-visual{position:relative}.hero-visual img{border-radius:24px;box-shadow:var(--shadow);border:8px solid #fff}.hero-data-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.data-chip,.score-card,.info-card,.sports-card,.service-card,.faq-item{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.data-chip{padding:14px}.data-chip strong{display:block;color:#0d3f5d;font-size:20px}.data-chip span{font-size:13px;color:var(--gray)}section{padding:54px 0}.section-head{margin-bottom:24px}.section-head h2{font-size:clamp(26px,4vw,38px);margin:0 0 10px;color:#0d334d}.category-grid,.service-grid,.security-grid,.footer-grid,.content-grid{display:grid;gap:18px}.sports-card,.service-card,.info-card{padding:22px}.sports-card h3,.service-card h3,.info-card h3{margin:0 0 8px;color:#113a56;font-size:21px}.sports-card p,.service-card p,.info-card p{margin:0 0 14px;color:#66737d}.card-link{font-weight:800;color:#126c9d}.tag{display:inline-flex;border-radius:999px;background:#edf8ff;color:#17648d;font-size:13px;font-weight:800;padding:4px 10px;margin-bottom:12px}.split-grid{align-items:center}.image-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:10px;box-shadow:var(--shadow)}.image-card img{border-radius:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:var(--shadow)}.score-panel{display:grid;gap:12px}.score-card{padding:16px}.score-top{display:flex;justify-content:space-between;color:#5f7280;font-size:13px}.score-main{display:flex;align-items:center;justify-content:space-between;font-weight:900;color:#0d3148;font-size:18px}.status{background:var(--primary);color:#0a2b42;border-radius:999px;padding:3px 9px;font-size:12px}.data-panel{display:grid;gap:10px;margin-top:16px}.data-row{display:flex;justify-content:space-between;border-bottom:1px dashed #d8eaf4;padding:9px 0;color:#36556a}.app-showcase{align-items:center;background:#fff;border:1px solid var(--line);border-radius:30px;padding:24px;box-shadow:var(--shadow)}.app-showcase img{max-height:420px;margin:auto}.checklist{list-style:none;margin:16px 0 0;padding:0;display:grid;gap:10px}.checklist li{padding-left:30px;position:relative;color:#3d5668}.checklist li:before{content:"✓";position:absolute;left:0;top:0;width:22px;height:22px;border-radius:50%;background:var(--primary);display:inline-flex;align-items:center;justify-content:center;color:#08304a;font-weight:900}.responsible{background:#eaf7ff}.responsible-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:22px}.faq-list{display:grid;gap:14px}.faq-item{padding:18px}.faq-item h3{margin:0 0 6px;color:#113a56}.faq-item p{margin:0;color:#65727b}.cta{background:linear-gradient(135deg,#eaf7ff,#fff);text-align:center}.cta-box{background:#fff;border:1px solid var(--line);border-radius:30px;padding:34px;box-shadow:var(--shadow)}.page-hero{padding:56px 0;background:linear-gradient(180deg,#fff,#eef8ff)}.content-section{padding:38px 0}.content-section h2{color:#0e334f;margin:0 0 10px}.content-section p{color:#5f6d78}.notice{border-left:5px solid var(--primary);background:#f4fbff;border-radius:16px;padding:18px;margin-top:18px;color:#294a60}.site-footer{background:#08263a;color:#d9edf8;padding:48px 0 20px}.footer-logo{height:36px;margin-bottom:12px}.footer-grid{grid-template-columns:1fr;gap:26px}.site-footer h3{margin:0 0 12px;color:#fff}.site-footer a{display:block;color:#c4d8e5;margin:7px 0}.footer-note{border-top:1px solid rgba(255,255,255,.12);margin-top:30px;padding-top:18px;color:#a8c1d0;font-size:14px}.table-like{display:grid;gap:10px}.table-like div{display:flex;justify-content:space-between;background:#fff;border:1px solid var(--line);border-radius:14px;padding:12px 14px;color:#31536a}@media(min-width:700px){.category-grid,.service-grid,.security-grid,.content-grid{grid-template-columns:repeat(2,1fr)}.hero-grid,.split-grid,.app-showcase{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}@media(min-width:1024px){.mobile-header,.mobile-nav{display:none}.desktop-header{height:78px;display:flex;align-items:center;gap:22px}.logo img{height:42px;max-width:160px;object-fit:contain}.desktop-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:22px}.desktop-nav a{font-weight:800;color:#243f52;white-space:nowrap}.desktop-nav a:hover{color:#0a6fa8}.hero{padding:76px 0 58px}.category-grid,.service-grid{grid-template-columns:repeat(3,1fr)}.security-grid{grid-template-columns:repeat(3,1fr)}}
