.weather-flight-profile-modal {
  position: fixed;
  inset: 0;
  z-index: 46;
  display: grid;
  place-items: center;
  color: #e6f2ff;
}

.weather-flight-profile-modal.is-hidden {
  display: none;
}

.weather-flight-profile-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(2, 8, 18, 0.78);
  cursor: default;
}

.weather-flight-profile-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: min(1540px, calc(100vw - 32px));
  height: min(920px, calc(100vh - 32px));
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 10px;
  background: #07111d;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.58);
}

.weather-flight-profile-header {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background: #0a1726;
}

.weather-flight-profile-title-wrap {
  min-width: 0;
}

.weather-flight-profile-title {
  margin: 0;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.2;
}

.weather-flight-profile-meta {
  margin-top: 4px;
  overflow: hidden;
  color: #9fb0c4;
  font-size: 10px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather-flight-profile-controls {
  display: flex;
  align-items: end;
  gap: 8px;
}

.weather-flight-profile-control {
  display: grid;
  gap: 3px;
  color: #9fb0c4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.weather-flight-profile-control.is-time {
  min-width: 170px;
}

.weather-flight-profile-route-wind-toggle {
  display: inline-flex;
  align-items: center;
  align-self: end;
  gap: 7px;
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 6px;
  background: #0d1c2d;
  color: #dbeafe;
  cursor: pointer;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.weather-flight-profile-route-wind-input {
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #35b7d8;
  cursor: pointer;
}

.weather-flight-profile-select,
.weather-flight-profile-input,
.weather-flight-profile-export,
.weather-flight-profile-refresh,
.weather-flight-profile-close {
  min-height: 32px;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 6px;
  background: #0d1c2d;
  color: #edf5ff;
  font: inherit;
}

.weather-flight-profile-select,
.weather-flight-profile-input {
  padding: 0 8px;
  font-size: 11px;
  font-weight: 700;
}

.weather-flight-profile-refresh,
.weather-flight-profile-export {
  padding: 0 12px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.weather-flight-profile-close {
  display: grid;
  place-items: center;
  width: 32px;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.weather-flight-profile-select:hover,
.weather-flight-profile-select:focus-visible,
.weather-flight-profile-input:hover,
.weather-flight-profile-input:focus-visible,
.weather-flight-profile-route-wind-toggle:hover,
.weather-flight-profile-route-wind-toggle:focus-within,
.weather-flight-profile-export:hover,
.weather-flight-profile-export:focus-visible,
.weather-flight-profile-refresh:hover,
.weather-flight-profile-refresh:focus-visible,
.weather-flight-profile-close:hover,
.weather-flight-profile-close:focus-visible {
  border-color: #35b7d8;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(53, 183, 216, 0.18);
}

.weather-flight-profile-body {
  min-height: 0;
  overflow: auto;
  scrollbar-color: rgba(105, 139, 175, 0.72) rgba(5, 12, 22, 0.82);
  scrollbar-width: thin;
}

.weather-flight-profile-layers {
  margin: 8px 12px 0;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 7px;
  background: rgba(13, 28, 45, 0.72);
}

.weather-flight-profile-layers > summary {
  padding: 7px 10px;
  color: #dbeafe;
  cursor: pointer;
  font-size: 10px;
  font-weight: 850;
  text-transform: uppercase;
}

.weather-flight-profile-layer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 4px 10px;
  padding: 2px 10px 9px;
}

.weather-flight-profile-layer-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 24px;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 10px;
  font-weight: 700;
}

.weather-flight-profile-layer-toggle.is-all {
  color: #7dd4fa;
  font-weight: 900;
}

.weather-flight-profile-layer-toggle input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: #35b7d8;
}

.weather-flight-profile-status {
  min-height: 34px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: #bae6fd;
  background: rgba(14, 116, 144, 0.08);
  font-size: 11px;
  font-weight: 750;
  line-height: 1.45;
  white-space: pre-line;
}

.weather-flight-profile-status.is-complete {
  color: #a7f3d0;
  background: rgba(5, 150, 105, 0.1);
}

.weather-flight-profile-status.is-partial {
  color: #fde68a;
  background: rgba(217, 119, 6, 0.1);
}

.weather-flight-profile-status.is-error {
  color: #fecaca;
  background: rgba(220, 38, 38, 0.12);
}

.weather-flight-profile-terminals {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: #081522;
}

.weather-flight-profile-terminal-card {
  min-width: 0;
  padding: 8px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 7px;
  background: rgba(13, 28, 45, 0.76);
}

.weather-flight-profile-terminal-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
}

