#pool-direction .weather-panel{background:var(--pool-panel);border:1px solid var(--pool-line);border-radius:14px;padding:20px;margin-bottom:24px;min-width:0}
#pool-direction .weather-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
#pool-direction .weather-heading h2{font-size:16px;margin:0;font-weight:650}
#pool-direction .weather-heading h2 span{color:var(--pool-muted);font-weight:400}
#pool-direction .weather-heading>span,.weather-source{font-size:11px;color:var(--pool-muted)}
#pool-direction .weather-now{display:flex;align-items:center;gap:16px;padding:20px 0}
#pool-direction .weather-symbol{flex:none;width:28px;height:30px;color:var(--pool-muted)}
#pool-direction .weather-now>.weather-symbol{width:44px;height:48px}
#pool-direction .weather-sun{color:light-dark(#ad7600,#ffd168)}
#pool-direction .weather-rain,.weather-snow{color:var(--pool-accent)}
#pool-direction .weather-air{display:flex;flex-direction:column;flex:none}
#pool-direction .weather-air>span{font-size:11px;color:var(--pool-muted)}
#pool-direction .weather-air>strong{font-size:32px;font-weight:650;letter-spacing:-1px;line-height:1.3}
#pool-direction .weather-now-detail,.weather-wind{display:flex;flex-direction:column;gap:5px}
#pool-direction .weather-now-detail>span,.weather-wind{font-size:12px;color:var(--pool-muted)}
#pool-direction .weather-wind{margin-left:auto;flex:none}
#pool-direction .weather-wind b{color:var(--pool-text);font-weight:500}
#pool-direction .weather-days{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));list-style:none;padding:0;margin:0;gap:8px}
#pool-direction .weather-day{border:1px solid var(--pool-line);border-radius:10px;padding:12px 10px;min-width:0;position:relative}
#pool-direction .weather-day.weather-selected{background:var(--pool-soft);border-color:var(--pool-accent)}
#pool-direction .weather-day.weather-today .weather-day-name strong{color:var(--pool-accent)}
#pool-direction .weather-day-name{display:flex;flex-direction:column;gap:2px;font-size:12px}
#pool-direction .weather-day-name>span{font:inherit;color:inherit}
#pool-direction button.weather-day-name{background:none;color:var(--pool-text);border:0;text-align:left;padding:0;min-height:44px;width:100%;justify-content:center;cursor:pointer}
#pool-direction button.weather-day-name::after{content:'';position:absolute;inset:0;border-radius:10px}
#pool-direction button.weather-day-name:focus-visible::after{outline:2px solid var(--pool-accent);outline-offset:3px}
#pool-direction .weather-day-condition{display:flex;flex-direction:column;gap:6px;margin:12px 0 7px}
#pool-direction .weather-day-condition>span{font-size:11px;min-height:2.8em;line-height:1.4;color:var(--pool-muted);overflow-wrap:anywhere}
#pool-direction .weather-day-episodes{font-size:10px;line-height:1.4;color:var(--pool-text);margin:0 0 10px}
#pool-direction .weather-day-confidence{font-size:10px;line-height:1.4;color:var(--pool-muted);margin:0 0 8px}
#pool-direction .weather-method{font-size:11px;line-height:1.5;color:var(--pool-muted);margin:10px 0 14px}
#pool-direction .weather-method summary{cursor:pointer;padding:7px 0;color:var(--pool-accent)}
#pool-direction .weather-method p{margin:5px 0}
#pool-direction .weather-method ul{padding-left:18px;margin:8px 0}
#pool-direction .weather-episodes{margin-bottom:14px;font-size:12px}
#pool-direction .weather-episodes h4{font-size:12px;font-weight:500;margin:0 0 6px;color:var(--pool-muted)}
#pool-direction .weather-episodes ul{list-style:none;padding:0;margin:0;display:flex;gap:6px 20px;flex-wrap:wrap}
#pool-direction .weather-episodes li{display:flex;align-items:center;gap:6px}
#pool-direction .weather-episodes .weather-symbol{width:20px;height:22px}
#pool-direction .weather-temperatures{display:flex;align-items:baseline;gap:8px;margin-bottom:12px;font-size:18px}
#pool-direction .weather-temperatures>span{font-size:13px;color:var(--pool-muted)}
#pool-direction .weather-day dl{margin:0;font-size:10px;display:flex;flex-direction:column;gap:7px}
#pool-direction .weather-day dl>div{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:1px 4px}
#pool-direction .weather-day dt{color:var(--pool-muted)}
#pool-direction .weather-day dd{margin:0;font-size:12px}
#pool-direction .weather-hourly{border:0;border-top:1px solid var(--pool-line);margin-top:16px;padding:0;border-radius:0}
#pool-direction .weather-hourly>summary{min-height:44px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;list-style:none}
#pool-direction .weather-hourly>summary::before{content:'›';font-size:20px;transition:transform .15s}
#pool-direction .weather-hourly[open]>summary::before{transform:rotate(90deg)}
#pool-direction .weather-hourly>p{font-size:11px;color:var(--pool-muted);margin:0 0 10px}
#pool-direction .weather-hourly h3{font-size:15px;margin:20px 0 14px}
#pool-direction .weather-hourly h3>span{font-weight:400;color:var(--pool-muted)}
#pool-direction .weather-day-extra{display:flex;gap:10px 24px;flex-wrap:wrap;font-size:12px;color:var(--pool-muted);margin-bottom:14px}
#pool-direction .weather-day-extra b{font-weight:500;color:var(--pool-text);margin-left:4px}
#pool-direction .weather-outlook{font-size:12px;color:var(--pool-muted);margin:0 0 14px}
#pool-direction .weather-hour-condition{text-align:left;min-width:175px}
#pool-direction .weather-hour-condition .weather-symbol{width:23px;height:25px;vertical-align:middle;margin-right:8px}
#pool-direction .weather-table-scroll{max-height:320px;overflow:auto;overscroll-behavior:contain}
#pool-direction .weather-table-scroll table{width:100%;border-collapse:collapse;white-space:nowrap;font-size:12px}
#pool-direction .weather-table-scroll th,.weather-table-scroll td{padding:9px 12px;text-align:right;border-bottom:1px solid var(--pool-line)}
#pool-direction .weather-table-scroll th:first-child{text-align:left}
#pool-direction .weather-table-scroll thead th{position:sticky;top:0;background:var(--pool-panel);color:var(--pool-muted);font-size:11px;font-weight:500;z-index:1}
#pool-direction .weather-table-scroll tbody th{font-weight:500}
#pool-direction .weather-source{display:flex;justify-content:space-between;flex-wrap:wrap;gap:5px 12px;margin-top:12px}
#pool-direction .weather-source a{color:var(--pool-accent)}
#pool-direction .weather-message{font-size:13px;color:var(--pool-muted);margin:14px 0 0}
#pool-direction .weather-warning{font-size:12px;margin:14px 0 0;padding:10px;border:1px solid var(--pool-outside);border-radius:6px;color:var(--pool-text)}
#pool-direction .weather-current-strip{display:flex;align-items:center;gap:12px 24px;flex-wrap:wrap;border:1px solid var(--pool-line);border-radius:10px;padding:8px 14px;margin-bottom:18px;background:var(--pool-panel);min-height:58px}
#pool-direction .weather-current-main{display:flex;align-items:center;gap:10px;font-size:12px}
#pool-direction .weather-current-main .weather-symbol{width:30px;height:32px}
#pool-direction .weather-current-main>strong{font-size:23px;font-weight:600;white-space:nowrap}
#pool-direction .weather-current-main small{display:block;font-size:10px;color:var(--pool-muted);margin-top:2px}
#pool-direction .weather-current-wind{display:flex;gap:5px 14px;flex-wrap:wrap;font-size:11px;color:var(--pool-muted)}
#pool-direction .weather-current-wind b{font-weight:500;color:var(--pool-text)}
#pool-direction .weather-open{background:none;border:0;padding:6px 0;color:var(--pool-accent);font-size:11px;min-height:44px;margin-left:auto;white-space:nowrap}
#pool-direction .weather-strip-warning{flex-basis:100%;font-size:11px;color:var(--pool-outside)}
#pool-direction .weather-compact{padding:10px 14px;margin-bottom:18px}
#pool-direction .weather-compact .weather-heading h2{font-size:12px}
#pool-direction .weather-compact .weather-message{font-size:11px;margin-top:5px}
@media(max-width:650px){#pool-direction .pool-nav{grid-template-columns:repeat(6,minmax(0,1fr))}#pool-direction .pool-nav button{font-size:10px;overflow-wrap:anywhere}}
@media(max-width:600px){#pool-direction .weather-panel{padding:14px;margin-bottom:18px}#pool-direction .weather-now{gap:10px;flex-wrap:wrap;padding:16px 0}#pool-direction .weather-now>.weather-symbol{width:32px;height:36px}#pool-direction .weather-now-detail{flex:1;min-width:130px;font-size:12px}#pool-direction .weather-wind{margin:0;flex-direction:row;gap:16px;width:100%}#pool-direction .weather-air>strong{font-size:28px}#pool-direction .weather-days{grid-template-columns:repeat(2,minmax(0,1fr))}#pool-direction .weather-current-strip{gap:0 14px;padding:8px 12px}#pool-direction .weather-current-main{flex-basis:100%}#pool-direction .weather-current-wind{gap:3px 9px;font-size:10px}#pool-direction .weather-open{font-size:10px}#pool-direction .weather-current-main small{font-size:9px}}
@media(max-width:380px){#pool-direction .pool-nav{grid-template-columns:repeat(3,minmax(0,1fr))}#pool-direction .pool-nav button{flex-direction:row;gap:5px;padding:8px 3px}}
@media(prefers-reduced-motion:reduce){#pool-direction .weather-hourly>summary::before{transition:none}}

/* All 16 days in a desktop 4 x 4 grid; only the hourly forecast scrolls sideways. */
#pool-direction .weather-days{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;padding:3px;margin:0}
#pool-direction .weather-day{padding:14px 16px}
#pool-direction .weather-day-name{flex-direction:row;flex-wrap:wrap;align-items:baseline;align-content:center;justify-content:flex-start!important;gap:2px 8px;font-size:15px;font-weight:650;line-height:1.4}
#pool-direction .weather-day-name>strong,#pool-direction .weather-day-name>span{font:inherit;white-space:nowrap}
#pool-direction .weather-day-condition{flex-direction:row;align-items:center;gap:12px;margin:8px 0}
#pool-direction .weather-day-condition>span{min-height:0;font-size:13px}
#pool-direction .weather-temperatures{font-size:25px;margin-bottom:12px}
#pool-direction .weather-day dl{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px}
#pool-direction .weather-day dl>div{flex-direction:column;gap:3px}
#pool-direction .weather-day dd{font-size:14px}
#pool-direction .weather-table-scroll{max-height:none;overflow-x:auto;overscroll-behavior-x:contain;position:relative;border:1px solid var(--pool-line);border-radius:8px}
#pool-direction .weather-table-scroll table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}
#pool-direction .weather-table-scroll th,#pool-direction .weather-table-scroll td{box-sizing:border-box;width:96px;min-width:96px;max-width:96px;padding:10px 6px;text-align:center;white-space:normal}
#pool-direction .weather-table-scroll tr>:first-child{position:sticky;left:0;z-index:2;background:var(--pool-panel);width:110px;min-width:110px;max-width:110px;text-align:left;padding-left:10px;box-shadow:1px 0 var(--pool-line);font-size:11px;overflow-wrap:anywhere}
#pool-direction .weather-table-scroll thead th{position:static;font-size:13px;color:var(--pool-text)}
#pool-direction .weather-table-scroll thead th:first-child{position:sticky;left:0;z-index:3}
#pool-direction .weather-table-scroll thead small{display:block;font-size:11px;font-weight:400;color:var(--pool-muted);margin-top:3px}
#pool-direction .weather-hour-condition{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:0;font-size:12px;line-height:1.35;min-height:76px}
#pool-direction .weather-hour-condition .weather-symbol{margin:0;width:30px;height:32px}
@media(max-width:1000px){#pool-direction .weather-days{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:540px){#pool-direction .weather-days{grid-template-columns:minmax(0,1fr)}}
@media(max-width:380px){#pool-direction .weather-table-scroll tr>:first-child{width:90px;min-width:90px;max-width:90px}}

/* Shared current weather: same source, readings and dust indicator in both apps. */
#pool-direction .weather-now{flex-wrap:wrap;gap:14px 20px;padding:16px 0}
#pool-direction .weather-symbol{width:44px;height:44px;object-fit:contain}
#pool-direction picture.weather-symbol{display:block}
#pool-direction picture.weather-symbol>img{display:block;width:100%;height:100%;object-fit:contain}
#pool-direction .weather-now>.weather-symbol{width:64px;height:64px}
#pool-direction .weather-day-condition .weather-symbol{width:48px;height:48px}
#pool-direction .weather-hour-condition .weather-symbol{width:40px;height:40px}
#pool-direction .weather-episodes .weather-symbol{width:28px;height:28px}
#pool-direction .weather-now-detail b{font-weight:600;color:var(--pool-text)}
#pool-direction .weather-wind{margin-left:auto}
#pool-direction .weather-wind-bearing{display:flex;align-items:center;gap:2px}
#pool-direction .weather-wind-bearing .weather-symbol{width:38px;height:38px;margin:-8px 0 -8px -8px}
#pool-direction .weather-dust-now{display:flex;align-items:center;gap:4px;border:1px solid var(--pool-line);border-radius:10px;padding:8px 12px 8px 4px;min-width:155px;font-size:11px}
#pool-direction .weather-dust-now>span{display:flex;flex-direction:column;gap:2px}
#pool-direction .weather-dust-now strong{font-size:21px;white-space:nowrap;color:var(--pool-text);font-weight:650}
#pool-direction .weather-dust-now small{font-size:10px;color:var(--pool-muted)}
#pool-direction .weather-dust-green{border-color:light-dark(#81b597,#44795d)}
#pool-direction .weather-dust-orange{border-color:light-dark(#d99a3e,#a87833)}
#pool-direction .weather-dust-red{border-color:light-dark(#d47070,#a95252)}
#pool-direction .weather-current-source{flex-basis:100%;margin:0;font-size:11px;color:var(--pool-muted)}
#pool-direction .weather-compact .weather-now{padding:8px 0;gap:10px 18px}
#pool-direction .weather-compact .weather-air>strong{font-size:27px}
#pool-direction .weather-compact .weather-now>.weather-symbol{width:48px;height:48px}
#pool-direction .weather-compact .weather-open{display:block;min-height:32px;padding:0}
@media(max-width:700px){#pool-direction .weather-wind{margin:0;flex-direction:column;width:auto}#pool-direction .weather-dust-now{margin-left:auto}#pool-direction .weather-now-detail{min-width:110px;flex:1}#pool-direction .weather-now>.weather-symbol{width:48px;height:48px}#pool-direction .weather-air>strong{font-size:28px}}
@media(max-width:380px){#pool-direction .weather-now{gap:12px 10px}#pool-direction .weather-now>.weather-symbol{width:38px;height:38px}#pool-direction .weather-dust-now{min-width:135px;padding-right:8px}#pool-direction .weather-dust-now strong{font-size:19px}#pool-direction .weather-dust-now>.weather-symbol{width:38px;height:38px}#pool-direction .weather-wind{font-size:11px}}

/* More readable weather text; keep the existing card grid and visual hierarchy. */
#pool-direction .weather-panel{font-size:14px}
#pool-direction .weather-air>span,#pool-direction .weather-current-source,#pool-direction .weather-source,#pool-direction .weather-method,#pool-direction .weather-day-confidence,#pool-direction .weather-day-episodes,#pool-direction .weather-hourly>p{font-size:12px}
#pool-direction .weather-now-detail>span,#pool-direction .weather-wind,#pool-direction .weather-outlook,#pool-direction .weather-day-extra,#pool-direction .weather-episodes,#pool-direction .weather-episodes h4{font-size:13px}
#pool-direction .weather-day dl{font-size:12px;line-height:1.4}
#pool-direction .weather-temperatures>span{font-size:15px}
#pool-direction .weather-table-scroll table{font-size:14px}
#pool-direction .weather-table-scroll tr>:first-child{font-size:12px}
#pool-direction .weather-dust-now{font-size:12px}
#pool-direction .weather-dust-now small{font-size:11px}
#pool-direction .weather-compact .weather-heading h2{font-size:14px}
#pool-direction .weather-open,#pool-direction .weather-compact .weather-open{font-size:12px}
#pool-direction .weather-current-source{display:flex;flex-wrap:wrap;justify-content:space-between;gap:4px 20px;line-height:1.5}
#pool-direction .weather-now-extra{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px 20px;flex-basis:100%;min-width:0;margin:0;padding-top:16px;border-top:1px solid var(--pool-line)}
#pool-direction .weather-now-extra>div{min-width:0}
#pool-direction .weather-now-extra dt{font-size:12px;line-height:1.4;color:var(--pool-muted)}
#pool-direction .weather-now-extra dd{font-size:16px;font-weight:600;margin:4px 0;line-height:1.3}
#pool-direction .weather-now-extra small{display:block;margin-top:4px;font-size:11px;font-weight:400;color:var(--pool-muted)}
@media(max-width:600px){#pool-direction .weather-now-extra{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px}#pool-direction .weather-now-detail{font-size:14px}}

/* Approved compact current-weather bar; forecast styling stays separate. */
#pool-direction .weather-now.weather-bar{display:block;padding:0;container-type:inline-size}
#pool-direction .weather-heading{align-items:baseline;gap:5px 16px;flex-wrap:wrap}
#pool-direction .weather-heading h2,#pool-direction .weather-compact .weather-heading h2{font-size:16px;font-weight:650;line-height:1.5}
#pool-direction .weather-updated{font-size:11px;color:var(--pool-muted);line-height:1.5}
#pool-direction .weather-bar *{box-sizing:border-box}
#pool-direction .weather-bar .weather-bar-main{display:grid;grid-template-columns:minmax(275px,1.8fr) repeat(3,minmax(92px,1fr));gap:16px;align-items:center;padding:16px 0 18px}
#pool-direction .weather-bar .weather-bar-thermal{display:grid;grid-template-columns:minmax(158px,1.15fr) minmax(104px,.85fr);align-items:center;gap:12px;min-width:0}
#pool-direction .weather-bar .weather-bar-current{display:flex;align-items:center;gap:8px;min-width:0}
#pool-direction .weather-bar .weather-bar-current>.weather-symbol{display:block;flex:none;width:44px;height:56px}
#pool-direction .weather-bar .weather-bar-current img{display:block;width:100%;height:100%;object-fit:contain}
#pool-direction .weather-bar .weather-bar-temperature{font-size:32px;font-weight:650;letter-spacing:-1px;line-height:1.2;white-space:nowrap}
#pool-direction .weather-bar .weather-bar-condition{display:block;margin-top:5px;font-size:12px;color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-feels{min-width:0}
#pool-direction .weather-bar .weather-bar-feels-label{display:block;font-size:12px;color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-feels-value{display:inline-block;font-size:25px;font-weight:600;line-height:1.3;letter-spacing:-.5px;white-space:nowrap}
#pool-direction .weather-bar .weather-bar-comfort{display:inline-flex;align-items:center;gap:5px;border-radius:5px;padding:2px 6px;font-size:11px;font-weight:550;line-height:1.5;color:light-dark(#9a5b0a,#efbd6d);background:light-dark(#fff3df,#30220e);margin-top:5px;white-space:nowrap}
#pool-direction .weather-bar .weather-bar-comfort::before{content:'';width:4px;height:4px;border-radius:50%;background:currentColor;flex:none}
#pool-direction .weather-bar .weather-bar-humidity{display:flex;align-items:center;gap:3px;grid-column:1/-1;font-size:12px;color:var(--pool-muted);margin-top:-5px}
#pool-direction .weather-bar .weather-bar-humidity img{width:20px;height:20px;object-fit:contain}
#pool-direction .weather-bar .weather-bar-humidity b{font-weight:600;color:var(--pool-text)}
#pool-direction .weather-bar .weather-bar-metric{margin:0;min-width:0}
#pool-direction .weather-bar .weather-bar-metric dt{display:flex;align-items:center;gap:3px;min-height:26px;font-size:12px;line-height:1.3;color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-metric dt img{flex:none;width:26px;height:26px;object-fit:contain;margin-left:-3px}
#pool-direction .weather-bar .weather-bar-metric dd{margin:4px 0 0;font-size:23px;line-height:1.3;font-weight:600;letter-spacing:-.3px;white-space:nowrap}
#pool-direction .weather-bar .weather-bar-unit{font-size:12px;font-weight:400;letter-spacing:0;color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-metric .weather-bar-secondary{margin-top:5px;font-size:11px;font-weight:400;letter-spacing:0;line-height:1.4;color:var(--pool-muted);white-space:normal}
#pool-direction .weather-bar .weather-bar-dust{--weather-bar-dust-color:light-dark(#24734b,#86cf9f)}
#pool-direction .weather-bar .weather-bar-dust[data-level="orange"]{--weather-bar-dust-color:light-dark(#9a5b0a,#efbd6d)}
#pool-direction .weather-bar .weather-bar-dust[data-level="red"]{--weather-bar-dust-color:light-dark(#a23b35,#efa6a0)}
#pool-direction .weather-bar .weather-bar-dust[data-level="unknown"]{--weather-bar-dust-color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-dust dd,#pool-direction .weather-bar .weather-bar-dust .weather-bar-unit{color:var(--weather-bar-dust-color)}
#pool-direction .weather-bar .weather-bar-day{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:10px 18px;margin:0;padding-top:12px;border-top:1px solid var(--pool-line)}
#pool-direction .weather-bar .weather-bar-day>div{display:flex;align-items:baseline;gap:5px;min-width:0}
#pool-direction .weather-bar .weather-bar-day dt{font-size:12px;color:var(--pool-muted)}
#pool-direction .weather-bar .weather-bar-day dd{margin:0;font-size:13px;font-weight:600;white-space:nowrap}
#pool-direction .weather-bar .weather-bar-source{font-size:11px;color:var(--pool-muted);margin:10px 0 0;line-height:1.45}
@container(max-width:640px){#pool-direction .weather-bar .weather-bar-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 16px;padding:14px 0 16px}#pool-direction .weather-bar .weather-bar-thermal{grid-column:1/-1;grid-template-columns:minmax(158px,1fr) minmax(104px,1fr)}#pool-direction .weather-bar .weather-bar-humidity{grid-column:1;margin-top:-6px}#pool-direction .weather-bar .weather-bar-day{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}#pool-direction .weather-bar .weather-bar-day>div{flex-wrap:wrap;gap:2px 5px}}
@container(max-width:360px){#pool-direction .weather-bar .weather-bar-main{column-gap:10px}#pool-direction .weather-bar .weather-bar-thermal{grid-template-columns:minmax(134px,1.1fr) minmax(96px,.9fr);gap:10px}#pool-direction .weather-bar .weather-bar-current{gap:6px}#pool-direction .weather-bar .weather-bar-current>.weather-symbol{width:32px;height:44px}#pool-direction .weather-bar .weather-bar-temperature{font-size:28px}#pool-direction .weather-bar .weather-bar-metric dt{font-size:11px;min-height:29px;gap:2px}#pool-direction .weather-bar .weather-bar-metric dt img{width:22px;height:24px;margin-left:-2px}#pool-direction .weather-bar .weather-bar-metric dd{font-size:21px}#pool-direction .weather-bar .weather-bar-metric .weather-bar-secondary{font-size:11px}#pool-direction .weather-bar .weather-bar-unit{font-size:11px}}
@container(max-width:640px){#pool-direction .weather-bar .weather-bar-metric{align-self:start}}

#pool-direction .weather-bar .weather-bar-source{display:block}
#pool-direction .weather-bar .weather-bar-dust .weather-bar-secondary{color:var(--weather-bar-dust-color)}
#pool-direction .weather-bar .weather-bar-comfort[data-tone="green"]{color:light-dark(#24734b,#86cf9f);background:light-dark(#edf7f0,#13271a)}
#pool-direction .weather-bar .weather-bar-comfort[data-tone="hot"]{color:light-dark(#a23b35,#efa6a0);background:light-dark(#ffefed,#321a18)}
#pool-direction .weather-bar .weather-bar-comfort[data-tone="neutral"]{color:var(--pool-muted);background:light-dark(#f2f4f6,#1c1c1c)}

/* Compact heading for the weather page in both applications. */
#pool-direction[data-view="weather"] .pool-main{display:grid;grid-template-columns:minmax(0,1fr) auto;column-gap:14px;padding-top:16px}
#pool-direction[data-view="weather"] .pool-main>*{grid-column:1/-1;min-width:0}
#pool-direction[data-view="weather"] .pool-main>.pool-heading{grid-column:1;grid-row:1;align-self:center;margin:0 0 12px}
#pool-direction[data-view="weather"] .pool-main>.pool-context{grid-column:2;grid-row:1;align-self:center;justify-self:end;margin:0 0 12px}
#pool-direction[data-view="weather"] .pool-context>span,#pool-direction[data-view="weather"] .pool-heading .pool-subtitle{display:none}
#pool-direction[data-view="weather"] .pool-heading h1{line-height:1.2}
@media(max-width:600px){#pool-direction[data-view="weather"] .pool-main{column-gap:10px;padding-top:12px}#pool-direction[data-view="weather"] .pool-heading h1{font-size:20px}#pool-direction[data-view="weather"] .pool-appearance button{padding-inline:7px}}
