
*{box-sizing:border-box}html,body{margin:0;min-height:100%;overflow-x:hidden;overflow-y:auto}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;background:#EAF6FF;color:#1F2D3A;line-height:1.75}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}main{position:relative;z-index:1}.site-header{position:sticky;top:0;width:100%;z-index:9999;background:linear-gradient(180deg,rgba(105,180,240,.96) 0%,rgba(126,199,255,.92) 100%);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(47,145,232,.14)}.header-inner{max-width:1280px;margin:0 auto;min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 24px}.logo img{max-height:54px;width:auto}.nav-core{display:flex;align-items:center;gap:10px;white-space:nowrap;flex-wrap:nowrap}.nav-core a{color:#0F4F7A;background:rgba(255,255,255,.62);border-radius:999px;padding:10px 16px;font-weight:700;border:1px solid rgba(255,255,255,.52)}.nav-core a:hover,.nav-core a.active{color:#0F4F7A;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(223,242,255,.88));box-shadow:0 8px 22px rgba(47,145,232,.16)}.header-actions{display:flex;align-items:center;gap:10px;white-space:nowrap}.overview-btn{border:1px solid rgba(255,255,255,.58);background:rgba(255,255,255,.52);color:#0F4F7A;border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.main-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#7ED6FF 0%,#3EA8F4 48%,#1F76D2 100%);color:#FFFFFF;border-radius:999px;padding:11px 22px;font-weight:800;box-shadow:0 12px 26px rgba(47,145,232,.26);transition:.25s}.main-btn:hover{transform:translateY(-1px);box-shadow:0 16px 34px rgba(47,145,232,.32)}.mobile-menu-btn{display:none;width:42px;height:42px;border:0;background:rgba(255,255,255,.72);border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px}.mobile-menu-btn span{width:20px;height:2px;background:#0F4F7A;border-radius:10px}.overlay{position:fixed;inset:0;background:rgba(8,59,99,.32);opacity:0;pointer-events:none;z-index:9998;transition:.25s}.panel-open .overlay,.drawer-open .overlay{opacity:1;pointer-events:auto}.category-panel{position:fixed;right:0;top:0;bottom:0;width:min(430px,88vw);background:#FFFFFF;box-shadow:0 18px 48px rgba(47,145,232,.18);z-index:10000;transform:translateX(104%);transition:.28s ease;padding:22px;overflow:auto}.panel-open .category-panel{transform:translateX(0)}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-head h2{color:#2F91E8;margin:0}.panel-head button,.drawer-head button{border:0;background:#DFF2FF;color:#0F4F7A;border-radius:12px;font-size:24px;width:42px;height:42px;cursor:pointer}.panel-intro{color:#526B82;margin:16px 0 22px}.panel-group{margin-bottom:22px}.panel-group h3{font-size:18px;color:#1E5F8F;margin:0 0 10px}.panel-links{display:grid;gap:10px}.panel-links a{display:block;padding:12px 14px;background:#F3FAFF;border:1px solid rgba(47,145,232,.18);border-radius:16px}.panel-links strong{display:block;color:#0F4F7A}.panel-links span{display:block;color:#7D96AD;font-size:13px;margin-top:3px}.panel-links a:hover strong{color:#2F91E8}.mobile-drawer{position:fixed;left:0;top:0;bottom:0;width:min(320px,84vw);background:linear-gradient(180deg,#FFFFFF,#F3FAFF);z-index:10000;transform:translateX(-104%);transition:.28s ease;padding:18px;overflow:auto}.drawer-open .mobile-drawer{transform:translateX(0)}.locked{overflow:hidden}.drawer-head img{max-height:48px}.drawer-nav{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:20px 0}.drawer-nav a{padding:10px 12px;background:#fff;border:1px solid rgba(47,145,232,.18);border-radius:14px;color:#0F4F7A;font-weight:700}.drawer-btn{width:100%}.container{max-width:1180px;margin:0 auto;padding:0 24px}.section{padding:72px 0}.section.alt{background:#F3FAFF}.hero-section{padding:80px 0 36px;background:radial-gradient(circle at 12% 20%,rgba(126,214,255,.32) 0%,rgba(126,214,255,0) 32%),radial-gradient(circle at 86% 18%,rgba(62,168,244,.22) 0%,rgba(62,168,244,0) 34%),linear-gradient(135deg,#FFFFFF 0%,#EAF6FF 52%,#DFF2FF 100%)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:38px;align-items:center}.section-kicker,.tag,.label,.num,.badge{color:#2F91E8;font-weight:800}.hero-title,h1,h2,h3,.section-title{color:#1E5F8F;line-height:1.2}.hero-title{font-size:46px;margin:14px 0}.hero-text,.lead{color:#526B82;font-size:17px}.hero-actions{display:flex;gap:14px;align-items:center;margin-top:26px}.text-link{color:#2F91E8;font-weight:800}.hero-visual{background:#FFFFFF;border:1px solid rgba(47,145,232,.18);border-radius:30px;padding:24px;box-shadow:0 14px 36px rgba(47,145,232,.14);position:relative;overflow:hidden}.hero-visual:before{content:"";position:absolute;right:-60px;top:-60px;width:180px;height:180px;border-radius:50%;background:#DFF2FF}.hero-visual img{height:330px;width:100%;object-fit:contain;position:relative}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:30px}.summary-card,.card,.zone-card,.info-card,.review-card{background:#FFFFFF;border:1px solid rgba(47,145,232,.18);box-shadow:0 14px 36px rgba(47,145,232,.14);border-radius:22px}.summary-card{padding:18px}.summary-card strong{display:block;color:#1E5F8F;font-size:18px}.summary-card p{color:#526B82;margin:6px 0 0}.quick-pills{display:flex;gap:14px;overflow-x:auto;padding:24px 0 6px}.quick-pill{min-width:168px;background:rgba(255,255,255,.88);border:1px solid rgba(47,145,232,.18);border-radius:22px;padding:16px;box-shadow:0 12px 26px rgba(47,145,232,.10)}.quick-pill:hover{border-color:#2F91E8}.service-strip{background:linear-gradient(135deg,#FFFFFF,#DFF2FF);border:1px solid rgba(47,145,232,.18);border-radius:26px;padding:24px 30px;box-shadow:0 14px 36px rgba(47,145,232,.14)}.board-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.info-card{padding:24px;display:flex;flex-direction:column}.info-card .num{font-size:22px}.split-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.zone-card{padding:24px;display:flex;flex-direction:column;min-height:100%}.img-wrap{height:240px;display:flex;align-items:center;justify-content:center;background:#F3FAFF;border-radius:20px;margin-bottom:18px}.zone-card img,.content-img{max-height:220px;width:auto;object-fit:contain}.points{display:grid;gap:8px;margin:16px 0}.points span{padding:8px 12px;border-radius:999px;background:#F3FAFF;color:#0F4F7A;font-weight:700}.content-wall{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-wall .zone-card{min-height:420px}.content-wall .img-wrap{height:190px}.app-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px;align-items:center;background:linear-gradient(135deg,#FFFFFF,#DFF2FF);border:1px solid rgba(47,145,232,.18);border-radius:30px;padding:30px;box-shadow:0 14px 36px rgba(47,145,232,.14)}.app-section .img-wrap{height:300px;margin:0}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card{padding:22px;color:#526B82}.faq-list{display:grid;gap:14px}.faq-item{background:#FFFFFF;border:1px solid rgba(47,145,232,.18);border-radius:20px;padding:18px 22px;box-shadow:0 10px 22px rgba(47,145,232,.10)}.faq-item h3{margin:0 0 6px}.notice-box{background:#FFFFFF;border-left:5px solid #2F91E8;border-radius:22px;padding:24px;box-shadow:0 14px 36px rgba(47,145,232,.14);color:#526B82}.page-hero{padding:72px 0 40px;background:linear-gradient(135deg,#FFFFFF,#DFF2FF)}.page-hero h1{font-size:40px;margin:0 0 12px}.page-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:28px;align-items:start}.article-card{background:#FFFFFF;border:1px solid rgba(47,145,232,.18);border-radius:28px;padding:28px;box-shadow:0 14px 36px rgba(47,145,232,.14)}.article-card p{color:#526B82}.side-card{position:sticky;top:96px;background:#FFFFFF;border:1px solid rgba(47,145,232,.18);border-radius:28px;padding:22px;box-shadow:0 14px 36px rgba(47,145,232,.14)}.side-card .img-wrap{height:250px}.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini-card{background:#F3FAFF;border:1px solid rgba(47,145,232,.16);border-radius:18px;padding:16px;display:flex;flex-direction:column;min-height:170px}.mini-card p{margin-top:6px}.mini-card .text-link{margin-top:auto}.site-footer{background:#083B63;color:#EAF8FF;padding:48px 0 84px}.footer-inner{max-width:1180px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.2fr 1fr 1.2fr;gap:24px}.footer-brand img{max-height:58px;margin-bottom:12px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:10px}.footer-links a{color:#EAF8FF}.footer-note{color:#CFEAFF}.mobile-bottom-nav{display:none}.site-footer p{color:#CFEAFF}.article-card ul{color:#526B82}.article-card li{margin:8px 0}
@media(max-width:1100px){.nav-core{display:none}.overview-btn{display:none}.mobile-menu-btn{display:flex}.hero-grid,.split-grid,.app-section,.page-layout{grid-template-columns:1fr}.summary-cards,.board-grid{grid-template-columns:repeat(2,1fr)}.content-wall,.review-grid,.mini-grid{grid-template-columns:repeat(2,1fr)}.side-card{position:static}.hero-visual img{height:270px}}
@media(max-width:640px){body{padding-bottom:68px}.header-inner{min-height:66px;padding:0 12px;gap:10px}.logo img{max-height:42px}.header-btn{padding:8px 14px;font-size:14px}.hero-section{padding:44px 0 28px}.hero-title{font-size:34px}.container{padding:0 16px}.section{padding:48px 0}.summary-cards,.board-grid,.content-wall,.review-grid,.mini-grid{grid-template-columns:1fr}.quick-pill{min-width:210px}.hero-visual{padding:16px;border-radius:22px}.hero-visual img{height:210px}.img-wrap{height:180px}.zone-card img,.content-img{max-height:160px}.app-section .img-wrap{height:210px}.footer-inner{grid-template-columns:1fr}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:58px;background:#FFFFFF;border-top:1px solid rgba(47,145,232,.18);display:grid;grid-template-columns:repeat(4,1fr);z-index:9997}.mobile-bottom-nav a{display:flex;align-items:center;justify-content:center;color:#0F4F7A;font-weight:800}.mobile-bottom-nav a:hover{color:#2F91E8}.drawer-nav{grid-template-columns:1fr}.page-hero h1{font-size:32px}}