.weather-flight-profile-terminal-role {
  display: block;
  color: #9fb0c4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.weather-flight-profile-terminal-code {
  display: block;
  margin-top: 2px;
  color: #fbbf24;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.weather-flight-profile-terminal-time {
  color: #bae6fd;
  font-size: 10px;
  font-weight: 750;
  font-variant-numeric: tabular-nums;
}

.weather-flight-profile-terminal-meta,
.weather-flight-profile-terminal-message {
  margin: 5px 0 0;
  color: #9fb0c4;
  font-size: 10px;
  line-height: 1.35;
}

.weather-flight-profile-terminal-message.is-error {
  color: #fda4af;
}

.weather-flight-profile-report {
  display: grid;
  gap: 4px;
  margin-top: 7px;
}

.weather-flight-profile-report-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 9px;
}

.weather-flight-profile-report-head-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.weather-flight-profile-report-open-label {
  color: #7dd4fa;
  font-size: 8px;
  font-weight: 800;
}

.weather-flight-profile-data-kind {
  padding: 2px 5px;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 999px;
  color: #cbd5e1;
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.weather-flight-profile-data-kind.is-observed {
  border-color: rgba(52, 211, 153, 0.42);
  color: #a7f3d0;
}

.weather-flight-profile-data-kind.is-forecast {
  border-color: rgba(56, 189, 248, 0.42);
  color: #bae6fd;
}

.weather-flight-profile-report-text {
  display: block;
  width: 100%;
  overflow: auto;
  padding: 5px 6px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: rgba(2, 8, 18, 0.72);
  color: #dbeafe;
  font: 10px/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  text-align: left;
  white-space: pre-wrap;
}

.weather-flight-profile-report-text.is-action {
  cursor: pointer;
}

.weather-flight-profile-report-text.is-action:hover,
.weather-flight-profile-report-text.is-action:focus-visible {
  border-color: #35b7d8;
  outline: 0;
  background: rgba(14, 116, 144, 0.16);
  box-shadow: 0 0 0 3px rgba(53, 183, 216, 0.18);
}

.weather-flight-profile-report-text.is-missing {
  color: #fda4af;
}

.weather-flight-profile-report-dialog {
  position: fixed;
  inset: 0;
  z-index: 3;
  display: grid;
  place-items: center;
}

.weather-flight-profile-report-dialog.is-hidden {
  display: none;
}

.weather-flight-profile-report-dialog-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(2, 8, 18, 0.82);
}

.weather-flight-profile-report-dialog-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(760px, calc(100vw - 48px));
  max-height: min(760px, calc(100vh - 48px));
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 8px;
  background: #07111d;
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.58);
}

.weather-flight-profile-report-dialog-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 32px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background: #0a1726;
}

.weather-flight-profile-report-dialog-title-wrap {
  min-width: 0;
}

.weather-flight-profile-report-dialog-title {
  margin: 0;
  color: #edf5ff;
  font-size: 15px;
  line-height: 1.25;
}

