:root{--bg:#F3FBFA;--deep:#D4EFEA;--card:#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,"PingFang SC","Microsoft YaHei",sans-serif;line-height:1.75;overflow-x:hidden}body.locked{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1160px,calc(100% - 32px));margin:auto}.site-header{position:fixed;inset:0 0 auto 0;z-index:50}.daybar{height:18px;background:var(--brand);color:var(--bg);font-size:11px}.daybar-inner{height:18px;display:flex;align-items:center;justify-content:space-between}.text-btn{border:0;background:transparent;color:var(--bg);padding:0 4px;cursor:pointer}.hallbar{height:58px;background:var(--bg);border-bottom:1px solid var(--border)}.hallbar-inner{height:58px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:10px}.brand{display:inline-flex;align-items:center;min-height:44px}.brand-logo{display:block;height:30px;max-width:170px;width:auto;object-fit:contain}.brand-text{font-weight:800;color:var(--brand);font-size:20px}.book-btn,.app-link,.btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 16px;border:1px solid var(--brand2);cursor:pointer}.book-btn{background:var(--card);color:var(--brand);justify-self:start}.app-link{justify-self:end;background:linear-gradient(135deg,#168A7D 0%,#0D5C56 100%);color:var(--bg);border:0}.daytabs{height:36px;background:var(--deep);border-bottom:1px solid var(--border)}.daytabs-inner{height:36px;display:flex;align-items:center;gap:8px}.daytabs a{padding:3px 10px;border-radius:8px;color:var(--title);font-size:14px}.daytabs a.active{background:var(--brand);color:var(--bg)}main{padding-top:132px;min-height:60vh}.overlay{position:fixed;inset:0;background:rgba(18,53,50,.28);z-index:55;opacity:0;visibility:hidden;pointer-events:none;transition:.2s}.overlay.open{opacity:1;visibility:visible;pointer-events:auto}.daybook,.search-panel{position:fixed;z-index:60;background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);visibility:hidden;pointer-events:none;opacity:0;transform:translateY(-8px);transition:.18s}.daybook.open,.search-panel.open{visibility:visible;pointer-events:auto;opacity:1;transform:none}.daybook{top:76px;left:50%;width:min(420px,calc(100% - 32px));max-height:calc(100vh - 92px);overflow:auto;margin-left:calc(580px - 420px);border-radius:0 0 16px 16px;padding:16px}.search-panel{top:76px;left:50%;width:min(720px,calc(100% - 32px));transform:translate(-50%,-8px);padding:18px;border-radius:0 0 16px 16px}.search-panel.open{transform:translate(-50%,0)}.daybook-head,.search-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.daybook-brand{display:flex;align-items:center;gap:10px}.close-btn{min-height:44px;border:1px solid var(--border);background:var(--bg);color:var(--brand);border-radius:10px;padding:0 12px;cursor:pointer}.book-groups h2{font-size:16px;margin:16px 0 8px;color:var(--title)}.book-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.book-grid a{padding:10px;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.book-grid b{display:block;color:var(--brand)}.book-grid span{display:block;font-size:12px;line-height:1.55;color:var(--muted);margin-top:2px}.search-look{margin:14px 0;padding:14px;border:1px solid var(--border);border-radius:12px;background:var(--bg);color:var(--muted)}.preset-links{display:flex;flex-wrap:wrap;gap:8px}.preset-links a{padding:8px 12px;border:1px solid var(--border);border-radius:10px;color:var(--brand)}.page-hero,.section{padding:38px 0}.page-hero .shell,.article-shell{width:min(900px,calc(100% - 32px));margin:auto}.kicker{font-weight:700;color:var(--brand2);letter-spacing:.08em}.page-hero h1,.home-hero h1{font-size:clamp(28px,4vw,32px);line-height:1.25;color:var(--title);margin:.4em 0}.lead{font-size:17px;color:var(--muted)}.hero-grid{display:grid;grid-template-columns:minmax(0,58fr) minmax(300px,42fr);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;overflow:hidden;min-height:180px}.home-cover{max-height:280px;width:100%;object-fit:contain;object-position:center}.content-img{width:100%;max-height:220px;object-fit:contain;object-position:center;display:block}.app-img{width:100%;max-height:420px;object-fit:contain;object-position:center;display:block}.section h2{color:var(--title);font-size:24px;line-height:1.35}.section h3{color:var(--brand);font-size:18px}.section p{margin:.7em 0}.alt{background:var(--deep)}.cards{display:grid;gap:16px}.cards.three{grid-template-columns:repeat(3,1fr)}.cards.four{grid-template-columns:repeat(4,1fr)}.card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;box-shadow:0 6px 20px rgba(18,53,50,.05)}.card h3{margin-top:0}.card .media-slot{margin:-4px -4px 14px;min-height:170px}.split{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}.split.reverse>*:first-child{order:2}.btn-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.btn.primary{background:linear-gradient(135deg,#168A7D 0%,#0D5C56 100%);color:var(--bg);border:0}.btn.secondary{background:var(--bg);color:var(--brand)}.text-link{color:var(--brand2);font-weight:700}.status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.status{padding:16px;border-radius:12px;background:var(--card);border:1px solid var(--border)}.article-shell article{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:24px;box-shadow:var(--shadow)}.article-shell article section+section{margin-top:24px;padding-top:20px;border-top:1px solid var(--border)}.article-shell ul,.article-shell ol{padding-left:1.25em}.notice{padding:16px;border-left:4px solid var(--brand2);background:var(--deep);border-radius:0 12px 12px 0}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px;margin-bottom:12px}.faq-item h2{font-size:18px;margin:0 0 8px}.site-footer{background:var(--brand);color:var(--deep);padding:38px 0 24px}.footer-brand{display:flex;align-items:center;gap:12px;margin-bottom:24px}.footer-brand strong{display:block;color:var(--bg);font-size:20px}.footer-brand span{display:block;font-size:12px}.footer-logo{filter:none}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer-grid h2{font-size:15px;color:var(--bg);margin-top:0}.footer-grid a{display:block;padding:3px 0;color:var(--deep)}.footer-note{margin-top:28px;padding-top:20px;border-top:1px solid rgba(212,239,234,.25)}.copyright{color:var(--mint);font-size:13px}.mobile-nav{display:none}a:focus-visible,button:focus-visible{outline:3px solid var(--mint);outline-offset:2px}a:hover{opacity:.84}@media(max-width:900px){.cards.four{grid-template-columns:repeat(2,1fr)}.hero-grid,.split{grid-template-columns:1fr}.split.reverse>*:first-child{order:0}.daybook{left:16px;right:16px;margin-left:0;width:auto}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.shell,.article-shell,.page-hero .shell{width:calc(100% - 32px)}.daytabs{display:none}main{padding-top:76px;padding-bottom:64px}.hallbar-inner{grid-template-columns:minmax(0,1fr) auto auto;gap:6px}.brand-logo{max-width:120px;height:28px}.brand-text{font-size:17px}.book-btn,.app-link{padding:0 11px;min-height:44px}.daybook,.search-panel{top:76px;left:0;right:0;width:100%;max-height:calc(100vh - 76px);margin:0;border-radius:0;overflow:auto}.search-panel{transform:translateY(-8px)}.search-panel.open{transform:none}.book-grid{grid-template-columns:1fr}.cards.three,.cards.four,.status-grid{grid-template-columns:1fr}.page-hero,.section{padding:28px 0}.article-shell article{padding:18px}.mobile-nav{position:fixed;z-index:45;left:0;right:0;bottom:0;height:calc(50px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(5,1fr);background:var(--card);border-top:1px solid var(--border)}.mobile-nav a{display:flex;align-items:center;justify-content:center;min-height:50px;color:var(--muted);font-size:13px}.mobile-nav a.active{background:var(--brand);color:var(--bg)}.footer-grid{grid-template-columns:1fr 1fr}.hero-grid{gap:18px}}