.wx-hero { padding-bottom: 0.5rem; }
.wx-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.wx-grid--single {
  grid-template-columns: minmax(0, 1fr);
  max-width: 720px;
}
.wx-hero-row {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(68, 86, 120, 0.28);
}
.wx-hero-icon {
  font-size: 2.75rem;
  line-height: 1;
  width: 3.25rem;
  text-align: center;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.35));
}
.wx-hero-temp {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.wx-hero-label {
  font-size: 1rem;
  color: #d8deef;
  margin-top: 0.15rem;
}
.wx-hero-summary {
  font-size: 0.82rem;
  color: var(--muted, #8b96ad);
  margin-top: 0.35rem;
  font-family: "JetBrains Mono", monospace;
}
.wx-kv--report {
  margin-bottom: 0.65rem;
}
.wx-transition-note {
  font-size: 0.78rem;
  margin: 0 0 1rem;
  line-height: 1.45;
}
.wx-card {
  padding: 1.25rem 1.35rem;
}
.wx-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}
.wx-card-head h2 {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
}
.wx-pill {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(88, 196, 255, 0.12);
  color: #88c4ff;
  border: 1px solid rgba(88, 196, 255, 0.25);
}
.wx-kv {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1rem;
  margin: 0 0 1rem;
}
.wx-kv div { margin: 0; }
.wx-kv dt {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted, #8b96ad);
  margin-bottom: 0.15rem;
}
.wx-kv dd {
  margin: 0;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.92rem;
}
.wx-block h3 {
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--muted, #8b96ad);
}
.wx-metar {
  margin: 0;
  padding: 0.75rem 0.85rem;
  border-radius: 10px;
  background: rgba(8, 12, 20, 0.55);
  border: 1px solid rgba(68, 86, 120, 0.35);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.82rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
}
.wx-atis {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #d8deef;
}
.wx-runways {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 0.84rem;
  line-height: 1.5;
}
.wx-line-metar {
  margin-top: 0.25rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.75rem;
  color: var(--muted, #8b96ad);
}
.wx-error { color: #ff6b7a; margin: 0; }
.wx-live-pill {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
}
.wx-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.04);
}
.wx-live-dot.ok {
  background: #3ee89a;
  box-shadow: 0 0 12px rgba(62, 232, 154, 0.45);
}