.weather-flight-profile-report-dialog-meta {
  margin-top: 4px;
  overflow: hidden;
  color: #9fb0c4;
  font-size: 10px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.weather-flight-profile-report-dialog-close {
  display: grid;
  place-items: center;
  width: 32px;
  min-height: 32px;
  padding: 0;
  border: 1px solid rgba(148, 163, 184, 0.34);
  border-radius: 6px;
  background: #0d1c2d;
  color: #edf5ff;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
}

.weather-flight-profile-report-dialog-close:hover,
.weather-flight-profile-report-dialog-close:focus-visible {
  border-color: #35b7d8;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(53, 183, 216, 0.18);
}

.weather-flight-profile-report-dialog-body {
  min-height: 0;
  overflow: auto;
  padding: 12px;
  scrollbar-color: rgba(105, 139, 175, 0.72) rgba(5, 12, 22, 0.82);
  scrollbar-width: thin;
}

.weather-flight-profile-report-dialog-notice {
  margin: 0 0 12px;
  padding: 8px;
  border-left: 3px solid #fbbf24;
  background: rgba(217, 119, 6, 0.1);
  color: #fde68a;
  font-size: 10px;
  line-height: 1.4;
}

.weather-flight-profile-report-dialog-rows {
  margin: 0;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
}

.weather-flight-profile-report-dialog-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.weather-flight-profile-report-dialog-row dt,
.weather-flight-profile-report-dialog-row dd {
  margin: 0;
  padding: 8px;
}

.weather-flight-profile-report-dialog-row dt {
  color: #91a5bb;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.weather-flight-profile-report-dialog-row dd {
  border-left: 1px solid rgba(148, 163, 184, 0.18);
  color: #edf5ff;
  font-size: 11px;
  line-height: 1.45;
  white-space: pre-line;
}

.weather-flight-profile-report-dialog-empty {
  margin: 0;
  padding: 12px 8px;
  color: #9fb0c4;
  font-size: 11px;
}

.weather-flight-profile-report-dialog-original {
  margin-top: 16px;
}

.weather-flight-profile-report-dialog-original h4 {
  margin: 0 0 8px;
  color: #9fb0c4;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.weather-flight-profile-report-dialog-original-text {
  display: block;
  padding: 8px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 4px;
  background: rgba(2, 8, 18, 0.72);
  color: #dbeafe;
  font: 10px/1.45 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  white-space: pre-wrap;
}

.weather-flight-profile-scroll {
  position: relative;
  min-height: 420px;
  overflow: auto;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: #07111d;
  scrollbar-color: rgba(105, 139, 175, 0.72) rgba(5, 12, 22, 0.82);
  scrollbar-width: thin;
}

.weather-flight-profile-loading {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  min-height: 420px;
  padding: 24px;
  background: radial-gradient(circle at center, rgba(14, 116, 144, 0.12), transparent 55%);
  color: #dbeafe;
  text-align: center;
}

.weather-flight-profile-loading.is-hidden {
  display: none;
}

.weather-flight-profile-loading-progress {
  --flight-profile-progress-angle: 0deg;

  position: relative;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border-radius: 50%;
  background: conic-gradient(
    #38bdf8 0deg var(--flight-profile-progress-angle),
    rgba(71, 85, 105, 0.48) var(--flight-profile-progress-angle) 360deg
  );
  box-shadow: 0 0 24px rgba(56, 189, 248, 0.16);
}

.weather-flight-profile-loading-progress::before {
  position: absolute;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(125, 211, 252, 0.2);
  border-radius: 50%;
  background: #07111d;
  content: "";
}

.weather-flight-profile-loading-percent {
  position: relative;
  color: #e0f2fe;
  font-size: 20px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}

.weather-flight-profile-loading-action {
  max-width: 360px;
  color: #bae6fd;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.weather-flight-profile-chart {
  min-width: 1120px;
}

.weather-flight-profile-chart svg {
  display: block;
  width: auto;
  min-width: 100%;
  height: 620px;
}

.weather-flight-profile-readout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(148, 163, 184, 0.12);
}

.weather-flight-profile-readout-item {
  display: grid;
  gap: 2px;
  min-height: 48px;
  padding: 7px 9px;
  background: #0a1726;
}

.weather-flight-profile-readout-item span {
  color: #8fa3b9;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.weather-flight-profile-readout-item strong {
  color: #edf5ff;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
}

.weather-flight-profile-conditions {
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  background: #081522;
}

