.aviation-weather{margin:0 0 18px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--white)}
.aviation-weather-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}
.aviation-weather-head h2{margin:2px 0 0;color:var(--text);font-size:14px}
.aviation-weather-head small{max-width:150px;color:var(--muted);font-size:9px;line-height:1.45;text-align:right}
.aviation-weather-kicker{color:var(--success);font-size:9px;font-weight:800;letter-spacing:.09em}
.aviation-weather-status{margin:0;padding:13px;border-radius:10px;background:var(--soft);color:var(--muted);font-size:11px;line-height:1.6;text-align:center}
.aviation-weather-status.is-loading:before{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 3px rgba(79,130,173,.14);content:"";animation:weather-pulse 1.25s ease-in-out infinite}
.aviation-weather-status.is-error{background:#fff6f2;color:#95584e}
.aviation-weather-content{display:grid;gap:8px}
.weather-product{overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--surface)}
.weather-product summary{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 12px;color:var(--blue-dark);font-size:12px;font-weight:800;cursor:pointer;list-style:none}
.weather-product summary::-webkit-details-marker{display:none}
.weather-product summary:after{margin-left:4px;color:var(--muted);font-size:13px;content:"＋"}
.weather-product[open] summary:after{content:"−"}
.weather-product summary span{margin-right:auto}
.weather-product summary small{color:var(--muted);font-size:9px;font-weight:600}
.weather-product-body{padding:0 12px 12px;border-top:1px solid var(--border)}
.weather-product-body>h3{margin:11px 0 8px;color:var(--text);font-size:11px}
.weather-fields{display:grid;gap:6px;margin:0}
.weather-fields>div{display:grid;grid-template-columns:minmax(72px,.72fr) minmax(0,1.45fr);gap:8px;align-items:start}
.weather-fields dt{color:var(--muted);font-size:9px;line-height:1.55}
.weather-fields dd{margin:0;color:var(--text);font-size:10px;font-weight:650;line-height:1.55;overflow-wrap:anywhere}
.weather-segments{display:grid;gap:7px;margin-top:11px}
.weather-segment{padding:9px;border-radius:9px;background:var(--soft)}
.weather-segment h4{margin:0 0 7px;color:var(--blue-dark);font-size:10px;line-height:1.5}
.weather-raw{margin-top:12px}
.weather-raw h4{margin:0 0 6px;color:var(--muted);font-size:9px;font-weight:700}
.weather-raw pre{overflow:auto;margin:0;border-radius:8px;background:#213039;padding:9px;color:#e9f0f2;font:9.5px/1.65 ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",monospace;white-space:pre-wrap;overflow-wrap:anywhere}
.weather-empty,.weather-parse-note{margin:0;padding:0 12px 12px;color:var(--muted);font-size:10px;line-height:1.6}
.weather-source{margin:1px 2px 0;color:var(--muted);font-size:8px;line-height:1.5;text-align:right}
html[data-theme="dark"] .aviation-weather,html[data-theme="dark"] .weather-product{background:#1a252c}
html[data-theme="dark"] .aviation-weather-status.is-error{background:#30231f;color:#efb4a8}
@keyframes weather-pulse{0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:1;transform:scale(1)}}
@media(max-width:720px){.aviation-weather{padding:12px}.weather-fields>div{grid-template-columns:minmax(66px,.7fr) minmax(0,1.5fr)}.weather-raw pre{font-size:9px}}
@media(prefers-reduced-motion:reduce){.aviation-weather-status.is-loading:before{animation:none}}
