.weather-location-bar{display:flex;gap:8px;overflow:auto;padding:2px 0 14px;scrollbar-width:thin}.weather-location-chip{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--panel);white-space:nowrap;color:var(--muted);font-weight:650}.weather-location-chip.active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 8px 22px color-mix(in srgb,var(--accent) 24%,transparent)}.weather-location-chip i{width:6px;height:6px;border-radius:50%;background:currentColor}.weather-stage{position:relative;min-height:590px;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 20%,var(--line));border-radius:18px;background:linear-gradient(145deg,#2678bd,#79bfe7 58%,#eaf7ff);color:#fff;box-shadow:0 18px 52px rgba(26,73,108,.18);isolation:isolate}.weather-stage[data-weather="rain"]{background:linear-gradient(145deg,#34495f,#6b8498 58%,#a9bbc8)}.weather-stage[data-weather="snow"]{background:linear-gradient(145deg,#7795ac,#c7dce8 60%,#f7fbfd)}.weather-stage[data-weather="cloud"]{background:linear-gradient(145deg,#50677b,#94aabc 60%,#d8e2e9)}.weather-stage[data-weather="night"]{background:linear-gradient(145deg,#0b193d,#233e70 62%,#526b95)}.weather-atmosphere{position:absolute;inset:0;z-index:-1;opacity:.65}.weather-atmosphere i{position:absolute;width:280px;height:90px;border-radius:50%;background:rgba(255,255,255,.2);filter:blur(2px);animation:weatherFloat 18s ease-in-out infinite}.weather-atmosphere i:nth-child(1){top:10%;left:-8%}.weather-atmosphere i:nth-child(2){top:34%;right:-9%;animation-delay:-6s}.weather-atmosphere i:nth-child(3){bottom:5%;left:25%;animation-delay:-12s}.weather-empty{min-height:590px;display:grid;place-content:center;justify-items:center;text-align:center;padding:32px}.weather-empty>span{width:74px;height:74px;margin-bottom:14px}.weather-empty h2{font-size:1.65rem;margin:0}.weather-empty p{color:rgba(255,255,255,.82)}.weather-content{padding:clamp(20px,4vw,42px)}.weather-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.weather-hero h2{font-size:clamp(1.8rem,4vw,3rem);margin:5px 0}.weather-hero p,.weather-hero>div>span{color:rgba(255,255,255,.8)}.weather-now{display:grid;justify-items:end}.weather-now>span{font-size:clamp(3.5rem,9vw,7rem);line-height:.9;filter:drop-shadow(0 10px 20px rgba(0,0,0,.14));animation:weatherBreathe 4s ease-in-out infinite}.weather-now strong{font-size:clamp(3rem,8vw,6rem);font-weight:300;line-height:1}.weather-now small{font-size:1rem}.weather-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:32px 0 26px}.weather-fact{padding:14px;border:1px solid rgba(255,255,255,.22);border-radius:12px;background:rgba(255,255,255,.13);backdrop-filter:blur(16px)}.weather-fact small{display:block;color:rgba(255,255,255,.7)}.weather-fact strong{font-size:1.15rem}.weather-section{margin-top:22px;padding:17px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(20,40,60,.16);backdrop-filter:blur(18px)}.weather-section-head h3{margin:0 0 14px}.weather-hourly{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(76px,1fr);gap:7px;overflow:auto}.weather-hour{display:grid;justify-items:center;gap:7px;padding:10px 6px;border-radius:10px;background:rgba(255,255,255,.1)}.weather-hour span{font-size:1.4rem}.weather-hour small{color:rgba(255,255,255,.72)}.weather-daily{display:grid;gap:2px}.weather-day{display:grid;grid-template-columns:minmax(92px,1fr) 36px 1fr auto;align-items:center;gap:12px;padding:10px;border-radius:9px}.weather-day:hover{background:rgba(255,255,255,.1)}.weather-day span{font-size:1.35rem}.weather-day small{color:rgba(255,255,255,.72)}.weather-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.weather-footer a{color:rgba(255,255,255,.75);font-size:.8rem}.weather-footer .danger-text{color:#fff}.weather-search-results{display:grid;gap:6px;max-height:320px;overflow:auto}.weather-search-result{display:grid;grid-template-columns:1fr auto;gap:10px;text-align:left;padding:11px;border:1px solid var(--line);border-radius:9px;background:var(--panel)}.weather-search-result span{color:var(--muted)}@keyframes weatherFloat{50%{transform:translate3d(42px,12px,0) scale(1.08)}}@keyframes weatherBreathe{50%{transform:translateY(-5px) scale(1.03)}}@media(max-width:700px){.weather-stage,.weather-empty{min-height:520px}.weather-hero{display:grid}.weather-now{justify-items:start}.weather-now>span{position:absolute;top:32px;right:25px}.weather-facts{grid-template-columns:1fr 1fr}.weather-day{grid-template-columns:85px 30px 1fr auto}.weather-content{padding:20px}}@media(prefers-reduced-motion:reduce){.weather-atmosphere i,.weather-now>span{animation:none}}

.weather-search-hint{margin-top:-8px;color:var(--muted);line-height:1.45}.weather-search-results{max-height:360px}.weather-search-result{grid-template-columns:minmax(120px,.65fr) minmax(0,1.35fr);align-items:center;padding:12px}.weather-search-result span{font-size:.84rem;line-height:1.35}@media(max-width:700px){.weather-search-result{grid-template-columns:1fr;gap:3px}}
.weather-location-actions{display:flex;align-items:center;gap:4px}.weather-footer .weather-location-actions .text-btn{color:#fff}@media(max-width:700px){.weather-footer{align-items:flex-start;gap:12px;flex-direction:column}.weather-location-actions{width:100%;justify-content:flex-end}}
