:root{color-scheme:light;--bg: #f4f6f5;--surface: #fcfcfb;--surface-2: #eef1ef;--grid: #e4e7e5;--border: #e1e5e2;--text: #0f1412;--text-2: #4a524e;--text-muted: #6b736f;--accent: #1f6f5c;--warn-bg: #fff4e0;--warn-text: #7a4a00;--series-blue: #2a78d6;--series-orange: #eb6834;--series-aqua: #1baf7a;--series-violet: #4a3aa7;--series-brown: #9a6a2f;--trend: #e03131;--warn-line: #d9480f;--night: rgba(30, 40, 70, .06);--turb-0: #9ec5f4;--turb-1: #c9a86a;--turb-2: #a0703a;--turb-3: #6e4520;--good: #1a8a4a;--bad: #c7412f;--radius: 14px}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--bg: #111413;--surface: #1a1d1c;--surface-2: #232826;--grid: #2b302e;--border: #2b302e;--text: #f1f4f2;--text-2: #c3c9c5;--text-muted: #939a96;--accent: #5cc3a6;--warn-bg: #3a2c12;--warn-text: #f5c77a;--series-blue: #3987e5;--series-orange: #d95926;--series-aqua: #199e70;--series-violet: #9085e9;--series-brown: #c9955a;--trend: #ff5c5c;--warn-line: #ff8a4c;--night: rgba(0, 0, 0, .22);--turb-0: #5598e7;--turb-1: #b08f52;--turb-2: #c08a4f;--turb-3: #e0a868;--good: #3fbf73;--bad: #ef6a5a}}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.45 system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:var(--accent)}.wrap{max-width:1180px;margin:0 auto;padding:20px 16px 40px}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.top{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:18px}.eyebrow{margin:0;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}h1{margin:2px 0 0;font-size:clamp(26px,5vw,34px);line-height:1.1;letter-spacing:-.01em}.stamp{display:flex;align-items:center;gap:8px;color:var(--text-muted);font-size:13px}#refresh{width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-2);font-size:18px;cursor:pointer}#refresh:hover{color:var(--text);border-color:var(--text-muted)}#refresh:disabled{opacity:.5;cursor:progress}.alerts{background:var(--warn-bg);color:var(--warn-text);border-radius:10px;padding:10px 14px;margin-bottom:16px;font-size:14px}.tiles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(min-width:640px){.tiles{grid-template-columns:repeat(4,minmax(0,1fr))}}.tile{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 14px;display:flex;flex-direction:column;gap:2px;min-width:0}.tile.warn{border-color:color-mix(in srgb,var(--warn-text) 40%,var(--border))}.tile-label{font-size:12px;color:var(--text-muted);font-weight:500}.tile-value{font-size:24px;font-weight:650;letter-spacing:-.01em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-value small{font-size:14px;font-weight:500;color:var(--text-2)}.tile-sub{font-size:13px;color:var(--text-2)}.trend{font-weight:600;color:var(--text)}.emoji{font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.turb-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px;vertical-align:2px}.turb-dot.l0,.seg.on:nth-child(1){background:var(--turb-0)}.turb-dot.l1,.seg.on:nth-child(2){background:var(--turb-1)}.turb-dot.l2,.seg.on:nth-child(3){background:var(--turb-2)}.turb-dot.l3,.seg.on:nth-child(4){background:var(--turb-3)}section{margin-top:28px}h2{font-size:19px;margin:0 0 10px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.h-note{font-size:13px;font-weight:400;color:var(--text-muted)}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}@media(max-width:760px){.grid{grid-template-columns:minmax(0,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 14px 10px;min-width:0}.card-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:6px}.card h3{margin:0;font-size:15px;font-weight:600}.note{font-size:12px;color:var(--text-muted)}.chart{position:relative;height:220px}@media(max-width:480px){.chart{height:190px}}.hint{font-size:13px;color:var(--text-muted);margin:8px 0}.muted{color:var(--text-muted)}.turb-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.turb-head strong{font-size:20px}.meter{display:inline-flex;gap:3px}.seg{width:26px;height:8px;border-radius:4px;background:var(--surface-2)}.reasons{margin:8px 0 0;padding-left:18px;font-size:13px;color:var(--text-2)}.undine-fig{margin:10px 0 0}.undine{display:block;width:100%;max-width:460px;height:auto;border-radius:8px;background:#fff;border:1px solid var(--border)}figcaption{font-size:12px;color:var(--text-muted);margin-top:4px}.grid.astro{grid-template-columns:minmax(0,3fr) minmax(0,1fr)}@media(max-width:760px){.grid.astro{grid-template-columns:minmax(0,1fr)}}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:14px;font-variant-numeric:tabular-nums}th,td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--grid);white-space:nowrap}thead th{font-size:12px;font-weight:500;color:var(--text-muted)}tbody th{font-weight:600}tr.today{background:var(--surface-2)}.moon-cell{display:flex;align-items:center;gap:6px}.moon-cell .muted{white-space:nowrap}tbody tr:last-child th,tbody tr:last-child td{border-bottom:0}.moons{display:flex;flex-direction:column;justify-content:center;gap:14px}.moon{display:flex;align-items:center;gap:14px}.moon>div{display:flex;flex-direction:column}.moon strong{font-size:17px}.moon .muted{font-size:13px}.moon-emoji{font-size:38px;line-height:1;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif}.foot{margin-top:36px;padding-top:16px;border-top:1px solid var(--border)}.foot h2{font-size:15px}.foot ul{list-style:none;margin:0 0 10px;padding:0;display:grid;gap:4px;font-size:13px}.foot li{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.dot{width:8px;height:8px;border-radius:50%;background:var(--good);flex:none}.foot li.bad .dot{background:var(--bad)}.fine{font-size:12px;color:var(--text-muted);margin:0}@media(max-width:520px){.col-daylight{display:none}th,td{padding:8px 5px}table{font-size:13px}td:last-child{white-space:normal}.foot li{display:grid;grid-template-columns:8px 1fr;column-gap:8px}.foot li .muted{grid-column:2}}.card.span-2{grid-column:1 / -1}.rain-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;align-items:start}@media(max-width:760px){.rain-layout{grid-template-columns:minmax(0,1fr)}}.rain-list ul{list-style:none;margin:0;padding:0;display:grid;gap:6px}.rain-item{display:flex;flex-direction:column;padding:6px 10px;border-radius:8px;background:var(--surface-2);border-left:3px solid var(--series-aqua)}.rain-when{font-weight:600;font-size:14px;font-variant-numeric:tabular-nums}.rain-what{font-size:13px;color:var(--text-2)}.rain-none{margin:8px 0;font-weight:600}.turb-layout{display:grid;grid-template-columns:170px minmax(0,1fr);gap:14px;align-items:center}@media(max-width:480px){.turb-layout{grid-template-columns:minmax(0,1fr)}}.pie{position:relative;height:170px;width:170px;margin:0 auto}.turb .reasons{margin-top:0}@media(min-width:1000px){.tiles{grid-template-columns:repeat(5,minmax(0,1fr))}}.signal{display:block;padding:10px 14px;border-radius:10px;margin-bottom:10px;background:var(--warn-bg);color:var(--warn-text);font-size:14px}.signal.rise{background:color-mix(in srgb,var(--series-aqua) 14%,var(--surface));color:var(--text)}.signal strong{font-weight:700}.card .signal{margin:4px 0 8px;font-size:13px;padding:6px 10px}.wind-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:16px;align-items:center}@media(max-width:760px){.wind-layout{grid-template-columns:minmax(0,1fr)}}.wind-now{display:flex;align-items:center;gap:14px}.wind-rose{width:92px;height:92px;flex:none}.wind-rose .ring{fill:none;stroke:var(--grid);stroke-width:2}.wind-rose text{fill:var(--text-muted);font-size:11px;font-weight:600;text-anchor:middle;dominant-baseline:middle}.wind-rose .arrow{fill:var(--series-blue)}.wind-speed{font-size:26px;font-weight:650;line-height:1.1}.wind-speed small{font-size:14px;font-weight:500;color:var(--text-2)}.wind-bank{margin-top:10px;padding:8px 10px;border-radius:8px;background:var(--surface-2);font-size:13px}.trend-chip{font-weight:600;white-space:nowrap}.o2-status.l2,.o2-status.l3{color:var(--warn-line);font-weight:700}td .two{display:flex;flex-direction:column;line-height:1.35}@media(max-width:640px){#astro-table thead{display:none}#astro-table,#astro-table tbody{display:block}#astro-table tr{display:grid;grid-template-columns:1fr 1fr;column-gap:12px;row-gap:6px;padding:10px 8px;border-bottom:1px solid var(--grid)}#astro-table tr:last-child{border-bottom:0}#astro-table th,#astro-table td{border:0;padding:0;white-space:normal}#astro-table th[scope=row],#astro-table .c-phase{grid-column:1 / -1}#astro-table td[data-label]:before{content:attr(data-label);display:block;font-size:11px;color:var(--text-muted)}#astro-table .two{flex-direction:row;gap:10px}.table-scroll{overflow-x:visible}}.loc-switch{display:inline-flex;gap:4px;margin-top:10px;padding:3px;border-radius:999px;background:var(--surface-2);border:1px solid var(--border)}.loc-switch button{border:0;background:transparent;color:var(--text-2);font:inherit;font-size:14px;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer}.loc-switch button:hover{color:var(--text)}.loc-switch button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000026}@media(max-width:400px){.loc-switch button{padding:6px 10px;font-size:13px}}.rain-summary{margin:10px 0 6px;font-weight:600;font-size:14px}.rain-item.p-l{border-left-color:color-mix(in srgb,var(--series-aqua) 35%,transparent)}.rain-item.p-h{border-left-color:var(--series-blue)}.rain-list{margin-top:4px}.ttype-hint{margin:0 0 8px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:600;background:var(--surface-2)}.ttype-hint.t-algae{border-left:3px solid var(--series-aqua)}.ttype-hint.t-sediment{border-left:3px solid var(--series-brown)}.ttype-hint.t-mixed{border-left:3px solid var(--series-orange)}.ttypes{display:grid;gap:4px;margin-bottom:8px}.ttype summary{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(60px,1fr) 42px;gap:8px;align-items:center;cursor:pointer;list-style:none;padding:4px 0}.ttype summary::-webkit-details-marker{display:none}.ttype-label{font-size:13px;font-weight:600;display:flex;flex-direction:column;line-height:1.2}.ttype-label small{font-size:11px;font-weight:400;color:var(--text-muted)}.ttype-bar{height:8px;border-radius:4px;background:var(--surface-2);overflow:hidden}.ttype-bar span{display:block;height:100%;border-radius:4px}.ttype.sed .ttype-bar span{background:var(--series-brown)}.ttype.alg .ttype-bar span{background:var(--series-aqua)}.ttype-val{font-size:13px;font-weight:650;text-align:right;font-variant-numeric:tabular-nums}.ttype .reasons{margin:2px 0 6px}.grid.pair{gap:16px}.sub-head{margin:0 0 4px;font-size:14px;display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}