.weather-flight-profile-conditions summary {
  padding: 10px 12px;
  color: #dbeafe;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.weather-flight-profile-conditions-scroll {
  overflow: auto;
  max-height: 280px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.weather-flight-profile-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.weather-flight-profile-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  padding: 7px 8px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.28);
  background: #0b1a2a;
  color: #91a5bb;
  font-size: 8px;
  letter-spacing: 0.04em;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.weather-flight-profile-table td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
  color: #dbeafe;
  white-space: nowrap;
}

.weather-flight-profile-table tr.is-missing td {
  color: #fda4af;
  background: rgba(190, 24, 93, 0.06);
}

.weather-flight-profile-footer {
  display: grid;
  gap: 6px;
  padding: 8px 12px 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.24);
  background: #0a1726;
}

.weather-flight-profile-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
}

.weather-flight-profile-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #cbd5e1;
  font-size: 9px;
  font-weight: 750;
}

.weather-flight-profile-legend-item[hidden] {
  display: none;
}

.weather-flight-profile-legend-mark {
  display: inline-block;
  width: 22px;
  height: 7px;
  border-radius: 2px;
}

.weather-flight-profile-legend-mark.is-flight {
  height: 0;
  border-top: 3px solid #4ade80;
}

.weather-flight-profile-legend-mark.is-terrain {
  background: #78532d;
  border: 1px solid #f59e0b;
}

.weather-flight-profile-legend-mark.is-temperature {
  height: 0;
  border-top: 2px solid #fb7185;
}

.weather-flight-profile-legend-mark.is-freezing {
  height: 0;
  border-top: 2px dashed #38bdf8;
}

.weather-flight-profile-legend-mark.is-tropopause {
  height: 0;
  border-top: 2px solid #c4b5fd;
}

.weather-flight-profile-legend-mark.is-maximum-wind {
  height: 0;
  border-top: 2px dashed #fb923c;
}

