@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:dark;--bg:#091c27;--surface:#102733;--border:#29404c;--text:#f2f6f7;--muted:#a1b4bf;--accent:#bafa73}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;font-size:16px}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}header{height:91px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 4.5%;gap:20px}.brand{color:var(--text);text-decoration:none;display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:2px}.brand-icon{font-size:42px;line-height:1;color:var(--accent)}.region,.source-tag{font-size:12px;letter-spacing:1.6px;color:var(--muted)}.region span{padding:0 16px;color:#45606f}.source-tag{border:1px solid var(--border);border-radius:30px;padding:9px 13px;color:var(--accent)}main{max-width:1600px;margin:auto;padding:44px 4.5% 24px}.heading{display:flex;justify-content:space-between;align-items:center;gap:24px}.eyebrow{color:var(--accent);font-size:12px;letter-spacing:2px;font-weight:700;margin:0 0 12px}h1,h2,h3,p{margin-top:0}h1{font-family:Manrope,sans-serif;font-size:clamp(30px,3.2vw,48px);font-weight:500;letter-spacing:-1.8px;margin-bottom:12px}.intro{color:var(--muted);margin-bottom:0}.controls{display:flex;gap:12px;align-items:center}.units{padding:4px;border:1px solid var(--border);border-radius:9px;display:flex}.units button{border:0;border-radius:6px;background:none;color:var(--muted);padding:9px 15px}.units button[aria-pressed=true]{background:var(--accent);color:#11231c}#refresh{border:1px solid var(--border);border-radius:8px;background:none;color:var(--text);padding:13px 17px}#refresh:disabled{opacity:.5;cursor:wait}.statusline{display:flex;justify-content:space-between;color:var(--muted);font-size:13px;margin:32px 0 18px;gap:16px}.stations{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.station{padding:22px 19px 15px;border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:0;cursor:pointer;transition:border-color .2s,background .2s;text-align:left;color:var(--text)}.station:hover{border-color:#819da8}.station.selected{border-color:var(--accent);background:linear-gradient(150deg,#1d383b,#122b34)}.station .place{font-size:12px;text-transform:uppercase;letter-spacing:1.5px;color:var(--muted);margin-bottom:6px}.station h2{font-family:Manrope,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.5px;margin-bottom:22px}.reading{display:flex;align-items:baseline;gap:7px}.reading strong{font-family:Manrope,sans-serif;font-size:44px;line-height:1.1;letter-spacing:-2px;font-weight:500}.reading span{font-size:14px;color:var(--muted)}.gust{font-size:14px;color:var(--muted);margin-top:9px}.gust b{color:var(--text);font-weight:500}.wind-detail{display:flex;align-items:center;justify-content:space-between;gap:5px;margin:22px 0 16px;font-size:14px}.compass{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #526771;border-radius:50%;margin-right:6px;color:var(--accent)}.observed{border-top:1px solid var(--border);padding-top:12px;font-size:12px;color:var(--muted)}.warning{color:#ffcd89}.forecast-panel{border:1px solid var(--border);border-radius:14px;margin-top:24px;padding:28px 30px 20px;background:#0d222e}.panel-heading{display:flex;justify-content:space-between;align-items:center;gap:20px}.panel-heading h2{font-family:Manrope,sans-serif;font-size:24px;font-weight:500;margin-bottom:0;letter-spacing:-.6px}.key{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--muted)}.line-key{width:22px;border-top:2px solid var(--accent)}.line-key.dashed{border-top:2px dashed #91a8b7;margin-left:13px}.station-tabs{display:flex;gap:24px;border-bottom:1px solid var(--border);margin-top:25px;overflow-x:auto}.station-tabs button{flex-shrink:0;background:none;border:0;border-bottom:2px solid transparent;color:var(--muted);padding:14px 0;font-size:14px}.station-tabs button[aria-pressed=true]{color:var(--accent);border-color:var(--accent)}.forecast-top{display:flex;justify-content:space-between;align-items:center;margin:24px 0 10px;gap:20px}.forecast-top h3{font-weight:500;font-size:16px;margin-bottom:6px}.forecast-top p{font-size:14px;color:var(--muted);margin:0}#forecast-meta{font-size:12px;color:var(--muted)}#chart{width:100%;min-height:220px}#chart svg{display:block;width:100%;height:240px;overflow:visible}.empty{min-height:220px;display:flex;justify-content:center;align-items:center;color:var(--muted)}.hourly{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));overflow-x:auto;gap:2px;margin-top:8px}.hour{min-width:67px;padding:12px 4px;text-align:center;border-radius:5px;background:#142b36;font-size:13px}.hour time{display:block;color:var(--muted);margin-bottom:8px}.hour strong{font-size:15px;font-weight:500}.hour .dir{display:block;margin-top:8px;color:var(--muted);font-size:12px}.forecast-note{font-size:12px;line-height:1.7;color:var(--muted);margin:20px 0 0}footer{display:flex;justify-content:space-between;gap:30px;font-size:12px;color:var(--muted);line-height:1.8;margin-top:26px}footer strong{color:#e0e8ec;font-size:14px;font-weight:500}footer p{max-width:570px;margin:5px 0}footer a{color:var(--muted);text-underline-offset:4px}footer>div:last-child{text-align:right}@media(min-width:1600px){main{padding-left:40px;padding-right:40px}}@media(max-width:1100px){.stations{grid-template-columns:repeat(3,minmax(0,1fr))}.hourly{grid-template-columns:repeat(12,70px)}.region{display:none}}@media(max-width:650px){header{height:73px}.source-tag{font-size:10px}main{padding-top:28px}.heading{align-items:flex-start;flex-direction:column}.controls{width:100%;justify-content:space-between}.stations{grid-template-columns:repeat(2,minmax(0,1fr))}.station{padding:17px 14px}.station h2{font-size:18px}.reading strong{font-size:39px}.station:last-child{grid-column:1/-1}.forecast-panel{padding:21px 15px}.panel-heading{align-items:flex-start;flex-direction:column;gap:14px}.panel-heading h2{font-size:22px}.station-tabs{gap:20px}.forecast-top{align-items:flex-start;flex-direction:column;gap:10px}.statusline{font-size:12px}.statusline #date{max-width:110px;text-align:right}footer{flex-direction:column;gap:10px}footer>div:last-child{text-align:left}}
h1{letter-spacing:-.8px}@media(max-width:650px){#chart{overflow-x:auto}#chart svg{min-width:650px}}
/* Direction-first station instruments */
.station{padding:20px 16px 15px}.station h2{margin-bottom:10px}.rose-wrap{max-width:230px;margin:0 auto}.wind-rose{width:100%;height:auto;display:block}.rose-direction{text-align:center;color:var(--muted);font-size:16px;margin:8px 0 20px}.rose-direction strong{color:var(--text);font-size:20px;font-weight:600}.rose-direction>span{font-size:13px;margin-left:4px}.strength-values{display:flex;justify-content:space-between;gap:6px;font-size:13px;color:var(--muted);margin-bottom:10px}.strength-values b{font-size:15px;color:var(--text);font-weight:500}.strength-track{display:grid;grid-template-columns:repeat(20,1fr);gap:3px;height:7px}.strength-track span{border-radius:2px}.strength-scale{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin:6px 0 16px}.rose-guide{color:var(--muted);font-size:14px;line-height:1.7;margin:15px 0 0}.rose-guide strong{color:var(--accent);font-weight:500}@media(max-width:650px){.stations{grid-template-columns:1fr}.station:last-child{grid-column:auto}.rose-wrap{max-width:245px}.station{padding:20px 24px}.strength-values{font-size:14px}.station h2{font-size:23px}.station .place{text-align:center}.station h2{text-align:center}}
/* Balanced direction and speed */
.wind-summary{display:flex;align-items:center;justify-content:center;gap:12px;margin:20px 0 24px;flex-wrap:wrap}.arrow-block{flex:0 0 92px;text-align:center}.wind-arrow{display:block;width:92px;height:104px}.arrow-caption{font-size:14px;color:var(--muted);white-space:nowrap}.arrow-caption strong{color:var(--text);font-weight:500}.speed-block{flex:1;min-width:105px}.speed-label{font-size:13px;color:var(--muted)}.speed-main{display:flex;align-items:baseline;gap:6px;margin:5px 0 8px}.speed-main strong{font-family:Manrope,sans-serif;font-size:44px;font-weight:500;line-height:1.05;letter-spacing:-1.5px;font-variant-numeric:tabular-nums}.speed-main>span{font-size:14px;color:var(--muted)}.speed-gust{font-size:13px;color:var(--muted)}.speed-gust b{font-size:18px;font-weight:500;color:var(--text)}@media(min-width:1101px) and (max-width:1370px){.wind-summary{gap:7px}.arrow-block{flex-basis:68px}.wind-arrow{width:68px;height:96px}.speed-main strong{font-size:37px}.speed-block{min-width:91px}}@media(max-width:650px){.wind-summary{gap:24px;margin:18px 0 24px}.arrow-block{flex-basis:112px}.wind-arrow{width:112px;height:120px}.speed-block{flex:0 1 auto}.speed-main strong{font-size:54px}.speed-label,.speed-gust{font-size:14px}.speed-gust b{font-size:21px}}
