*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-color:#fafafa;--surface:#fff;--surface-hover:#f3f4f6;--text-main:#111827;--text-dim:#374151;--text-muted:#6b7280;--accent:#2563eb;--accent-light:#eff6ff;--accent-warm:#f59e0b;--rain:#3b82f6;--geo-quiet:#16a34a;--geo-quiet-bg:#ecfdf3;--geo-unsettled:#16a34a;--geo-unsettled-bg:#ecfdf3;--geo-active:#16a34a;--geo-active-bg:#ecfdf3;--geo-minor:#f59e0b;--geo-minor-bg:#fff7e8;--geo-moderate:#f97316;--geo-moderate-bg:#fff1e8;--geo-strong:#ef4444;--geo-strong-bg:#fef2f2;--geo-severe:#dc2626;--geo-severe-bg:#fef2f2;--geo-extreme:#991b1b;--geo-extreme-bg:#fee2e2;--air-good:#16a34a;--air-good-bg:#ecfdf3;--air-fair:#65a30d;--air-fair-bg:#f7fee7;--air-moderate:#f59e0b;--air-moderate-bg:#fff7e8;--air-poor:#f97316;--air-poor-bg:#fff1e8;--air-very-poor:#ef4444;--air-very-poor-bg:#fef2f2;--air-extreme:#7c3aed;--air-extreme-bg:#f5f3ff;--border:#e5e7eb;--radius:20px;--radius-sm:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;--shadow-lg:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000006;--font-main:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-accent:"Trebuchet MS","Segoe UI",system-ui,sans-serif}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-main);background:var(--bg-color);min-height:100vh;color:var(--text-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}.loading-screen{flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:100vh;display:flex}.loading-text{color:var(--text-dim);letter-spacing:.02em;font-size:1.1rem;font-weight:500}.weather-app{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.weather-header{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);background:#ffffffe6;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;gap:16px;max-width:1100px;height:64px;margin:0 auto;padding:0 20px;display:flex}.site-logo{border-radius:var(--radius-sm);flex-shrink:0;align-items:center;gap:10px;padding:6px 12px;text-decoration:none;transition:background .2s;display:flex}.site-logo:hover{background:var(--surface-hover)}.logo-text{color:var(--text-main);font-size:1.1rem;font-weight:700;font-family:var(--font-accent);white-space:nowrap}.header-right{flex:1;justify-content:flex-end;align-items:center;gap:16px;display:flex}.lang-toggle{color:var(--text-dim);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:8px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s}.lang-toggle:hover{background:var(--surface-hover);color:var(--text-main)}.search-wrapper{width:100%;max-width:380px;position:relative}.search-bar{background:var(--surface);border:1px solid var(--border);border-radius:40px;align-items:center;gap:10px;height:40px;padding:0 16px;transition:all .2s;display:flex}.search-bar--focused{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.search-icon{color:var(--text-muted);flex-shrink:0}.search-input{color:var(--text-main);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.95rem}.search-input::placeholder{color:var(--text-muted)}.search-clear{cursor:pointer;color:var(--text-muted);background:0 0;border:none;align-items:center;padding:2px;transition:color .2s;display:flex}.search-clear:hover{color:var(--text-main)}.search-dropdown{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:200;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden}.search-result{width:100%;color:var(--text-main);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:12px 16px;font-family:inherit;font-size:.9rem;transition:background .15s;display:flex}.search-result:hover{background:var(--surface-hover)}.result-loc-icon{color:var(--text-muted);flex-shrink:0}.result-name{flex:1;font-weight:500}.result-region{color:var(--text-muted);font-size:.8rem}.weather-main{flex-direction:column;gap:20px;width:100%;max-width:1100px;margin:0 auto;padding:32px 20px 60px;display:flex;overflow-x:hidden}.hero-card{box-shadow:none;background:0 0;border:none;border-radius:0;grid-template-rows:auto auto;grid-template-columns:auto minmax(0,1fr) minmax(220px,260px);align-items:start;gap:8px 32px;min-width:0;padding:20px 44px 8px;display:grid}.hero-geomagnetic{flex-direction:column;grid-area:1/3/span 2;place-self:start stretch;gap:12px;display:flex}.hero-geomagnetic--mobile{display:none}.hero-left{flex-direction:column;grid-area:1/1/span 2;align-self:start;align-items:center;gap:8px;display:flex}.hero-icon-wrap{justify-content:center;align-items:center;width:110px;height:110px;display:flex}.hero-temp-wrap{align-items:center;gap:12px;margin-top:8px;display:flex}.hero-primary{flex-direction:column;align-items:center;gap:10px;display:flex}.hero-temp{font-family:var(--font-accent);color:var(--text-main);letter-spacing:-1.5px;font-size:4.5rem;font-weight:800;line-height:1}.temp-toggle{background:var(--surface-hover);cursor:pointer;border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:2px;padding:4px;display:flex}.temp-toggle span{width:32px;height:32px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.temp-toggle .active{background:var(--surface);color:var(--text-main);box-shadow:var(--shadow-sm)}.temp-toggle .sep{display:none}.hero-wind-direction{color:var(--text-muted);background:0 0;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;padding:3px 8px;font-weight:700;line-height:1;display:inline-flex}.hero-wind-direction svg{color:#05070b;opacity:1;flex-shrink:0}.hero-center{flex-direction:column;grid-area:1/2;align-self:start;gap:6px;min-width:0;display:flex}.hero-city{font-family:var(--font-accent);color:var(--text-main);font-size:2.5rem;font-weight:800;line-height:1.1}.hero-condition{color:var(--text-dim);font-size:1.1rem;font-weight:500}.hero-datetime{color:var(--text-muted);margin-top:4px;font-size:.84rem;font-weight:400}.hero-datetime-short{display:none}.hero-feels{color:var(--text-dim);font-size:.95rem}.geo-summary{background:radial-gradient(circle at 100% 0,#ffffffd9,#0000 42%),linear-gradient(135deg,#fffffff5,#ffffffc7);border:1px solid #0000;border-radius:14px;flex-direction:column;gap:8px;max-width:280px;padding:12px 14px 10px;display:flex;box-shadow:inset 0 1px #ffffffb3}.air-summary{background:radial-gradient(circle at 100% 0,#ffffffd9,#0000 42%),linear-gradient(135deg,#fffffff5,#ffffffc7);border:1px solid #0000;border-radius:14px;flex-direction:column;gap:8px;min-width:220px;max-width:280px;padding:12px 14px 10px;display:flex;box-shadow:inset 0 1px #ffffffb3}.air-summary__title{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;font-size:.76rem;font-weight:700;display:inline-flex}.air-summary__body{flex-direction:column;gap:4px;display:flex}.air-summary__main{grid-template-columns:52px 1px minmax(0,1fr);align-items:center;gap:12px;display:grid}.air-summary__value{letter-spacing:-.04em;width:52px;font-size:2.1rem;font-weight:800;line-height:1;font-family:var(--font-accent);display:block}.air-summary__label{color:var(--text-muted);font-size:.74rem;font-weight:600}.air-summary__divider,.geo-summary__divider{background:linear-gradient(180deg,transparent,var(--border),transparent);flex-shrink:0;align-self:stretch;width:1px;min-height:34px}.air-summary__side,.geo-summary__side{flex-direction:column;gap:2px;display:flex}.air-summary__meta,.air-summary__info{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:5px;font-size:.68rem;line-height:1.3;display:flex}.air-summary__scale{width:100%;height:14px;margin-top:2px;position:relative}.air-summary__scale-track{background:linear-gradient(90deg,#22c55e 0%,#84cc16 20%,#facc15 40%,#fb923c 65%,#ef4444 82%,#a855f7 100%);border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:inset 0 1px 1px #ffffff73}.air-summary__scale-marker{background:#fff;border:2px solid;border-radius:999px;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0f172a2e}.air-summary__dot{opacity:.45;background:currentColor;border-radius:999px;width:4px;height:4px}.air-summary--good{background-color:var(--air-good-bg);border-color:#16a34a2e}.air-summary--good .air-summary__value{color:var(--air-good)}.air-summary--fair{background-color:var(--air-fair-bg);border-color:#65a30d2e}.air-summary--fair .air-summary__value{color:var(--air-fair)}.air-summary--moderate{background-color:var(--air-moderate-bg);border-color:#f59e0b2e}.air-summary--moderate .air-summary__value{color:var(--air-moderate)}.air-summary--poor{background-color:var(--air-poor-bg);border-color:#f973162e}.air-summary--poor .air-summary__value{color:var(--air-poor)}.air-summary--very-poor{background-color:var(--air-very-poor-bg);border-color:#ef44442e}.air-summary--very-poor .air-summary__value{color:var(--air-very-poor)}.air-summary--extremely-poor{background-color:var(--air-extreme-bg);border-color:#7c3aed2e}.air-summary--extremely-poor .air-summary__value{color:var(--air-extreme)}.geo-summary__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.geo-summary__title{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;font-size:.76rem;font-weight:700;display:inline-flex}.geo-summary__body{flex-direction:column;align-items:stretch;gap:4px;display:flex}.geo-summary__main{grid-template-columns:52px 1px minmax(0,1fr);align-items:center;gap:12px;display:grid}.geo-summary__kp{align-items:center;width:52px;display:flex}.geo-summary__kp-label{color:var(--text-muted);font-size:.74rem;font-weight:600}.geo-summary__kp-value{letter-spacing:-.04em;font-size:2.1rem;font-weight:800;line-height:1;font-family:var(--font-accent)}.geo-summary__info{color:var(--text-muted);flex-wrap:wrap;align-items:center;gap:5px;font-size:.68rem;line-height:1.3;display:flex}.geo-summary__scale{width:100%;height:14px;margin-top:2px;position:relative}.geo-summary__scale-track{background:linear-gradient(90deg,#22c55e 0%,#84cc16 22%,#facc15 44%,#fb923c 66%,#ef4444 84%,#991b1b 100%);border-radius:999px;height:6px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);box-shadow:inset 0 1px 1px #ffffff73}.geo-summary__scale-marker{background:#fff;border:2px solid;border-radius:999px;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 6px #0f172a2e}.geo-summary__timeline{flex-direction:column;gap:5px;min-width:0;margin-top:6px;display:flex}.geo-summary__timeline-header{letter-spacing:.03em;text-transform:uppercase;color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.62rem;line-height:1.2;display:flex}.geo-summary__timeline-chart{width:100%;max-width:100%;height:60px;display:block;overflow:visible}.geo-summary__timeline-area{fill:color-mix(in srgb,currentColor 10%,transparent)}.geo-summary__timeline-line{fill:none;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.geo-summary__timeline-value{letter-spacing:.01em;stroke:#fffffff5;stroke-width:2px;paint-order:stroke fill;font-size:8.5px;font-weight:700}.geo-summary__timeline-point{stroke:#fffffff5;stroke-width:1.8px}.geo-summary__timeline-labels{color:var(--text-muted);grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;font-size:.58rem;display:grid}.geo-summary__timeline-labels span{text-align:center;min-width:0}.geo-summary__timeline-label--muted{opacity:0}.geo-summary__dot{opacity:.45;background:currentColor;border-radius:999px;width:4px;height:4px}.geo-summary--quiet{background-color:var(--geo-quiet-bg);border-color:#10b9812e}.geo-summary--quiet .geo-summary__kp-value{color:var(--geo-quiet)}.geo-summary--unsettled{background-color:var(--geo-unsettled-bg);border-color:#16a34a2e}.geo-summary--unsettled .geo-summary__kp-value{color:var(--geo-unsettled)}.geo-summary--active{background-color:var(--geo-active-bg);border-color:#16a34a2e}.geo-summary--active .geo-summary__kp-value{color:var(--geo-active)}.geo-summary--minor{background-color:var(--geo-minor-bg);border-color:#f59e0b2e}.geo-summary--minor .geo-summary__kp-value{color:var(--geo-minor)}.geo-summary--moderate{background-color:var(--geo-moderate-bg);border-color:#f973162e}.geo-summary--moderate .geo-summary__kp-value{color:var(--geo-moderate)}.geo-summary--strong{background-color:var(--geo-strong-bg);border-color:#dc26262e}.geo-summary--strong .geo-summary__kp-value{color:var(--geo-strong)}.geo-summary--severe{background-color:var(--geo-severe-bg);border-color:#be123c2e}.geo-summary--severe .geo-summary__kp-value{color:var(--geo-severe)}.geo-summary--extreme{background-color:var(--geo-extreme-bg);border-color:#991b1b2e}.geo-summary--extreme .geo-summary__kp-value{color:var(--geo-extreme)}.hero-stats{flex-direction:column;grid-area:2/2;align-self:start;gap:12px;min-width:0;margin-top:16px;padding-left:16px;display:flex;position:relative}.hero-stats:before{content:"";background:linear-gradient(180deg,transparent,var(--border),transparent);width:1px;position:absolute;top:0;bottom:0;left:0}.stat-item{color:var(--text-dim);align-items:center;gap:10px;font-size:.9rem;font-weight:500;line-height:1.3;display:flex}.stat-item svg{color:var(--text-muted);opacity:.85;flex-shrink:0}.stat-item--humidity svg,.stat-item--precip svg{color:var(--rain);opacity:1}.stat-item--wind{flex-wrap:wrap;row-gap:6px}.section-card{background:var(--surface);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);min-width:0;padding:28px 32px;overflow-x:hidden}.section-card--plain{box-shadow:none;background:0 0;border:none;border-radius:0;padding:8px 0;overflow-x:hidden}.weather-hourly-section .section-title{display:none}.section-card--forecast{margin-top:28px;position:relative;overflow:visible}.section-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:24px;font-size:.9rem;font-weight:600}.forecast-tabs{z-index:2;background:0 0;flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex;position:absolute;top:-42px;left:24px}.forecast-tab{color:var(--text-muted);font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:12px 12px 0 0;padding:10px 16px 11px;font-size:.9rem;font-weight:600;transition:background .18s,color .18s,border-color .18s}.forecast-tab:hover{color:var(--text-main);background:#f8fafc}.forecast-tab--active{background:var(--surface);color:var(--text-main);border-color:var(--border);box-shadow:0 -1px 0 var(--surface),0 1px 0 var(--surface)}.hourly-chart-container{width:100%}.chart-scroll{-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;scrollbar-width:auto;scrollbar-color:#9ca3af #e5e7eb;cursor:grab;-webkit-user-select:none;user-select:none;padding-bottom:12px;overflow-x:auto}.chart-scroll--dragging{cursor:grabbing}.chart-scroll::-webkit-scrollbar{height:10px}.chart-scroll::-webkit-scrollbar-track{background:#e5e7eb;border-radius:999px}.chart-scroll::-webkit-scrollbar-thumb{background:#9ca3af;border:2px solid #e5e7eb;border-radius:999px}.chart-scroll::-webkit-scrollbar-thumb:hover{background:#6b7280}.chart-svg-wrapper{min-width:600px;height:90px;margin-bottom:12px;position:relative}.chart-svg{width:100%;height:90px}.chart-temp-labels{pointer-events:none;position:absolute;inset:0}.chart-temp-label{color:var(--accent);font-size:.85rem;font-weight:600;position:absolute;transform:translate(-50%)}.chart-columns{grid-template-columns:repeat(8,1fr);min-width:600px;display:grid}.chart-col{border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:6px;padding:10px 4px;transition:background .2s;display:flex}.chart-col:hover{background:var(--surface-hover)}.chart-col--current{background:var(--accent-light)}.chart-col-precip{align-items:center;min-height:18px;display:flex}.chart-col-wind{min-height:18px;color:var(--text-dim);align-items:center;gap:4px;font-size:.68rem;font-weight:600;display:inline-flex}.chart-col-wind__icon,.chart-col-wind__arrow{color:#64748b;flex-shrink:0}.chart-col-wind__icon{opacity:.9}.precip-badge{color:var(--rain);align-items:center;gap:3px;font-size:.7rem;font-weight:600;display:inline-flex}.precip-badge svg{color:var(--rain);flex-shrink:0}.chart-col-time{color:var(--text-muted);font-size:.8rem;font-weight:500}.daily-forecast{flex-direction:column;display:flex}.daily-row{border-bottom:1px solid var(--border);border-radius:0;align-items:center;gap:16px;width:100%;min-width:0;padding:14px 16px;transition:background .15s;display:flex}.daily-row:last-child{border-bottom:none}.daily-row:hover{background:var(--surface-hover)}.daily-row--today{background:var(--accent-light);border-bottom-color:#0000}.daily-day{color:var(--text-main);font-size:.95rem;font-weight:500}.daily-date{flex-direction:column;min-width:72px;display:flex}.daily-date-label{color:var(--text-muted);font-size:.75rem}.daily-row--today .daily-day{color:var(--accent);font-weight:600}.daily-visual{align-items:center;gap:14px;min-width:260px;display:flex}.daily-icon{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.daily-summary{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.daily-temp-stack{flex-direction:column;gap:5px;min-width:180px;display:flex}.daily-temp-line{align-items:center;gap:6px;font-weight:700;display:flex}.daily-temp-sep{color:var(--text-muted);font-weight:500}.daily-divider{background:linear-gradient(180deg,transparent,var(--border),transparent);flex-shrink:0;align-self:stretch;width:1px}.daily-condition-text{color:var(--text-main);min-width:0;font-size:.96rem;font-weight:600}.daily-meta-list{flex-direction:column;align-items:flex-start;gap:8px;min-width:180px;display:flex}.daily-meta-item{white-space:nowrap;align-items:center;gap:6px;line-height:1;display:inline-flex}.daily-mobile-only{display:none}.daily-side-cards{align-items:stretch;gap:12px;min-width:0;margin-left:auto;display:flex}.daily-side-card{border:1px solid var(--border);background:radial-gradient(circle at 100% 0,#ffffffd9,#0000 42%),linear-gradient(135deg,#fffffff5,#f8fafcdb);border-radius:14px;flex-direction:column;gap:8px;width:170px;min-width:170px;padding:12px 14px 10px;display:flex}.daily-side-card__title{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:6px;font-size:.74rem;font-weight:700;display:inline-flex}.daily-side-card__value{flex-direction:column;gap:3px;display:flex}.daily-side-card__value strong{color:inherit;font-size:1.55rem;line-height:1}.daily-side-card__value span{color:inherit;font-size:.82rem;font-weight:600}.daily-side-card__bar{border-radius:999px;height:4px}.daily-side-card__scale{position:relative}.daily-side-card--air .daily-side-card__bar{background:linear-gradient(90deg,#22c55e 0%,#84cc16 24%,#eab308 50%,#f97316 72%,#ef4444 86%,#a855f7 100%)}.daily-side-card--geo .daily-side-card__bar{background:linear-gradient(90deg,#22c55e 0% 44%,#eab308 58%,#f97316 78%,#b91c1c 100%)}.daily-side-card--geo-scale-1,.daily-side-card--geo-scale-2,.daily-side-card--geo-scale-3,.daily-side-card--geo-scale-4{color:#16a34a}.daily-side-card--geo-scale-5,.daily-side-card--geo-scale-6{color:#eab308}.daily-side-card--geo-scale-7,.daily-side-card--geo-scale-8{color:#f97316}.daily-side-card--geo-scale-9,.daily-side-card--geo-scale-10{color:#dc2626}.daily-side-card__marker{background:#fff;border:2px solid #111827;border-radius:999px;width:10px;height:10px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 2px #0f172a2e}.daily-wind{color:var(--text-dim);background:0 0;border:none;border-radius:0;padding:0;font-size:.78rem;font-weight:600}.daily-wind svg{color:#a78bfa}.daily-geo{border:none;border-radius:0;padding:0;font-size:.76rem;font-weight:700}.daily-geo svg{opacity:.85}.daily-humidity,.daily-pressure{color:var(--text-muted);font-size:.76rem;font-weight:600}.daily-humidity svg,.daily-precip,.daily-precip svg,.daily-pressure svg{color:var(--rain)}.daily-pressure svg{color:#94a3b8}.daily-air{font-size:.76rem;font-weight:700}.daily-air svg{opacity:.85}.daily-air--good{color:#16a34a}.daily-air--fair{color:#65a30d}.daily-air--moderate{color:#d97706}.daily-air--poor{color:#ea580c}.daily-air--very-poor{color:#dc2626}.daily-air--extremely-poor{color:#a21caf}.daily-side-card--good .daily-side-card__value strong,.daily-side-card--good .daily-side-card__value span{color:#16a34a}.daily-side-card--fair .daily-side-card__value strong,.daily-side-card--fair .daily-side-card__value span{color:#65a30d}.daily-side-card--moderate .daily-side-card__value strong,.daily-side-card--moderate .daily-side-card__value span{color:#d97706}.daily-side-card--poor .daily-side-card__value strong,.daily-side-card--poor .daily-side-card__value span{color:#ea580c}.daily-side-card--very-poor .daily-side-card__value strong,.daily-side-card--very-poor .daily-side-card__value span{color:#dc2626}.daily-side-card--extremely-poor .daily-side-card__value strong,.daily-side-card--extremely-poor .daily-side-card__value span{color:#a21caf}@media (min-width:901px){.daily-row{grid-template-columns:clamp(4rem,4.8vw,4.5rem) minmax(13.5rem,1fr) 1px minmax(11.25rem,.9fr) clamp(18.5rem,29vw,22rem);align-items:center;column-gap:clamp(.8rem,1.1vw,1rem);display:grid}.daily-date{min-width:0;padding-right:clamp(.45rem,.9vw,.65rem)}.daily-visual{gap:clamp(.8rem,1.15vw,.95rem);min-width:0}.daily-icon{width:clamp(2.5rem,2.7vw,2.9rem);height:clamp(2.5rem,2.7vw,2.9rem)}.daily-condition-text{font-size:clamp(.94rem,.95vw,1rem)}.daily-max{font-size:clamp(1rem,1vw,1.08rem)}.daily-min{font-size:clamp(.92rem,.92vw,.98rem)}.daily-divider{justify-self:stretch}.daily-meta-list{gap:clamp(.45rem,.7vw,.6rem);width:100%;min-width:clamp(11.25rem,13.5vw,12rem)}.daily-wind,.daily-precip,.daily-humidity,.daily-pressure,.daily-air,.daily-geo{font-size:clamp(.8rem,.84vw,.88rem)}.daily-meta-item svg{width:.76rem;height:.76rem}.daily-side-cards{justify-self:end;gap:clamp(.6rem,.9vw,.75rem);width:clamp(18.5rem,29vw,22rem);min-width:clamp(18.5rem,29vw,22rem);margin-left:0}.daily-side-card{flex:1 1 0;width:auto;min-width:0}}.daily-geo--quiet{color:var(--geo-quiet);background:0 0}.daily-geo--unsettled{color:var(--geo-unsettled);background:0 0}.daily-geo--active{color:var(--geo-active);background:0 0}.daily-geo--minor{color:var(--geo-minor);background:0 0}.daily-geo--moderate{color:var(--geo-moderate);background:0 0}.daily-geo--strong{color:var(--geo-strong);background:0 0}.daily-geo--severe{color:var(--geo-severe);background:0 0}.daily-geo--extreme{color:var(--geo-extreme);background:0 0}.daily-precip{color:var(--rain);background:0 0;border:none;border-radius:0;padding:0;font-size:.78rem;font-weight:600}.daily-max{color:var(--text-main);text-align:left;min-width:auto;font-size:1.05rem;font-weight:600}.daily-min{color:var(--text-muted);text-align:left;min-width:auto;font-size:.95rem}.temp-bar-wrapper{background:var(--border);border-radius:3px;width:92px;height:5px;position:relative;overflow:hidden}.temp-bar{background:var(--text-muted);border-radius:3px;position:absolute;top:0;bottom:0}.update-note{color:var(--text-muted);justify-content:center;align-items:center;gap:6px;padding:16px 0;font-size:.8rem;display:flex}.seo-hero{flex-direction:column;gap:10px;display:flex}.seo-breadcrumb{color:var(--text-muted);align-items:center;gap:8px;font-size:.85rem;display:flex}.seo-breadcrumb a{color:inherit;text-decoration:none}.weather-breadcrumb{margin-bottom:-6px}.weather-breadcrumb--city{flex-wrap:wrap}.weather-breadcrumb--footer{opacity:.86;margin-top:4px;margin-bottom:0;font-size:.74rem}.seo-title{font-family:var(--font-accent);color:var(--text-main);font-size:2rem;font-weight:800;line-height:1.1}.seo-description{max-width:760px;color:var(--text-dim);font-size:1rem;line-height:1.55}.seo-region-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.seo-content-block{gap:22px;display:grid}.seo-content-block__lead{gap:10px;max-width:860px;display:grid}.seo-content-block__title{font-family:var(--font-accent);color:var(--text-main);font-size:1.55rem;font-weight:800;line-height:1.15}.seo-content-block__title--small{font-size:1.15rem}.seo-content-block__text{color:var(--text-dim);font-size:.98rem;line-height:1.75}.seo-content-block__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.seo-content-block__card,.seo-content-block__faq-item{border:1px solid var(--border);background:linear-gradient(#fffffffa,#f8fafcf0);border-radius:16px;padding:18px 20px}.seo-content-block__card h3,.seo-content-block__faq-item h3{color:var(--text-main);margin-bottom:10px;font-size:.95rem;line-height:1.45}.seo-content-block__card ul{gap:10px;padding-left:18px;display:grid}.seo-content-block__card li,.seo-content-block__faq-item p{color:var(--text-dim);font-size:.94rem;line-height:1.65}.seo-region-card,.seo-city-link{border:1px solid var(--border);color:var(--text-main);background:linear-gradient(#fffffffa,#f8fafcf5);border-radius:14px;flex-direction:column;gap:6px;padding:14px 16px;text-decoration:none;transition:transform .16s,border-color .16s,background .16s;display:flex}.seo-region-card:hover,.seo-city-link:hover{background:#fff;border-color:#d7e4fb;transform:translateY(-1px)}.seo-region-card strong{font-size:1rem}.seo-region-card span{color:var(--text-muted);font-size:.84rem}.seo-region-card__weather{border-top:1px solid #e5e7ebcc;justify-content:space-between;align-items:center;gap:12px;margin-top:8px;padding-top:8px;display:flex}.seo-region-card__weather-text{flex-direction:column;gap:2px;min-width:0;display:flex}.seo-region-card__weather-city{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:.8rem;font-weight:600;overflow:hidden}.seo-region-card__weather-condition{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.seo-region-card__weather-main{color:var(--text-main);flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.seo-region-card__weather-main strong{font-size:.98rem;line-height:1}.seo-city-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.seo-city-link{gap:0;font-size:.92rem;font-weight:600}.seo-city-link--weather{flex-direction:row;justify-content:space-between;align-items:center;gap:12px}.seo-city-link__name{min-width:0}.seo-city-link__weather{color:var(--text-main);flex-shrink:0;align-items:center;gap:8px;display:inline-flex}.seo-city-link__weather strong{font-size:1rem;line-height:1}.city-links{gap:18px;display:grid}.city-links__head{justify-content:space-between;align-items:center;gap:16px;display:flex}.city-links__title{margin-bottom:0}.city-links__region-link{color:var(--accent);white-space:nowrap;font-size:.9rem;font-weight:700;text-decoration:none}.city-links__region-link:hover{text-decoration:underline}.city-seo{gap:22px;display:grid}.city-seo__intro{gap:10px;display:grid}.city-seo__title{font-family:var(--font-accent);color:var(--text-main);font-size:1.7rem;font-weight:800;line-height:1.15}.city-seo__lead{max-width:860px;color:var(--text-dim);font-size:1rem;line-height:1.7}.city-seo__body{grid-template-columns:minmax(0,1.5fr) minmax(250px,.85fr);align-items:start;gap:22px;display:grid}.city-seo__text{gap:14px;display:grid}.city-seo__text p{color:var(--text-dim);font-size:.98rem;line-height:1.75}.city-seo__highlights{border:1px solid var(--border);background:linear-gradient(#fffffff5,#f8fafceb);border-radius:16px;gap:12px;padding:16px 18px;display:grid}.city-seo__highlights h3,.city-seo__faq h3{letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);font-size:.92rem;font-weight:700}.city-seo__highlights ul{gap:10px;padding-left:18px;display:grid}.city-seo__highlights li{color:var(--text-dim);font-size:.94rem;line-height:1.55}.city-seo__faq{gap:14px;display:grid}.city-seo__faq-list{gap:12px;display:grid}.city-seo__faq-item{border:1px solid var(--border);background:linear-gradient(#fffffffa,#f8fafcf0);border-radius:16px;padding:16px 18px}.city-seo__faq-item h4{color:var(--text-main);margin-bottom:8px;font-size:1rem;line-height:1.45}.city-seo__faq-item p{color:var(--text-dim);font-size:.95rem;line-height:1.7}.weather-icon.sunny .sun-core{animation:3s ease-in-out infinite sunPulse}.weather-icon.sunny .sun-rays{transform-origin:50%;animation:12s linear infinite sunRays}.weather-icon.partly-cloudy .sun-rays{transform-origin:22px 20px;animation:12s linear infinite sunRays}@keyframes sunPulse{0%,to{filter:brightness()}50%{filter:brightness(1.1)}}@keyframes sunRays{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rain-drops{animation:1.2s linear infinite rainFall}@keyframes rainFall{0%{opacity:.8;transform:translateY(-3px)}to{opacity:1;transform:translateY(3px)}}.snow-flakes{animation:2s ease-in-out infinite alternate snowFall}@keyframes snowFall{0%{transform:translateY(-2px)rotate(-5deg)}to{transform:translateY(2px)rotate(5deg)}}.month-calendar{flex-direction:column;gap:8px;width:100%;display:flex}.month-calendar-desktop{display:block}.month-calendar-mobile{display:none}.windy-widget{flex-direction:column;gap:16px;min-width:0;display:flex}.windy-tabs{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.windy-tab{border:1px solid var(--border);color:var(--text-main);font:inherit;cursor:pointer;background:#f8fafc;border-radius:10px;padding:10px 16px;font-size:.95rem;font-weight:600;transition:background .18s,color .18s,border-color .18s}.windy-tab:hover{background:#eef5ff;border-color:#bfdbfe}.windy-tab--active{background:var(--accent);color:#fff;border-color:var(--accent)}.windy-frame-wrap{border:1px solid var(--border);box-shadow:var(--shadow-sm);background:#dcebfa;border-radius:18px;width:100%;max-width:100%;overflow:hidden}.windy-frame{border:0;width:100%;height:680px;display:block}.calendar-header{text-align:center;border-bottom:1px solid var(--border);grid-template-columns:repeat(7,1fr);margin-bottom:12px;padding-bottom:12px;display:grid}.cal-dow{color:var(--text-dim);font-size:.85rem;font-weight:600}.cal-weekend{color:#ef4444}.calendar-grid{grid-template-columns:repeat(7,1fr);gap:10px;display:grid}.cal-cell{border:1px solid var(--border);background:linear-gradient(#fffffffa,#f8fafcf5);border-radius:16px;flex-direction:column;align-items:center;gap:6px;min-height:126px;padding:10px 10px 12px;transition:transform .18s,background .2s,border-color .2s,opacity .2s;display:flex;box-shadow:0 6px 18px #0f172a0a}.cal-cell:hover:not(.empty){background:#fff;border-color:#d8e0ea;transform:translateY(-1px)}.cal-cell.empty{background:0 0;border-color:#0000}.cal-cell.today{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent),0 10px 24px #2563eb1f;background:linear-gradient(#eef5ff,#e8f1ff)}.cal-cell.past{opacity:.55;background:linear-gradient(#f8fafcd9,#f1f5f9cc);border-style:dashed}.cal-date{color:var(--text-main);align-self:flex-start;font-size:.95rem;font-weight:700}.cal-cell.today .cal-date{color:var(--accent)}.cal-icon{flex:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.cal-precip-overlay{font-size:.78rem;position:absolute;bottom:-2px;right:6px}.cal-temps{align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:flex}.cal-max{color:var(--text-main)}.cal-min{color:var(--text-muted)}.cal-cell .chart-col-wind{margin-top:2px}@media (max-width:900px){.hero-card{text-align:left;grid-template-rows:none;grid-template-columns:1fr;gap:20px;padding:28px}.hero-left{flex-direction:row;justify-content:flex-start;gap:24px}.hero-primary{align-items:flex-start}.hero-stats{border-left:none;border-top:1px solid var(--border);grid-area:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-width:0;margin-top:0;padding-top:20px;padding-left:0;display:grid}.hero-stats:before{display:none}.stat-item{justify-content:flex-start;font-size:.85rem}.temp-toggle{flex-direction:row;align-self:flex-start}.hero-geomagnetic{flex-flow:wrap;grid-area:auto;justify-self:stretch}.hero-geomagnetic--mobile{display:none}.daily-row{padding:12px}.daily-visual{gap:10px;min-width:220px}.daily-condition-text{font-size:.9rem}.daily-temp-stack{min-width:150px}.daily-meta-list{gap:6px;min-width:150px}.daily-wind,.daily-precip,.daily-geo{font-size:.72rem}}@media (max-width:932px) and (orientation:portrait){.header-inner{gap:8px;padding:0 10px}.logo-text{display:none}.weather-main{--hero-right-col:clamp(7.6rem,35vw,10.25rem);--hero-icon-size:clamp(3.05rem,13.1vw,5.35rem);--hero-temp-size:clamp(2.25rem,9.8vw,3.5rem);--hero-title-size:clamp(1.28rem,6.3vw,2.08rem);--hero-copy-size:clamp(.72rem,2.55vw,.94rem);--hero-stat-size:clamp(.86rem,2.85vw,1.1rem);--hero-stat-icon-size:clamp(.8rem,2.45vw,1rem);--hero-toggle-size:clamp(1.55rem,6.5vw,2.35rem);gap:12px;padding:16px 10px 30px}.hero-card{grid-template-columns:minmax(0,.94fr)minmax(var(--hero-right-col),1.06fr);align-items:start;gap:clamp(.25rem,1vw,.5rem) clamp(.1rem,.55vw,.24rem);padding:0;display:grid}.hero-center{display:contents}.hero-city{grid-area:1/1;min-width:0}.hero-datetime{grid-area:2/1;min-width:0}.hero-condition{grid-area:3/1;min-width:0}.hero-left{flex-direction:row;grid-area:4/1;align-items:center;gap:clamp(.72rem,2.55vw,1.05rem);width:100%;min-width:0}.hero-feels{grid-area:5/1;min-width:0}.home-city-preview__eyebrow{grid-area:6/1;min-width:0;margin:0}.hero-primary{align-items:flex-start;width:auto;min-width:0}.hero-stats{border-top:none;border-left:none;grid-area:2/2/span 5;grid-template-columns:1fr;place-self:start stretch;gap:clamp(.5rem,1.9vw,.8rem);width:100%;min-width:0;max-width:100%;margin-top:0;margin-bottom:2px;padding-top:0;padding-left:12px;position:relative}.hero-geomagnetic{grid-area:7/1/auto/-1;width:100%}.hero-geomagnetic--desktop{display:none}.hero-geomagnetic--mobile{grid-area:auto;width:100%;margin-top:-4px;display:flex}.hero-geomagnetic--mobile.home-city-preview__section{display:flex}.home-city-preview__hourly{margin-bottom:0;padding-bottom:0}.home-city-preview__hourly .chart-scroll{padding-bottom:0}.home-city-preview__section+.hero-geomagnetic--mobile.home-city-preview__section{margin-top:-10px;margin-bottom:20px}.hero-geomagnetic--mobile.home-city-preview__section+.section-card--forecast.home-city-preview__section{margin-top:10px}.hero-icon-wrap{width:var(--hero-icon-size);height:var(--hero-icon-size);flex-shrink:0}.hero-temp-wrap{flex-direction:row;align-items:center;gap:clamp(.42rem,1.95vw,.75rem);min-width:0;margin-top:0}.temp-toggle{flex-direction:column;flex-shrink:0;align-self:center}.hero-wind-direction{gap:3px;padding:1px 5px;font-size:clamp(.78rem,2.25vw,.9rem)}.hero-wind-direction svg{width:11px;height:11px}.hero-temp{font-size:var(--hero-temp-size);line-height:.92}.hero-city{font-size:var(--hero-title-size)}.hero-condition{margin-bottom:0;line-height:1.2}.hero-datetime,.hero-feels{font-size:var(--hero-copy-size)}.hero-feels{margin-top:clamp(.1rem,.6vw,.25rem)}.hero-datetime{display:block}.hero-datetime-full{display:inline}.hero-datetime-short{display:none}.geo-summary{width:100%;max-width:none}.air-summary{width:100%;min-width:0;max-width:none}.geo-summary__kp-value{font-size:1.85rem}.geo-summary__main{grid-template-columns:46px 1px minmax(0,1fr);gap:8px}.geo-summary__divider,.air-summary__divider{min-height:30px}.geo-summary__kp{width:46px}.air-summary__main{grid-template-columns:42px 1px minmax(0,1fr);gap:7px}.air-summary__value{width:42px;font-size:1.72rem}.air-summary__title{gap:5px;font-size:.72rem}.air-summary__title svg{flex-shrink:0;width:12px;height:12px}.air-summary__label{min-width:0;font-size:.66rem;line-height:1.15}.air-summary__side{min-width:0}.geo-summary__info{font-size:.64rem}.geo-summary__scale-marker{width:11px;height:11px}.geo-summary__timeline{margin-top:4px}.geo-summary__timeline-chart{height:56px}.geo-summary__timeline-labels{gap:2px;font-size:.54rem}.air-summary__meta,.air-summary__info{gap:4px;font-size:.64rem;line-height:1.2}.air-summary__scale-marker{width:11px;height:11px}.hero-stats:before{display:block}.stat-item{font-size:var(--hero-stat-size);align-items:center;gap:clamp(.34rem,1.3vw,.5rem);line-height:1.16}.stat-item svg{width:var(--hero-stat-icon-size);height:var(--hero-stat-icon-size);flex-shrink:0}.stat-item--wind{gap:3px}.stat-item--wind>span:first-of-type{min-width:0}.hero-geomagnetic{width:100%;margin-top:0}.temp-toggle span{width:var(--hero-toggle-size);height:var(--hero-toggle-size);font-size:clamp(.64rem,2vw,.88rem)}.weather-hourly-section{padding-top:0;padding-bottom:0}.weather-hourly-section .chart-scroll{padding-bottom:10px}.weather-hourly-section+.hero-geomagnetic--mobile{margin-top:-10px;margin-bottom:28px}.hero-geomagnetic--mobile+.section-card--forecast{margin-top:14px}.section-card,.section-card--plain{border-radius:14px;padding:12px 6px}.section-title{margin-bottom:16px;font-size:.82rem}.seo-title{font-size:1.45rem}.seo-description{font-size:.92rem}.weather-breadcrumb{margin-bottom:-2px}.city-links{gap:14px}.city-links__head{flex-direction:column;align-items:flex-start;gap:8px}.seo-content-block{gap:18px}.seo-content-block__title{font-size:1.28rem}.seo-content-block__title--small{font-size:1.04rem}.seo-content-block__text,.seo-content-block__card li,.city-seo__faq-item p{font-size:.9rem}.seo-content-block__grid{grid-template-columns:1fr;gap:12px}.city-seo{gap:18px}.city-seo__title{font-size:1.35rem}.city-seo__lead,.city-seo__text p,.city-seo__faq-item p{font-size:.92rem}.city-seo__body{grid-template-columns:1fr;gap:16px}.seo-region-grid,.seo-city-grid{grid-template-columns:1fr}.forecast-tabs{gap:4px;margin-bottom:0;position:absolute;top:-38px;left:10px;right:10px}.forecast-tab{text-align:center;border-radius:10px 10px 0 0;flex:calc(50% - 4px);min-width:0;padding:9px 8px 10px;font-size:.8rem}.forecast-tab--active{z-index:3;background:var(--surface);border-color:var(--border);box-shadow:0 2px 0 var(--surface);border-bottom-color:#0000;margin-bottom:-1px;position:relative}.forecast-tab--active:after{content:"";background:var(--surface);pointer-events:none;height:3px;position:absolute;bottom:-2px;left:-1px;right:-1px}.section-card--forecast{border-radius:0;width:calc(100% + 20px);margin-top:18px;margin-left:-10px;margin-right:-10px;padding-left:10px;padding-right:10px}.daily-row{border-radius:0;grid-template-columns:clamp(2.55rem,8vw,3rem) minmax(0,1fr) 1px clamp(9.35rem,33vw,10.8rem);align-items:stretch;gap:clamp(.4rem,1.4vw,.65rem);padding:12px 6px;display:grid}.daily-date{grid-area:1/1;min-width:0}.daily-day{overflow-wrap:anywhere;font-size:clamp(.9rem,2.2vw,1rem);line-height:1.05}.daily-visual{border-bottom:none;grid-area:1/2;place-self:center;align-items:flex-start;width:max-content;min-width:0;padding-bottom:0}.daily-summary{gap:clamp(.35rem,1vw,.5rem);min-width:0;max-width:100%}.daily-divider{grid-area:1/3;justify-self:start;width:1px;margin-left:0;display:block}.daily-meta-list{grid-area:1/4;justify-content:flex-start;place-self:center end;width:100%;min-width:0;max-width:100%;padding-top:0;padding-left:clamp(.4rem,1vw,.55rem)}.daily-mobile-only{display:contents}.daily-side-cards{display:none}.daily-temp-stack{width:100%;min-width:0}.daily-date-label{font-size:clamp(.7rem,1.8vw,.78rem)}.daily-icon{width:clamp(1.55rem,4.4vw,2.25rem);height:clamp(1.55rem,4.4vw,2.25rem)}.daily-visual{gap:clamp(.5rem,1.6vw,.8rem)}.daily-meta-list{gap:clamp(.22rem,.7vw,.36rem)}.daily-wind{white-space:nowrap;font-size:clamp(.7rem,1.8vw,.8rem)}.daily-condition-text{font-size:clamp(.82rem,2.3vw,.92rem);line-height:1.15}.daily-meta-item{gap:3px;font-size:clamp(.7rem,1.8vw,.8rem);line-height:1.2}.daily-meta-item svg{flex-shrink:0;width:clamp(.64rem,1.65vw,.76rem);height:clamp(.64rem,1.65vw,.76rem)}.temp-bar-wrapper{width:clamp(4.35rem,16vw,5.5rem);max-width:100%}.chart-svg-wrapper{height:80px;margin-bottom:8px}.chart-svg{height:80px}.chart-temp-label{font-size:.76rem}.chart-col{gap:2px;padding:7px 4px 6px}.chart-col-precip,.chart-col-wind{min-height:16px}.chart-col-time{font-size:.72rem}.precip-badge{font-size:.64rem}.windy-tab{text-align:center;flex:calc(50% - 6px);min-width:0;padding:8px 10px;font-size:.8rem}.windy-tabs{gap:6px}.windy-frame-wrap{border-radius:12px}.windy-frame{height:min(120vw,560px)}.month-calendar-desktop{display:none}.month-calendar-mobile{display:block}.calendar-mobile-scroll{scroll-snap-type:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:#9ca3af #e5e7eb;padding-bottom:8px;overflow-x:auto}.calendar-mobile-scroll::-webkit-scrollbar{height:8px}.calendar-mobile-scroll::-webkit-scrollbar-track{background:#e5e7eb;border-radius:999px}.calendar-mobile-scroll::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:999px}.calendar-mobile-track{min-width:630px}.calendar-header--mobile,.calendar-grid--mobile{grid-template-columns:repeat(7,minmax(82px,1fr))}.calendar-grid--mobile .cal-cell{border-radius:12px;gap:4px;min-height:110px;padding:8px 6px 10px}.calendar-grid--mobile .cal-date{font-size:.9rem}.calendar-grid--mobile .cal-temps{gap:6px;font-size:.82rem}.calendar-grid--mobile .chart-col-wind{min-height:16px;font-size:.66rem}.calendar-grid--mobile .cal-precip-overlay{font-size:.72rem;bottom:-1px;right:2px}}@media (max-width:390px) and (orientation:portrait){.header-inner{gap:4px;height:52px;padding:0 6px}.header-right{gap:6px;min-width:0}.site-logo{padding:3px 4px}.search-wrapper{flex:auto;min-width:0;max-width:none}.search-bar{gap:6px;height:34px;padding:0 10px;overflow:hidden}.search-input{min-width:0;font-size:.8rem;line-height:1}.lang-toggle{padding:5px 8px;font-size:.68rem}.weather-main{--hero-right-col:clamp(6.9rem,35vw,8.6rem);--hero-icon-size:clamp(2.45rem,10.8vw,3rem);--hero-temp-size:clamp(1.82rem,7.8vw,2.35rem);--hero-title-size:clamp(1.14rem,6.1vw,1.42rem);--hero-copy-size:clamp(.6rem,2.15vw,.76rem);--hero-stat-size:clamp(.68rem,2.25vw,.82rem);--hero-stat-icon-size:clamp(.64rem,1.95vw,.76rem);--hero-toggle-size:clamp(1.28rem,5.3vw,1.58rem);gap:10px;padding:12px 8px 24px}.hero-card{grid-template-columns:minmax(0,.82fr)minmax(var(--hero-right-col),1.08fr);gap:.3rem .08rem}.hero-center{display:contents}.hero-city,.hero-datetime,.hero-condition,.hero-feels,.home-city-preview__eyebrow,.hero-left{grid-column:1}.hero-city{grid-row:1}.hero-datetime{grid-row:2}.hero-condition{grid-row:3}.hero-left{grid-row:4}.hero-feels{grid-row:5}.home-city-preview__eyebrow{grid-row:6}.hero-stats{grid-area:2/2/span 5}.hero-geomagnetic{grid-area:7/1/auto/-1}.hero-left{align-items:center;gap:.48rem;width:100%}.hero-primary{width:auto}.hero-icon-wrap{width:var(--hero-icon-size);height:var(--hero-icon-size)}.hero-temp-wrap{gap:.32rem}.hero-temp{font-size:var(--hero-temp-size)}.temp-toggle{align-self:center}.temp-toggle span{width:var(--hero-toggle-size);height:var(--hero-toggle-size);font-size:.64rem}.hero-city{font-size:var(--hero-title-size)}.hero-datetime,.hero-feels,.hero-condition,.home-city-preview__eyebrow{font-size:var(--hero-copy-size)}.hero-stats:before{display:block}.stat-item{font-size:var(--hero-stat-size);align-items:flex-start;gap:.24rem;line-height:1.18}.stat-item svg{width:var(--hero-stat-icon-size);height:var(--hero-stat-icon-size)}.hero-wind-direction{gap:.16rem;padding:0;font-size:.66rem}.hero-wind-direction svg{width:10px;height:10px}.forecast-tabs{gap:3px;top:-36px;left:8px;right:8px}.forecast-tab{padding:8px 6px 9px;font-size:.74rem;line-height:1.15}.section-card,.section-card--plain{padding:10px 2px}.geo-summary,.air-summary{min-width:0;padding:9px 4px 8px}.air-summary__title{gap:4px;font-size:.66rem}.air-summary__title svg{width:11px;height:11px}.air-summary__main{grid-template-columns:38px 1px minmax(0,1fr);gap:6px}.air-summary__value{width:38px;font-size:1.5rem}.air-summary__label,.air-summary__meta,.air-summary__info{font-size:.58rem;line-height:1.12}.air-summary__meta,.air-summary__info{gap:3px}.section-card--forecast{width:calc(100% + 16px);margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}.daily-row{grid-template-columns:clamp(1.85rem,6vw,2.15rem) minmax(0,.84fr) minmax(7.55rem,1fr);gap:3px;padding:10px 4px}.daily-day{font-size:.82rem}.daily-date-label{font-size:.64rem}.daily-visual{gap:3px}.daily-icon{width:.92rem;height:.92rem}.daily-summary{gap:4px}.daily-condition-text{font-size:.68rem;line-height:1.1}.daily-temp-line{gap:4px}.daily-max,.daily-min{font-size:.68rem}.temp-bar-wrapper{width:2.7rem}.daily-divider{margin-left:-2px}.daily-meta-list{gap:3px;padding-left:3px}.daily-meta-item,.daily-wind{font-size:.58rem;line-height:1.1}.daily-meta-item{gap:2px}.daily-wind{white-space:nowrap;gap:2px}.daily-meta-item svg{width:8px;height:8px}.chart-svg-wrapper{height:68px;margin-bottom:6px}.chart-svg{height:68px}.chart-temp-label{font-size:.66rem}.chart-col{gap:1px;padding:5px 3px 4px}.chart-col-precip,.chart-col-wind{min-height:13px}.chart-col-wind{gap:2px;font-size:.58rem}.chart-col-time{font-size:.66rem}.precip-badge{font-size:.58rem}}.home-city-preview{gap:22px;display:grid}.home-city-preview__eyebrow{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin:0 0 4px;font-size:.78rem;font-weight:700}.home-city-preview__hero-shell{padding-bottom:4px}.home-city-preview__center{gap:4px}.home-city-preview__city{margin-top:0}.home-city-preview__stats-panel{margin-top:12px}.home-city-preview__cards .geo-summary,.home-city-preview__cards .air-summary{width:100%;max-width:none}.home-city-preview__section{display:block}.hero-geomagnetic--mobile.home-city-preview__section{display:none}.seo-inline-link{color:var(--text-dim);border-bottom:1px solid #2563eb3d;text-decoration:none;transition:color .2s,border-color .2s}.seo-inline-link:hover{color:var(--accent);border-color:#2563eb8c}.hero-side-card{gap:8px;display:grid}.space-weather-grid{grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:24px;display:grid}.space-weather-note{gap:14px;display:grid}.space-weather-note__text{color:var(--text-dim);line-height:1.75}.space-weather-note__subtitle{color:var(--text-main);font-size:1rem}.space-weather-note__list{color:var(--text-dim);gap:10px;padding-left:20px;line-height:1.65;display:grid}.space-weather-forecast__lead{color:var(--text-dim);margin-bottom:16px;line-height:1.75}.space-weather-forecast{grid-template-columns:repeat(auto-fit,minmax(152px,1fr));gap:14px;display:grid}.space-weather-day{border:1px solid var(--border);background:var(--surface);border-radius:16px;gap:10px;padding:14px 14px 16px;display:grid}.space-weather-day__head,.space-weather-day__value{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.space-weather-day__label{letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted);font-size:.78rem;font-weight:800}.space-weather-day__date{color:var(--text-muted);font-size:.84rem}.space-weather-day__value strong{color:var(--text-main);font-size:1.25rem;font-weight:800}.space-weather-day__value span{color:var(--text-dim);text-align:right;font-size:.85rem}.space-weather-day__text{font-size:.95rem;font-weight:700}.space-weather-day--quiet .space-weather-day__text,.space-weather-day--unsettled .space-weather-day__text,.space-weather-day--active .space-weather-day__text{color:var(--geo-quiet)}.space-weather-day--minor .space-weather-day__text{color:var(--geo-minor)}.space-weather-day--moderate .space-weather-day__text{color:var(--geo-moderate)}.space-weather-day--strong .space-weather-day__text,.space-weather-day--severe .space-weather-day__text,.space-weather-day--extreme .space-weather-day__text{color:var(--geo-strong)}@media (max-width:900px){.space-weather-grid{grid-template-columns:1fr;gap:18px}}@media (max-width:760px) and (orientation:portrait){.home-city-preview{gap:10px}.home-city-preview__eyebrow{margin-bottom:2px}.space-weather-forecast{grid-template-columns:1fr}.space-weather-day{border-radius:12px;padding:12px 12px 14px}.hero-geomagnetic{flex-direction:column;align-items:stretch;gap:14px}.hero-side-card{width:100%}.hero-side-card .geo-summary,.hero-side-card .air-summary{width:100%;max-width:none}}@media (max-width:932px) and (orientation:portrait){.hero-geomagnetic--mobile.home-city-preview__section{display:flex}.home-city-preview__hourly{margin-bottom:0;padding-bottom:0}.home-city-preview__hourly .chart-scroll{padding-bottom:0}.home-city-preview__section+.hero-geomagnetic--mobile.home-city-preview__section{margin-top:-10px;margin-bottom:20px}.hero-geomagnetic--mobile.home-city-preview__section+.section-card--forecast.home-city-preview__section{margin-top:10px}}@media (max-width:932px) and (orientation:landscape){.header-inner{gap:12px;height:60px;padding:0 16px}.logo-text{font-size:1rem;display:inline}.search-wrapper{max-width:320px}.lang-toggle{padding:7px 12px}.weather-main{gap:16px;padding:14px 16px 28px}.hero-card{grid-template-rows:auto auto;grid-template-columns:minmax(148px,.92fr) minmax(0,1.4fr) minmax(210px,.9fr);align-items:start;gap:10px 18px;padding:12px 16px 6px}.home-city-preview__hero-shell{grid-template-columns:minmax(128px,.72fr) minmax(0,1.7fr) minmax(224px,.92fr);padding-bottom:0}.hero-center{grid-area:1/2;align-self:start;gap:6px;min-width:0;display:flex}.home-city-preview__center{gap:4px}.hero-left{flex-direction:column;grid-area:1/1/span 2;justify-content:flex-start;align-items:center;gap:8px;width:auto}.hero-primary{align-items:center;width:auto}.hero-icon-wrap{width:86px;height:86px}.hero-temp-wrap{gap:8px;margin-top:4px}.hero-temp{letter-spacing:-1.1px;font-size:3.7rem}.temp-toggle{flex-direction:column;align-self:center}.temp-toggle span{width:30px;height:30px;font-size:.8rem}.hero-city{font-size:2.2rem}.home-city-preview__eyebrow{letter-spacing:.06em;margin-bottom:0;font-size:.72rem}.hero-condition{margin-bottom:0;font-size:1.05rem}.hero-datetime,.hero-feels{font-size:.95rem}.hero-stats{border-top:1px solid var(--border);border-left:none;flex-direction:column;grid-area:2/2;gap:10px;margin-top:4px;margin-bottom:0;padding-top:14px;padding-left:0;display:flex}.home-city-preview__stats-panel{margin-top:2px}.hero-stats:before{display:none}.stat-item{justify-content:flex-start;align-items:flex-start;gap:6px;font-size:.84rem}.stat-item svg{width:15px;height:15px}.hero-wind-direction{gap:4px;padding:2px 6px;font-size:.74rem}.hero-wind-direction svg{width:12px;height:12px}.hero-geomagnetic{flex-direction:column;grid-area:1/3/span 2;align-items:stretch;gap:10px;width:100%;margin-top:0}.hero-geomagnetic--desktop{display:flex}.hero-geomagnetic--mobile{display:none!important}.home-city-preview>.hero-geomagnetic--mobile.home-city-preview__section{border:0;max-height:0;overflow:hidden;margin:0!important;padding:0!important;display:none!important}.hero-side-card{width:100%}.hero-side-card .geo-summary,.hero-side-card .air-summary{width:100%;max-width:none}.geo-summary__kp-value,.air-summary__value{font-size:1.9rem}.section-card,.section-card--plain{border-radius:16px;padding:16px 10px}.weather-hourly-section{padding-top:4px;padding-bottom:8px}.home-city-preview__hourly{margin-top:0;margin-bottom:0}.chart-scroll{padding-bottom:8px}.chart-svg-wrapper,.chart-columns{min-width:620px}.chart-svg-wrapper{height:86px;margin-bottom:10px}.chart-svg{height:86px}.chart-col{gap:5px;padding:8px 4px}.chart-col-time{font-size:.78rem}.chart-col-wind{font-size:.66rem}.forecast-tabs{gap:6px;top:-40px;left:16px;right:auto}.forecast-tab{flex:none;padding:8px 13px 9px;font-size:.8rem}.forecast-tab--active{background:var(--surface);border-color:var(--border);box-shadow:0 2px 0 var(--surface);border-bottom-color:#0000;margin-bottom:-1px}.forecast-tab--active:after{content:"";background:var(--surface);pointer-events:none;height:3px;position:absolute;bottom:-2px;left:-1px;right:-1px}.section-card--forecast{border-radius:16px;width:100%;margin-top:18px;margin-left:0;margin-right:0;padding-left:16px;padding-right:16px}.daily-row{border-radius:0;grid-template-columns:38px minmax(0,1fr) 1px clamp(8.4rem,35vw,9.5rem);align-items:stretch;gap:8px;padding:11px 6px;display:grid}.daily-date{min-width:0}.daily-day{font-size:.88rem;line-height:1.05}.daily-date-label{font-size:.67rem}.daily-visual{grid-area:1/2;place-self:center;gap:8px;width:max-content;min-width:0}.daily-icon{width:32px;height:32px}.daily-summary{gap:5px}.daily-condition-text{font-size:.82rem;line-height:1.15}.daily-temp-stack{min-width:0}.daily-divider{grid-area:1/3;justify-self:start;width:1px;margin-left:0;display:block}.daily-meta-list{grid-area:1/4;justify-content:flex-start;place-self:center end;gap:5px;width:100%;min-width:0;max-width:100%;padding-left:6px}.daily-meta-item{white-space:normal;gap:5px;font-size:.7rem;line-height:1.2}.daily-wind{white-space:nowrap}.daily-side-cards{justify-content:stretch;gap:8px;width:100%;margin-left:0}.daily-side-card{border-radius:12px;flex:1 1 0;gap:6px;width:auto;min-width:0;padding:8px 9px}.daily-side-card__title{letter-spacing:.03em;gap:4px;font-size:.62rem}.daily-side-card__value strong{font-size:1.1rem}.daily-side-card__value span{font-size:.68rem;line-height:1.15}.daily-side-card__marker{width:9px;height:9px}}
