.weather-station-context{margin-top:12px;padding:12px;border:1px solid rgba(21,151,255,.22);border-radius:10px;background:rgba(21,151,255,.045);display:flex;flex-direction:column;gap:10px}
.weather-station-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}
.weather-station-head>div{display:flex;flex-direction:column;gap:4px;min-width:0}
.weather-station-head small{color:#6f879f;font-size:9px;text-transform:uppercase;letter-spacing:.07em}
.weather-station-head b{color:#eef5fb;font-size:12px;line-height:1.35}
.weather-station-head>span{flex:0 0 auto;color:#66c2ff;font-size:17px;font-weight:800}
.weather-station-meta{color:#8fa6be;font-size:10px;line-height:1.45}
.weather-station-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
.weather-station-metrics span{display:flex;flex-direction:column;gap:3px;padding:8px;border-radius:8px;background:rgba(255,255,255,.035)}
.weather-station-metrics small{color:#6f879f;font-size:9px}
.weather-station-metrics b{color:#eef5fb;font-size:11px;line-height:1.35}
.weather-station-quality{color:#708aa3!important;font-size:9px!important;line-height:1.45!important}
.weather-interpretation{padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:rgba(255,255,255,.025);display:flex;flex-direction:column;gap:8px}
.weather-interpretation-head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.weather-interpretation-head>div{display:flex;flex-direction:column;gap:3px}
.weather-interpretation-head small{font-size:8px;color:#7890a7;letter-spacing:.08em}
.weather-interpretation-head b{font-size:13px;color:#eef5fb}
.weather-interpretation-head>span{font-size:9px;font-weight:800;padding:4px 7px;border-radius:999px;border:1px solid rgba(255,255,255,.15);text-transform:uppercase;letter-spacing:.05em}
.weather-interpretation p{margin:0;color:#91a8be;font-size:9px;line-height:1.45}
.weather-interpretation-factors{display:flex;flex-direction:column;gap:6px}
.weather-factor{padding:7px 8px;border-radius:7px;background:rgba(255,255,255,.025);border-left:3px solid rgba(255,255,255,.12)}
.weather-factor>div{display:flex;align-items:center;justify-content:space-between;gap:10px}
.weather-factor b{font-size:10px;color:#dce8f2}.weather-factor span{font-size:10px;font-weight:700;color:#a9bfd2}.weather-factor small{display:block;margin-top:3px;font-size:8.5px;line-height:1.4;color:#728aa0}
.weather-factor.factor-attention{border-left-color:#e8b84f}.weather-factor.factor-unfavorable{border-left-color:#e68145}.weather-factor.factor-critical{border-left-color:#eb5a62}
.weather-interpretation-notes{display:flex;flex-direction:column;gap:3px}.weather-interpretation-notes small{color:#6f879f;font-size:8.5px;line-height:1.4}
.weather-interpretation.level-normal .weather-interpretation-head>span{color:#86d5a5;border-color:rgba(134,213,165,.35)}
.weather-interpretation.level-attention .weather-interpretation-head>span{color:#e8c268;border-color:rgba(232,194,104,.4)}
.weather-interpretation.level-unfavorable .weather-interpretation-head>span{color:#ee995e;border-color:rgba(238,153,94,.4)}
.weather-interpretation.level-critical .weather-interpretation-head>span{color:#f2777f;border-color:rgba(242,119,127,.45)}
.weather-interpretation.level-reference .weather-interpretation-head>span,.weather-interpretation.level-unavailable .weather-interpretation-head>span{color:#8ea5ba;border-color:rgba(142,165,186,.35)}
.technical-verdict.integrated-level-normal{border-color:rgba(83,190,125,.28);box-shadow:inset 0 0 0 1px rgba(83,190,125,.035)}
.technical-verdict.integrated-level-attention{border-color:rgba(232,184,79,.38);box-shadow:inset 0 0 0 1px rgba(232,184,79,.05)}
.technical-verdict.integrated-level-unfavorable{border-color:rgba(230,129,69,.42);box-shadow:inset 0 0 0 1px rgba(230,129,69,.06)}
.technical-verdict.integrated-level-critical{border-color:rgba(235,90,98,.5);box-shadow:inset 0 0 0 1px rgba(235,90,98,.08)}
.technical-verdict .partial-badge[data-integrated-level="normal"]{color:#86d5a5;border-color:rgba(134,213,165,.35)}
.technical-verdict .partial-badge[data-integrated-level="attention"]{color:#e8c268;border-color:rgba(232,194,104,.4)}
.technical-verdict .partial-badge[data-integrated-level="unfavorable"]{color:#ee995e;border-color:rgba(238,153,94,.4)}
.technical-verdict .partial-badge[data-integrated-level="critical"]{color:#f2777f;border-color:rgba(242,119,127,.45)}
#trekkingWhyList .integrated-limitation{color:#7890a7;font-style:italic}
@media(max-width:700px){.weather-station-head{align-items:flex-start;flex-direction:column}.weather-station-metrics{grid-template-columns:1fr 1fr}.weather-interpretation-head{align-items:flex-start;flex-direction:column}}