.weather-flight-profile-legend-mark.is-precipitation {
  background: linear-gradient(90deg, #38bdf8 0 25%, #dbeafe 25% 50%, #f472b6 50% 75%, #a78bfa 75%);
}

.weather-flight-profile-legend-mark.is-cloud {
  background: rgba(14, 165, 233, 0.64);
}

.weather-flight-profile-legend-mark.is-icing {
  position: relative;
  width: 22px;
  height: 14px;
  background: transparent;
}

.weather-flight-profile-legend-mark.is-icing::before {
  position: absolute;
  inset: -4px 0 0;
  color: #f9a8d4;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  text-align: center;
  content: "\2731";
}

.weather-flight-profile-legend-mark.is-turbulence {
  position: relative;
  height: 12px;
  background: rgba(168, 162, 158, 0.3);
  border: 1px dashed #94a3b8;
}

.weather-flight-profile-legend-mark.is-turbulence::before {
  position: absolute;
  inset: -3px 0 0;
  color: #fbbf24;
  font-size: 12px;
  font-weight: 900;
  line-height: 12px;
  text-align: center;
  content: "\2014\00a0\2014\00a0\2022";
}

.weather-flight-profile-legend-mark.is-opmet {
  background: linear-gradient(90deg, #f87171 0 33%, #fbbf24 33% 66%, #a78bfa 66%);
  border: 1px solid rgba(255, 255, 255, 0.72);
}

.weather-flight-profile-legend-mark.is-wind {
  position: relative;
  width: 38px;
  height: 14px;
  border: 0;
}

.weather-flight-profile-legend-mark.is-wind::before {
  position: absolute;
  top: 7px;
  left: 2px;
  width: 17px;
  border-top: 2px solid #7dd4fa;
  content: "";
}

.weather-flight-profile-legend-mark.is-wind::after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 8px;
  background: repeating-linear-gradient(
    55deg,
    transparent 0 2px,
    #7dd4fa 2px 3.5px,
    transparent 3.5px 5px
  );
  content: "";
}

.weather-flight-profile-legend-wind-arrow {
  position: absolute;
  top: 7px;
  left: 19px;
  width: 17px;
  border-top: 2px solid #7dd4fa;
}

.weather-flight-profile-legend-wind-arrow::after {
  position: absolute;
  top: -4px;
  right: -1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #7dd4fa;
  border-right: 2px solid #7dd4fa;
  content: "";
  transform: rotate(45deg);
}

.weather-flight-profile-legend-mark.is-course,
.weather-flight-profile-legend-mark.is-vertical-motion {
  position: relative;
  width: 18px;
  height: 14px;
  border-radius: 0;
}

.weather-flight-profile-legend-mark.is-course::before {
  position: absolute;
  top: 6px;
  left: 1px;
  width: 14px;
  border-top: 2px solid #f0abfc;
  content: "";
}

.weather-flight-profile-legend-mark.is-course::after {
  position: absolute;
  top: 3px;
  right: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #f0abfc;
  content: "";
}

.weather-flight-profile-legend-mark.is-vertical-motion {
  background: none;
}

.weather-flight-profile-legend-mark.is-vertical-motion::before {
  position: absolute;
  top: -4px;
  left: 0;
  color: #6ee7b7;
  font-size: 18px;
  font-weight: 900;
  line-height: 14px;
  content: "\2191";
}

.weather-flight-profile-legend-mark.is-vertical-motion::after {
  position: absolute;
  top: -4px;
  right: 0;
  color: #fdba74;
  font-size: 18px;
  font-weight: 900;
  line-height: 14px;
  content: "\2193";
}

.weather-flight-profile-warning {
  color: #fcd34d;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
}

body.has-flight-profile-modal {
  overflow: hidden;
}

@media (max-width: 960px) {
  .weather-flight-profile-panel {
    width: calc(100vw - 16px);
    height: calc(100vh - 16px);
  }

  .weather-flight-profile-header {
    grid-template-columns: 1fr;
  }

  .weather-flight-profile-controls {
    align-items: end;
    flex-wrap: wrap;
  }

  .weather-flight-profile-title-wrap {
    padding-right: 40px;
  }

  .weather-flight-profile-close {
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .weather-flight-profile-readout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .weather-flight-profile-terminals {
    grid-template-columns: 1fr;
  }

  .weather-flight-profile-control,
  .weather-flight-profile-control.is-time,
  .weather-flight-profile-route-wind-toggle {
    flex: 1 1 140px;
    min-width: 0;
  }

  .weather-flight-profile-select,
  .weather-flight-profile-input {
    width: 100%;
  }

  .weather-flight-profile-scroll {
    min-height: 340px;
  }

  .weather-flight-profile-loading {
    min-height: 340px;
  }

  .weather-flight-profile-chart svg {
    height: 520px;
  }

  .weather-flight-profile-table thead {
    display: none;
  }

  .weather-flight-profile-table,
  .weather-flight-profile-table tbody,
  .weather-flight-profile-table tr,
  .weather-flight-profile-table td {
    display: block;
    width: 100%;
  }

  .weather-flight-profile-table tr {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 6px 8px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
  }

  .weather-flight-profile-table td {
    display: grid;
    gap: 2px;
    padding: 5px;
    border: 0;
    white-space: normal;
  }

  .weather-flight-profile-table td::before {
    content: attr(data-label);
    color: #8297ae;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .weather-flight-profile-report-head-meta {
    gap: 4px;
  }

  .weather-flight-profile-report-dialog-panel {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .weather-flight-profile-report-dialog-header {
    grid-template-columns: minmax(0, 1fr) 32px;
  }

  .weather-flight-profile-report-dialog-header > .weather-flight-profile-data-kind {
    display: none;
  }

  .weather-flight-profile-report-dialog-row {
    grid-template-columns: 1fr;
  }

  .weather-flight-profile-report-dialog-row dt {
    padding-bottom: 4px;
  }

  .weather-flight-profile-report-dialog-row dd {
    padding-top: 0;
    border-left: 0;
  }
}
