@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{color-scheme:light;--ink:#173c35;--muted:#66746d;--green:#20735e;--line:#dce2d9;--paper:#f5f5ef}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:15px 'DM Sans',system-ui,sans-serif}main{max-width:680px;margin:auto;padding:32px 22px}header{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}h1{font:800 32px Manrope,system-ui;margin:6px 0;letter-spacing:-1.5px}.dot{margin-left:12px;color:#579475}.eyebrow{text-transform:uppercase;font-size:10px;font-weight:700;letter-spacing:2px;color:var(--muted)}button{font:inherit;cursor:pointer;min-height:44px;border:0;background:transparent;color:inherit}button:focus-visible,summary:focus-visible{outline:3px solid #b87727;outline-offset:3px}#refresh{font-size:28px;width:46px;border:1px solid var(--line);border-radius:50%}nav{display:flex;background:#e7ebe2;border-radius:30px;padding:5px;gap:3px;margin-bottom:24px}nav button{flex:1;border-radius:24px;font-size:13px;font-weight:600}nav .selected{background:#fff;box-shadow:0 2px 5px #173c3510}.hero{background:var(--ink);color:#fff;border-radius:24px;padding:26px;position:relative;overflow:hidden}.hero:after{content:'≈';position:absolute;right:18px;top:20px;font:130px Georgia;opacity:.08}.hero .eyebrow{color:#bfd5c6}.hero h2{font:700 42px Manrope,system-ui;letter-spacing:-2px;margin:14px 0 8px}.hero p{color:#d1e1d5;margin:0;line-height:1.5}.hero.no{background:#655c43}.badge{display:inline-block;font-size:11px;border:1px solid #ffffff40;padding:5px 9px;border-radius:12px;margin-top:20px}.card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:22px;margin-top:16px}.row{display:flex;justify-content:space-between;align-items:center;gap:10px}h3{font:700 16px Manrope;margin:0}.muted{color:var(--muted);font-size:12px;line-height:1.5}.hours{display:grid;grid-template-columns:repeat(5,1fr);gap:6px;margin-top:20px}.hour{text-align:center;border-radius:12px;background:#f1f3ee;padding:12px 2px}.hour.good{background:#e0efe4}.hour strong{font:700 24px Manrope;display:block;margin:8px 0}.hour span{font-size:11px;color:var(--muted)}.chart{width:100%;height:auto;display:block;margin-top:10px}.metric{font:700 44px Manrope;letter-spacing:-2px}.metric small{font-size:16px;letter-spacing:0;color:var(--muted)}.prob{height:6px;background:#e9eee6;border-radius:5px;overflow:hidden;margin-top:10px}.prob i{display:block;height:100%;background:#428769;border-radius:5px}.probrow{margin-top:24px}.probrow strong{font-size:23px}.station{margin-top:14px}.station h3{margin-bottom:4px}.stale{color:#946423;background:#fbf0da;padding:10px 14px;border-radius:12px;font-size:12px;line-height:1.5;margin-bottom:14px}#notice:empty{display:none}summary{cursor:pointer;min-height:30px;font-weight:600;font-size:13px}table{width:100%;border-collapse:collapse;font-size:12px;margin-top:16px;text-align:right}th:first-child,td:first-child{text-align:left}td,th{padding:10px 3px;border-bottom:1px solid var(--line)}footer{text-align:center;font-size:11px;color:var(--muted);line-height:1.8;margin:30px 0 5px}.empty{padding:36px 14px;text-align:center;color:var(--muted)}.sectionlabel{margin:24px 0 10px}.legend{display:flex;gap:16px;font-size:11px;color:var(--muted);margin-top:8px}.legend b{color:var(--green)}@media(max-width:380px){main{padding:24px 14px}.hero{padding:22px}.hero h2{font-size:37px}.card{padding:17px}nav button{font-size:12px}}@media(prefers-reduced-motion:no-preference){button{transition:background .15s}.panel{animation:enter .2s ease-out}@keyframes enter{from{opacity:.6;transform:translateY(3px)}to{opacity:1;transform:none}}}

/* Station readings stay alongside the forecast, including on phones. */
#stations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#stations>.sectionlabel,#stations>.empty{grid-column:1/-1}
#stations>.sectionlabel{margin-bottom:0}
#stations .station{margin-top:0;min-width:0;padding:16px}
#stations .station>.row:first-child{align-items:flex-start;flex-wrap:wrap;gap:8px}
#stations .station h3{font-size:14px;overflow-wrap:anywhere}
#stations .station .metric{font-size:26px!important;white-space:nowrap;letter-spacing:-1px}
#stations .station .metric small{font-size:12px}
#stations .station .muted{font-size:11px}
#stations .station .stale{padding:8px;font-size:11px}
#stations .station>.row:last-child{flex-wrap:wrap;gap:4px}
@media(max-width:440px){#stations{gap:10px}#stations .station{padding:12px;border-radius:16px}#stations .station .chart{margin-left:-6px;width:calc(100% + 12px)}}
