:root{
  --bg:#F3FAF7;--deep:#E4F3EE;--card:#FFFFFF;--mint:#D8EFE8;--title:#12332E;--text:#1E403A;--muted:#4E6F68;--soft:#6A8A82;--brand:#0F7A6B;--bright:#1B9A88;--dark:#0B5C52;--sand:#F7F1E6;--border:rgba(15,122,107,.16);--strong-border:rgba(15,122,107,.42);--shadow:0 12px 28px rgba(11,92,82,.08);--max:1120px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;font-size:15px;line-height:1.7;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font:inherit}.skip-link{position:fixed;left:12px;top:-60px;z-index:9999;background:#fff;color:var(--dark);padding:8px 12px;border-radius:8px}.skip-link:focus{top:8px}.tide-line{position:fixed;left:0;right:0;top:0;height:22px;background:var(--dark);color:#fff;z-index:1100;font-size:12px}.top-inner,.cape-inner,.tabs-inner{max-width:var(--max);margin:0 auto;padding:0 16px}.top-inner{height:22px;display:flex;align-items:center;justify-content:space-between}.text-button{border:0;background:transparent;color:#fff;min-height:22px;padding:0 4px;cursor:pointer}.cape-bar{position:fixed;top:22px;left:0;right:0;height:60px;background:#fff;border-bottom:1px solid var(--border);z-index:1090}.cape-inner{height:60px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.brand-link{justify-self:start;display:flex;align-items:center;min-height:44px}.brand-logo{height:28px;width:auto;object-fit:contain}.brand-text{font-size:16px;font-weight:800;color:var(--dark)}.drawer-button{justify-self:center;min-width:74px;height:44px;border:1px solid var(--strong-border);border-radius:12px;background:#fff;color:var(--dark);font-weight:700;cursor:pointer}.app-link{justify-self:end;display:flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,#1B9A88 0%,#0F7A6B 55%,#0B5C52 100%);color:#fff;font-size:14px;font-weight:700}.island-tabs{position:fixed;top:82px;left:0;right:0;height:40px;background:var(--mint);border-bottom:1px solid var(--border);z-index:1080}.tabs-inner{height:40px;display:flex;align-items:center;justify-content:center;gap:10px}.tabs-inner a{font-size:13px;padding:5px 14px;border-radius:999px;color:var(--dark)}.tabs-inner a.is-current{background:var(--brand);color:#fff}.site-main{padding-top:146px;min-height:70vh}.page-shell{max-width:var(--max);margin:0 auto;padding:0 16px 48px}.page-head{padding:28px 0 20px}.eyebrow{font-size:12px;color:var(--brand);font-weight:800;letter-spacing:.08em}.page-head h1,.hero-copy h1{margin:6px 0 10px;font-size:24px;line-height:1.3;color:var(--title)}.lead{max-width:860px;margin:0;color:var(--muted)}h2{font-size:20px;line-height:1.4;color:var(--title);margin:0 0 12px}h3{font-size:16px;line-height:1.45;color:var(--title);margin:0 0 8px}p{margin:0 0 12px}.section{margin:0 0 28px}.card,.section-card,.faq-item,.timeline-item{background:var(--card);border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow)}.section-card{padding:20px}.grid-2,.grid-3,.grid-4{display:grid;gap:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.image-slot{width:100%;background:var(--sand);border:1px solid var(--border);border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.image-slot img{width:100%;height:100%;object-fit:contain;object-position:center}.slot-banner{height:260px}.slot-small{height:180px}.slot-medium{height:200px}.slot-app{height:360px}.slot-icon{width:48px;height:48px;min-width:48px;border-radius:12px}.hero{padding:14px 0 30px}.hero-copy{text-align:center;max-width:840px;margin:18px auto 0}.hero-copy p{max-width:760px;margin:0 auto 14px}.actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:10px;font-size:14px;font-weight:700;white-space:nowrap}.button.primary{background:linear-gradient(135deg,#1B9A88 0%,#0F7A6B 55%,#0B5C52 100%);color:#fff}.button.secondary{background:#fff;color:var(--dark);border:1px solid var(--strong-border)}.card{overflow:hidden}.card-body{padding:16px}.card-body p{color:var(--muted)}.number-list{display:grid;gap:12px}.number-item{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:14px 0;border-bottom:1px solid var(--border)}.number-item:last-child{border-bottom:0}.number-item span{display:flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;background:var(--deep);color:var(--brand);font-weight:800}.route-list,.shelf-list,.directory-list{display:grid;gap:10px}.route-list a,.directory-list a,.shelf-list .shelf-row{display:flex;gap:16px;align-items:flex-start;justify-content:space-between;padding:14px 16px;border-radius:12px;background:#fff;border:1px solid var(--border)}.route-list small,.directory-list small{color:var(--soft)}.shelf-row strong{min-width:90px;color:var(--dark)}.gallery-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.gallery-card{padding:14px;background:#fff;border:1px solid var(--border);border-radius:12px}.gallery-card .mini-visual{height:86px;border-radius:10px;background:var(--deep);margin-bottom:10px;display:flex;align-items:center;justify-content:center;color:var(--brand);font-weight:800}.timeline{position:relative;margin-left:10px;padding-left:24px}.timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:var(--strong-border)}.timeline-item{position:relative;padding:16px 18px;margin:0 0 14px}.timeline-item:before{content:"";position:absolute;left:-25px;top:22px;width:12px;height:12px;border-radius:50%;background:var(--brand);border:3px solid var(--bg)}.status{display:inline-flex;padding:3px 8px;border-radius:999px;background:var(--deep);color:var(--dark);font-size:12px;font-weight:800}.notice{padding:16px 18px;background:var(--sand);border:1px solid var(--border);border-radius:12px;color:var(--text)}.quote{padding:18px 20px;border-left:4px solid var(--brand);background:#fff;border-radius:0 12px 12px 0}.term-list{display:grid;gap:14px}.term-list dt{font-weight:800;color:var(--title)}.term-list dd{margin:4px 0 0;color:var(--muted)}.faq-list{display:grid;gap:12px}.faq-item{padding:18px}.faq-item h2,.faq-item h3{margin-bottom:8px}.faq-item p{color:var(--muted)}.port-drawer{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:86vw;background:#fff;z-index:1300;transform:translateX(104%);visibility:hidden;pointer-events:none;transition:transform .22s ease,visibility .22s ease;box-shadow:-20px 0 50px rgba(11,92,82,.18);overflow-y:auto}.port-drawer.is-open{transform:translateX(0);visibility:visible;pointer-events:auto}.drawer-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fff;border-bottom:1px solid var(--border);z-index:2}.drawer-brand{display:flex;align-items:center;gap:10px}.drawer-brand img{height:28px;object-fit:contain}.close-button{min-height:40px;padding:0 14px;border:1px solid var(--strong-border);border-radius:10px;background:#fff;color:var(--dark);cursor:pointer}.drawer-groups{padding:10px 16px 28px}.drawer-groups section{padding:12px 0;border-bottom:1px solid var(--border)}.drawer-groups h2{font-size:14px;margin-bottom:6px}.drawer-groups a{display:block;padding:10px;border-radius:10px}.drawer-groups a:hover{background:var(--deep)}.drawer-groups b{display:block;color:var(--title)}.drawer-groups span{display:block;font-size:12px;color:var(--muted);margin-top:2px}.overlay{position:fixed;inset:0;background:rgba(18,51,46,.38);z-index:1200;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.search-layer{position:fixed;left:0;right:0;top:82px;z-index:1290;display:flex;justify-content:center;visibility:hidden;pointer-events:none;transform:translateY(-14px);opacity:0;transition:.2s}.search-layer.is-open{visibility:visible;pointer-events:auto;transform:translateY(0);opacity:1}.search-card{width:min(760px,calc(100% - 32px));background:#fff;border:1px solid var(--border);border-radius:0 0 14px 14px;box-shadow:var(--shadow);padding:18px}.search-head{display:flex;align-items:center;justify-content:space-between}.search-card label{display:block;margin:6px 0;color:var(--muted)}.search-card input{width:100%;height:44px;border:1px solid var(--strong-border);border-radius:10px;padding:0 12px;color:var(--text);background:#fff}.search-presets{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.search-presets a{padding:8px 12px;border-radius:999px;background:var(--deep);color:var(--dark)}.ui-locked{overflow:hidden}.site-footer{background:var(--dark);color:var(--mint);border-top:1px solid rgba(247,241,230,.35);padding:34px 0 calc(28px + env(safe-area-inset-bottom));font-size:13px}.footer-inner{max-width:var(--max);margin:0 auto;padding:0 16px}.footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.footer-logo{height:28px;object-fit:contain;background:#fff;border-radius:6px}.footer-brand div{display:flex;flex-direction:column}.footer-brand strong{color:#fff}.footer-brand span{font-size:11px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.footer-grid h2{font-size:14px;color:#fff;margin-bottom:8px}.footer-grid a{display:block;padding:3px 0;color:var(--mint)}.footer-note{margin:20px 0 8px;color:#e6f5f0}.copyright{margin:0;color:#c8e8df}.mobile-bottom{display:none}.mobile-bottom a.is-current{background:var(--brand);color:#fff}.button:hover,.app-link:hover{filter:brightness(.97)}a:focus-visible,button:focus-visible,input:focus-visible{outline:3px solid rgba(27,154,136,.35);outline-offset:2px}
@media(max-width:800px){.island-tabs{display:none}.site-main{padding-top:106px;padding-bottom:60px}.cape-inner{grid-template-columns:minmax(0,1fr) auto auto}.brand-link{min-width:0}.brand-logo{max-width:120px}.drawer-button{min-width:64px}.app-link{padding:0 10px}.page-shell{padding-left:16px;padding-right:16px}.grid-3,.grid-4,.gallery-cards{grid-template-columns:1fr 1fr}.grid-2{grid-template-columns:1fr}.slot-banner{height:220px}.slot-app{height:320px}.search-layer{top:0;bottom:0;background:var(--dark);align-items:flex-start;padding-top:70px}.search-card{width:100%;height:100%;border-radius:0;border:0;background:var(--dark);color:#fff;box-shadow:none;padding:20px 16px}.search-head h2,.search-card label{color:#fff}.search-card input{background:#fff;color:var(--text)}.search-presets a{background:#fff;color:var(--dark)}.search-card .close-button{background:transparent;color:#fff;border-color:rgba(255,255,255,.45)}.mobile-bottom{position:fixed;left:0;right:0;bottom:0;height:calc(48px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:#fff;border-top:1px solid var(--border);z-index:1150}.mobile-bottom a{display:flex;align-items:center;justify-content:center;min-height:48px;font-size:13px;color:var(--dark)}.site-footer{padding-bottom:calc(76px + env(safe-area-inset-bottom))}.port-drawer{z-index:1300}.footer-grid{grid-template-columns:1fr 1fr}.hero-copy{text-align:left}.actions{justify-content:flex-start}}
@media(max-width:520px){.grid-3,.grid-4,.gallery-cards{grid-template-columns:1fr}.cape-inner{gap:8px}.app-link{font-size:13px}.page-head{padding-top:22px}.page-head h1,.hero-copy h1{font-size:24px}.slot-banner{height:200px}.slot-small{height:170px}.slot-medium{height:190px}.slot-app{height:300px}.footer-grid{grid-template-columns:1fr 1fr}.route-list a,.directory-list a,.shelf-list .shelf-row{flex-direction:column;gap:6px}.shelf-row strong{min-width:0}}
