.weather-widget{margin:2rem 0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.weather-head{display:flex;align-items:center;gap:1rem}.weather-icon-lg{font-size:2.5rem}.weather-temp{font-size:1.6rem;font-weight:800;line-height:1.1}.weather-label{color:var(--text-secondary);font-size:.85rem}.weather-days{display:flex;gap:.75rem;flex-wrap:wrap}.weather-day{flex:1;min-width:120px;background:var(--bg-tertiary);border:1px solid transparent;border-radius:.625rem;padding:.6rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.2rem;cursor:pointer;font:inherit;color:var(--text-primary);transition:border-color .15s,background .15s}.weather-day:hover{border-color:var(--accent-emerald)}.weather-day-name{font-size:.72rem;color:var(--text-secondary);text-transform:capitalize;font-weight:600}.weather-day-icon{font-size:1.2rem}.weather-day-temps{font-size:.78rem;font-weight:700}.weather-day-hint{font-size:.62rem;color:var(--text-muted)}.weather-actions{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.weather-actions-left{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.weather-btn-geo{font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem .9rem;border-radius:.6rem;transition:border-color .15s}.weather-btn-geo:hover{border-color:var(--accent-emerald)}.weather-pick select{font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem .6rem;border-radius:.6rem;max-width:180px}.weather-pick select:hover{border-color:var(--accent-emerald)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.weather-btn-week{font:inherit;font-size:.82rem;font-weight:700;cursor:pointer;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);padding:.5rem .9rem;border-radius:.6rem;transition:border-color .15s}.weather-btn-week:hover{border-color:var(--accent-emerald)}.weather-cta{font-size:.82rem;font-weight:700;color:var(--accent-emerald);text-decoration:none}.weather-cta:hover{text-decoration:underline}.weather-foot{color:var(--text-muted);font-size:.7rem;margin:0}.weather-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.weather-modal[hidden]{display:none}.wm-backdrop{position:absolute;inset:0;background:#020617b3;backdrop-filter:blur(2px)}.wm-panel{position:relative;width:100%;max-width:520px;max-height:85vh;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:1rem;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 50px #00000059}.wm-head{display:flex;align-items:center;gap:.5rem;padding:.85rem 1rem;border-bottom:1px solid var(--border-color)}.wm-title{flex:1;font-weight:800;font-size:.95rem;text-transform:capitalize}.wm-back,.wm-close{font:inherit;cursor:pointer;border:1px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);border-radius:.5rem;padding:.3rem .6rem;font-size:.8rem;font-weight:700}.wm-close{width:32px;height:32px;padding:0;border-radius:50%;display:flex;align-items:center;justify-content:center}.wm-close:hover{background:#ef4444d9;color:#fff;border-color:transparent}.wm-body{padding:.75rem 1rem 1rem;overflow-y:auto}.wm-week{display:flex;flex-direction:column;gap:.25rem}.wm-day-row{display:grid;grid-template-columns:1fr 32px 46px 46px 20px;align-items:center;gap:.4rem;font:inherit;cursor:pointer;text-align:left;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.55rem;padding:.5rem .7rem}.wm-day-row:hover{border-color:var(--accent-emerald)}.wm-day-name{display:flex;flex-direction:column;font-weight:700;font-size:.85rem;text-transform:capitalize}.wm-day-name small{font-weight:400;font-size:.7rem;color:var(--text-muted)}.wm-day-icon{text-align:center}.wm-day-tmax{font-weight:800;text-align:right}.wm-day-tmin,.wm-day-arrow{color:var(--text-muted);text-align:right}.wm-hours{--wh-cols: 52px 30px 54px 92px 1fr;display:flex;flex-direction:column;gap:.15rem}.wm-hour{display:grid;grid-template-columns:var(--wh-cols);align-items:center;gap:.5rem;padding:.3rem .5rem;border-radius:.4rem;font-size:.82rem}.wm-hour:nth-child(2n){background:#94a3b814}.wm-hour-head{position:sticky;top:0;z-index:1;background:var(--bg-primary);border-bottom:1px solid var(--border-color);padding-bottom:.35rem;font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.wm-hour-head span{color:var(--text-muted)}.wh-hour{font-weight:700;color:var(--text-secondary)}.wh-icon{text-align:center}.wh-temp{font-weight:700;text-align:right}.wh-precip{color:#60a5fa;text-align:right}.wh-wind{color:var(--text-muted);text-align:left}.weather-hours-empty{font-size:.85rem;color:var(--text-muted)}@media (max-width: 560px){.wm-hours{--wh-cols: 46px 26px 46px 72px 1fr}.wm-hour{font-size:.74rem;gap:.35rem;padding:.3rem .35rem}.wm-day-row{grid-template-columns:1fr 28px 40px 40px 16px}}
