:root{--ink:#17221f;--muted:#65716d;--line:#d9e0dd;--green:#08745e;--green2:#e9f4f0;--amber:#a85b00;--amber2:#fff4df;--red:#a62f2f;--red2:#fff0ef;--bg:#f5f7f6}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--bg);font-family:"Microsoft YaHei",Arial,sans-serif;letter-spacing:0}.topbar{height:68px;padding:0 max(24px,calc((100% - 1180px)/2));display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:var(--ink);display:flex;align-items:baseline;gap:12px}.brand b{font-size:21px}.brand span{color:var(--muted);font-size:13px}.topbar nav{display:flex;gap:24px}.topbar nav a{color:#39433f;text-decoration:none;font-size:14px}main{max-width:1180px;margin:auto;padding:38px 24px 70px}.query-band{display:grid;grid-template-columns:1fr 520px;gap:54px;align-items:end;padding:30px 0 34px;border-bottom:1px solid var(--line)}.eyebrow,.section-title p{color:var(--green);font-weight:700;font-size:13px;margin:0 0 8px}.query-band h1{font-size:34px;line-height:1.2;margin:0 0 12px}.query-band>div>p:last-child{color:var(--muted);margin:0;line-height:1.8}.query-band form{display:grid;grid-template-columns:1fr 1.2fr auto;gap:10px;align-items:end}.query-band label{display:grid;gap:6px;font-size:13px;font-weight:700}.query-band input,.query-band select{height:44px;border:1px solid #bdc9c4;background:#fff;padding:0 12px;font:inherit}.query-band small{font-weight:400;color:var(--muted);font-size:11px}.query-band button{height:44px;border:0;background:var(--green);color:#fff;padding:0 22px;font-weight:700;cursor:pointer}.status{margin:26px 0;background:#fff;border:1px solid var(--line);padding:18px}.status.error{border-color:#e0aaaa;color:var(--red)}.dashboard{display:grid;grid-template-columns:1.05fr 1fr;gap:18px;margin:26px 0}.current,.decision,.section{background:#fff;border:1px solid var(--line);padding:24px}.current-head{display:flex;justify-content:space-between}.current-head span,.updated,.label{font-size:13px;color:var(--muted)}.current h2{margin:10px 0 0;font-size:46px}.current h2 small{font-size:18px}.current-head p{margin:2px 0;font-size:18px}.updated{text-align:right;line-height:1.7}.current dl{display:grid;grid-template-columns:repeat(4,1fr);margin:24px 0 0;border-top:1px solid var(--line)}.current dl div{padding-top:16px}.current dt{font-size:12px;color:var(--muted)}.current dd{margin:6px 0 0;font-weight:700}.decision{border-left:4px solid var(--green)}.decision.caution{border-left-color:var(--amber);background:var(--amber2)}.decision.danger{border-left-color:var(--red);background:var(--red2)}.decision h2{margin:10px 0;font-size:24px}.decision p{line-height:1.7}.decision ul{margin:15px 0 0;padding-left:20px;line-height:1.8}.section{margin-top:18px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:18px}.section-title h2{margin:0;font-size:22px}.section-title>span{font-size:12px;color:var(--muted)}.hourly{display:grid;grid-template-columns:repeat(8,minmax(100px,1fr));gap:8px;overflow:auto}.hour{border-left:3px solid var(--line);background:#f8faf9;padding:12px;min-width:100px}.hour.rain{border-left-color:#2586a7;background:#eef7fa}.hour b,.hour span,.hour small{display:block}.hour b{font-size:13px}.hour span{margin:10px 0 4px}.hour small{color:var(--muted);line-height:1.5}.warnings{display:grid;gap:10px}.warning{padding:16px;border-left:4px solid var(--red);background:var(--red2)}.warning h3{margin:0 0 6px;font-size:16px}.warning p{margin:0;line-height:1.7;color:#633}.guidance{margin-top:46px;padding-top:34px;border-top:1px solid var(--line)}.guidance h2{margin:0 0 22px}.guidance-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.guidance article{background:#fff;padding:22px}.guidance article>b{color:var(--green)}.guidance h3{font-size:17px}.guidance article p{font-size:14px;color:var(--muted);line-height:1.75}footer{background:#17221f;color:#fff;padding:28px max(24px,calc((100% - 1132px)/2));display:flex;justify-content:space-between;gap:30px}footer div{display:grid;gap:6px}footer span,footer p{color:#b9c5c1;font-size:13px}footer p{margin:0;max-width:640px;line-height:1.7}@media(max-width:850px){.topbar nav a:not(:last-child){display:none}.query-band{grid-template-columns:1fr}.query-band form{grid-template-columns:1fr 1fr}.query-band button{grid-column:1/-1}.dashboard{grid-template-columns:1fr}.guidance-grid{grid-template-columns:1fr 1fr}.hourly{grid-template-columns:repeat(24,108px)}footer{display:block}footer p{margin-top:14px}}@media(max-width:520px){main{padding:22px 14px 50px}.topbar{padding:0 14px}.query-band h1{font-size:27px}.query-band form{grid-template-columns:1fr}.query-band button{grid-column:auto}.current dl{grid-template-columns:1fr 1fr;gap:14px}.guidance-grid{grid-template-columns:1fr}.section-title{align-items:start;gap:14px}.section-title>span{text-align:right}}
