/* A single small utility in the existing header; routes/actions stay native. */
.weather-pill{appearance:none;display:flex;flex:0 0 auto;align-items:center;justify-content:center;gap:10px;min-height:44px;border:1px solid var(--brand-border);border-radius:16px;padding:7px 12px;color:var(--brand-teal);background:#f2f0e5;font-family:inherit;font-size:.8125rem;line-height:1.3;font-weight:600;cursor:pointer;box-shadow:0 2px 7px #0f3d3e05;white-space:nowrap;touch-action:manipulation}
.weather-place-time,.weather-current{display:flex;align-items:center;justify-content:center;gap:5px;font-size:.8125rem;line-height:1.3;font-weight:650}
.weather-place-time time{font-variant-numeric:tabular-nums;letter-spacing:0;direction:ltr}
.weather-dot{color:var(--brand-muted)}
.weather-current[hidden]{display:none}.weather-current{border-inline-start:1px solid var(--brand-border);padding-inline-start:8px}
.weather-icon{display:block;width:22px;height:22px;flex-shrink:0;color:var(--brand-teal)}
.weather-icon-clear,.weather-icon-partlyCloudy{color:#a66824}.weather-icon-clearNight{color:#53757a}
.weather-pill:hover{border-color:#a9bcb5;background:#ebece0}.weather-pill:focus-visible,.weather-close:focus-visible{outline:3px solid var(--brand-action-red);outline-offset:3px}
.weather-sheet{box-sizing:border-box;border:1px solid var(--brand-border);border-radius:26px;background:var(--brand-ivory);color:var(--brand-teal);padding:0;width:min(510px,calc(100% - 28px));max-height:85dvh;overflow:auto;overscroll-behavior:contain;box-shadow:0 24px 80px #072d3550;margin:auto;font-family:inherit;text-align:start}
.weather-sheet::backdrop{background:#072c3866;backdrop-filter:blur(3px)}
html.weather-panel-open{overflow:hidden}
.weather-sheet-top{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px 14px;background:var(--brand-ivory);border-bottom:1px solid var(--brand-border)}
.weather-eyebrow{display:block;font-size:.6875rem;letter-spacing:.09em;color:var(--brand-muted);direction:ltr;text-align:start}
.weather-sheet h2{font-size:1.375rem;margin:6px 0 0;line-height:1.55;color:var(--brand-teal)}
.weather-close{display:grid;place-items:center;flex-shrink:0;border:1px solid var(--brand-border);border-radius:50%;width:44px;height:44px;background:#fffdf8;color:var(--brand-teal);cursor:pointer;padding:10px}.weather-close svg{width:22px;height:22px}
.weather-sheet-content{padding:18px 22px 22px}.weather-sheet h3{margin:0 0 12px;font-size:1rem;color:var(--brand-teal)}
.weather-today{border:1px solid #e6ddc9;border-radius:20px;padding:18px;background:linear-gradient(130deg,#fffaf0,#eeeede)}
.weather-now{display:flex;align-items:center;gap:16px}.weather-now>.weather-icon{width:40px;height:40px}.weather-now>strong{font-size:2.65rem;font-weight:600;line-height:1.4;letter-spacing:-.04em}
.weather-now p{font-size:1rem;line-height:1.6;margin:0}.weather-now small{font-size:.75rem;color:var(--brand-muted);line-height:1.6}
.weather-range-caption{font-size:.75rem;color:var(--brand-muted);margin-top:15px}
.weather-stats{display:flex;flex-wrap:wrap;gap:12px 20px;margin:7px 0 0}.weather-stats>div{min-width:55px}.weather-stats dt{font-size:.75rem;line-height:1.5;color:var(--brand-muted)}.weather-stats dd{font-size:.9375rem;margin:3px 0 0;font-weight:650}
.weather-forecast{margin-top:24px}.weather-forecast ol{list-style:none;padding:0;margin:0}.weather-forecast li{display:grid;grid-template-columns:minmax(86px,1.1fr) 22px minmax(65px,1fr) auto;align-items:center;gap:10px;min-height:59px;border-bottom:1px solid var(--brand-border);padding:9px 0;font-size:.8125rem;line-height:1.5}.weather-forecast li:last-child{border-bottom:0}
.weather-condition{color:var(--brand-muted);font-size:.75rem}.weather-range{display:flex;gap:9px;white-space:nowrap;font-weight:650}.weather-low{color:var(--brand-muted);font-weight:450}
.weather-updated,.weather-source p{font-size:.75rem;line-height:1.8;color:var(--brand-muted);margin:10px 0}.weather-source{border-top:1px solid var(--brand-border);padding-top:6px;margin-top:12px}.weather-source a{color:var(--brand-teal);text-underline-offset:3px;display:inline-flex;align-items:center;min-height:44px}.weather-source summary{font-size:.8125rem;min-height:44px;display:flex;align-items:center;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.weather-source summary::before{content:'+';margin-inline-end:8px}.weather-source details[open] summary::before{content:'−'}
.weather-unavailable{padding:22px 18px;border-radius:20px;background:#edf0e7}.weather-unavailable p{margin:6px 0;line-height:1.85;font-size:.9375rem}
@media(min-width:1000px){
 #app>header.has-weather{grid-template-columns:auto auto minmax(0,1fr) auto;gap:14px}
 .public-header.has-weather .weather-pill{margin-inline-end:auto}
}
@media(max-width:999px){
 #app>header.has-weather,.public-header.has-weather{flex-wrap:nowrap;gap:6px;padding-inline:12px;min-height:64px}
 .has-weather .brand,.has-weather .public-wordmark{flex-shrink:1;min-width:90px}
 .has-weather .brand-name{white-space:normal;max-width:70px;font-size:.75rem;line-height:1.3}
 .has-weather .brand-compact{gap:5px}.has-weather .brand-symbol{width:29px;height:29px}
 .has-weather .weather-pill{flex-direction:column;gap:1px;padding:4px 8px;border-radius:14px;min-width:91px;min-height:44px}
 .weather-place-time{font-size:.75rem;gap:4px}.weather-current{font-size:.8125rem;gap:4px;padding:0;border:0}.weather-current .weather-icon{width:17px;height:17px}
 .has-weather .header-actions{gap:3px;flex-shrink:0}.has-weather .city-button,.has-weather .language-button{font-size:.8125rem;padding-inline:6px;min-width:44px;gap:3px}
 .public-header.has-weather>.secondary{font-size:.8125rem;max-width:32%;padding:7px;min-width:0}
 .weather-sheet{margin:auto auto 0;border-radius:25px 25px 0 0;width:100%;max-width:540px;max-height:calc(100dvh - max(20px,env(safe-area-inset-top,0px)));border-bottom:0;padding-bottom:env(safe-area-inset-bottom,0px)}
 .weather-sheet-top{padding:17px 20px 12px}.weather-sheet-content{padding:18px 20px 22px}
}
@media(max-width:359px){.has-weather .brand-symbol{width:25px;height:25px}.has-weather .brand-name{font-size:.6875rem;max-width:62px}.has-weather .brand{min-width:78px}#app>header.has-weather{gap:4px;padding-inline:8px}.has-weather .weather-pill{min-width:83px;padding-inline:5px}.has-weather .language-button{max-width:65px;white-space:normal}.weather-forecast li{gap:6px;grid-template-columns:minmax(78px,1fr) 20px minmax(55px,1fr) auto}}
