:root{--bg:#F3FBFA;--deep:#D4EFEA;--surface:#FBFEFD;--sub:#BFE6DF;--title:#123532;--text:#1A4540;--muted:#3F6B66;--aux:#5E8681;--brand:#0D5C56;--brand2:#168A7D;--mint:#8FDFD2;--border:rgba(22,138,125,.22);--shadow:0 14px 36px rgba(18,53,50,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.wrap{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{position:fixed;z-index:50;left:0;right:0;top:0}.daybar{height:18px;background:var(--brand);color:#F3FBFA;font-size:11px}.daybar-inner{height:18px;display:flex;align-items:center;justify-content:space-between}.brandline{font-weight:700;letter-spacing:.03em}.plain-btn{border:0;background:transparent;color:#F3FBFA;padding:0 4px;cursor:pointer}.hallbar{height:58px;background:rgba(251,254,253,.98);border-bottom:1px solid var(--border)}.hallbar-inner{height:58px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px}.logo-link{height:44px;display:flex;align-items:center;font-weight:800;color:var(--title);white-space:nowrap}.logo-link img,.footer-brand img,.mini-brand img{max-height:32px;max-width:180px;object-fit:contain}.book-btn,.app-link,.close-btn{min-height:44px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--brand);display:inline-flex;align-items:center;justify-content:center;padding:0 15px;cursor:pointer}.app-link{justify-self:end;background:linear-gradient(135deg,#168A7D 0%,#0D5C56 100%);color:#F3FBFA;border:0}.daytabs{height:36px;background:#D4EFEA;border-bottom:1px solid var(--border)}.daytabs-inner{display:flex;align-items:center;height:36px;gap:6px}.daytabs a{font-size:14px;padding:3px 10px;border-radius:7px;color:var(--title)}.daytabs a.active{background:var(--brand2);color:#F3FBFA}.site-main{padding-top:112px}.section{padding:42px 0}.section.alt{background:var(--deep)}.hero{padding:42px 0 30px}.hero-grid,.split{display:grid;grid-template-columns:1.35fr 1fr;gap:28px;align-items:center}.media-slot{background:var(--deep);border:1px solid var(--border);border-radius:16px;display:flex;align-items:center;justify-content:center;min-height:220px;overflow:hidden}.media-slot.hero-media{max-height:280px;aspect-ratio:16/9}.media-slot img{width:100%;height:100%;max-height:280px;object-fit:contain;object-position:center}.content-img{width:100%;height:190px;object-fit:contain;object-position:center;background:var(--bg);border-radius:12px}.eyebrow{font-size:13px;color:var(--brand2);font-weight:800;letter-spacing:.08em}.hero h1,.page-head h1{font-size:clamp(28px,4vw,32px);line-height:1.25;margin:.35em 0;color:var(--title)}h2{color:var(--title);line-height:1.35}h3{color:var(--title)}p{margin:.6em 0}.lead{font-size:17px;color:var(--muted)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}.btn{min-height:44px;padding:9px 16px;border-radius:10px;border:1px solid var(--brand2);display:inline-flex;align-items:center;justify-content:center;font-weight:700}.btn.primary{background:linear-gradient(135deg,#168A7D 0%,#0D5C56 100%);color:#F3FBFA;border:0}.btn.secondary{background:var(--bg);color:var(--brand)}.grid-3,.grid-4,.status-grid,.info-grid{display:grid;gap:16px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.status-grid{grid-template-columns:repeat(4,1fr)}.info-grid{grid-template-columns:repeat(2,1fr)}.card,.article-card,.status-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:var(--shadow)}.card h3,.status-card h3{margin:8px 0 4px}.card p{color:var(--muted)}.text-link{color:var(--brand2);font-weight:700}.section-title{display:flex;justify-content:space-between;gap:20px;align-items:end;margin-bottom:18px}.section-title p{max-width:680px;color:var(--muted)}.page-head{padding:44px 0 20px}.page-head .inner{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:28px}.prose{max-width:920px}.prose h2{margin-top:1.7em}.prose h3{margin-top:1.4em}.prose ul{padding-left:1.2em}.note{background:var(--deep);border-left:4px solid var(--brand2);padding:14px 16px;border-radius:10px;margin:18px 0}.steps{counter-reset:step}.step{position:relative;padding:18px 18px 18px 64px;margin:14px 0;background:var(--surface);border:1px solid var(--border);border-radius:14px}.step:before{counter-increment:step;content:counter(step);position:absolute;left:18px;top:18px;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:var(--brand2);color:#F3FBFA;font-weight:800}.site-footer{background:var(--brand);color:#D4EFEA;padding:36px 0 calc(24px + env(safe-area-inset-bottom))}.footer-head{display:grid;grid-template-columns:260px 1fr;gap:24px;border-bottom:1px solid rgba(212,239,234,.2);padding-bottom:20px}.footer-brand{display:flex;align-items:center;gap:12px}.footer-brand img{background:#F3FBFA;border-radius:8px;padding:3px}.footer-brand strong{display:block;color:#F3FBFA}.footer-brand span{font-size:12px}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:24px 0}.footer-grid h3{color:#F3FBFA;margin:0 0 6px}.footer-grid a{display:block;padding:3px 0;color:#D4EFEA}.copyright{font-size:13px;color:#BFE6DF}.overlay{position:fixed;inset:0;background:rgba(18,53,50,.38);z-index:70;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.open{opacity:1;visibility:visible;pointer-events:auto}.day-book{position:fixed;z-index:80;top:76px;left:50%;width:420px;max-height:calc(100vh - 92px);overflow:auto;background:var(--surface);border:1px solid var(--border);border-radius:0 0 14px 14px;box-shadow:var(--shadow);transform:translateX(-580px) translateY(-10px);opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.day-book.open{transform:translateX(-580px);opacity:1;visibility:visible;pointer-events:auto}.book-head{position:sticky;top:0;background:var(--surface);display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid var(--border);z-index:1}.mini-brand{display:flex;gap:10px;align-items:center}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px}.book-grid h3{font-size:14px;margin:0 0 6px}.book-grid a{display:block;padding:8px;border-radius:9px}.book-grid a:hover{background:var(--deep)}.book-grid b{display:block;font-size:14px}.book-grid span{display:block;font-size:12px;color:var(--aux);line-height:1.5}.search-panel{position:fixed;z-index:80;top:76px;left:0;right:0;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow);padding:20px 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-12px);transition:.2s}.search-panel.open{opacity:1;visibility:visible;pointer-events:auto;transform:none}.search-top{display:flex;justify-content:space-between;gap:20px;align-items:center}.search-top h2{margin:2px 0}.search-look{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:13px 16px;color:var(--aux);margin:12px 0}.search-links{display:flex;gap:9px;flex-wrap:wrap}.search-links a{background:var(--deep);padding:9px 12px;border-radius:9px;color:var(--brand)}.mobile-bottom{display:none}a:focus-visible,button:focus-visible{outline:3px solid var(--mint);outline-offset:2px}
@media(max-width:900px){.grid-4{grid-template-columns:repeat(2,1fr)}.hero-grid,.split{grid-template-columns:1fr}.footer-head{grid-template-columns:1fr}.day-book,.day-book.open{left:16px;right:16px;width:auto;transform:none}.site-main{padding-top:112px}}
@media(max-width:680px){.wrap{width:min(100% - 32px,1160px)}.daytabs{display:none}.site-main{padding-top:76px;padding-bottom:64px}.hallbar-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.logo-link{min-width:0;overflow:hidden}.logo-link img{max-width:130px}.book-btn,.app-link{padding:0 10px;min-width:64px}.hero{padding-top:28px}.grid-3,.grid-4,.status-grid,.info-grid{grid-template-columns:1fr}.hero-grid{gap:18px}.section{padding:32px 0}.media-slot.hero-media{max-height:250px}.content-img{height:180px}.footer-grid{grid-template-columns:repeat(2,1fr)}.day-book,.day-book.open{top:76px;left:0;right:0;width:100%;border-radius:0;max-height:calc(100vh - 76px)}.book-grid{grid-template-columns:1fr 1fr}.search-panel{top:76px}.mobile-bottom{position:fixed;z-index:60;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--surface);border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr)}.mobile-bottom a{display:grid;place-items:center;font-size:13px;min-height:50px;color:var(--muted)}.mobile-bottom a.active{background:var(--brand2);color:#F3FBFA}.site-footer{padding-bottom:calc(78px + env(safe-area-inset-bottom))}.section-title{display:block}}
@media(max-width:420px){.book-grid{grid-template-columns:1fr}.logo-link span{font-size:15px}.brandline{font-size:10px}}
