/* Pogodafon / Quiet weather. Accessible application skin, September 2026.
   Existing data, routes and weather renderers are deliberately unchanged. */
:root{
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --txt:#172b3c;--text:#172b3c;--muted:#4b6173;--dim:#526878;
  --accent:#256151;--cold:#17608a;--ice:#17608a;--ok:#226953;
  --warn:#855619;--bad:#a82c37;--r:28px;--r-s:20px;--r-xs:12px;
  --glass:#fff;--glass-2:#f0f5f7;--glass-b:#d3dee5;--glass-hi:#e4eef1;
  --shadow:0 8px 32px #233c5010,0 1px 2px #233c5006;--nav-h:84px;
}
html{color-scheme:light;scroll-padding-bottom:110px}
body[data-weather]{--txt:#172b3c;--muted:#4b6173;--dim:#526878;background:#edf2f5;color:var(--txt);font-size:18px;line-height:1.55;transition:none;overflow-x:clip}
body::before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at 85% 0%,#d6e6edaa,transparent 55%);z-index:0}
body>#fx,body>.sun,body>.moon,body>.flash{display:none}
*,*::before,*::after{box-sizing:border-box}
.app{max-width:800px;padding:20px 20px 116px;gap:24px;display:grid;grid-template-columns:minmax(0,1fr);align-items:start}
.app>*{min-width:0;margin-top:0}
.app-rail{display:none}
.span2{grid-column:1/-1}
h1,h2,h3,h4,p{overflow-wrap:break-word}
.topbar{padding:0 0 8px;min-height:64px;gap:16px}
.topbar .place b{font-size:24px;line-height:1.25;font-weight:720;letter-spacing:-.025em;white-space:normal;overflow:visible;text-overflow:clip}
.topbar .place span{font-size:15px;line-height:1.45;margin-top:5px;color:var(--muted)}
.brand{font-size:25px;gap:12px;font-weight:750}
.brand .logo,.brand .logo img{width:46px;height:46px}
.icon-btn{width:52px;height:52px;min-width:52px;background:#fff;color:#263f51;border:1px solid #d4e0e7;box-shadow:0 3px 8px #213a5008;border-radius:18px;backdrop-filter:none;font-size:22px}
.phone-service-link.icon-btn{color:#245f50;background:#e3efe8;border-color:#c7ddce}
.phone-service-copy b{font-size:17px}.phone-service-copy small{font-size:13px;color:#375749}
.breadcrumbs{font-size:15px;line-height:1.5;padding:0;margin:0;color:var(--muted)}
.breadcrumbs a{display:inline-flex;min-height:32px;align-items:center;text-decoration:underline;text-underline-offset:4px}
.breadcrumbs :is(span,li,[aria-current]){color:#526878}
.topbar .place span{white-space:normal;overflow:visible;text-overflow:clip}
.phone-service-link.icon-btn>.i{color:#28654e}
.tabs{margin:0;padding:6px;gap:4px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible;background:#dfe8ed;border:1px solid #cfdce3;border-radius:20px}
.tab{min-height:52px;min-width:0;padding:10px 6px;border-radius:14px;font-size:17px;line-height:1.25;background:transparent;color:#385064;white-space:normal;text-align:center;font-weight:650}
.tab.on{color:#153b51;background:#fff;box-shadow:0 3px 10px #213c5214;border-color:#fff}
.tab:not(.on):hover{background:#edf3f5;border-color:transparent}
.hero{animation:none;padding:12px 0 8px;text-align:left}
.hero h1{font-size:clamp(32px,4vw,48px);line-height:1.13;letter-spacing:-.04em;font-weight:720;margin:8px 0 16px;text-wrap:balance}
.hero .date{font-size:16px;color:var(--muted);font-weight:600;line-height:1.5}
.hero .sub{font-size:18px;line-height:1.6;margin-top:12px;gap:6px 24px;color:var(--muted)}
.hero-service-intro,.hero-lead{font-size:20px;max-width:680px;line-height:1.6;color:var(--muted)}
.card,.card.accent,.card.blue,.card.load-card{padding:28px;margin:0;background:#ffffffed;border:1px solid #d9e3e9;border-radius:var(--r);box-shadow:var(--shadow);backdrop-filter:none;color:var(--txt);animation:none}
.card h2,.card h3{color:var(--txt);text-transform:none;letter-spacing:-.02em;line-height:1.3}
.card h2{font-size:23px;font-weight:720;margin:0 0 22px;gap:10px;align-items:center}
.card h2>.i{color:#5c778b;font-size:20px}
.card h3{font-size:20px}.card p,.muted{font-size:18px;line-height:1.65;color:var(--muted)}
.card p{max-width:76ch}.card p:first-child{margin-top:0}
.more{font-size:16px;font-weight:650;color:#22644f;min-height:44px;display:inline-flex;align-items:center;white-space:normal;line-height:1.3;text-align:right}
.card h2 .more{margin-left:auto}
.row{gap:14px}.mt{margin-top:20px}
.search{min-height:68px;border:1px solid #bacbd6;background:#fff;box-shadow:0 5px 18px #23435c0c;border-radius:22px;margin:16px 0 0;padding:8px 8px 8px 20px;gap:14px}
.search input{font-size:20px;color:#173449;min-width:0;background:transparent;line-height:1.5}
.search input::placeholder{color:#607485;opacity:1}
.search .go{width:50px;height:50px;min-width:50px;border-radius:16px;background:#286b58;color:#fff;box-shadow:none;font-size:23px}
.search:focus-within{outline:3px solid #307857;outline-offset:3px}
.search-status{color:#803c24;background:#fff0df;border-radius:16px;padding:16px;font-size:18px}
.home-welcome{padding:24px 0 8px;max-width:100%}
.home-welcome h1{font-size:clamp(38px,4.5vw,60px);line-height:1.08;letter-spacing:-.045em;font-weight:730;margin:12px 0 20px;max-width:880px}
.home-welcome p{max-width:720px;font-size:20px;line-height:1.6;color:var(--muted)}
.home-welcome .date,.home-eyebrow{font-size:16px;color:#4f697b;font-weight:600}
.home-welcome label,.search-label{display:block;font-size:17px;font-weight:700;margin-top:24px;color:#273f50}
.home-title-detail{display:block;font-size:.68em;font-weight:480;color:#4e697b;letter-spacing:-.035em;margin-top:10px}
.home-welcome{padding:0}.home-welcome .hero{padding:0}.home-welcome h1{font-size:48px;margin:8px 0 14px}.home-welcome .hero-service-intro{font-size:18px;margin:0;max-width:760px}.home-welcome label{margin-top:20px}
.home-welcome .search .go{width:auto;min-width:112px;display:flex;align-items:center;gap:8px;justify-content:center;padding:0 16px;font-size:18px;font-weight:650}
.section-eyebrow{font-size:15px!important;font-weight:550;color:#5c7485;margin:0 0 7px;letter-spacing:.02em}
.city-open{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e1e9ed;padding-top:12px;margin-top:14px;font-size:15px;color:#416e5b}
.home-section-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.home-section-head h2{margin:0}
.home-section-head>a{color:#21664f;min-height:44px;display:inline-flex;align-items:center;font-size:17px;font-weight:650}
.card.home-weather{padding:0;border:0;background:none;box-shadow:none}
.cities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.city,.city.big{grid-column:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;min-height:176px;padding:22px;background:linear-gradient(150deg,#fff,#f7fafb);border:1px solid #d1dfe7;border-radius:24px;box-shadow:0 4px 16px #233a4e08;color:var(--txt)}
.city .nm{font-size:20px;font-weight:720;line-height:1.3;letter-spacing:-.02em}
.city .cd{font-size:16px;line-height:1.45;color:var(--muted);margin-top:5px}
.city .row{justify-content:space-between;gap:12px;margin-top:16px}
.city .tv{font-size:40px;line-height:1.1;font-weight:650;letter-spacing:-.04em;color:#1a374c}
.city .weather-glyph{width:64px;height:64px;flex:0 0 64px}
.weather-glyph{filter:none;--compact-cloud-fill:#d9e8f3;--compact-cloud-stroke:#a9c4d9;--compact-snow:#75a8c6;--compact-fog:#83a7bf}
.brand-caption{display:block;font-size:13px;font-weight:500;line-height:1.4;letter-spacing:0;color:#4b6173;max-width:190px;margin-top:4px}
.city:hover{border-color:#78a693;box-shadow:0 7px 24px #214d4015;transform:translateY(-2px)}
  .city:active{transform:none;background:#eaf3ee}
.phone-service-card{padding:22px 26px;margin:0;border:1px solid #c8dbcf;background:#e4efe8;border-radius:24px;box-shadow:none;gap:18px;color:#214a3e;grid-template-columns:52px minmax(0,1fr) auto}
.phone-service-card__icon{width:52px;height:52px;border-radius:18px;background:#fff;color:#2d6a54;box-shadow:none;font-size:26px}
.phone-service-card b{font-size:20px}.phone-service-card small{font-size:16px;color:#436353}
.phone-service-card strong{font-size:26px;letter-spacing:-.025em;font-weight:730}
.insight,.geo,.conf,.alert,.change{border-radius:18px;box-shadow:none;background:#f0f5f7;border:1px solid #dbe5eb;padding:18px;gap:16px;font-size:18px;color:var(--txt)}
.insight b,.geo b,.conf b,.alert b{font-size:18px;line-height:1.4}
.insight span,.geo span,.conf small,.alert span,.change small{font-size:16px;line-height:1.55;color:var(--muted)}
.insight .ic,.geo .ic{background:#e0ebef;color:#285f7c;box-shadow:none;min-width:44px;height:44px;border-radius:14px}
.conf.warn,.alert{background:#fff5e4;border-color:#e7d6b6;color:#5b431d}.conf .ring{color:#fff}
.grid2,.grid3{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}
.tile{background:#f1f5f7;border:1px solid #dce5ea;border-radius:20px;padding:20px;min-height:155px;justify-content:flex-start;box-shadow:none}
.tile .k{font-size:15px;letter-spacing:0;text-transform:none;color:#4b6475;line-height:1.4}
.tile .v{font-size:34px;font-weight:680;line-height:1.1;margin-top:14px;color:#19394e}
.tile .v small{font-size:16px;color:#526a79}.tile .d{font-size:16px;line-height:1.45;margin-top:10px;color:var(--muted)}
.hscroll{gap:10px;margin:0;padding:0 0 14px;scrollbar-width:thin;scrollbar-color:#8aa4b3 #e9f0f4}
.hour,.hour.night{width:86px;padding:16px 8px;gap:10px;background:#f0f5f7;border:1px solid #dce6ed;border-radius:20px}
.hour.now{background:#e1eee6;border-color:#afcabc;color:#24543f}
.hour .t{font-size:16px;color:#486174}.hour .v{font-size:24px;color:#1b3b50}.hour .p{font-size:15px;color:#155d86;min-height:22px}
.hour svg,.hour .weather-glyph{width:40px;height:40px}
.curve{height:148px}.curve .lbl{fill:#25465d;font-size:13px}.curve .ax{fill:#4f677a;font-size:12px}.curve .line{stroke:#296e8e}.curve .pt{fill:#fff;stroke:#296e8e}
.day{grid-template-columns:minmax(100px,1fr) 56px minmax(100px,1fr);gap:18px;min-height:96px;padding:20px 4px;border-color:#dce6ec}
.day .n{font-size:19px;line-height:1.4}.day .n small{font-size:16px;line-height:1.45;margin-top:6px;color:var(--muted)}
.day .pp{font-size:15px;color:#1c658a}.day svg,.day .weather-glyph{width:42px;height:42px}.day.weekend .n{color:#8b5229}
.range{font-size:20px;grid-template-columns:42px minmax(12px,1fr) 42px;gap:10px}.range .bar{height:8px;background:#e2eaee}.range .lo{color:#526b7e}
.weather-table{font-size:18px;min-width:900px}.weather-table th,.weather-table td{padding:18px 16px;border-color:#dbe5eb}
.weather-table th,.weather-table th:first-child{background:#e9f1f5;color:#36556b;font-size:16px}
.weather-table td:first-child{background:#f4f8fa;color:#27475c}.weather-table .night-row,.weather-table tbody tr:nth-child(even){background:#f2f6f8}
.weather-table-condition{gap:12px}.table-scroll{border-radius:16px;border:1px solid #d5e1e8;scrollbar-color:#7995a7 #edf3f6}
.scroll-hint{font-size:16px;color:#4f6879;margin:0 0 18px}.hourly-day>summary{min-height:56px;color:var(--txt);font-size:21px}.hourly-day>summary small{font-size:16px;color:var(--muted)}
.forecast-chart>summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:48px;cursor:pointer;font-size:20px;font-weight:650;list-style:none}.forecast-chart>summary::-webkit-details-marker{display:none}.forecast-chart[open]>summary .i{transform:rotate(90deg)}
.source-health .insight a{color:#1c604b}.breadcrumbs a:hover,.breadcrumbs a:focus-visible{color:#174b37}.load-details>summary:focus-visible{outline:3px solid #226846;outline-offset:4px}
.scroll-hint{font-size:16px!important}.environment-note{font-size:16px!important;line-height:1.6!important}.card h2 .more{font-size:16px}.hourly-day>summary b{font-size:21px}
.environment-fact>span{font-size:15px;text-transform:none;letter-spacing:0}.environment-fact>b{font-size:19px}.environment-fact>small{font-size:16px;line-height:1.5}.environment-fact{padding:18px;border-color:#d9e4e9}
.parts{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.part{padding:18px 12px;border-color:#d9e4e9}.part .k,.part .d{font-size:16px;text-transform:none;letter-spacing:0}.part .v{font-size:28px}.part svg{width:44px;height:44px}
.location-list .li{min-height:80px;padding:18px 6px;border-color:#dbe5eb;font-size:19px;gap:16px}.location-list .li .g small{font-size:15px;white-space:normal;overflow:visible;color:var(--muted);margin-top:4px}
.location-list .li:hover{background:#eff5f2}.location-list .li .tv{font-size:23px;color:#23475e}.directory-group>summary{font-size:20px;min-height:60px;color:var(--txt)}
.directory-group>summary span{font-size:20px}.directory-group>summary small,.directory-featured .g small{font-size:15px}.directory-group{border-color:#d9e4ea}.directory-featured .li{min-height:80px}.directory-featured .li>svg:first-child{color:#426d81}
.temperature-city{min-height:90px;background:#f1f6f8;border-color:#dce6ed;padding:16px 12px}.temperature-city__name{font-size:18px;line-height:1.4}.temperature-city__name small{font-size:15px;white-space:normal;overflow:visible;line-height:1.45}.temperature-city strong{font-size:24px}.temperature-city:hover{background:#e8f1ed}
.chip{font-size:17px;min-height:48px;padding:10px 16px;line-height:1.4;background:#e8f0ed;color:#275f4b;border:1px solid #cbded2;display:inline-flex;align-items:center;justify-content:center;white-space:normal;text-align:center}
.load-card::before{height:4px}.load-intro h2{font-size:24px}.load-intro .load-label{font-size:19px;color:#27644b}
.load-intro p,.load-audience,.load-scale-explanation,.load-summary-copy,.load-contributor p,.load-calm,.load-meta,.load-factor p,.factor-explanation p,.load-action-grid ul,.load-points{font-size:17px;color:var(--muted);line-height:1.65}
.load-overview .load-score{background:#e4f0e9;border-color:#bbd4c6;box-shadow:none;color:#285e49}.load-overview .load-score strong{font-size:38px}.load-score span{font-size:15px;color:#3d6956}
.load-scale-explanation,.load-contributor,.load-factor,.load-action-grid article,.load-details{background:#f3f7f8;border:1px solid #dae4e9;border-radius:18px;padding:18px}
.load-details{padding:0}.load-details>summary{font-size:18px;min-height:60px;padding:18px}
.load-contributor b,.load-factor h3,.load-action-grid h4,.load-summary h3,.load-actions>h3{font-size:19px;line-height:1.4}
.load-contributor>div{flex-wrap:wrap}.load-contributor span{font-size:16px;color:#265c75}
.factor-explanation b,.load-action-grid h4 .i,.load-disclaimer .i,.load-intro h2 .i{color:#286176}
.load-action-grid article{padding:20px}.load-disclaimer{font-size:16px!important;line-height:1.6!important;color:#4b6173;border-color:#d1dfe7}
.load-meta span{background:#eef4f1;border:0;color:#3b614d}.evidence{font-size:14px;color:#315e4e;background:#e4eee8;border:1px solid #bdd2c5}
.evidence--limited,.evidence--experimental{color:#795426;background:#fff1d9;border-color:#e3cfaa}
.sunarc .t,.sunarc .t.b{fill:#34586f}.sunarc .track{stroke:#b8cbd6}.sunarc .prog{stroke:#b98228}
.environment-item,.source-card{background:#f1f6f8;border-color:#dbe5eb}.environment-item b{color:var(--txt)}
.foot{margin:24px 0 0;padding:32px 0 0;color:var(--muted);border-top:1px solid #cedce4;box-shadow:none;background:none;font-size:16px}
.friends{background:none;border:0;padding:0}.friends h2{font-size:19px;color:#4e687b;letter-spacing:0;text-transform:none;margin-bottom:20px}
.friends-grid{gap:14px}.friend{background:#ffffffcc;border:1px solid #dce5e9;border-radius:16px;min-height:96px;padding:18px}.foot-meta{font-size:16px;line-height:1.8;margin-top:28px}
.foot-meta a{text-decoration:underline;text-underline-offset:4px;display:inline-block;min-height:44px}
.bottom-nav{z-index:30;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));height:calc(84px + env(safe-area-inset-bottom));background:#f7faf9f2;border-top:1px solid #c5d6d7;box-shadow:0 -6px 24px #213d4910;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:8px 8px calc(8px + env(safe-area-inset-bottom));gap:4px}
.bottom-nav a{font-size:14px;line-height:1.25;gap:5px;color:#4b6374;min-height:64px;border-radius:16px;padding:6px 3px}.bottom-nav a svg{width:25px;height:25px}
.bottom-nav a.on{color:#235841;background:#e2ede7}.bottom-nav a.on svg{filter:none}.bottom-nav .bottom-nav__phone{color:#fff;background:#2b6954}.bottom-nav .bottom-nav__phone svg{color:#fff}
:where(a,button,input,summary,[tabindex]):focus-visible{outline:3px solid #226846;outline-offset:4px}
.skip-link{background:#244d3d;color:#fff;z-index:100}.skip-link:focus{transform:none}
/* The weather stays expressive; the reading surfaces stay quiet. */
[data-pogodafon-hero]{position:relative;isolation:isolate;overflow:hidden;min-height:390px;border:0;border-radius:32px;margin:0;padding:36px 40px;box-shadow:0 18px 42px #1b334524;color:#fff;--txt:#fff;--muted:#ecf3fa;--dim:#e3ebf3;background:#263c51}
[data-pogodafon-hero]::after{content:"";position:absolute;inset:0;z-index:9;pointer-events:none;background:linear-gradient(90deg,#102a45bb,transparent 80%)}
[data-pogodafon-hero].pf-scene--3d::before{display:none}
[data-pogodafon-hero]>.hero-content{min-height:318px;justify-content:center;pointer-events:none}
[data-pogodafon-hero] .hero-content a{pointer-events:auto}
[data-pogodafon-hero] .page-title{font-size:18px;color:#f3f7fc;line-height:1.5;margin:0 0 20px;max-width:70%;letter-spacing:0;font-weight:550}
[data-pogodafon-hero] .page-title{width:fit-content;padding:7px 10px;background:#112d4680;border-radius:12px;text-shadow:0 1px 2px #142c46}
[data-pogodafon-hero] .temp{font-size:116px;line-height:1;font-weight:350;letter-spacing:-.065em;color:#fff}
[data-pogodafon-hero] .deg{font-size:46px;color:#fff;margin-top:12px}
[data-pogodafon-hero] .cond{font-size:28px;line-height:1.3;margin-top:18px;color:#fff;font-weight:650}
[data-pogodafon-hero] .sub{font-size:18px;color:#edf4fb;line-height:1.7;margin-top:14px;max-width:76%}
[data-pogodafon-hero] .sub b{color:#fff}
[data-pogodafon-hero] .hero-row>.hero-summary{max-width:none;width:100%}
[data-pogodafon-hero] .pill{font-size:15px;line-height:1.5;padding:7px 12px;color:#fff;background:#112b4366;border-color:#ffffff33}
[data-pogodafon-hero]>.pf-character{width:330px;max-width:38%;right:5%;top:47%;transform:translateY(-50%);z-index:10;pointer-events:none}
.hero-summary .big{width:60%}
.hero-icon-fallback{position:absolute;right:6%;top:16px;width:180px;height:180px}
@media(min-width:1100px){
  .home-topbar{display:none}
  .app-rail{display:flex;flex-direction:column;position:fixed;inset:0 auto 0 0;width:250px;padding:36px 20px;z-index:20;border-right:1px solid #cad8e2;background:#f7faf9cc;backdrop-filter:blur(18px)}
  .rail-brand{display:flex;gap:10px;align-items:center;font-size:23px;font-weight:750;letter-spacing:-.03em;min-height:60px}.rail-brand img{width:44px;height:44px}.rail-brand small{display:block;font-size:13px;font-weight:500;letter-spacing:0;color:#52697a;margin-top:4px}
  .app-rail nav{display:grid;gap:8px;margin-top:48px}.app-rail nav a{display:flex;gap:14px;align-items:center;padding:14px 16px;min-height:56px;border-radius:17px;font-size:17px;font-weight:620;color:#486171}.app-rail nav .i{font-size:22px}.app-rail nav a[aria-current],.app-rail nav a:hover{background:#dfebe5;color:#285b46}
  .rail-phone{margin-top:auto;background:#e5eee7;border:1px solid #c7d9cd;border-radius:22px;padding:18px 14px;display:flex;align-items:flex-start;gap:10px;color:#2c5c47}.rail-phone>.i{font-size:23px;margin-top:3px}.rail-phone span{font-size:15px}.rail-phone strong{display:block;font-size:18px;white-space:nowrap;margin:8px 0;letter-spacing:-.035em}.rail-phone small{font-size:13px;color:#43644e;display:block}.rail-region{color:#5c7383;font-size:14px;line-height:1.6;margin:22px 12px 0}
  .app{max-width:1400px;width:calc(100% - 250px);margin:0 0 0 250px;padding:32px clamp(24px,3vw,54px) 60px;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}
  .bottom-nav{display:none}.desk-nav{display:none}.topbar .brand{font-size:20px}.topbar .brand .logo{display:none}
  .phone-service-link.icon-btn{width:auto;min-width:52px;padding:12px 16px;display:flex;gap:12px}.phone-service-copy{display:block}
  .cities{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(min-width:1650px){.app{margin-left:calc(250px + (100vw - 1650px)/2)}}
@media(max-width:1099px){.desk-nav{display:none}.phone-service-copy{display:none}.phone-service-link.icon-btn{width:52px;padding:0}.app{max-width:820px}.grid3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:700px){
  .region-hero .hero-icon{display:none}.region-range{font-size:34px;white-space:normal}
  .app{padding:20px 16px 116px;gap:20px}.topbar{gap:12px}.topbar .place b{font-size:22px}.topbar .place span{font-size:14px}.topbar>.row{gap:10px}
  .card,.card.accent,.card.blue,.card.load-card{padding:22px 20px;border-radius:24px}.card h2{font-size:22px;margin-bottom:20px}.card h2 .more{font-size:15px;max-width:110px}
  .home-welcome{padding:8px 0}.home-welcome h1{font-size:39px}.home-welcome p{font-size:18px}.home-welcome .date{font-size:15px}
  .cities{grid-template-columns:1fr;gap:12px}.city,.city.big{min-height:108px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:20px;border-radius:22px}.city .row{margin:0;gap:6px}.city .nm{font-size:20px}.city .cd{font-size:16px}.city .tv{font-size:34px}.city .weather-glyph{width:46px;height:46px;flex-basis:46px}
  .home-section-head{gap:12px}.home-section-head>a{font-size:16px}.home-section-head h2{font-size:23px;margin:0}
  .city-open{display:none}
  .phone-service-card{grid-template-columns:48px minmax(0,1fr);padding:20px;gap:10px 14px}.phone-service-card strong{grid-column:2;font-size:24px}.phone-service-card b{font-size:18px}.phone-service-card small{font-size:16px}
  .tile{padding:18px 14px;min-height:155px}.tile .v{font-size:30px}.tile .k{font-size:15px}.tile .d{font-size:15px}.grid3{grid-template-columns:1fr}
  .day{grid-template-columns:minmax(90px,1fr) 42px minmax(94px,1fr);gap:10px;padding:18px 0}.day .n{font-size:17px}.day .n small{font-size:15px}.range{font-size:18px;grid-template-columns:38px minmax(6px,1fr) 38px;gap:4px}.day .pp{font-size:14px}
  .load-intro h2{font-size:23px}.load-overview{grid-template-columns:82px minmax(0,1fr);gap:16px}.load-overview .load-score{width:82px;height:82px}.load-meta{display:flex}.load-action-grid,.load-contributors,.load-factor-grid{grid-template-columns:1fr}
  .load-factor-grid{padding:0 10px 10px}.load-factor header{flex-direction:column}.load-intro p{font-size:16px}.load-audience{font-size:17px}.load-summary-copy{font-size:17px}
  .friends-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.friend{padding:14px;min-height:82px}
  [data-pogodafon-hero]{min-height:438px;padding:26px 24px;border-radius:28px}
  [data-pogodafon-hero]>.hero-content{min-height:350px;justify-content:flex-start}
  [data-pogodafon-hero] .page-title{font-size:17px;max-width:100%;margin-bottom:24px}
  [data-pogodafon-hero] .temp{font-size:84px}.hero-summary .big{width:58%}
  [data-pogodafon-hero] .deg{font-size:34px;margin-top:8px}
  [data-pogodafon-hero]>.pf-character{width:160px;max-width:46%;right:12px;top:72px;transform:none}
  [data-pogodafon-hero] .cond{font-size:24px;margin-top:62px;max-width:100%}
  [data-pogodafon-hero] .sub{font-size:17px;max-width:100%;gap:4px 14px}
  [data-pogodafon-hero] .pill{font-size:14px;padding:6px 10px}
  [data-pogodafon-hero]::after{background:linear-gradient(0deg,#102b46cc 0%,#102b4699 38%,transparent 66%),linear-gradient(90deg,#102b4680,transparent 62%)}
}
@media(max-width:370px){
  .app{padding-left:12px;padding-right:12px}.tab{font-size:15px;min-height:52px;padding:8px 3px}.tabs{gap:2px;padding:5px}.topbar .place b{font-size:19px}.icon-btn{width:46px;height:46px;min-width:46px}
  .card,.card.accent,.card.blue,.card.load-card{padding:20px 16px}.home-welcome h1{font-size:35px}.city{padding:18px 14px}.city .row{flex-direction:column;gap:0}.city .tv{font-size:30px}.city .weather-glyph{width:38px;height:38px;flex-basis:38px}
  .day{grid-template-columns:minmax(80px,1fr) 36px 96px;gap:8px}.day .n{font-size:16px}.day svg,.day .weather-glyph{width:34px;height:34px}.range{font-size:17px;grid-template-columns:34px 1fr 34px}
  [data-pogodafon-hero]{padding:22px 18px}.hero-summary .big{width:58%}[data-pogodafon-hero] .temp{font-size:72px}[data-pogodafon-hero] .deg{font-size:28px}[data-pogodafon-hero]>.pf-character{width:145px;right:4px;top:90px}[data-pogodafon-hero] .cond{font-size:22px;margin-top:72px}
  .load-overview{grid-template-columns:72px 1fr;gap:12px}.load-overview .load-score{width:72px;height:78px}.load-intro h2{font-size:21px}.bottom-nav a{font-size:13px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation:none!important;transition:none!important}.city:hover{transform:none}}
/* Daily forecasts: date and range first, full conditions on their own line. */
.day{display:block;padding:22px 0;min-height:0}
.day-heading{display:grid;grid-template-columns:minmax(90px,1fr) minmax(130px,1fr);align-items:center;gap:16px}
.day-heading .n{font-size:20px;line-height:1.4;font-weight:650}
.day-heading .range{font-size:21px;grid-template-columns:44px minmax(20px,1fr) 44px;gap:8px}
.day-conditions{display:flex;align-items:center;gap:12px;margin-top:14px}
.day-conditions .weather-glyph{width:40px;height:40px;flex-basis:40px}
.day-description{font-size:17px;line-height:1.5;color:#415e71;flex:1;min-width:0}
.day-conditions .pp{font-size:16px;white-space:nowrap;margin:0;color:#1d668e}
.load-practical{margin-top:24px;display:grid;gap:16px}.load-practical>h3{margin:0;font-size:22px}
.load-practical-factor{padding:22px;background:#f1f6f5;border:1px solid #d3e2dc;border-radius:20px}
.load-practical-factor h4{font-size:20px;line-height:1.4;margin:0 0 10px}
.load-practical-factor .load-observation{font-size:16px;color:#4b6173;margin:12px 0 0}
.load-practical-factor .load-meaning{font-size:18px;line-height:1.6;color:#213d4d;margin:0}
.load-practical-factor .load-help{font-size:17px;color:#234f3d;margin:16px 0 0;padding-top:14px;border-top:1px solid #d0dfd8}
.load-help>b{display:block;margin-bottom:4px}.load-evidence-note{display:block;font-size:15px;line-height:1.5;color:#735426;margin-top:12px}
.load-method-body{padding:20px}.load-method-body>h3{font-size:20px;margin-top:24px}.load-method-body .load-factor-grid{padding:0}.load-details{margin-top:20px}
@media(min-width:1100px){.load-practical{grid-template-columns:repeat(2,minmax(0,1fr))}.load-practical>h3{grid-column:1/-1}.rail-brand small{line-height:1.5;font-size:13px;max-width:155px}}
@media(max-width:700px){.day-heading{gap:12px}.day-heading .n{font-size:19px}.day-heading .range{font-size:21px;gap:5px;grid-template-columns:40px minmax(20px,1fr) 40px}.load-practical-factor{padding:20px 18px}.load-method-body{padding:16px}.home-topbar .brand{font-size:23px;gap:10px}.home-topbar .brand .logo{width:38px;height:38px;flex:none}.home-topbar .brand .logo img{width:38px;height:38px}}
@media(max-width:420px){.grid2{grid-template-columns:1fr}.grid2>.tile{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 14px;min-height:96px;padding:18px}.grid2>.tile .v{margin:0;font-size:30px}.grid2>.tile .d{grid-column:1/-1;margin-top:4px;font-size:16px}.grid2>.tile .k{font-size:17px}.load-overview{grid-template-columns:1fr;gap:14px}.load-overview .load-score{width:auto;height:auto;justify-content:flex-start;padding:10px 16px;gap:8px;justify-self:start;border-radius:16px}.load-overview .load-score strong{font-size:32px}.load-intro h2{font-size:24px}.home-topbar .brand-caption{font-size:12px}.home-welcome .search{padding-left:14px;gap:8px}.home-welcome .search input{font-size:18px}.home-welcome .search .go{min-width:84px;padding:0 12px;font-size:16px}}
@media(max-width:370px){.day-heading{grid-template-columns:minmax(90px,1fr) minmax(122px,1fr);gap:8px}.day-heading .n{font-size:18px}.day-heading .range{font-size:20px;grid-template-columns:38px minmax(18px,1fr) 38px;gap:4px}.day-conditions{gap:9px}.day-description{font-size:16px}.day-conditions .pp{font-size:15px}.home-topbar .brand{font-size:21px}.home-topbar .brand .logo{display:none}}
.load-audience{font-weight:400;font-size:16px;line-height:1.55;color:#4b6173}
@media(max-width:420px){.load-overview{grid-template-columns:78px minmax(0,1fr);gap:14px;align-items:center}.load-overview .load-score{width:78px;height:86px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;gap:0}.load-intro h2{font-size:23px;margin-bottom:8px}.load-intro .load-label{font-size:18px}}
@media(prefers-contrast:more){.card,.bottom-nav,.app-rail{background:#fff;border-color:#7d929f}body[data-weather]{--muted:#263f50;--dim:#263f50}.tab{border-color:#7d929f}}
@media print{.app-rail,.bottom-nav{display:none}.app{margin:0;width:100%;padding:0;display:block}.card{break-inside:avoid;box-shadow:none}[data-pogodafon-hero]{background:#24435b!important}}
