*{box-sizing:border-box}:root{--bg:#F3FBFF;--white:#FFFFFF;--soft:#EAF8FF;--soft2:#F7FCFF;--blue:#22AEEA;--deep:#147FB8;--text:#1F2D3A;--muted:#5C6F82;--light:#8BA1B5;--border:rgba(34,174,234,.16);--shadow:0 14px 36px rgba(34,174,234,.12);--footer:#0B3D5C;--btn:linear-gradient(135deg,#6DE6FF 0%,#22AEEA 48%,#168DCC 100%)}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;line-height:1.75;overflow-x:hidden}body.nav-open{overflow:hidden}a{color:var(--blue);text-decoration:none}img{max-width:100%;height:auto}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:9999;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);box-shadow:0 8px 24px rgba(34,174,234,.10)}.desktop-header{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand-logo img{height:48px;display:block}.nav-core{display:flex;gap:10px;flex:1;justify-content:center;min-width:0}.nav-core a,.overview-toggle{display:inline-flex;align-items:center;min-height:38px;padding:0 17px;color:var(--deep);background:rgba(34,174,234,.08);border:1px solid transparent;border-radius:999px;font-weight:700;white-space:nowrap;transition:.25s}.nav-core a:hover,.nav-core a.active,.overview-toggle:hover{color:var(--blue);background:linear-gradient(135deg,rgba(109,230,255,.24),rgba(34,174,234,.12));border-color:rgba(34,174,234,.18);box-shadow:0 10px 28px rgba(34,174,234,.10)}.header-actions{display:flex;gap:12px;align-items:center;flex-shrink:0}.overview-toggle{border:0;cursor:pointer;font-family:inherit}.main-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 24px;border-radius:999px;background:var(--btn);color:#fff;font-weight:800;box-shadow:0 12px 30px rgba(34,174,234,.25);transition:.25s;white-space:nowrap}.main-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 16px 34px rgba(22,141,204,.30)}.mobile-header{display:none;height:66px;align-items:center;justify-content:space-between;padding:0 16px}.mobile-logo img{height:42px;display:block}.mobile-register{min-height:38px;padding:0 18px}.mobile-menu-btn{width:42px;height:42px;border:1px solid var(--border);border-radius:14px;background:#fff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;box-shadow:0 8px 20px rgba(34,174,234,.12)}.mobile-menu-btn span{width:19px;height:2px;border-radius:999px;background:var(--deep)}.nav-mask{position:fixed;inset:0;background:rgba(11,61,92,.36);z-index:9998;opacity:0;pointer-events:none;transition:.25s}.nav-mask.is-visible{opacity:1;pointer-events:auto}.category-panel{position:fixed;top:0;right:0;width:min(430px,92vw);height:100vh;background:#fff;box-shadow:0 18px 48px rgba(34,174,234,.16);z-index:10000;transform:translateX(105%);transition:.28s;padding:26px;overflow-y:auto}.category-panel.is-open{transform:translateX(0)}.panel-head,.drawer-head{display:flex;align-items:center;justify-content:space-between;gap:18px}.panel-head h2{margin:4px 0 0}.close-btn{width:40px;height:40px;border-radius:999px;border:1px solid var(--border);background:var(--soft2);color:var(--deep);font-size:24px;cursor:pointer}.panel-groups{display:grid;gap:18px;margin-top:22px}.panel-group{padding:18px;border:1px solid var(--border);background:linear-gradient(135deg,#fff,#F7FCFF);border-radius:22px}.panel-group h3{margin:0 0 12px;font-size:18px}.panel-group a{display:block;padding:10px 12px;border-radius:14px;color:var(--text)}.panel-group a strong{display:block;color:var(--deep)}.panel-group a span{display:block;color:var(--muted);font-size:13px;line-height:1.5}.panel-group a:hover,.panel-group a.active{background:rgba(34,174,234,.08)}.panel-group a:hover strong,.panel-group a.active strong{color:var(--blue)}.mobile-drawer{position:fixed;top:0;left:0;width:min(84vw,320px);height:100vh;background:linear-gradient(180deg,#fff 0%,#F7FCFF 100%);z-index:10000;transform:translateX(-105%);transition:.28s;padding:22px;overflow-y:auto}.mobile-drawer.is-open{transform:translateX(0)}.drawer-head img{height:42px}.drawer-nav{display:grid;gap:8px;margin-top:22px}.drawer-nav a{padding:12px 14px;border-radius:16px;background:rgba(34,174,234,.06);color:var(--text);font-weight:700}.drawer-nav a.active,.drawer-nav a:hover{color:var(--blue);background:rgba(34,174,234,.13)}.mobile-quick{display:none}.hero-section{background:radial-gradient(circle at 12% 20%,rgba(109,230,255,.24) 0%,rgba(109,230,255,0) 30%),radial-gradient(circle at 86% 18%,rgba(34,174,234,.18) 0%,rgba(34,174,234,0) 30%),linear-gradient(135deg,#fff 0%,#F3FBFF 52%,#EAF8FF 100%);border-bottom:1px solid rgba(34,174,234,.10)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:78px 0 30px}.section-kicker,.badge,.num,.tag,.label{color:var(--blue);font-weight:800}.hero-copy h1,.page-hero h1{color:var(--blue);font-size:clamp(32px,5vw,56px);line-height:1.16;margin:12px 0 18px}.hero-copy p,.page-hero p,.section-lead{color:var(--muted);font-size:17px}.hero-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:24px}.text-link{color:var(--blue);font-weight:800}.hero-visual{padding:20px;background:rgba(255,255,255,.78);border:1px solid var(--border);border-radius:34px;box-shadow:var(--shadow)}.hero-visual img{display:block;width:100%;max-height:340px;object-fit:contain;object-position:center}.hero-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding-bottom:52px}.summary-card,.card,.zone-card,.info-card,.review-card,.faq-item,.notice-card,.page-card{background:#fff;border:1px solid var(--border);box-shadow:var(--shadow);border-radius:24px}.summary-card{padding:18px}.summary-card strong{display:block;color:var(--deep);font-size:18px;margin-bottom:6px}.summary-card span{color:var(--muted);font-size:14px}.section{padding:64px 0}.section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.section-head h2,.section-title,h1,h2,h3{color:var(--blue)}.section-head h2,.section-title{margin:0;font-size:clamp(26px,3.2vw,38px);line-height:1.22}.section-head p{margin:8px 0 0;color:var(--muted);max-width:690px}.quick-cats{margin-top:-28px;position:relative;z-index:2}.quick-scroll{display:grid;grid-template-columns:repeat(8,minmax(130px,1fr));gap:12px}.quick-card{padding:16px;background:rgba(255,255,255,.88);border:1px solid var(--border);border-radius:999px;min-height:72px;display:flex;align-items:center;gap:10px;box-shadow:0 10px 28px rgba(34,174,234,.10);transition:.25s}.quick-card:hover{border-color:rgba(34,174,234,.38);transform:translateY(-2px)}.quick-card strong{color:var(--deep);display:block;line-height:1.2}.quick-card span:last-child span{display:block;color:var(--muted);font-size:12px;line-height:1.35}.service-strip{padding:24px 28px;border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(226,245,255,.82));border:1px solid var(--border);color:var(--muted);box-shadow:0 16px 40px rgba(34,174,234,.10)}.info-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.info-card,.page-card,.notice-card,.review-card,.faq-item{padding:24px}.info-card .num,.page-card .num{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:14px;background:rgba(34,174,234,.10);margin-bottom:14px}.two-col{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.card{padding:26px}.card-img,.content-img{width:100%;height:220px;object-fit:contain;object-position:center;display:block;margin-bottom:18px;background:linear-gradient(135deg,#fff,#F7FCFF);border-radius:20px}.card ul,.page-card ul,.notice-card ul,.app-list{padding-left:0;list-style:none;margin:18px 0 0;display:grid;gap:10px}.card li,.page-card li,.notice-card li,.app-list li{position:relative;padding-left:20px;color:var(--muted)}.card li:before,.page-card li:before,.notice-card li:before,.app-list li:before{content:"";position:absolute;left:0;top:.72em;width:7px;height:7px;border-radius:50%;background:var(--blue)}.zone-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.zone-card{padding:20px}.zone-card img{width:100%;height:175px;object-fit:contain;object-position:center;display:block;margin-bottom:14px;border-radius:20px;background:#F7FCFF}.app-section,.support-section,.about-strip{display:grid;grid-template-columns:.86fr 1.14fr;gap:28px;align-items:center}.app-section img,.support-section img,.about-visual img{width:100%;max-height:300px;object-fit:contain;object-position:center;display:block}.visual-box,.about-visual{padding:22px;border-radius:28px;background:#fff;border:1px solid var(--border);box-shadow:var(--shadow)}.notice-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.review-card p{margin:0;color:var(--muted)}.review-card strong{display:block;margin-top:16px;color:var(--deep)}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.faq-item h3{margin-top:0}.reminder{padding:28px;border-radius:28px;background:linear-gradient(135deg,#fff,#EAF8FF);border:1px solid var(--border);color:var(--muted)}.page-hero{background:radial-gradient(circle at 14% 10%,rgba(109,230,255,.22) 0%,rgba(109,230,255,0) 34%),linear-gradient(135deg,#fff 0%,#F3FBFF 60%,#EAF8FF 100%);padding:68px 0 56px;border-bottom:1px solid rgba(34,174,234,.10)}.page-hero-grid{display:grid;grid-template-columns:1.05fr .75fr;gap:34px;align-items:center}.page-hero img{width:100%;max-height:300px;object-fit:contain;object-position:center;padding:22px;background:#fff;border:1px solid var(--border);border-radius:30px;box-shadow:var(--shadow)}.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.site-footer{background:#0B3D5C;color:#EAF8FF;margin-top:36px}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,.7fr);gap:30px;padding:52px 0}.footer-logo img{height:48px;display:block;margin-bottom:16px}.footer-brand p,.footer-bottom p{color:rgba(234,248,255,.82);margin:0}.footer-col{display:grid;align-content:start;gap:8px}.footer-col h3{color:#EAF8FF;margin:0 0 8px}.footer-col a{color:rgba(234,248,255,.78)}.footer-col a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(234,248,255,.16);padding:18px min(20px,4vw);text-align:center}@media (max-width:1080px){.nav-core a,.overview-toggle{padding:0 13px;font-size:14px}.quick-scroll{overflow-x:auto;grid-template-columns:repeat(8,168px);padding-bottom:8px}.info-grid,.hero-summary{grid-template-columns:repeat(2,1fr)}.page-grid,.review-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){body{padding-bottom:74px}.container{width:min(100% - 28px,1180px)}.desktop-header{display:none}.mobile-header{display:flex}.mobile-quick{position:fixed;left:0;right:0;bottom:0;height:62px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;background:#fff;border-top:1px solid var(--border);z-index:9997;box-shadow:0 -8px 24px rgba(34,174,234,.10)}.mobile-quick a{display:grid;place-items:center;gap:2px;color:var(--muted);font-size:12px;font-weight:800}.mobile-quick a span{font-size:15px;line-height:1}.mobile-quick a.active{color:var(--blue)}.category-panel{display:none}.hero-grid,.page-hero-grid,.app-section,.support-section,.about-strip{grid-template-columns:1fr}.hero-grid{padding:48px 0 24px}.hero-visual img{max-height:280px}.hero-summary,.info-grid,.two-col,.zone-grid,.notice-grid,.review-grid,.faq-grid,.page-grid,.feature-list{grid-template-columns:1fr}.section{padding:46px 0}.section-head{display:block}.quick-cats{margin-top:-18px}.quick-scroll{display:flex;overflow-x:auto;gap:12px;padding-bottom:10px;scroll-snap-type:x proximity}.quick-card{min-width:190px;scroll-snap-align:start}.card-img,.content-img{height:185px}.zone-card img{height:150px}.page-hero{padding:48px 0 40px}.footer-grid{grid-template-columns:1fr;padding:42px 0 32px}}@media (max-width:480px){.hero-copy h1,.page-hero h1{font-size:32px}.hero-actions{align-items:flex-start;flex-direction:column}.summary-card,.card,.info-card,.notice-card,.review-card,.faq-item,.page-card{border-radius:20px;padding:20px}}