body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] {
  left: 0 !important;
  right: auto !important;
  top: calc(var(--auth-topbar-height, 56px) + var(--mission-telemetry-shell-height, 0px)) !important;
  bottom: 0 !important;
  width: 86px !important;
  height: calc(100vh - var(--auth-topbar-height, 56px) - var(--mission-telemetry-shell-height, 0px)) !important;
  max-width: none !important;
  max-height: calc(100vh - var(--auth-topbar-height, 56px) - var(--mission-telemetry-shell-height, 0px)) !important;
  resize: none !important;
  overflow: visible !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .head {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sectionBody {
  position: relative !important;
  width: 86px !important;
  height: 100% !important;
  padding: 0 !important;
  display: block !important;
  gap: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerShell {
  position: relative;
  width: 86px;
  height: 100%;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailShell {
  position: absolute;
  top: 10px;
  left: 0;
  width: 70px;
  display: grid;
  gap: 6px;
  padding: 6px;
  border-radius: 20px;
  border: 1px solid rgba(82, 115, 152, 0.28);
  background: linear-gradient(180deg, rgba(14, 25, 40, 0.985), rgba(8, 15, 25, 0.995));
  box-shadow: 0 18px 38px rgba(2, 8, 23, 0.34);
  pointer-events: auto;
  animation: opsDrawerRailReveal 0.22s ease-out;
  transform-origin: left center;
}

@keyframes opsDrawerRailReveal {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes opsDrawerRailHide {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-16px);
  }
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailNav {
  display: grid;
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn {
  width: 100% !important;
  min-height: 44px !important;
  padding: 6px 3px !important;
  display: grid !important;
  justify-items: center;
  align-content: center;
  border-radius: 14px !important;
  border: 1px solid rgba(112, 143, 182, 0.18) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
  color: #e8f3ff !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.05)) !important;
  border-color: rgba(112, 143, 182, 0.28) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn.active {
  background: linear-gradient(180deg, rgba(77, 123, 255, 0.28), rgba(16, 28, 44, 0.96)) !important;
  border-color: rgba(104, 142, 249, 0.44) !important;
  color: #f8fbff !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailText {
  max-width: 100%;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  word-break: normal;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerKickoutShell {
  position: absolute;
  top: 10px;
  left: 100px;
  width: 0;
  height: calc(100% - 24px);
  overflow: visible;
  pointer-events: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet {
  position: absolute;
  top: 0;
  left: 0;
  width: min(344px, calc(100vw - 120px));
  max-height: calc(100vh - var(--auth-topbar-height, 56px) - var(--mission-telemetry-shell-height, 0px) - var(--flightops-replay-bar-reserve, 0px) - 36px);
  overflow: auto;
  scroll-padding-bottom: calc(var(--flightops-replay-bar-reserve, 0px) + 18px);
  display: grid;
  gap: 10px;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(15, 28, 45, 0.985), rgba(9, 17, 29, 0.995));
  border: 1px solid rgba(78, 110, 145, 0.24);
  box-shadow: 0 22px 40px rgba(2, 8, 23, 0.38);
  opacity: 0;
  transform: translateX(-22px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet[data-opsdrawer-view="telemetry"] {
  width: min(430px, calc(100vw - 120px));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet[data-opsdrawer-view="targets"] {
  width: min(430px, calc(100vw - 120px));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet[data-opsdrawer-view="kmz"] {
  width: min(380px, calc(100vw - 120px));
  padding-bottom: calc(12px + var(--flightops-replay-bar-reserve, 0px));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"].panelClosing .opsDrawerRailShell {
  animation: opsDrawerRailHide 0.22s ease forwards;
  pointer-events: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"].panelClosing .opsDrawerSheet.is-active {
  opacity: 0;
  transform: translateX(-22px);
  pointer-events: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetHead {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetKicker {
  color: #8ea8c0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetTitle {
  color: #eef7ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.08;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetNote {
  color: #9fb7d0;
  font-size: 12px;
  line-height: 1.45;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetBody {
  display: grid;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerJumpGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerJumpBtn {
  width: 100%;
  min-height: 34px;
  padding: 7px 8px;
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck {
  display: grid;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck select {
  width: 100%;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSectionLabel {
  color: #8ea6c2;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 4px;
  padding: 0 2px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button.active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerActionRow button.active {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.96), rgba(29, 78, 216, 0.98)) !important;
  border-color: rgba(59, 130, 246, 0.98) !important;
  color: #fff !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricRow {
  display: grid;
  gap: 6px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(109, 142, 180, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricLabel {
  color: #c1d5e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 10px;
  align-items: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="number"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="text"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="file"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls select {
  border-radius: 12px !important;
  border-color: rgba(112, 143, 182, 0.22) !important;
  background: rgba(246, 249, 252, 0.98) !important;
  color: #0f172a !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineStatus {
  margin: 0;
  padding: 9px 10px;
  border-radius: 12px;
  background: rgba(8, 15, 25, 0.42);
  border: 1px solid rgba(112, 143, 182, 0.16);
  color: #9fb7d0 !important;
  font-size: 11px !important;
  line-height: 1.45;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsPanel {
  --fo-adsb: #5da7ff;
  --fo-radar: #facc15;
  --fo-casia: #a36ce0;
  display: grid;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 10px;
  padding: 2px 1px 4px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsTitle {
  color: var(--fo-strong);
  font-size: 13px;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsSummary,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsColumns,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSub,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetCount,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickSummary {
  font-family: "JetBrains Mono", Consolas, monospace;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsSummary {
  color: var(--fo-sec);
  font-size: 9px;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsColumns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px 28px 28px 28px;
  gap: 5px;
  padding: 0 7px;
  color: var(--fo-sec);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsColumns span:not(:first-child) {
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsList {
  display: grid;
  gap: 0;
  border: 1px solid var(--fo-border);
  border-radius: 8px;
  overflow: hidden;
  background: var(--fo-surface-2);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetRow {
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr) 54px 24px 24px 24px;
  align-items: center;
  gap: 5px;
  min-height: 44px;
  padding: 6px;
  border-bottom: 1px solid rgba(180, 170, 155, 0.10);
  background: rgba(255, 255, 255, 0.025);
  color: var(--fo-strong);
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetRow:hover {
  background: rgba(255, 255, 255, 0.045);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetRow.selected {
  border-color: rgba(212, 168, 74, 0.65);
  background: linear-gradient(180deg, rgba(212, 168, 74, 0.16), rgba(212, 168, 74, 0.055));
  box-shadow: inset 0 0 0 1px rgba(212, 168, 74, 0.38);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetRow.off {
  opacity: 0.68;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetStrip {
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: var(--target-color);
  box-shadow: 0 0 10px color-mix(in srgb, var(--target-color) 35%, transparent);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetInfo {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetChip {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 17px;
  padding: 0 5px;
  border: 1px solid color-mix(in srgb, var(--target-color, var(--fo-accent)) 52%, transparent);
  border-radius: 5px;
  color: var(--target-color, var(--fo-accent));
  background: rgba(255, 255, 255, 0.035);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 8px;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetName {
  min-width: 0;
  overflow: hidden;
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSub {
  min-width: 0;
  overflow: hidden;
  color: var(--fo-sec);
  font-size: 8.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetCount {
  color: var(--fo-strong);
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSwitch {
  position: relative;
  width: 24px !important;
  min-width: 24px !important;
  height: 14px !important;
  min-height: 14px !important;
  padding: 0 !important;
  border: 1px solid rgba(180, 170, 155, 0.26) !important;
  border-radius: 999px !important;
  background: #3a3c40 !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSwitch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #d9d4cc;
  transition: transform .15s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSwitch.on {
  border-color: rgba(212, 168, 74, 0.65) !important;
  background: var(--fo-accent) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSwitch.on::after {
  transform: translateX(10px);
  background: #15120c;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn {
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 0 !important;
  display: inline-grid !important;
  place-items: center;
  border: 1px solid var(--fo-border) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-sec) !important;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 10px;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.active {
  border-color: rgba(212, 168, 74, 0.75) !important;
  background: rgba(212, 168, 74, 0.20) !important;
  color: #f7d68b !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.detect.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.detect.active {
  border-color: rgba(52, 184, 102, 0.7) !important;
  color: #86efac !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.skydome.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetIconBtn.skydome.active {
  border-color: rgba(93, 167, 255, 0.72) !important;
  color: #bfdbfe !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickEdit {
  display: grid;
  gap: 9px;
  padding: 10px 12px 12px;
  border-right: 1px solid var(--fo-border-strong);
  border-bottom: 1px solid var(--fo-border-strong);
  border-left: 1px solid var(--fo-border-strong);
  background: rgba(7, 13, 22, 0.56);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickEdit[hidden] {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickHeader {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickTitle {
  min-width: 0;
  overflow: hidden;
  color: var(--fo-strong);
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickName {
  color: #f7d68b;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetQuickSummary {
  grid-column: 1 / -1;
  min-width: 0;
  overflow: hidden;
  color: var(--fo-sec);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetToggleCluster {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSelectRow {
  display: grid;
  gap: 6px;
  padding: 8px 10px;
  border: 1px solid rgba(109, 142, 180, 0.16);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetSelectRow select {
  width: 100%;
  border-radius: 10px !important;
  border-color: rgba(112, 143, 182, 0.22) !important;
  background: rgba(246, 249, 252, 0.98) !important;
  color: #0f172a !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentMount {
  display: grid;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid rgba(88, 196, 212, 0.18);
  border-radius: 8px;
  background: rgba(10, 20, 27, 0.54);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentTitle {
  color: #d8f8ff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggles {
  display: grid;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggleRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggleText {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggleLabel {
  color: var(--fo-strong);
  font-size: 10px;
  font-weight: 850;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggleDetail,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentStub {
  color: var(--fo-sec);
  font-size: 9px;
  line-height: 1.35;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggle {
  width: 46px !important;
  min-width: 46px !important;
  min-height: 28px !important;
  padding: 0 !important;
  border-radius: 7px !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--fo-sec) !important;
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 9px !important;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRadarAssessmentToggle.on {
  border-color: rgba(88, 196, 212, 0.68) !important;
  background: rgba(88, 196, 212, 0.16) !important;
  color: #aaf4ff !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetActionRow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetAction {
  min-height: 28px !important;
  padding: 5px 9px !important;
  border-radius: 7px !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetAction.warn {
  border-color: rgba(249, 115, 22, 0.42) !important;
  color: #fdba74 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTargetsLegacyDepot {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryField {
  display: grid;
  gap: 4px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFieldLabel {
  color: #c1d5e8;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryField select {
  width: 100%;
  border-radius: 12px !important;
  border-color: rgba(112, 143, 182, 0.22) !important;
  background: rgba(246, 249, 252, 0.98) !important;
  color: #0f172a !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryDetails {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty {
  margin: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryLayout,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenu,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryStage {
  display: grid;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuCard {
  display: grid;
  gap: 8px;
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(109, 142, 180, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenu button.is-active {
  background: linear-gradient(180deg, rgba(59, 130, 246, 0.96), rgba(29, 78, 216, 0.98)) !important;
  border-color: rgba(59, 130, 246, 0.98) !important;
  color: #fff !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetrySummaryHost:empty {
  display: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryStage > [hidden] {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryInspector {
  padding: 10px 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(109, 142, 180, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineList {
  display: grid;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaMinimalStrip {
  display: grid;
  gap: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroup {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--fo-border);
  border-radius: 7px;
  background: var(--fo-surface-2);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroup + .opsDrawerSourceGroup {
  margin-top: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroupHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 5px 8px;
  border-bottom: 1px solid var(--fo-border);
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroupToggle {
  display: grid !important;
  grid-template-columns: 12px auto minmax(0, 1fr);
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fo-strong) !important;
  text-align: left !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceChevron {
  color: var(--fo-accent);
  font-size: 11px;
  line-height: 1;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroupTitle {
  font-size: 11px;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroupMeta {
  min-width: 0;
  color: var(--fo-sec);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 9px;
  text-align: right;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch {
  position: relative;
  display: block !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 15px !important;
  min-height: 15px !important;
  padding: 0 !important;
  border: 1px solid rgba(180, 170, 155, 0.25) !important;
  border-radius: 999px !important;
  background: #3a3c40 !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d9d4cc;
  transition: transform .15s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch.on {
  border-color: rgba(212, 168, 74, 0.65) !important;
  background: var(--fo-accent) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch.on::after {
  transform: translateX(13px);
  background: #15120c;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch.partial {
  border-color: rgba(212, 168, 74, 0.48) !important;
  background: linear-gradient(90deg, var(--fo-accent) 0 60%, #3a3c40 60% 100%) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMasterSwitch.partial::after {
  transform: translateX(7px);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroup.collapsed .opsDrawerSourceGroupBody {
  display: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceGroupBody {
  display: grid;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow {
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr) auto;
  align-items: center;
  gap: 7px;
  min-height: 35px;
  padding: 5px 7px;
  border-bottom: 1px solid rgba(180, 170, 155, 0.10);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow.site {
  grid-template-columns: 14px minmax(0, 1fr) auto auto;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow:last-child {
  border-bottom: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow.off {
  opacity: 0.58;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceStrip {
  width: 3px;
  height: 24px;
  border-radius: 999px;
  background: var(--fo-accent);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceDot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--fo-sec);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.35);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="ok"] .opsDrawerSourceDot {
  background: #34b866;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="warn"] .opsDrawerSourceDot {
  background: #facc15;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="alert"] .opsDrawerSourceDot {
  background: #f97316;
  box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.38), 0 0 10px rgba(249, 115, 22, 0.28);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="off"] .opsDrawerSourceDot {
  background: #6b6660;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="sua"] .opsDrawerSourceStrip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAirspaceChip.sua {
  border-color: rgba(249, 115, 22, 0.34);
  color: #f97316;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="tfr"] .opsDrawerSourceStrip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAirspaceChip.tfr {
  border-color: rgba(250, 204, 21, 0.34);
  color: #facc15;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceRow[data-source-tone="uas"] .opsDrawerSourceStrip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAirspaceChip.uas {
  border-color: rgba(52, 184, 102, 0.34);
  color: #34b866;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMain {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceTitle {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceName {
  min-width: 0;
  overflow: hidden;
  color: var(--fo-strong);
  font-size: 11px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceMeta {
  min-width: 0;
  overflow: hidden;
  color: var(--fo-sec);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceStatus {
  color: var(--fo-sec);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceSwitch {
  min-width: 42px !important;
  min-height: 20px !important;
  padding: 3px 6px !important;
  border: 1px solid var(--fo-border) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-sec) !important;
  font-family: "JetBrains Mono", Consolas, monospace !important;
  font-size: 9px !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceSwitch.on {
  border-color: rgba(212, 168, 74, 0.54) !important;
  background: rgba(212, 168, 74, 0.14) !important;
  color: var(--fo-accent) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceSwitch.label-mode {
  border-color: rgba(93, 167, 255, 0.42) !important;
  color: #93c5fd !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 8px;
  color: var(--fo-sec);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSourceManage {
  min-height: 22px !important;
  padding: 4px 7px !important;
  color: var(--fo-accent) !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaLayout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 12px;
  align-items: start;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaColumn {
  display: grid;
  gap: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceRow {
  align-items: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceRow.is-offline {
  border-color: rgba(239, 68, 68, 0.2);
  background: rgba(127, 29, 29, 0.12);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceState {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceState.online {
  background: rgba(34, 197, 94, 0.18);
  color: #86efac;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceState.offline {
  background: rgba(239, 68, 68, 0.18);
  color: #fecaca;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceLocation {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0.01em;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFacts {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFact {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(92, 126, 166, 0.18);
  color: #d8e7f5;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFreshness,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceTransport,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceMeta {
  font-size: 11px;
  line-height: 1.35;
  color: #9fb7d0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerPanelNote {
  padding: 11px 12px;
  border-radius: 14px;
  border: 1px dashed rgba(112, 143, 182, 0.24);
  background: rgba(8, 15, 25, 0.42);
  color: #9fb7d0;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaLayout {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] .opsDrawerCasiaSummaryGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCarry {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerUtilityPanel {
  display: grid;
  gap: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAttachmentsBody,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityTopoBody {
  display: grid;
  gap: 10px;
  min-height: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAttachmentsBody {
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityAttachmentsHeader {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityReloadMount {
  display: grid;
  width: 100%;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls .settingsControls {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls .field {
  grid-column: 1 / -1;
}

@media (max-width: 720px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] {
    width: 72px !important;
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sectionBody,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerShell {
    width: 72px !important;
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailShell {
    left: 0;
    width: 58px;
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerKickoutShell {
    left: 82px;
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet {
    width: min(320px, calc(100vw - 94px));
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet[data-opsdrawer-view="telemetry"] {
    width: min(360px, calc(100vw - 94px));
  }

  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerJumpGrid,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck.two-up,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck.three-up,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFields,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryDetails,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls .settingsControls {
    grid-template-columns: 1fr;
  }
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryLayout,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenu,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryStage {
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuCard {
  gap: 7px;
  padding: 9px 10px;
  border-radius: 12px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid {
  gap: 5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button {
  padding: 8px 10px;
  border-radius: 10px;
  font-size: 12px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryStage {
  align-content: start;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryInspector {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty {
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(8, 15, 25, 0.42);
  border: 1px solid rgba(112, 143, 182, 0.14);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionPanel {
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionActions {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionBaseGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionInfoCard {
  margin-top: 2px;
  padding: 10px;
  border-radius: 12px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionInfoCard[hidden],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryStage > .telemetryMissionPanel[hidden] {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionSummaryGrid,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionInfoGrid {
  gap: 6px;
}

@media (max-width: 900px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionActions,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #opsTelemetryRtkMount .telemetryRtkMissionBaseGrid,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFields,
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid {
    grid-template-columns: 1fr;
  }
}

/* Warm Ops beta4 aviation-layers popout palette. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] {
  --opsdrawer-warm-panel: rgba(22, 21, 19, 0.98);
  --opsdrawer-warm-panel-deep: rgba(14, 14, 13, 0.995);
  --opsdrawer-warm-line: rgba(214, 181, 111, 0.24);
  --opsdrawer-warm-line-soft: rgba(225, 214, 191, 0.12);
  --opsdrawer-warm-text: #f0ede5;
  --opsdrawer-warm-muted: #b9ad98;
  --opsdrawer-warm-dim: #908675;
  --opsdrawer-warm-accent: #d4a84a;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailShell {
  border-color: var(--opsdrawer-warm-line) !important;
  background: linear-gradient(180deg, rgba(29, 28, 25, 0.985), rgba(14, 14, 13, 0.995)) !important;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn {
  border-color: var(--opsdrawer-warm-line-soft) !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)) !important;
  color: var(--opsdrawer-warm-text) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn:hover {
  border-color: rgba(214, 181, 111, 0.34) !important;
  background: linear-gradient(180deg, rgba(212, 168, 74, 0.13), rgba(255, 255, 255, 0.035)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn.active {
  border-color: rgba(212, 168, 74, 0.58) !important;
  background: linear-gradient(180deg, rgba(212, 168, 74, 0.28), rgba(77, 57, 21, 0.52)) !important;
  color: #fff7dc !important;
  box-shadow: inset 0 0 0 1px rgba(255, 246, 220, 0.06), 0 10px 24px rgba(0, 0, 0, 0.24) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet {
  border-color: var(--opsdrawer-warm-line) !important;
  background: linear-gradient(180deg, var(--opsdrawer-warm-panel), var(--opsdrawer-warm-panel-deep)) !important;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.035) !important;
  color: var(--opsdrawer-warm-text) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetKicker,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSectionLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFieldLabel {
  color: var(--opsdrawer-warm-dim) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuValue {
  color: var(--opsdrawer-warm-text) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetNote,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineStatus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuMeta {
  color: var(--opsdrawer-warm-muted) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricRow,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineStatus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuCard,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty {
  border-color: var(--opsdrawer-warm-line-soft) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button.active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerActionRow button.active {
  border-color: rgba(212, 168, 74, 0.64) !important;
  background: linear-gradient(180deg, rgba(212, 168, 74, 0.92), rgba(154, 106, 32, 0.96)) !important;
  color: #18130b !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="number"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="text"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="file"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryField select {
  border-color: rgba(214, 181, 111, 0.28) !important;
  background: rgba(12, 12, 11, 0.92) !important;
  color: var(--opsdrawer-warm-text) !important;
}

/* Warm Glass beta10 aviation layer and RTK cleanup. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] {
  --opsdrawer-beta10-panel: rgba(25, 27, 31, 0.97);
  --opsdrawer-beta10-panel-deep: rgba(17, 18, 20, 0.99);
  --opsdrawer-beta10-line: rgba(180, 170, 155, 0.18);
  --opsdrawer-beta10-line-strong: rgba(210, 170, 90, 0.36);
  --opsdrawer-beta10-text: #e8e4df;
  --opsdrawer-beta10-strong: #f5f2ee;
  --opsdrawer-beta10-muted: #b8afa4;
  --opsdrawer-beta10-dim: #908675;
  --opsdrawer-beta10-accent: #d4a84a;
  --opsdrawer-beta10-accent-deep: #b8912e;
  --fo-bg: #111214;
  --fo-surface: #191b1f;
  --fo-surface-2: #1e2024;
  --fo-surface-3: #24262b;
  --fo-input: #15171a;
  --fo-text: #e8e4df;
  --fo-sec: #9e9890;
  --fo-muted: #6b6660;
  --fo-strong: #f5f2ee;
  --fo-border: rgba(180, 170, 155, 0.20);
  --fo-border-strong: rgba(210, 170, 90, 0.34);
  --fo-accent: #d4a84a;
  --fo-info: #5da7ff;
  --fo-topo: #8bd16f;
  --fo-pt: #34b866;
  --fo-cir: #5da7ff;
  --fo-ply: #d4a84a;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailShell,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet {
  border-color: var(--opsdrawer-beta10-line) !important;
  background: linear-gradient(180deg, var(--opsdrawer-beta10-panel), var(--opsdrawer-beta10-panel-deep)) !important;
  color: var(--opsdrawer-beta10-text) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerJumpBtn,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerActionRow button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .telemetryRtkMissionActions button {
  border-color: var(--opsdrawer-beta10-line) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--opsdrawer-beta10-text) !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn:hover,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerJumpBtn:hover,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button:hover,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryToolGrid button:hover {
  border-color: var(--opsdrawer-beta10-line-strong) !important;
  background: rgba(212, 168, 74, 0.12) !important;
  color: var(--opsdrawer-beta10-strong) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailBtn.active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerControlDeck button.active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerActionRow button.active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenu button.is-active,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .telemetryRtkMissionActions button[data-rtk-mission-busy="1"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .telemetryRtkMissionActions button[data-rtk-mission-flash="1"] {
  border-color: var(--opsdrawer-beta10-line-strong) !important;
  background: linear-gradient(135deg, var(--opsdrawer-beta10-accent), var(--opsdrawer-beta10-accent-deep)) !important;
  color: #111214 !important;
  box-shadow: 0 12px 24px rgba(212, 168, 74, 0.16) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetKicker,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetNote,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSectionLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryFieldLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineStatus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuMeta,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFreshness,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceTransport,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceMeta,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerPanelNote {
  color: var(--opsdrawer-beta10-muted) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheetTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricValue,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuValue,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceLocation,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFact {
  color: var(--opsdrawer-beta10-strong) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricRow,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerInlineStatus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryMenuCard,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryEmpty,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerCasiaDeviceFact,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerPanelNote {
  border-color: var(--opsdrawer-beta10-line) !important;
  background: rgba(255, 255, 255, 0.045) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="number"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="text"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls input[type="file"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerMetricControls select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerTelemetryField select {
  border-color: var(--opsdrawer-beta10-line) !important;
  background: rgba(17, 18, 20, 0.92) !important;
  color: var(--opsdrawer-beta10-strong) !important;
}

/* ============================================================
   KMZ Data Table - Option 4 overlay list conversion.
   Converts tall overlay cards to a dense table with inline swatches.
   ============================================================ */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayUploadCard {
  gap: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityUploadLabel {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayUploadCard .upload {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayUploadCard input[type="file"] {
  padding: 3px 6px !important;
  border-color: var(--opsdrawer-beta10-line) !important;
  background: rgba(17, 18, 20, 0.92) !important;
  color: var(--opsdrawer-beta10-muted) !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #uploadOverlayBtn,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityReloadMount button {
  padding: 4px 8px !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #overlayList {
  gap: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 2px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySectionActions {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-left: auto;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySectionLabel {
  color: var(--opsdrawer-beta10-dim, #908675);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySectionCount {
  color: var(--opsdrawer-beta10-dim, #908675);
  font-size: 10px;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportPicker {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportToggle {
  min-height: 22px !important;
  padding: 3px 7px !important;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--opsdrawer-beta10-accent, #d4a84a) !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportToggle:disabled {
  cursor: not-allowed !important;
  opacity: 0.45 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportMenu {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  z-index: 40;
  display: grid;
  gap: 3px;
  width: min(220px, 68vw);
  max-height: 240px;
  overflow: auto;
  padding: 5px;
  border: 1px solid var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  border-radius: 7px;
  background: rgba(17, 18, 20, 0.98);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.38);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportItem,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportEmpty {
  min-width: 0;
  padding: 5px 7px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 10px;
  line-height: 1.2;
  text-align: left;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportItem {
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportItem:hover {
  border-color: var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  background: rgba(212, 168, 74, 0.10);
  color: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayExportEmpty {
  color: var(--opsdrawer-beta10-dim, #908675);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid var(--opsdrawer-beta10-line);
  border-radius: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th {
  padding: 5px 6px;
  border-bottom: 1px solid var(--opsdrawer-beta10-line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--opsdrawer-beta10-dim, #908675);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-align: left;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th:first-child {
  width: 28px;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th.colType {
  width: 38px;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th.colSwatch,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th.colDel {
  width: 30px;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th.colDel {
  width: 26px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable tbody tr {
  transition: background 0.1s ease, opacity 0.1s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

/* Alert Volumes quick panel. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerSheet[data-opsdrawer-view="alerts"] {
  width: min(460px, calc(100vw - 120px));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMount {
  display: grid;
  gap: 8px;
  --fo-card: #a36ce0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickHead,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMaster,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFoot {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickHead {
  padding: 7px 8px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTitle {
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCount {
  margin-left: auto;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLayerSwitch,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMasterBtn,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFull {
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  background: rgba(255, 255, 255, 0.045);
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLayerSwitch.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMasterBtn.on {
  border-color: var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  background: rgba(212, 168, 74, 0.13);
  color: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMaster {
  padding: 6px 8px;
  border-radius: 8px;
  background: rgba(17, 18, 20, 0.68);
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMaster span {
  margin-left: auto;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreator {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 5px 8px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 6px;
  background: rgba(17, 18, 20, 0.72);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorRow {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 6px;
  align-items: center;
  min-height: 28px;
  min-width: 0;
  padding: 4px 5px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.028);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorPlus {
  display: grid;
  place-items: center;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 1px solid rgba(212, 168, 74, 0.42);
  border-radius: 5px !important;
  background: rgba(212, 168, 74, 0.12) !important;
  color: var(--opsdrawer-beta10-accent, #d4a84a) !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorTitle {
  display: grid;
  gap: 1px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorTitle strong {
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 11px;
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorTitle span {
  min-width: 0;
  overflow: hidden;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryPicker {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 25;
  display: grid;
  gap: 4px;
  max-height: 260px;
  overflow: auto;
  padding: 7px;
  border: 1px solid var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  border-radius: 7px;
  background: rgba(17, 18, 20, 0.98);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.36);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryPickerHead,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px;
  align-items: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryPickerHead {
  padding: 2px 2px 5px;
  color: var(--opsdrawer-beta10-accent, #d4a84a);
  font-size: 10px;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryPickerHead button {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--opsdrawer-beta10-muted, #b8afa4) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption {
  min-height: 34px;
  padding: 5px 6px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption.exists {
  border-style: dashed;
  opacity: 0.82;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickQuadrantOption.visible {
  border-color: rgba(52, 184, 102, 0.38);
  background: rgba(52, 184, 102, 0.07);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption div {
  display: grid;
  gap: 1px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption strong {
  overflow: hidden;
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption span,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryEmpty {
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickTelemetryOption button {
  min-height: 22px !important;
  padding: 2px 8px !important;
  border-radius: 5px !important;
  border: 1px solid var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36)) !important;
  background: rgba(212, 168, 74, 0.16) !important;
  color: var(--opsdrawer-beta10-accent, #d4a84a) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorTip {
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 9px;
  line-height: 1.35;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickCreatorTip button {
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #60a5fa !important;
  font-size: 9px !important;
  font-weight: 800 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickColumns,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow {
  display: grid;
  grid-template-columns: 4px minmax(0, 1fr) 64px 22px 22px 22px 22px;
  gap: 6px;
  align-items: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickColumns {
  padding: 0 8px;
  color: var(--opsdrawer-beta10-dim, #908675);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRows {
  display: grid;
  gap: 4px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow {
  min-height: 44px;
  padding: 6px 8px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow:hover {
  border-color: var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  background: rgba(255, 255, 255, 0.065);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow.dim {
  opacity: 0.54;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSeverity {
  width: 4px;
  height: 30px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ef4444, #f97316 48%, #facc15);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow.clear .opsDrawerAlertQuickSeverity {
  background: #22c55e;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow.disabled .opsDrawerAlertQuickSeverity,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickRow.idle .opsDrawerAlertQuickSeverity {
  background: var(--opsdrawer-beta10-dim, #908675);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickInfo {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNameLine {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource {
  flex: 0 0 auto;
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource.kmz {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.14);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource.tel {
  color: #fca5a5;
  background: rgba(239, 68, 68, 0.14);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource.pt {
  color: #86efac;
  background: rgba(34, 197, 94, 0.14);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource.draw,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSource.area {
  color: var(--opsdrawer-beta10-accent, #d4a84a);
  background: rgba(212, 168, 74, 0.14);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickName {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 11px;
  font-weight: 800;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickDetail {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumbers {
  display: grid;
  gap: 1px;
  justify-items: end;
  font-family: Consolas, "Liberation Mono", monospace;
  line-height: 1.05;
  padding: 2px 4px;
  border-radius: 5px;
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumbers:hover,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumbers.editing {
  background: rgba(212, 168, 74, 0.1);
  outline: 1px solid rgba(212, 168, 74, 0.28);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumber {
  display: flex;
  gap: 4px;
  align-items: center;
  color: var(--opsdrawer-beta10-text, #e8e4df);
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumber span {
  font-weight: 900;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumber.advisory span {
  color: #facc15;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumber.warning span {
  color: #f97316;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickNumber.critical span {
  color: #ef4444;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor {
  display: grid;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(212, 168, 74, 0.28);
  border-radius: 0 0 7px 7px;
  border-top: 0;
  background: rgba(17, 18, 20, 0.92);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorHead,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorActions {
  display: flex;
  align-items: center;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorHead strong {
  color: var(--opsdrawer-beta10-accent, #d4a84a);
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorHead span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorHead button {
  margin-left: auto;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--opsdrawer-beta10-muted, #b8afa4) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorGrid.altitude {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickProjectionControl {
  display: flex;
  align-items: end;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickProjectionControl button {
  width: 100%;
  min-height: 24px !important;
  padding: 3px 8px !important;
  border-radius: 5px !important;
  font-size: 10px !important;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor label {
  display: grid;
  gap: 3px;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor label.advisory span {
  color: #facc15;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor label.warning span {
  color: #f97316;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor label.critical span {
  color: #ef4444;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditor input {
  min-width: 0;
  flex: 1 1 auto;
  height: 24px;
  padding: 2px 5px;
  border: 0;
  border-radius: 0 !important;
  background: transparent;
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 10px;
  outline: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickInputShell {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  height: 24px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickStepper {
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--opsdrawer-beta10-muted, #b8afa4) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickDeleteConfirm {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 6px 7px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow > div {
  display: grid;
  gap: 2px;
  min-width: 0;
  margin-right: auto;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow strong {
  color: var(--opsdrawer-beta10-strong, #f5f2ee);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow span {
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSplitRow {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 5px;
  align-items: stretch;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickHalf {
  min-height: 34px;
  min-width: 0;
  border-radius: 3px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFillRow {
  gap: 7px;
  padding: 5px 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFillRow .opsDrawerAlertQuickFillOpacity {
  flex: 0 0 78px;
  width: 78px;
  min-width: 78px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFillRow .opsDrawerAlertQuickFillOpacity span {
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnore {
  display: grid;
  gap: 4px;
  padding: 5px 6px;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18));
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreHead,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreButtons {
  display: flex;
  align-items: center;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreHead {
  justify-content: space-between;
  gap: 5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreHead strong {
  min-width: 0;
  overflow: hidden;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 8.5px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreCount {
  flex: 0 0 auto;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-family: Consolas, "Liberation Mono", monospace;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreCount.warn {
  color: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreCount.critical {
  color: #f87171;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreButtons {
  gap: 3px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn {
  flex: 1 1 0;
  min-width: 0 !important;
  min-height: 22px !important;
  padding: 0 2px !important;
  border-radius: 3px !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn:hover {
  filter: brightness(1.15);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.radar.listening {
  border-color: rgba(250, 204, 21, 0.55) !important;
  background: rgba(250, 204, 21, 0.14) !important;
  color: #facc15 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.adsb.listening {
  border-color: rgba(93, 167, 255, 0.55) !important;
  background: rgba(93, 167, 255, 0.14) !important;
  color: #5da7ff !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.telemetry.listening {
  border-color: rgba(239, 68, 68, 0.55) !important;
  background: rgba(239, 68, 68, 0.14) !important;
  color: #ef4444 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.remote.listening {
  border-color: rgba(163, 108, 224, 0.55) !important;
  background: rgba(163, 108, 224, 0.16) !important;
  color: #a36ce0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.lora.listening {
  border-color: rgba(52, 184, 102, 0.55) !important;
  background: rgba(52, 184, 102, 0.14) !important;
  color: #34b866 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickIgnoreBtn.ignored {
  border: 1px dashed var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  background: transparent !important;
  color: var(--opsdrawer-beta10-dim, #908675) !important;
  text-decoration: line-through;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow .sw {
  position: relative;
  flex: 0 0 auto;
  width: 24px !important;
  min-width: 24px !important;
  height: 13px !important;
  min-height: 13px !important;
  padding: 0 !important;
  border: 1px solid rgba(180, 170, 155, 0.26) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow .sw::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(232, 228, 223, 0.72);
  transition: transform 0.12s ease, background 0.12s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow .sw.on {
  border-color: rgba(212, 168, 74, 0.52) !important;
  background: rgba(212, 168, 74, 0.26) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickSwitchRow .sw.on::after {
  transform: translateX(11px);
  background: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorActions {
  justify-content: flex-end;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorStatus {
  margin-right: auto;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 10px;
  font-weight: 700;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorStatus.dirty {
  color: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorStatus.saving {
  color: #93c5fd;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorStatus.saved {
  color: #86efac;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorActions button {
  min-height: 24px !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: var(--opsdrawer-beta10-muted, #b8afa4) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorActions button.primary {
  border-color: var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36)) !important;
  background: rgba(212, 168, 74, 0.18) !important;
  color: var(--opsdrawer-beta10-accent, #d4a84a) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEditorActions button.danger {
  border-color: rgba(239, 68, 68, 0.48) !important;
  background: rgba(239, 68, 68, 0.11) !important;
  color: #fca5a5 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  border: 1px solid var(--opsdrawer-beta10-line, rgba(180, 170, 155, 0.18)) !important;
  background: transparent !important;
  color: var(--opsdrawer-beta10-dim, #908675) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.card {
  width: 22px !important;
  min-width: 22px !important;
  color: var(--fo-card) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.disabled {
  opacity: 0.32;
  cursor: default !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.stored {
  border-style: dashed !important;
  opacity: 0.55;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.act.on {
  border-color: rgba(239, 68, 68, 0.58) !important;
  background: rgba(239, 68, 68, 0.16) !important;
  color: #f87171 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.bnd.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMasterBtn.bnd.on {
  border-color: var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36)) !important;
  background: rgba(212, 168, 74, 0.16) !important;
  color: var(--opsdrawer-beta10-accent, #d4a84a) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.geo.on,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickMasterBtn.geo.on {
  border-color: rgba(93, 167, 255, 0.58) !important;
  background: rgba(93, 167, 255, 0.15) !important;
  color: #93c5fd !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickBtn.card.on {
  border-color: rgba(163, 108, 224, 0.54) !important;
  background: rgba(163, 108, 224, 0.16) !important;
  color: #d8b4fe !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFoot {
  padding-top: 2px;
  justify-content: space-between;
  color: var(--opsdrawer-beta10-muted, #b8afa4);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend span {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 13px;
  height: 13px;
  border-radius: 3px;
  font-size: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b.act {
  color: #f87171;
  border: 1px solid rgba(239, 68, 68, 0.58);
  background: rgba(239, 68, 68, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b.bnd {
  color: var(--opsdrawer-beta10-accent, #d4a84a);
  border: 1px solid var(--opsdrawer-beta10-line-strong, rgba(210, 170, 90, 0.36));
  background: rgba(212, 168, 74, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b.geo {
  color: #93c5fd;
  border: 1px solid rgba(93, 167, 255, 0.58);
  background: rgba(93, 167, 255, 0.15);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b.card {
  color: #d8b4fe;
  border: 1px solid rgba(168, 85, 247, 0.54);
  background: rgba(168, 85, 247, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickFull {
  flex: 0 0 auto;
  color: var(--opsdrawer-beta10-accent, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickEmpty {
  margin: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable tbody tr:not(:last-child) td {
  border-bottom: 1px solid rgba(180, 170, 155, 0.10);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable tbody tr.overlayRowOff {
  opacity: 0.5;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable tbody tr.overlayRowOff:hover {
  opacity: 0.8;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable td {
  padding: 4px 6px;
  vertical-align: middle;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable td:first-child {
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable .mapUtilityOverlayCheckbox {
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  accent-color: var(--opsdrawer-beta10-accent) !important;
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableName {
  display: block;
  overflow: hidden;
  max-width: 140px;
  color: var(--opsdrawer-beta10-text);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableType {
  display: inline-block;
  padding: 1px 4px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--opsdrawer-beta10-dim, #908675);
  font-size: 8px;
  font-weight: 800;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayMicroSwatch {
  display: block;
  width: 16px !important;
  height: 16px !important;
  margin: 0 auto;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 3px !important;
  background: rgba(0, 0, 0, 0.30) !important;
  box-sizing: border-box;
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayMicroSwatchFill {
  opacity: 0.5;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableDel {
  display: grid !important;
  place-items: center !important;
  width: 18px !important;
  min-width: 0 !important;
  height: 18px !important;
  margin: 0 auto;
  padding: 0 !important;
  border: 1px solid rgba(239, 68, 68, 0.18) !important;
  border-radius: 3px !important;
  background: rgba(239, 68, 68, 0.06) !important;
  box-shadow: none !important;
  color: rgba(239, 68, 68, 0.7) !important;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 1;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableDel:hover {
  border-color: rgba(239, 68, 68, 0.4) !important;
  background: rgba(239, 68, 68, 0.12) !important;
  color: rgba(239, 68, 68, 0.9) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableError {
  margin-top: 2px;
  color: #ef4444;
  font-size: 10px;
  white-space: normal;
  word-break: break-word;
}

@media (max-width: 720px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableName {
    max-width: 100px;
  }
}

/* ============================================================
   Areas - Select + Action Bar (Option 3)
   Compact selectable rows with shared action bar below.
   ============================================================ */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryBuilder {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 8px !important;
  border: 1px solid var(--fo-theme-line, var(--opsdrawer-beta10-line)) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.04) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryBuilder button {
  width: auto !important;
  min-width: 0 !important;
  padding: 4px 8px !important;
  border-radius: 4px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryBuilder .alertAreaLibraryPrimaryAction {
  display: inline-flex !important;
  grid-column: auto !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  width: 100% !important;
  border-color: rgba(212, 168, 74, 0.4) !important;
  background: rgba(212, 168, 74, 0.14) !important;
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryBuilder .alertAreaLibraryPrimaryAction.active {
  border-color: rgba(212, 168, 74, 0.68) !important;
  background: rgba(212, 168, 74, 0.22) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .areaAddGlyph {
  display: grid;
  place-items: center;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: rgba(212, 168, 74, 0.18);
  line-height: 1;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryManageAll {
  justify-self: end;
  border-color: rgba(180, 170, 155, 0.16) !important;
  background: rgba(255, 255, 255, 0.03) !important;
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapePicker {
  display: grid;
  gap: 7px;
  padding: 7px;
  border: 1px solid rgba(212, 168, 74, 0.34);
  border-radius: 6px;
  background: rgba(12, 14, 18, 0.86);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapePickerHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent));
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapePickerClose {
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  min-height: 20px !important;
  padding: 0 !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapeGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapeBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  min-height: 30px !important;
  padding: 5px 6px !important;
  border: 1px solid var(--fo-theme-line, var(--opsdrawer-beta10-line)) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--fo-theme-text, var(--opsdrawer-beta10-text)) !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShapeBtn:hover {
  border-color: rgba(212, 168, 74, 0.34) !important;
  background: rgba(255, 255, 255, 0.07) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShape-point span {
  color: var(--fo-pt, #34b866);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShape-circle span {
  color: var(--fo-cir, #5da7ff);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaShape-polygon span {
  color: var(--fo-ply, #d4a84a);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertWorkspaceUtilityHead {
  gap: 6px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryTitle .label {
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675)) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryTitle .alertWorkspaceListHint {
  font-size: 11px !important;
  line-height: 1.4 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #alertAreaLibraryMount {
  gap: 2px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto auto !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 8px !important;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background 0.12s ease, border-color 0.12s ease, opacity 0.12s ease !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem:hover {
  border-color: rgba(180, 170, 155, 0.10) !important;
  background: rgba(255, 255, 255, 0.03) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem.areaRowSelected {
  border-color: rgba(210, 170, 90, 0.36) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(212, 168, 74, 0.06) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem.areaRowHidden {
  opacity: 0.5 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem.areaRowHidden:hover {
  opacity: 0.8 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge {
  flex: 0 0 auto;
  padding: 2px 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypePoint {
  color: #3b82f6;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypeCircle {
  color: #22c55e;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypePolygon {
  color: #f59e0b;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaRowInfo {
  display: grid;
  min-width: 0;
  gap: 1px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaRowName {
  overflow: hidden;
  color: var(--fo-theme-text, var(--opsdrawer-beta10-text));
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaRowMeta {
  overflow: hidden;
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675));
  font-size: 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaMonitorPill {
  flex: 0 0 auto;
  padding: 1px 5px;
  border: 1px solid rgba(212, 168, 74, 0.2);
  border-radius: 999px;
  background: rgba(212, 168, 74, 0.1);
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent));
  font-size: 9px;
  font-weight: 800;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaMonitorPill.areaMonitorZero {
  border-color: rgba(180, 170, 155, 0.10);
  background: rgba(255, 255, 255, 0.03);
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaVisEye {
  flex: 0 0 auto;
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675));
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem:not(.areaRowHidden) .areaVisEye {
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent));
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem .itemMain,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem .alertAreaLibraryActions {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBar {
  display: grid;
  gap: 6px;
  margin-top: -2px;
  margin-bottom: 3px;
  padding: 8px;
  border: 1px solid rgba(210, 170, 90, 0.36);
  border-top: 0;
  border-radius: 0 0 6px 6px;
  background: rgba(212, 168, 74, 0.04);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBarTitle {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent));
  font-size: 11px;
  font-weight: 800;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBarMeta {
  color: var(--fo-theme-dim, var(--opsdrawer-beta10-dim, #908675));
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBarButtons {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 3px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  height: 24px !important;
  min-height: 24px !important;
  padding: 3px 4px !important;
  border: 1px solid var(--fo-theme-line, var(--opsdrawer-beta10-line)) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.06) !important;
  box-shadow: none !important;
  color: var(--fo-theme-text, var(--opsdrawer-beta10-text)) !important;
  cursor: pointer !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn.areaActionPrimary {
  border-color: rgba(212, 168, 74, 0.38) !important;
  background: rgba(212, 168, 74, 0.12) !important;
  color: var(--fo-theme-accent, var(--opsdrawer-beta10-accent)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn.disabled,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn:disabled {
  cursor: not-allowed !important;
  opacity: 0.48 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn:hover {
  border-color: rgba(210, 170, 90, 0.36) !important;
  background: rgba(212, 168, 74, 0.08) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn.areaActionDanger {
  border-color: rgba(239, 68, 68, 0.2) !important;
  color: #f87171 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn.areaActionDanger:hover {
  background: rgba(239, 68, 68, 0.08) !important;
}

@media (max-width: 720px) {
  body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaRowName {
    max-width: 100px;
  }
}

/* Overlays consolidated panel. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySection {
  display: grid;
  gap: 7px;
  padding: 9px;
  border: 1px solid var(--fo-border);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionAction {
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 5px 7px !important;
  border: 1px solid var(--fo-border) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-text) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionTitle {
  justify-self: start;
  border-color: transparent !important;
  background: transparent !important;
  padding-left: 0 !important;
  text-align: left;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionAction {
  color: var(--fo-accent) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionMeta {
  color: var(--fo-sec);
  font-size: 10px;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionBody {
  display: grid;
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsOverlayHiddenLegacyToggle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerOverlaySectionBody > .phase1Toolbar.mapUtilityAttachmentsHeader {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw {
  position: relative;
  display: inline-block;
  width: 24px !important;
  min-width: 24px !important;
  height: 13px !important;
  margin: 0;
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw input {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  opacity: 0;
  cursor: pointer;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw > span {
  position: absolute;
  inset: 0;
  border: 1px solid var(--fo-border);
  border-radius: 999px;
  background: var(--fo-input);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw > span::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--fo-muted);
  transition: transform 0.12s ease, background 0.12s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw input:checked + span {
  border-color: rgba(212, 168, 74, 0.48);
  background: rgba(212, 168, 74, 0.18);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sw.mapUtilitySw input:checked + span::after {
  transform: translateX(10px);
  background: var(--fo-accent);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .type-chip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .areaTypeBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
  height: 16px;
  padding: 0 4px;
  border: 1px solid var(--fo-border);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--fo-sec);
  font-size: 8px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .type-chip.kmz {
  border-color: rgba(93, 167, 255, 0.32);
  color: var(--fo-info);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .type-chip.kml {
  border-color: rgba(147, 197, 253, 0.28);
  color: #93c5fd;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .type-chip.topo {
  border-color: rgba(139, 209, 111, 0.32);
  color: var(--fo-topo);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable thead th {
  padding: 6px 4px 4px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable .mapUtilityOverlayCheckbox,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTable .mapUtilityOverlayFillToggle {
  display: inline-block !important;
  width: 24px !important;
  height: 13px !important;
  accent-color: unset !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayMicroSwatch {
  width: 18px !important;
  height: 14px !important;
  border-color: var(--fo-border) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayTableDel {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayDeleteBtn {
  display: grid !important;
  place-items: center !important;
  width: 20px !important;
  min-width: 20px !important;
  height: 20px !important;
  padding: 0 !important;
  border: 1px solid rgba(239, 68, 68, 0.24) !important;
  border-radius: 4px !important;
  background: rgba(239, 68, 68, 0.07) !important;
  box-shadow: none !important;
  color: #f87171 !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayChildToggle {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  padding: 4px 0 4px 18px;
  color: var(--fo-sec);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayChildToggle.childOff {
  opacity: 0.55;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayChildList {
  display: grid;
  gap: 4px;
  padding: 5px 4px 7px;
  border-top: 1px solid rgba(180, 170, 155, 0.10);
  background: rgba(255, 255, 255, 0.018);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySubhead,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlayChildEmpty {
  padding: 3px 0 3px 18px;
  color: var(--fo-sec);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .mapUtilityOverlaySubhead {
  color: var(--fo-strong);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls {
  border: 1px solid var(--fo-border) !important;
  border-radius: 7px !important;
  background: var(--fo-surface-2) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityOverlayControls .settingsControls {
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #topoToggleBtn,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #topoBudgetBtn {
  min-height: 28px !important;
  padding: 5px 7px !important;
  border-radius: 5px !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAlertQuickLegend b.card {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 13px !important;
  width: 13px !important;
  min-width: 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  gap: 0 !important;
  font-size: 8px !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .sectionBody,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerShell {
  width: 86px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailShell {
  width: 70px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerKickoutShell {
  left: 100px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerRailText {
  white-space: nowrap !important;
  word-break: normal !important;
  font-size: 8.5px !important;
  letter-spacing: 0.04em !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .alertAreaLibraryBuilder {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryBuilder {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 0 !important;
  padding: 0 2px 2px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryBuilder:empty {
  display: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaShapePicker {
  margin-top: -1px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem {
  grid-template-columns: 22px 32px minmax(0, 1fr) 40px 22px !important;
  gap: 5px !important;
  padding: 4px 7px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge {
  display: grid;
  place-items: center;
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 18px;
  padding: 0;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaMonitorPill {
  display: grid;
  place-items: center;
  min-width: 34px;
  padding: 1px 4px;
  text-align: center;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBar {
  padding: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBarTitle > span:last-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBarButtons {
  grid-template-columns: repeat(4, minmax(70px, 1fr)) !important;
  gap: 4px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionBtn {
  padding: 3px 5px !important;
  font-size: 9px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaActionLabel {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaVisEye,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaKebabBtn {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border: 1px solid var(--fo-border) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-sec) !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .alertAreaLibraryItem:not(.areaRowHidden) .areaVisEye {
  color: var(--fo-accent) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypePoint {
  border-color: rgba(52, 184, 102, 0.30);
  color: var(--fo-pt);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypeCircle {
  border-color: rgba(93, 167, 255, 0.32);
  color: var(--fo-cir);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAreasHost .areaTypeBadge.areaTypePolygon {
  border-color: rgba(212, 168, 74, 0.34);
  color: var(--fo-ply);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticPanel {
  display: grid;
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticPanelHead {
  display: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticFileBar,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticInspector,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqAdvanced,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticVolume,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticLayerOrder,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticActions,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticEmpty {
  padding: 7px 9px;
  border: 1px solid var(--fo-border);
  border-radius: 7px;
  background: var(--fo-surface-2);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticLayerBar {
  padding: 5px 7px;
  margin: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticFileBar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 6px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticFileBar.aqSectorsRow {
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  gap: 5px;
  padding: 5px 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqSectorsLabel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqSectorsCount {
  color: var(--fo-sec);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticFileBar select {
  min-width: 0;
  border: 1px solid var(--fo-border);
  border-radius: 5px;
  background: var(--fo-input);
  color: var(--fo-text);
  font-size: 10px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticSourceToggle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticActions button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticVisible {
  min-height: 0 !important;
  padding: 4px 7px !important;
  border: 1px solid var(--fo-border) !important;
  border-radius: 5px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-accent) !important;
  font-size: 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticTabs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--fo-border);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticTab {
  min-width: 0 !important;
  min-height: 42px !important;
  padding: 5px 3px !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--fo-sec) !important;
  font-size: 8px !important;
  line-height: 1.15 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticTabActive {
  border-bottom-color: var(--fo-accent) !important;
  color: var(--fo-strong) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticTabSwatch,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticActiveSwatch {
  display: inline-block;
  width: 18px;
  height: 6px;
  border-radius: 999px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticActiveLayerHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticActiveLayerHead > div {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticLayerActiveToggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--fo-sec);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqSettingsToggle {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  min-height: 0 !important;
  padding: 5px 7px !important;
  border: 1px solid var(--fo-border) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  box-shadow: none !important;
  color: var(--fo-text) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  text-align: left !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqSettingsToggle.open {
  border-color: rgba(212, 168, 74, 0.34) !important;
  background: rgba(212, 168, 74, 0.06) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqSettingsToggle small {
  color: var(--fo-sec);
  font-family: "JetBrains Mono", Consolas, monospace;
  font-size: 8px;
  font-weight: 700;
  text-transform: lowercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqAdvanced {
  display: grid;
  gap: 7px;
  padding: 7px 8px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .aqAdvanced > .kmzSemanticInspectorBody {
  padding: 7px 8px;
  border: 1px solid var(--fo-border);
  border-radius: 6px;
  background: var(--fo-input);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticLayerPill,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticSubsecTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticVolumeHead span,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticOrderHead span {
  color: var(--fo-strong);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticInspectorBody,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticVolumeBody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticSubsecTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticToggleRow {
  grid-column: 1 / -1;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticField,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticToggleRow {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: var(--fo-sec);
  font-size: 9px;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticToggleRow {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  padding: 6px 8px;
  border: 1px solid var(--fo-border);
  border-radius: 6px;
  background: var(--fo-input);
  text-transform: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticToggleRow span {
  display: grid;
  gap: 2px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticToggleRow small {
  color: var(--fo-sec);
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticColorControl,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticStepper,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticSliderWrap {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid var(--fo-border);
  border-radius: 6px;
  background: var(--fo-input);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticColorControl input[type="color"] {
  width: 36px !important;
  height: 24px !important;
  padding: 2px !important;
  border-radius: 5px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticStepper button {
  display: grid !important;
  place-items: center !important;
  width: 22px !important;
  min-width: 22px !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 !important;
  border-radius: 5px !important;
  font-size: 12px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticStepper input {
  min-width: 0 !important;
  height: 22px !important;
  padding: 0 4px !important;
  border: 0 !important;
  background: transparent !important;
  color: var(--fo-strong) !important;
  font-family: "JetBrains Mono", Consolas, monospace !important;
  font-size: 10px !important;
  text-align: center !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticStepper em {
  color: var(--fo-sec);
  font-size: 8px;
  font-style: normal;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticOrderList {
  display: grid;
  gap: 4px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticOrderItem {
  display: grid;
  grid-template-columns: 12px 16px 28px minmax(0, 1fr) auto;
  align-items: center;
  gap: 5px;
  min-width: 0;
  padding: 4px 5px;
  border: 1px solid var(--fo-border);
  border-radius: 5px;
  color: var(--fo-sec);
  font-size: 9px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] #mapUtilityAlertingQuadrantsHost .kmzSemanticOrderItemActive {
  border-color: var(--fo-border-strong);
  color: var(--fo-strong);
}

/* Airspace Zones - manager-only Aviation Layers surface */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .opsDrawerAirspaceZonesMount {
  display: grid;
  gap: 8px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZonePanel {
  border: 1px solid rgba(180, 170, 155, 0.18);
  background: rgba(255, 255, 255, 0.035);
  border-radius: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneGate {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  padding: 2px 0;
  color: #908675;
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneGateChip {
  flex: 0 0 auto;
  border: 1px solid rgba(210, 170, 90, 0.36);
  border-radius: 5px;
  color: #d4a84a;
  background: rgba(212, 168, 74, 0.16);
  padding: 1px 6px;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneGateText {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZonePublished,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEditor {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 10px 12px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSectionHead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSectionTitle {
  min-width: 0;
  color: #908675;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField > span {
  color: #908675;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneList {
  display: grid;
  gap: 4px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRow {
  display: grid;
  grid-template-columns: auto minmax(58px, 1fr) auto minmax(54px, auto) 30px 18px;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
  min-height: 28px;
  padding: 6px 8px;
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.035);
  color: #f5f2ee;
  text-align: left;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRow.readOnly {
  grid-template-columns: auto minmax(64px, 1fr) auto minmax(54px, auto) 42px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRow.no-fly {
  border-color: rgba(180, 170, 155, 0.18);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRow.advisory {
  border-color: rgba(180, 170, 155, 0.18);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRow.active {
  border-color: rgba(210, 170, 90, 0.36);
  background: rgba(212, 168, 74, 0.16);
  box-shadow: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeChip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceBadge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-radius: 4px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeChip.no-fly {
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #f87171;
  background: rgba(248, 113, 113, 0.12);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeChip.advisory {
  border: 1px solid rgba(250, 204, 21, 0.35);
  color: #facc15;
  background: rgba(250, 204, 21, 0.10);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceBadge {
  border: 1px solid rgba(180, 170, 155, 0.18);
  color: #908675;
  background: transparent;
  font-size: 9.5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceBadge[data-source="kmz"] {
  color: #908675;
  border-color: rgba(180, 170, 155, 0.18);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRowName,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRowAltitude {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRowName {
  color: #f5f2ee;
  font-size: 12.5px;
  font-weight: 500;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneActionMenu {
  position: relative;
  display: flex;
  justify-content: flex-end;
  min-width: 18px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneMenu {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 2px;
  min-width: 82px;
  padding: 4px;
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 6px;
  background: #13100b;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneMenuItem {
  width: 100%;
  justify-content: flex-start;
  padding: 4px 7px;
  font-size: 11px;
  text-align: left;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneMenuItem.danger {
  color: #fca5a5;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRowAltitude {
  color: #b8afa4;
  font-size: 11px;
  text-align: right;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEnableToggle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneKebab,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneDownload,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncRetry {
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.045);
  color: #908675;
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneDownload {
  min-width: 38px;
  min-height: 22px;
  padding: 2px 6px;
  border-color: rgba(210, 170, 90, 0.36);
  color: #d4a84a;
  background: rgba(212, 168, 74, 0.12);
  font-size: 10px;
  font-weight: 800;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEnableToggle {
  position: relative;
  width: 30px;
  min-width: 30px;
  height: 16px;
  padding: 0;
  border-radius: 9px;
  font-size: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEnableToggle.on {
  border-color: rgba(210, 170, 90, 0.36);
  background: rgba(212, 168, 74, 0.16);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEnableToggle::after {
  content: "";
  position: absolute;
  top: 1.5px;
  left: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #908675;
  transition: left 0.12s ease, background 0.12s ease;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEnableToggle.on::after {
  left: 15px;
  background: #d4a84a;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneKebab {
  width: 18px;
  min-width: 18px;
  height: 22px;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  border-color: transparent;
  background: transparent;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRowError {
  color: #f87171;
  padding: 2px 2px 0;
  font-size: 10.5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourcePicker {
  display: grid;
  gap: 6px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 6px;
  background: transparent;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow.active {
  background: transparent;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow.active .airspaceZoneSourceLabel {
  color: #d4a84a;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceLabel {
  color: #908675;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: right;
  text-transform: uppercase;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceHint {
  grid-column: 2;
  min-width: 0;
  color: #908675;
  font-size: 10.5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceSummary {
  min-width: 0;
  overflow: hidden;
  padding-left: 60px;
  color: #b8afa4;
  font-size: 10.5px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceControls {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 6px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow .secondary {
  min-height: 27px;
  padding: 4px 9px;
  border-radius: 6px;
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow select {
  width: 100%;
  min-width: 0;
  min-height: 27px;
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 6px;
  background: #0f0d09;
  color: #f5f2ee;
  padding: 5px 8px;
  font-size: 12.5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow.active select {
  border-color: rgba(210, 170, 90, 0.36);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSourceRow .secondary:disabled {
  cursor: not-allowed;
  opacity: 0.44;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneFieldGrid {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneFieldGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField input,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 6px;
  background: #0f0d09;
  color: #f5f2ee;
  padding: 5px 8px;
  font-size: 12.5px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneField textarea {
  min-height: 46px;
  resize: vertical;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeSegment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid rgba(180, 170, 155, 0.18);
  border-radius: 6px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.035);
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeBtn {
  min-width: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #b8afa4;
  padding: 5px 0;
  font-size: 12px;
  font-weight: 500;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeBtn.noFly.active {
  background: rgba(248, 113, 113, 0.12);
  color: #f87171;
  font-weight: 600;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneTypeBtn.advisory.active {
  background: rgba(250, 204, 21, 0.10);
  color: #facc15;
  font-weight: 600;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneActions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 2px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneActions button,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneRefreshBtn {
  min-height: 26px;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 12px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZonePublishBtn {
  border-color: rgba(210, 170, 90, 0.36);
  color: #d4a84a;
  background: rgba(212, 168, 74, 0.16);
  font-weight: 600;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneEmpty {
  color: #908675;
  font-size: 11px;
  padding: 5px 1px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncStatus {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  min-width: 0;
  color: #908675;
  font-size: 11px;
  padding: 0 1px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncDot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #4ade80;
  box-shadow: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneStatus {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #908675;
  font-size: 11px;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncStatus.degraded .airspaceZoneSyncDot {
  background: #f87171;
  box-shadow: none;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncStatus.degraded .airspaceZoneStatus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneStatus.error {
  color: #fca5a5;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"][data-opsdrawer-modern="1"] .airspaceZoneSyncRetry {
  min-height: 24px;
  padding: 3px 7px;
  white-space: nowrap;
}

/* Airspace Zones - Option 1 compact operations-first override inside Overlays. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] .opsDrawerAirspaceZonesSection {
  border-color: rgba(180, 170, 155, 0.18) !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #f5f2ee !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] .opsDrawerAirspaceZonesOverlayBody {
  display: grid !important;
  gap: 0 !important;
  min-width: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount {
  display: grid !important;
  gap: 0 !important;
  min-width: 0 !important;
  padding: 0 !important;
  color: #f5f2ee !important;
  font: 13px/1.45 "Segoe UI", system-ui, sans-serif !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneGate {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 6px 12px !important;
  border-bottom: 1px solid rgba(180, 170, 155, 0.18) !important;
  color: #908675 !important;
  font-size: 11px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneGateChip {
  border: 1px solid rgba(210, 170, 90, 0.36) !important;
  border-radius: 5px !important;
  background: rgba(212, 168, 74, 0.16) !important;
  color: #d4a84a !important;
  padding: 1px 6px !important;
  font-size: 10.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneGateText {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePanel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePublished,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneEditor {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSectionHead {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSectionTitle {
  color: #908675 !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneList {
  display: grid !important;
  gap: 4px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRow {
  display: grid !important;
  grid-template-columns: auto minmax(58px, 1fr) auto minmax(54px, auto) 30px 18px !important;
  align-items: center !important;
  gap: 8px !important;
  min-height: 28px !important;
  padding: 6px 8px !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 7px !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #f5f2ee !important;
  text-align: left !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRow.active {
  border-color: rgba(210, 170, 90, 0.36) !important;
  background: rgba(212, 168, 74, 0.16) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeChip,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceBadge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 4px !important;
  padding: 1px 6px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.4px !important;
  line-height: 1.35 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeChip.no-fly {
  border: 1px solid rgba(248, 113, 113, 0.4) !important;
  background: rgba(248, 113, 113, 0.12) !important;
  color: #f87171 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeChip.advisory {
  border: 1px solid rgba(250, 204, 21, 0.35) !important;
  background: rgba(250, 204, 21, 0.10) !important;
  color: #facc15 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceBadge {
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  background: transparent !important;
  color: #908675 !important;
  font-size: 9.5px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRowName,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRowAltitude {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRowName {
  color: #f5f2ee !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneActionMenu {
  position: relative !important;
  display: flex !important;
  justify-content: flex-end !important;
  min-width: 18px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneMenu {
  position: absolute !important;
  top: 25px !important;
  right: 0 !important;
  z-index: 30 !important;
  display: grid !important;
  gap: 2px !important;
  min-width: 82px !important;
  padding: 4px !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 6px !important;
  background: #13100b !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.34) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneMenuItem {
  width: 100% !important;
  justify-content: flex-start !important;
  padding: 4px 7px !important;
  font-size: 11px !important;
  text-align: left !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneMenuItem.danger {
  color: #fca5a5 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRowAltitude {
  color: #b8afa4 !important;
  font-size: 11px !important;
  text-align: right !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourcePicker {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow {
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow.active .airspaceZoneSourceLabel {
  color: #d4a84a !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceLabel {
  color: #908675 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: 0.4px !important;
  text-align: right !important;
  text-transform: uppercase !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceControls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 6px !important;
  min-width: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceSummary {
  min-width: 0 !important;
  overflow: hidden !important;
  padding-left: 60px !important;
  color: #b8afa4 !important;
  font-size: 10.5px !important;
  line-height: 1.3 !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount input[type="text"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount textarea {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 6px !important;
  background: #0f0d09 !important;
  color: #f5f2ee !important;
  box-shadow: none !important;
  outline: none !important;
  font: 12.5px/1.35 "Segoe UI", system-ui, sans-serif !important;
  padding: 5px 8px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount input[type="text"] {
  min-height: 27px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow.active select {
  border-color: rgba(210, 170, 90, 0.36) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount textarea {
  min-height: 46px !important;
  resize: vertical !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneField,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneFieldGrid {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneField > span {
  color: #908675 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneFieldGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeSegment {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  overflow: hidden !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border: 1px solid rgba(180, 170, 155, 0.18) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.045) !important;
  color: #b8afa4 !important;
  box-shadow: none !important;
  font: 600 12px/1.25 "Segoe UI", system-ui, sans-serif !important;
  padding: 4px 10px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount button:hover {
  border-color: rgba(210, 170, 90, 0.36) !important;
  background: rgba(212, 168, 74, 0.12) !important;
  color: #f5f2ee !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeBtn {
  border: 0 !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.035) !important;
  color: #b8afa4 !important;
  padding: 5px 0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeBtn.noFly.active {
  background: rgba(248, 113, 113, 0.12) !important;
  color: #f87171 !important;
  font-weight: 600 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeBtn.advisory.active {
  background: rgba(250, 204, 21, 0.10) !important;
  color: #facc15 !important;
  font-weight: 600 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow .secondary,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRefreshBtn {
  min-height: 27px !important;
  padding: 4px 9px !important;
  font-size: 11px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneActions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin-top: 2px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePublishBtn {
  border-color: rgba(210, 170, 90, 0.36) !important;
  background: rgba(212, 168, 74, 0.16) !important;
  color: #d4a84a !important;
  font-weight: 600 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneEnableToggle {
  position: relative !important;
  width: 30px !important;
  min-width: 30px !important;
  height: 16px !important;
  padding: 0 !important;
  border-radius: 9px !important;
  font-size: 0 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneEnableToggle.on {
  border-color: rgba(210, 170, 90, 0.36) !important;
  background: rgba(212, 168, 74, 0.16) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneKebab {
  width: 18px !important;
  min-width: 18px !important;
  height: 22px !important;
  padding: 0 !important;
  border-color: transparent !important;
  background: transparent !important;
  color: #908675 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSyncStatus {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  padding: 7px 12px !important;
  color: #908675 !important;
  font-size: 11px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneStatus {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #908675 !important;
  font-size: 11px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSyncDot {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  background: #4ade80 !important;
  box-shadow: none !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneEmpty,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceHint {
  color: #908675 !important;
  font-size: 11px !important;
}

/* Airspace Zones - overlay-panel alignment pass. Keep this block isolated for quick rollback. */
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] .opsDrawerAirspaceZonesSection {
  border-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  background: rgba(255, 255, 255, 0.035) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount {
  color: var(--fo-text, #e8e4df) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneGate {
  padding: 7px 9px !important;
  border-bottom-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  color: var(--fo-sec, #9e9890) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneGateChip {
  border-color: rgba(212, 168, 74, 0.32) !important;
  border-radius: 4px !important;
  background: rgba(212, 168, 74, 0.12) !important;
  color: var(--fo-accent, #d4a84a) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePanel,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePublished,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneEditor {
  gap: 8px !important;
  padding: 9px !important;
  border-bottom-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSectionTitle,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneField > span,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceLabel {
  color: var(--fo-sec, #9e9890) !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourcePicker {
  gap: 5px !important;
  padding: 7px !important;
  border: 1px solid var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  border-radius: 7px !important;
  background: rgba(17, 18, 20, 0.54) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow {
  grid-template-columns: 58px minmax(0, 1fr) !important;
  gap: 7px !important;
  min-height: 34px !important;
  padding: 5px !important;
  border: 1px solid rgba(180, 170, 155, 0.12) !important;
  border-radius: 6px !important;
  background: rgba(255, 255, 255, 0.024) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow.active {
  border-color: var(--fo-border-strong, rgba(210, 170, 90, 0.34)) !important;
  background: rgba(212, 168, 74, 0.075) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow.active .airspaceZoneSourceLabel {
  color: var(--fo-accent, #d4a84a) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceControls {
  grid-template-columns: minmax(0, 1fr) 84px !important;
  gap: 5px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceSummary {
  padding-left: 0 !important;
  color: var(--fo-sec, #9e9890) !important;
  font-size: 10px !important;
  white-space: normal !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount select,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount input[type="text"],
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount textarea {
  border-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  background: var(--fo-input, #15171a) !important;
  color: var(--fo-strong, #f5f2ee) !important;
  font-size: 12px !important;
  padding: 6px 8px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount select:focus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount input[type="text"]:focus,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount textarea:focus {
  border-color: var(--fo-border-strong, rgba(210, 170, 90, 0.34)) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount textarea {
  min-height: 54px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneField,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneFieldGrid {
  gap: 5px !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneTypeSegment {
  border-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  background: rgba(255, 255, 255, 0.024) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount button {
  border-color: var(--fo-border, rgba(180, 170, 155, 0.20)) !important;
  background: rgba(255, 255, 255, 0.04) !important;
  color: var(--fo-text, #e8e4df) !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneSourceRow .secondary,
body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZoneRefreshBtn {
  width: 84px !important;
  padding: 5px 6px !important;
  font-size: 10px !important;
  white-space: nowrap !important;
}

body.flightops-ops-console #sidebar .panelSection[data-panel="opsdrawer"] #opsDrawerAirspaceZonesMount .airspaceZonePublishBtn {
  border-color: var(--fo-border-strong, rgba(210, 170, 90, 0.34)) !important;
  background: rgba(212, 168, 74, 0.13) !important;
  color: var(--fo-accent, #d4a84a) !important;
}
