/* ZeroRiskk COMTRADE Viewer v2.4.5 module: Engineering workbench core, local uPlot/Plotly shell, phasor/frequency/readout/computed cockpit foundations. */

.gcw-tool-uplot-shell {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid rgba(148, 163, 184, 0.26);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}
.gcw-tool-uplot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 10px;
  border-bottom: 1px solid rgba(148, 163, 184, 0.20);
  background: linear-gradient(180deg, #f8fafc, #eef6f5);
  color: #0f172a;
}
.gcw-tool-uplot-head span { font-size: 12px; font-weight: 950; }
.gcw-tool-uplot-head small { color: #64748b; font-size: 10px; font-weight: 800; white-space: nowrap; }
.gcw-tool-uplot {
  position: relative;
  width: 100%;
  min-height: 140px;
  overflow: hidden;
  background: #ffffff;
}
.gcw-tool-uplot .uplot,
.gcw-tool-uplot .u-wrap {
  display: block !important;
  max-width: none !important;
  background: #ffffff !important;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
.gcw-tool-uplot canvas { max-width: none !important; }
.gcw-tool-uplot .u-title,
.gcw-tool-uplot .u-legend { display: none !important; }
.gcw-tool-uplot .u-over { cursor: crosshair; }
.gcw-tool-uplot .u-over.is-panning { cursor: grabbing !important; }
.gcw-tool-uplot .u-select {
  background: rgba(37, 99, 235, 0.10) !important;
  border: 1px solid rgba(37, 99, 235, 0.36) !important;
}
.gcw-tool-uplot-readout {
  min-height: 24px;
  padding: 6px 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.18);
  background: #f8fafc;
  color: #334155;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.gcw-tool-uplot-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 6;
}
.gcw-tool-uplot-bar {
  position: absolute;
  bottom: auto;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.82), rgba(37, 99, 235, 0.50));
  border: 1px solid rgba(30, 64, 175, 0.40);
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.16);
}
.gcw-tool-uplot-hline {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1.5px dashed rgba(234, 88, 12, 0.78);
}
.gcw-tool-uplot-hline span {
  position: absolute;
  top: -15px;
  right: 6px;
  padding: 1px 5px;
  border-radius: 999px;
  background: rgba(255, 247, 237, 0.94);
  color: #9a3412;
  font-size: 9px;
  font-weight: 950;
  white-space: nowrap;
}
.gcw-tool-uplot-vector-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}
.gcw-tool-uplot-plane-axis {
  stroke: rgba(15, 23, 42, 0.38);
  stroke-width: 1;
  stroke-dasharray: 4 4;
  vector-effect: non-scaling-stroke;
}
.gcw-tool-uplot-vector {
  stroke: #2563eb;
  stroke-width: 2.3;
  vector-effect: non-scaling-stroke;
}
.gcw-tool-uplot-vector-1 { stroke: #dc2626; }
.gcw-tool-uplot-vector-2 { stroke: #059669; }
.gcw-tool-uplot-vector-3 { stroke: #7c3aed; }
.gcw-tool-uplot-vector-4 { stroke: #ea580c; }
.gcw-tool-uplot-vector-5 { stroke: #0891b2; }
.gcw-tool-uplot-point {
  fill: #ffffff;
  stroke: #1d4ed8;
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
}
.gcw-tool-uplot-zone {
  fill: rgba(59, 130, 246, 0.045);
  stroke: rgba(37, 99, 235, 0.62);
  stroke-width: 1.6;
  stroke-dasharray: 8 6;
  opacity: .78;
  vector-effect: non-scaling-stroke;
}
.gcw-tool-uplot-zone.is-centre-tick {
  stroke-width: 3;
  stroke-dasharray: none;
  opacity: .92;
}
.gcw-tool-uplot-label {
  fill: #0f172a;
  font-size: 10px;
  font-weight: 900;
  paint-order: stroke;
  stroke: rgba(255,255,255,0.88);
  stroke-width: 3px;
  stroke-linejoin: round;
}
.gcw-tool-uplot-empty {
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  padding: 16px;
  color: #475569;
  background: #f8fafc;
}
.gcw-tool-uplot-empty strong { color: #0f172a; font-size: 13px; }
.gcw-tool-uplot-empty span { font-size: 11px; line-height: 1.4; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-shell { margin-bottom: 12px !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot { min-height: 220px !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-readout { font-size: 12px !important; }
.gcw-query-chart-wrap[data-chart-mode="pan"] .gcw-tool-uplot .u-over { cursor: grab !important; }
.gcw-query-chart-wrap[data-chart-mode="measure"] .gcw-tool-uplot .u-over { cursor: crosshair !important; }
@media (max-width: 900px) {
  .gcw-tool-uplot-head { align-items: flex-start; flex-direction: column; gap: 2px; }
  .gcw-tool-uplot-head small { white-space: normal; }
}

body.gcw-is-resizing.gcw-is-resizing-vertical,
body.gcw-tool-plot-resizing,
body.gcw-tool-table-resizing {
  cursor: ns-resize !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
  min-height: calc(100vh - 92px) !important;
  height: calc(100vh - 92px) !important;
}
.gcw-root.gcw-tool-open .gcw-wave-pane {
  --gcw-reference-wave-height: 260px;
}
.gcw-root.gcw-tool-open .gcw-engineering-tool-drawer:not([hidden]) {
  min-height: 160px !important;
  flex: 1 1 0 !important;
}
.gcw-root.gcw-tool-open .gcw-tool-drawer-head {
  min-height: 38px !important;
  padding: 6px 9px !important;
  gap: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-drawer-head strong { font-size: 13px !important; }
.gcw-root.gcw-tool-open .gcw-tool-drawer-head p { display: none !important; }
.gcw-root.gcw-tool-open .gcw-tool-drawer-actions {
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-export,
.gcw-root.gcw-tool-open .gcw-tool-recalculate,
.gcw-root.gcw-tool-open .gcw-tool-close,
.gcw-root.gcw-tool-open .gcw-tool-chart-action {
  min-height: 24px !important;
  padding: 2px 6px !important;
  border-radius: 6px !important;
  font-size: 10.5px !important;
  line-height: 1.1 !important;
}
.gcw-root.gcw-tool-open .gcw-tool-layout-action {
  font-weight: 950 !important;
  background: #ecfeff !important;
  border-color: rgba(8, 145, 178, 0.28) !important;
  color: #155e75 !important;
}
.gcw-root.gcw-tool-open .gcw-engineering-tool-body {
  padding: 8px !important;
  overflow: auto !important;
  background: #f6faf9 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page {
  min-height: 100% !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page-head,
.gcw-root.gcw-tool-open .gcw-tool-note,
.gcw-root.gcw-tool-open .gcw-assumption-panel {
  border-radius: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page-head {
  padding: 5px 7px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page-head strong { font-size: 12.5px !important; }
.gcw-root.gcw-tool-open .gcw-query-page-head p,
.gcw-root.gcw-tool-open .gcw-query-page-head small { display: none !important; }
.gcw-root.gcw-tool-open .gcw-query-status {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-status span,
.gcw-root.gcw-tool-open .gcw-chart-measure-box span,
.gcw-root.gcw-tool-open .gcw-chart-measure-box small {
  padding: 4px 6px !important;
  font-size: 10.5px !important;
  border-radius: 7px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-note {
  padding: 6px 8px !important;
  margin-bottom: 4px !important;
  font-size: 10.8px !important;
  line-height: 1.32 !important;
}
.gcw-root.gcw-tool-open .gcw-assumption-panel {
  padding: 4px 7px !important;
}
.gcw-root.gcw-tool-open .gcw-assumption-panel summary {
  font-size: 10.8px !important;
}
.gcw-root.gcw-tool-open .gcw-assumption-panel p { display: none !important; }
.gcw-root.gcw-tool-open .gcw-tool-input-grid {
  grid-template-columns: repeat(4, minmax(120px, 1fr)) !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-input-label {
  padding: 5px 6px !important;
  min-height: 38px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-input-label span { font-size: 10px !important; }
.gcw-root.gcw-tool-open .gcw-tool-input-label input,
.gcw-root.gcw-tool-open .gcw-tool-input-label select {
  min-height: 24px !important;
  padding: 3px 6px !important;
  font-size: 11px !important;
}
.gcw-root.gcw-tool-open .gcw-query-chart-wrap {
  padding: 6px !important;
  border-radius: 12px !important;
  flex: 0 0 auto !important;
}
.gcw-root.gcw-tool-open .gcw-tool-grid2 {
  grid-template-columns: minmax(460px, 1.55fr) minmax(330px, 0.95fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
}
.gcw-root.gcw-tool-open .gcw-tool-kpis {
  gap: 5px !important;
  margin-bottom: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-kpis div {
  padding: 6px 8px !important;
  border-radius: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-kpis strong { font-size: 15px !important; }
.gcw-root.gcw-tool-open .gcw-tool-kpis span { font-size: 10px !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-shell {
  display: flex !important;
  flex-direction: column !important;
  min-height: 250px !important;
  margin-bottom: 6px !important;
  border-radius: 12px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05) !important;
}
.gcw-root.gcw-tool-open .gcw-tool-uplot-head {
  flex: 0 0 auto !important;
  padding: 5px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-uplot-head span { font-size: 11.5px !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-head small { font-size: 9.5px !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot {
  flex: 0 0 auto !important;
  min-height: 180px !important;
  resize: vertical !important;
}
.gcw-tool-plot-resize-grip {
  flex: 0 0 13px !important;
  height: 13px !important;
  min-height: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: ns-resize !important;
  touch-action: none !important;
  user-select: none !important;
  background: linear-gradient(180deg, #eff6ff, #dbeafe) !important;
  border-top: 1px solid rgba(59, 130, 246, 0.22) !important;
}
.gcw-tool-plot-resize-grip span,
.gcw-tool-table-resize-grip span {
  display: block !important;
  width: 58px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #64748b !important;
  box-shadow: 0 -3px 0 rgba(100, 116, 139, 0.18), 0 3px 0 rgba(100, 116, 139, 0.18) !important;
}
.gcw-root.gcw-tool-open .gcw-tool-uplot-readout {
  min-height: 22px !important;
  padding: 4px 8px !important;
  font-size: 10.8px !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  flex: 0 0 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  background: linear-gradient(180deg, #fefce8, #fde68a, #fef3c7) !important;
  border-top: 1px solid rgba(180, 83, 9, 0.25) !important;
  border-bottom: 1px solid rgba(180, 83, 9, 0.25) !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter span {
  width: 86px !important;
  height: 4px !important;
  background: #92400e !important;
  box-shadow: 0 -4px 0 rgba(146, 64, 14, 0.18), 0 4px 0 rgba(146, 64, 14, 0.18) !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section {
  flex: 0 0 var(--gcw-reference-wave-height, 260px) !important;
  height: var(--gcw-reference-wave-height, 260px) !important;
  min-height: 110px !important;
  max-height: calc(100vh - 180px) !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section-head {
  min-height: 26px !important;
  padding: 3px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section-head h4 { font-size: 11px !important; }
.gcw-root.gcw-tool-open .gcw-badge-stack { gap: 3px !important; }
.gcw-root.gcw-tool-open .gcw-mini-badge { font-size: 9px !important; padding: 2px 5px !important; }
.gcw-root.gcw-tool-open .gcw-canvas-card.gcw-combined-card {
  min-height: 76px !important;
}
.gcw-root.gcw-tool-open .gcw-event-table-wrap {
  flex: 0 0 var(--gcw-event-table-height, 96px) !important;
  min-height: 60px !important;
  max-height: 280px !important;
}
.gcw-root.gcw-tool-open .gcw-event-table-title {
  min-height: 22px !important;
  padding: 3px 7px !important;
}
.gcw-root.gcw-tool-open .gcw-event-table-scroll {
  min-height: 0 !important;
  overflow: auto !important;
}
.gcw-root.gcw-tool-open .gcw-event-table th,
.gcw-root.gcw-tool-open .gcw-event-table td {
  padding: 3px 5px !important;
  font-size: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-mini-scroll {
  position: relative !important;
  min-height: 110px !important;
  max-height: min(52vh, 420px) !important;
  overflow: auto !important;
  resize: vertical !important;
  border-radius: 10px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-tool-table-resizable {
  padding-bottom: 13px !important;
}
.gcw-tool-table-resize-grip {
  position: sticky !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 5 !important;
  height: 13px !important;
  min-height: 13px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: ns-resize !important;
  touch-action: none !important;
  user-select: none !important;
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(226, 232, 240, 0.96)) !important;
  border-top: 1px solid rgba(148, 163, 184, 0.26) !important;
}
.gcw-root.gcw-tool-open .gcw-tool-table {
  font-size: 11.2px !important;
  line-height: 1.24 !important;
  min-width: 560px !important;
}
.gcw-root.gcw-tool-open .gcw-tool-table th,
.gcw-root.gcw-tool-open .gcw-tool-table td {
  padding: 5px 7px !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-tool-table th {
  top: 0 !important;
  z-index: 6 !important;
  font-size: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-chart-measure-box {
  padding: 5px !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-chart-measure-box strong { font-size: 11px !important; }
@media (max-width: 1050px) {
  .gcw-root.gcw-tool-open .gcw-tool-grid2 {
    grid-template-columns: 1fr !important;
  }
  .gcw-root.gcw-tool-open .gcw-tool-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 760px) {
  .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
  body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
  .gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
    height: auto !important;
    min-height: 760px !important;
  }
  .gcw-root.gcw-tool-open .gcw-tool-drawer-actions { justify-content: flex-start !important; }
  .gcw-root.gcw-tool-open .gcw-tool-input-grid,
  .gcw-root.gcw-tool-open .gcw-query-status {
    grid-template-columns: 1fr !important;
  }
  .gcw-root.gcw-tool-open .gcw-tool-uplot-head small { white-space: normal !important; }
}

.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  position: relative !important;
  flex: 0 0 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  cursor: ns-resize !important;
  background: linear-gradient(180deg, #fff7ed, #fed7aa, #fffbeb) !important;
  border-top: 1px solid rgba(180, 83, 9, 0.34) !important;
  border-bottom: 1px solid rgba(180, 83, 9, 0.34) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75), 0 1px 5px rgba(15,23,42,0.08) !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter span {
  width: 118px !important;
  height: 5px !important;
  background: #92400e !important;
  box-shadow: 0 -5px 0 rgba(146,64,14,0.18), 0 5px 0 rgba(146,64,14,0.18) !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::before,
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::after {
  content: "Drag waveform reference up/down";
  position: absolute;
  font-size: 9px;
  font-weight: 900;
  color: #7c2d12;
  opacity: 0.78;
  pointer-events: none;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::before { transform: translateX(-160px); }
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::after { transform: translateX(160px); content: "double-click reset"; }
.gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section {
  max-height: none !important;
  transition: flex-basis 80ms ease, height 80ms ease !important;
}
.gcw-root.gcw-tool-open .gcw-canvas-card.gcw-combined-card { min-height: 58px !important; }
body.gcw-is-resizing-vertical .gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  background: linear-gradient(180deg, #ffedd5, #fdba74, #fed7aa) !important;
}

.gcw-phasor-workbench {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-height: 0 !important;
}
.gcw-phasor-player {
  display: grid !important;
  grid-template-columns: minmax(310px, 0.45fr) minmax(420px, 1fr) !important;
  gap: 10px !important;
  align-items: stretch !important;
  padding: 8px !important;
  border: 1px solid rgba(20, 184, 166, 0.23) !important;
  border-radius: 12px !important;
  background: linear-gradient(180deg, #f0fdfa, #ffffff) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}
.gcw-phasor-player-left {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}
.gcw-phasor-play-btn,
.gcw-phasor-mini-btn,
.gcw-phasor-speed-select {
  border: 1px solid rgba(15, 118, 110, 0.26) !important;
  background: #ffffff !important;
  color: #0f766e !important;
  min-height: 28px !important;
  border-radius: 9px !important;
  padding: 4px 9px !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
.gcw-phasor-play-btn {
  min-width: 86px !important;
  background: #0f766e !important;
  color: #ffffff !important;
  border-color: #0f766e !important;
  box-shadow: 0 4px 12px rgba(15, 118, 110, 0.22) !important;
}
.gcw-phasor-play-btn.is-playing { background: #ea580c !important; border-color: #ea580c !important; }
.gcw-phasor-mini-btn:hover,
.gcw-phasor-speed-select:hover { background: #ccfbf1 !important; }
.gcw-phasor-speed-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #475569 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.gcw-phasor-speed-label span { text-transform: uppercase !important; letter-spacing: .04em !important; }
.gcw-phasor-player-main {
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  gap: 5px !important;
}
.gcw-phasor-time-meta {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  align-items: center !important;
  color: #475569 !important;
  font-size: 10.4px !important;
  font-weight: 800 !important;
}
.gcw-phasor-time-meta span {
  display: inline-flex !important;
  gap: 4px !important;
  align-items: center !important;
  padding: 2px 6px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.84) !important;
  border: 1px solid rgba(148, 163, 184, 0.2) !important;
}
.gcw-phasor-time-meta b { color: #0f172a !important; font-weight: 950 !important; }
.gcw-phasor-slider-shell {
  position: relative !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  background: #e2e8f0 !important;
  overflow: visible !important;
  box-shadow: inset 0 1px 3px rgba(15,23,42,0.08) !important;
}
.gcw-phasor-slider-fill {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(20,184,166,0.28), rgba(20,184,166,0.62)) !important;
  pointer-events: none !important;
}
.gcw-phasor-time-slider {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  margin: 0 !important;
  appearance: none !important;
  background: transparent !important;
  cursor: ew-resize !important;
}
.gcw-phasor-time-slider::-webkit-slider-thumb {
  appearance: none !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  background: #0f766e !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 2px 7px rgba(15,23,42,0.28) !important;
}
.gcw-phasor-time-slider::-moz-range-thumb {
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  background: #0f766e !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 2px 7px rgba(15,23,42,0.28) !important;
}
.gcw-phasor-marker {
  position: absolute !important;
  top: -13px !important;
  z-index: 2 !important;
  transform: translateX(-50%) !important;
  padding: 1px 4px !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.gcw-phasor-marker.is-a { background: #2563eb !important; }
.gcw-phasor-marker.is-b { background: #ea580c !important; }
.gcw-phasor-advisory {
  padding: 6px 8px !important;
  border: 1px dashed rgba(20, 184, 166, 0.35) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #475569 !important;
  font-size: 10.8px !important;
  line-height: 1.35 !important;
}
.gcw-phasor-advisory strong { color: #0f766e !important; }
.gcw-phasor-main {
  display: grid !important;
  grid-template-columns: minmax(280px, 330px) minmax(520px, 1fr) !important;
  gap: 10px !important;
  min-height: 0 !important;
  align-items: stretch !important;
}
.gcw-phasor-side,
.gcw-phasor-plot-panel {
  min-width: 0 !important;
  min-height: 0 !important;
}
.gcw-phasor-side {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  padding: 8px !important;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.045) !important;
}
.gcw-phasor-side-head {
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
  align-items: baseline !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.96) !important;
  padding-bottom: 5px !important;
}
.gcw-phasor-side-head strong { font-size: 12px !important; color: #0f172a !important; }
.gcw-phasor-side-head span { font-size: 9.8px !important; color: #64748b !important; font-weight: 800 !important; }
.gcw-phasor-kpis {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 5px !important;
}
.gcw-phasor-kpis div {
  border: 1px solid rgba(148, 163, 184, 0.18) !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
  padding: 5px 6px !important;
}
.gcw-phasor-kpis strong { display: block !important; font-size: 15px !important; color: #0f172a !important; }
.gcw-phasor-kpis span { display: block !important; font-size: 9.3px !important; color: #64748b !important; font-weight: 850 !important; }
.gcw-phasor-channel-scroll {
  flex: 1 1 auto !important;
  min-height: 230px !important;
  max-height: min(62vh, 620px) !important;
}
.gcw-phasor-table { min-width: 620px !important; }
.gcw-phasor-table th,
.gcw-phasor-table td {
  padding: 5px 6px !important;
  font-size: 10.6px !important;
  vertical-align: middle !important;
}
.gcw-phasor-table td:first-child strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 10.8px !important;
  max-width: 165px !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-phasor-table td:first-child small {
  display: block !important;
  color: #64748b !important;
  font-size: 9px !important;
  margin-left: 18px !important;
}
.gcw-phasor-eye {
  display: inline-flex !important;
  width: 14px !important;
  color: #0f766e !important;
  margin-right: 4px !important;
}
.gcw-phasor-kind-chip {
  display: inline-flex !important;
  border-radius: 999px !important;
  padding: 2px 5px !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
}
.gcw-phasor-row.gcw-phasor-kind-voltage .gcw-phasor-kind-chip { background: #eff6ff !important; color: #1d4ed8 !important; border-color: rgba(37,99,235,0.18) !important; }
.gcw-phasor-row.gcw-phasor-kind-current .gcw-phasor-kind-chip { background: #f0fdf4 !important; color: #15803d !important; border-color: rgba(22,163,74,0.18) !important; }
.gcw-phasor-plot-panel .gcw-tool-uplot-shell {
  height: auto !important;
  min-height: 520px !important;
  margin-bottom: 0 !important;
}
.gcw-phasor-plot-panel .gcw-tool-uplot {
  min-height: 430px !important;
}
.gcw-phasor-plot-panel .gcw-tool-uplot-head {
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}
.gcw-phasor-plot-panel .gcw-tool-uplot-head span {
  font-size: 12.5px !important;
}
.gcw-phasor-plot-panel .gcw-tool-uplot-readout {
  font-size: 11.2px !important;
}
.gcw-tool-uplot-vector-layer { pointer-events: none !important; }
.gcw-tool-uplot-vector { stroke-width: 3.2 !important; }
.gcw-tool-uplot-point { stroke-width: 2 !important; }
.gcw-tool-uplot-label { font-size: 11px !important; font-weight: 950 !important; paint-order: stroke !important; stroke: #ffffff !important; stroke-width: 3px !important; }

@media (max-width: 1150px) {
  .gcw-phasor-main { grid-template-columns: 1fr !important; }
  .gcw-phasor-side { order: 2 !important; }
  .gcw-phasor-plot-panel { order: 1 !important; }
  .gcw-phasor-player { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::before,
  .gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::after { display: none !important; }
  .gcw-phasor-player-left { align-items: stretch !important; }
  .gcw-phasor-play-btn,
  .gcw-phasor-mini-btn { flex: 1 1 auto !important; }
  .gcw-phasor-time-meta span { flex: 1 1 auto !important; }
  .gcw-phasor-plot-panel .gcw-tool-uplot-shell { min-height: 430px !important; }
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] > .gcw-tool-note {
  display: none !important;
}

.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock {
  grid-column: 1 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 44px 0 !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 100% !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
  border-right: 1px solid #dbe7e4 !important;
  box-shadow: none !important;
  overflow: visible !important;
  background: #fbfefd !important;
}
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurements-main,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurement-browser,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-pane-head,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-channel-search,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measure-scroll,
body.zrk-comtrade-body .gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurements-main,
body.zrk-comtrade-body .gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurement-browser,
.gcw-root.gcw-tool-open.gcw-viewport-full .gcw-measurements-with-dock .gcw-measurements-main,
.gcw-root.gcw-tool-open.gcw-viewport-full .gcw-measurements-with-dock .gcw-measurement-browser {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-splitter,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-splitter,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-splitter {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-wave-pane,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-wave-pane,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-wave-pane {
  grid-column: 2 !important;
  grid-row: 1 !important;
  min-width: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section {
  display: flex !important;
  flex-direction: column !important;
  min-height: var(--gcw-reference-wave-height, 260px) !important;
  max-height: var(--gcw-reference-wave-height, 260px) !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-canvas-card.gcw-combined-card {
  flex: 1 1 auto !important;
  min-height: 56px !important;
  max-height: none !important;
  overflow: auto !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  flex: 0 0 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  cursor: ns-resize !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter span {
  width: 120px !important;
  height: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-wave-pane > .gcw-engineering-tool-drawer:not([hidden]) {
  flex: 1 1 0 !important;
  min-height: 220px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-query-chart-wrap {
  flex: 1 1 auto !important;
  min-height: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-main {
  grid-template-columns: minmax(230px, 280px) minmax(640px, 1fr) !important;
  align-items: stretch !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-side {
  max-width: 280px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-channel-scroll {
  min-height: 180px !important;
  max-height: min(52vh, 560px) !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-plot-panel .gcw-tool-uplot-shell {
  min-height: 560px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-plot-panel .gcw-tool-uplot {
  min-height: 470px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-player {
  grid-template-columns: minmax(260px, 0.34fr) minmax(520px, 1fr) !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-table {
  min-width: 520px !important;
}
@media (max-width: 1150px) {
  .gcw-root.gcw-tool-open .gcw-phasor-main { grid-template-columns: 1fr !important; }
  .gcw-root.gcw-tool-open .gcw-phasor-side { max-width: none !important; }
}

.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
  display: grid !important;
  grid-template-columns: 44px minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) !important;
  gap: 0 !important;
  height: calc(100vh - 130px) !important;
  min-height: 620px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurements-main,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurement-browser,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-pane-head,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-channel-search,
.gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measure-scroll,
body.zrk-comtrade-body .gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurements-main,
body.zrk-comtrade-body .gcw-root.gcw-tool-open .gcw-measurements-with-dock .gcw-measurement-browser,
.gcw-root.gcw-tool-open.gcw-viewport-full .gcw-measurements-with-dock .gcw-measurements-main,
.gcw-root.gcw-tool-open.gcw-viewport-full .gcw-measurements-with-dock .gcw-measurement-browser {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-measurements-pane.gcw-measurements-with-dock {
  display: grid !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  grid-template-columns: 44px 0 !important;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  border-right: 1px solid #d7e4e2 !important;
  border-radius: 0 !important;
  overflow: visible !important;
  box-shadow: none !important;
}
.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-wave-pane,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-wave-pane,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-wave-pane {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  max-height: none !important;
  overflow: hidden !important;
  padding: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-wave-pane > .gcw-engineering-tool-drawer:not([hidden]) {
  flex: 1 1 auto !important;
  min-height: 220px !important;
  height: auto !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-engineering-tool-body {
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  overflow: auto !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  display: flex !important;
  flex: 0 0 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: ns-resize !important;
  touch-action: none !important;
  user-select: none !important;
  z-index: 30 !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter span {
  width: 132px !important;
  height: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section {
  flex: 0 0 var(--gcw-reference-wave-height, 220px) !important;
  height: var(--gcw-reference-wave-height, 220px) !important;
  min-height: 92px !important;
  max-height: none !important;
  overflow: hidden !important;
  transition: none !important;
}
body.gcw-is-resizing-vertical .gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section,
body.gcw-is-resizing-vertical .gcw-root.gcw-tool-open .gcw-engineering-tool-drawer {
  transition: none !important;
}
.gcw-root.gcw-tool-open .gcw-canvas-card.gcw-combined-card {
  flex: 1 1 auto !important;
  min-height: 56px !important;
  max-height: none !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100% !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-query-page-head,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-query-status,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-assumption-panel,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] > .gcw-tool-note,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-chart-measure-box {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-query-chart-wrap {
  flex: 1 1 auto !important;
  display: flex !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-workbench {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
  width: 100% !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-main {
  flex: 1 1 auto !important;
  display: grid !important;
  grid-template-columns: minmax(245px, 300px) minmax(0, 1fr) !important;
  min-height: 0 !important;
  gap: 10px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel {
  min-height: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot-shell {
  flex: 1 1 auto !important;
  min-height: min(72vh, 640px) !important;
  height: 100% !important;
  margin-bottom: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot {
  min-height: min(64vh, 580px) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-channel-scroll {
  flex: 1 1 auto !important;
  min-height: 160px !important;
  max-height: none !important;
  overflow: auto !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-table {
  min-width: 500px !important;
  font-size: 11.4px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-table th,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-table td {
  padding: 5px 6px !important;
  line-height: 1.25 !important;
}
@media (max-width: 1150px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-main {
    grid-template-columns: 1fr !important;
    overflow: auto !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side { max-width: none !important; }
}

.gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
.gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
  height: calc(100vh - 118px) !important;
  min-height: 640px !important;
}
.gcw-root.gcw-tool-open .gcw-wave-pane > .gcw-engineering-tool-drawer:not([hidden]) {
  flex: 1 1 0 !important;
  min-height: 340px !important;
}
.gcw-root.gcw-tool-open .gcw-engineering-tool-body {
  overflow: hidden !important;
  padding: 6px !important;
  background: #f8fbfb !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter {
  flex: 0 0 14px !important;
  height: 14px !important;
  min-height: 14px !important;
  background: linear-gradient(180deg, #ecfeff, #a7f3d0, #ecfeff) !important;
  border-top: 1px solid rgba(15, 118, 110, 0.24) !important;
  border-bottom: 1px solid rgba(15, 118, 110, 0.24) !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter span {
  width: 150px !important;
  height: 4px !important;
  background: #0f766e !important;
  box-shadow: 0 -4px 0 rgba(15, 118, 110, 0.16), 0 4px 0 rgba(15, 118, 110, 0.16) !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::before {
  content: "drag ribbon up/down" !important;
  transform: translateX(-168px) !important;
  color: #0f766e !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-wave-splitter::after {
  content: "waveform reference" !important;
  transform: translateX(165px) !important;
  color: #0f766e !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section {
  flex: 0 0 var(--gcw-reference-wave-height, 96px) !important;
  height: var(--gcw-reference-wave-height, 96px) !important;
  min-height: 56px !important;
  max-height: min(46vh, 420px) !important;
  border-top: 1px solid rgba(15, 118, 110, 0.18) !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section-head {
  min-height: 23px !important;
  height: 23px !important;
  padding: 2px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.88) !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section-head h4 {
  font-size: 10.8px !important;
  line-height: 1.1 !important;
}
.gcw-root.gcw-tool-open .gcw-wave-section-head p,
.gcw-root.gcw-tool-open .gcw-engineering-hint,
.gcw-root.gcw-tool-open .gcw-cursor-panel,
.gcw-root.gcw-tool-open .gcw-event-table-wrap {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-canvas-card.gcw-combined-card {
  flex: 1 1 auto !important;
  min-height: 48px !important;
  height: auto !important;
  max-height: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-query-chart-wrap {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-workbench {
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-player {
  flex: 0 0 auto !important;
  grid-template-columns: minmax(280px, 0.38fr) minmax(440px, 1fr) !important;
  padding: 6px 8px !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-player-left {
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-play-btn,
.gcw-root.gcw-tool-open .gcw-phasor-mini-btn,
.gcw-root.gcw-tool-open .gcw-phasor-speed-select {
  min-height: 25px !important;
  padding: 3px 8px !important;
  font-size: 10.8px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-time-meta {
  font-size: 9.8px !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-time-meta span {
  padding: 1px 5px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-slider-shell {
  height: 21px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-hud {
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-hud span {
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  border: 1px solid rgba(148, 163, 184, 0.20) !important;
  border-radius: 9px !important;
  background: #ffffff !important;
  padding: 5px 7px !important;
  color: #475569 !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-hud b {
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-hud em {
  color: #64748b !important;
  font-size: 9.4px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-align: right !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-main {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) auto !important;
  gap: 6px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel {
  min-height: 0 !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot-shell {
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot-head {
  flex: 0 0 30px !important;
  min-height: 30px !important;
  padding: 5px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot-head small {
  font-size: 9.6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 300px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-uplot-readout {
  flex: 0 0 auto !important;
  min-height: 24px !important;
  padding: 4px 8px !important;
  font-size: 10.5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-plot-resize-grip {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-card {
  flex: 0 0 auto !important;
  min-height: 92px !important;
  max-height: 168px !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 11px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-head {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 27px !important;
  padding: 4px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.95) !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-head strong {
  color: #0f172a !important;
  font-size: 11.2px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-head span {
  border-radius: 999px !important;
  background: #ecfeff !important;
  color: #0f766e !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  padding: 2px 6px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-head small {
  margin-left: auto !important;
  color: #64748b !important;
  font-size: 9.6px !important;
  font-weight: 750 !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-scroll {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow: auto !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table {
  width: 100% !important;
  min-width: 760px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 10.8px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 4 !important;
  background: #f8fafc !important;
  color: #334155 !important;
  font-size: 9.5px !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table th,
.gcw-root.gcw-tool-open .gcw-phasor-live-table td {
  padding: 4px 7px !important;
  line-height: 1.18 !important;
  white-space: nowrap !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.82) !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table td:first-child strong {
  display: inline-block !important;
  max-width: 180px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: bottom !important;
  color: #0f172a !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table td:first-child small {
  display: inline-block !important;
  margin-left: 6px !important;
  color: #64748b !important;
  font-size: 9px !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-inst-cell,
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-rms-cell,
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-angle-cell {
  font-variant-numeric: tabular-nums !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-inst-cell { color: #0f766e !important; }
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-rms-cell { color: #1d4ed8 !important; }
.gcw-root.gcw-tool-open .gcw-phasor-live-table .gcw-phasor-angle-cell { color: #7c2d12 !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-vector { stroke-width: 3.4 !important; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-point { stroke-width: 2.2 !important; r: 4.5; }
.gcw-root.gcw-tool-open .gcw-tool-uplot-label {
  font-size: 11.2px !important;
  stroke-width: 3.5px !important;
}
@media (max-width: 1100px) {
  .gcw-root.gcw-tool-open .gcw-phasor-hud { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-player { grid-template-columns: 1fr !important; }
}
@media (max-width: 760px) {
  .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
  body.zrk-comtrade-body .gcw-root.gcw-tool-open.gcw-analysis-mode .gcw-workspace,
  .gcw-root.gcw-tool-open.gcw-viewport-full.gcw-analysis-mode .gcw-workspace {
    height: auto !important;
    min-height: 780px !important;
  }
  .gcw-root.gcw-tool-open .gcw-phasor-hud { grid-template-columns: 1fr !important; }
  .gcw-root.gcw-tool-open .gcw-phasor-live-head { flex-wrap: wrap !important; }
  .gcw-root.gcw-tool-open .gcw-phasor-live-head small { margin-left: 0 !important; width: 100% !important; }
  .gcw-root.gcw-tool-open .gcw-wave-section.gcw-combined-section { min-height: 64px !important; }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-immersive .gcw-phasor-hud,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-table:not(.gcw-phasor-live-table) {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-tip {
  flex: 0 0 auto !important;
  min-height: 24px !important;
  padding: 4px 8px !important;
  border: 1px solid rgba(15, 118, 110, 0.15) !important;
  border-radius: 9px !important;
  background: linear-gradient(90deg, rgba(236, 253, 245, 0.88), rgba(239, 246, 255, 0.78)) !important;
  color: #334155 !important;
  font-size: 10.8px !important;
  line-height: 1.25 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-tip strong {
  color: #0f766e !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-main.gcw-phasor-main-plot-only {
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: minmax(0, 1fr) minmax(88px, 142px) !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-card {
  min-height: 88px !important;
  max-height: 142px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table {
  min-width: 620px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table .gcw-phasor-signal-cell strong {
  display: inline-block !important;
  max-width: 155px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: bottom !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table .gcw-phasor-signal-cell small {
  display: inline-block !important;
  margin-left: 6px !important;
  max-width: 130px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  vertical-align: bottom !important;
  color: #64748b !important;
  font-size: 9px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-scale-cell {
  color: #475569 !important;
  font-weight: 850 !important;
  font-variant-numeric: tabular-nums !important;
}
@media (max-width: 760px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-tip {
    white-space: normal !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-main.gcw-phasor-main-plot-only {
    grid-template-rows: minmax(300px, 1fr) minmax(108px, 160px) !important;
  }
}

.gcw-root:not(.gcw-tool-open).gcw-analysis-mode .gcw-workbench-wave-splitter {
  display: none !important;
}
.gcw-root:not(.gcw-tool-open).gcw-analysis-mode .gcw-wave-section.gcw-combined-section,
body.zrk-comtrade-body .gcw-root:not(.gcw-tool-open).gcw-analysis-mode .gcw-wave-section.gcw-combined-section,
.gcw-root:not(.gcw-tool-open).gcw-viewport-full.gcw-analysis-mode .gcw-wave-section.gcw-combined-section {
  flex: 1 1 auto !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
}
.gcw-root:not(.gcw-tool-open).gcw-analysis-mode .gcw-canvas-card.gcw-combined-card,
body.zrk-comtrade-body .gcw-root:not(.gcw-tool-open).gcw-analysis-mode .gcw-canvas-card.gcw-combined-card,
.gcw-root:not(.gcw-tool-open).gcw-viewport-full.gcw-analysis-mode .gcw-canvas-card.gcw-combined-card {
  flex: 1 1 auto !important;
  height: auto !important;
  min-height: var(--gcw-waveform-min-height, 185px) !important;
  max-height: none !important;
}

.gcw-tool-plotly {
  position: relative !important;
  width: 100% !important;
  min-height: 220px !important;
  overflow: hidden !important;
}
.gcw-tool-plotly .js-plotly-plot,
.gcw-tool-plotly .plot-container,
.gcw-tool-plotly .svg-container {
  width: 100% !important;
  max-width: none !important;
}
.gcw-tool-plotly .modebar {
  top: 4px !important;
  right: 4px !important;
  opacity: .92 !important;
  border-radius: 10px !important;
}
.gcw-tool-plotly .modebar-btn {
  border-radius: 8px !important;
}
.gcw-tool-plotly .hoverlayer {
  font-size: 11px !important;
}
.gcw-tool-plotly-readout {
  border-top: 1px solid rgba(148, 163, 184, .22) !important;
}
.gcw-phasor-plot-panel .gcw-tool-plotly {
  min-height: 520px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plot-panel .gcw-tool-plotly {
  min-height: 560px !important;
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls {
  flex: 0 0 auto !important;
  display: flex !important;
  align-items: stretch !important;
  gap: 6px !important;
  min-height: 30px !important;
  padding: 5px 7px !important;
  border: 1px solid rgba(15, 118, 110, 0.14) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label span {
  color: #475569 !important;
  font-size: 9.5px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls select {
  height: 24px !important;
  min-height: 24px !important;
  padding: 2px 22px 2px 7px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(148, 163, 184, 0.42) !important;
  background: #ffffff !important;
  color: #0f172a !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-control-note {
  flex: 1 1 auto !important;
  min-width: 120px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  color: #64748b !important;
  font-size: 9.6px !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip {
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 6px !important;
  min-height: 50px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip > div {
  min-width: 0 !important;
  border: 1px solid rgba(148, 163, 184, 0.22) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 5px 7px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip span {
  display: block !important;
  margin-top: 2px !important;
  color: #0f766e !important;
  font-size: 9.2px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .03em !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip em {
  display: block !important;
  margin-top: 2px !important;
  color: #64748b !important;
  font-size: 9px !important;
  line-height: 1.12 !important;
  font-style: normal !important;
  font-weight: 750 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-tip {
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-scale-note {
  color: #7c2d12 !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-color-dot {
  display: inline-block !important;
  width: 9px !important;
  height: 9px !important;
  margin-right: 6px !important;
  border-radius: 999px !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,.95), 0 0 0 3px rgba(148,163,184,.25) !important;
  vertical-align: middle !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table tr[data-phasor-key] {
  cursor: pointer !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table tr[data-phasor-key]:hover td {
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table tr.is-active td {
  background: #fff7ed !important;
  border-bottom-color: rgba(234, 88, 12, .24) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table tr.is-active .gcw-phasor-signal-cell strong {
  color: #9a3412 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-tool-plotly-readout {
  color: #334155 !important;
}
@media (max-width: 1180px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-control-note { display: none !important; }
}
@media (max-width: 760px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls { flex-wrap: wrap !important; }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-summary-strip { grid-template-columns: 1fr !important; }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-tip { white-space: normal !important; }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side-layout {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  overflow: hidden !important;
  gap: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-layout {
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: var(--gcw-phasor-side-width, 360px) 12px minmax(0, 1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane {
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(15, 118, 110, 0.18) !important;
  border-radius: 12px 0 0 12px !important;
  background: #ffffff !important;
  box-shadow: inset -1px 0 0 rgba(226, 232, 240, .75) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-head {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 5px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95) !important;
  background: linear-gradient(180deg, #ecfeff, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-head strong {
  color: #0f172a !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-head span {
  color: #0f766e !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-scroll {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-player {
  flex: 0 0 auto !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  min-height: 0 !important;
  padding: 6px !important;
  border-radius: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-player-left {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-play-btn,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-mini-btn,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-speed-select {
  min-height: 24px !important;
  height: 24px !important;
  padding: 2px 7px !important;
  font-size: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-speed-label {
  flex: 1 1 110px !important;
  min-width: 96px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-player-main {
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-time-meta {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  font-size: 9.5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-time-meta span {
  width: 100% !important;
  justify-content: space-between !important;
  display: flex !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-slider-shell {
  height: 22px !important;
  margin-top: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-controls {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  min-height: 0 !important;
  padding: 6px !important;
  overflow: visible !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-controls label {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 84px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-controls select {
  width: 100% !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-control-note {
  justify-content: flex-start !important;
  white-space: normal !important;
  line-height: 1.2 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-summary-strip {
  grid-template-columns: 1fr !important;
  min-height: 0 !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-summary-strip > div {
  padding: 6px 7px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-summary-strip strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-summary-strip span,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-summary-strip em {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-cockpit-tip {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-live-card {
  flex: 1 1 210px !important;
  min-height: 190px !important;
  max-height: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-live-head {
  flex-wrap: wrap !important;
  gap: 4px !important;
  min-height: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-live-head small {
  width: 100% !important;
  margin-left: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-info-pane .gcw-phasor-live-table {
  min-width: 620px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side-resizer {
  min-width: 12px !important;
  width: 12px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: col-resize !important;
  background: linear-gradient(180deg, #ecfeff, #a7f3d0, #ecfeff) !important;
  border-top: 1px solid rgba(15,118,110,.18) !important;
  border-bottom: 1px solid rgba(15,118,110,.18) !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side-resizer span {
  display: block !important;
  width: 4px !important;
  height: 68px !important;
  border-radius: 999px !important;
  background: #0f766e !important;
  box-shadow: -4px 0 0 rgba(15,118,110,.16), 4px 0 0 rgba(15,118,110,.16) !important;
}
body.gcw-phasor-side-resizing,
body.gcw-phasor-side-resizing * {
  cursor: col-resize !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  overflow: hidden !important;
  border-radius: 0 12px 12px 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-uplot-shell {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  border-radius: 0 12px 12px 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-uplot-head {
  flex: 0 0 28px !important;
  min-height: 28px !important;
  padding: 4px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-uplot-head small {
  font-size: 9.3px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-uplot,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-plotly {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-uplot-readout {
  flex: 0 0 23px !important;
  min-height: 23px !important;
  padding: 3px 8px !important;
  font-size: 10.2px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .gcw-tool-plot-resize-grip {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .js-plotly-plot,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .plot-container,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .svg-container {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .draglayer .nsewdrag {
  cursor: grab !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-plane-panel .draglayer .nsewdrag:active {
  cursor: grabbing !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-cockpit-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(260px, .46fr) 10px minmax(320px, 1fr) !important;
    overflow: auto !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side-resizer {
    width: 100% !important;
    height: 10px !important;
    min-height: 10px !important;
    cursor: row-resize !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-side-resizer span {
    width: 68px !important;
    height: 4px !important;
    box-shadow: 0 -4px 0 rgba(15,118,110,.16), 0 4px 0 rgba(15,118,110,.16) !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-freeze-pane {
  flex: 0 0 var(--gcw-phasor-freeze-height, 440px) !important;
  min-height: 210px !important;
  max-height: calc(100% - 150px) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
  border-bottom: 1px solid rgba(226, 232, 240, .94) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-frozen-scroll {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-freeze-resizer {
  flex: 0 0 10px !important;
  min-height: 10px !important;
  height: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: row-resize !important;
  touch-action: none !important;
  user-select: none !important;
  background: linear-gradient(90deg, #ecfeff, #a7f3d0, #ecfeff) !important;
  border-top: 1px solid rgba(15, 118, 110, .16) !important;
  border-bottom: 1px solid rgba(15, 118, 110, .20) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-freeze-resizer span {
  display: block !important;
  width: 72px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #0f766e !important;
  box-shadow: 0 -4px 0 rgba(15,118,110,.13), 0 4px 0 rgba(15,118,110,.13) !important;
}
body.gcw-phasor-freeze-resizing,
body.gcw-phasor-freeze-resizing * {
  cursor: row-resize !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-zone {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-zone .gcw-phasor-live-card {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-zone .gcw-phasor-live-scroll {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-zone .gcw-phasor-live-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-freeze-pane {
    flex-basis: min(var(--gcw-phasor-freeze-height, 440px), 52vh) !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-label-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  position: relative !important;
  overflow: visible !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-label-wrap .gcw-phasor-label-title {
  color: #475569 !important;
  font-size: 9.5px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help {
  width: 15px !important;
  height: 15px !important;
  min-width: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(15, 118, 110, .28) !important;
  border-radius: 999px !important;
  background: #ecfeff !important;
  color: #0f766e !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  cursor: help !important;
  position: relative !important;
  overflow: visible !important;
  z-index: 40 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help:focus {
  outline: 2px solid rgba(14, 165, 233, .42) !important;
  outline-offset: 1px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card {
  display: none !important;
  position: absolute !important;
  left: -76px !important;
  top: 20px !important;
  z-index: 999 !important;
  width: min(292px, calc(var(--gcw-phasor-side-width, 360px) - 24px)) !important;
  padding: 9px 10px !important;
  border: 1px solid rgba(15, 118, 110, .25) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 16px 32px rgba(15, 23, 42, .18) !important;
  color: #334155 !important;
  text-align: left !important;
  white-space: normal !important;
  pointer-events: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help:hover .gcw-phasor-help-card,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help:focus .gcw-phasor-help-card,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help:focus-within .gcw-phasor-help-card {
  display: block !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card strong {
  display: block !important;
  margin: 0 0 3px 0 !important;
  color: #0f172a !important;
  font-size: 11px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card em {
  display: block !important;
  margin: 0 0 6px 0 !important;
  color: #0f766e !important;
  font-size: 9.8px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card ul,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card li,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide li {
  display: grid !important;
  grid-template-columns: minmax(84px, .42fr) minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: start !important;
  color: #475569 !important;
  font-size: 9.6px !important;
  line-height: 1.22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card li strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide li strong {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 9.6px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card li span,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide li span {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 9.5px !important;
  font-weight: 750 !important;
  line-height: 1.22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-selected-hint {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: center !important;
  padding: 5px 7px !important;
  border: 1px solid rgba(14, 165, 233, .18) !important;
  border-radius: 9px !important;
  background: linear-gradient(180deg, #f0f9ff, #ffffff) !important;
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-selected-hint span {
  color: #0369a1 !important;
  font-size: 9.2px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-selected-hint strong {
  display: block !important;
  min-width: 0 !important;
  color: #334155 !important;
  font-size: 9.8px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide {
  border: 1px solid rgba(15, 118, 110, .16) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide summary {
  min-height: 24px !important;
  padding: 4px 8px !important;
  cursor: pointer !important;
  color: #0f766e !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide summary::-webkit-details-marker { display: none !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide summary span {
  width: 15px !important;
  height: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #ccfbf1 !important;
  color: #0f766e !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide section {
  padding: 7px 8px 9px !important;
  border-top: 1px solid rgba(226, 232, 240, .9) !important;
  display: grid !important;
  gap: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-mode-guide h5 {
  margin: 0 0 4px 0 !important;
  color: #7c2d12 !important;
  font-size: 9.6px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-help-card {
    left: -46px !important;
    width: min(260px, calc(100vw - 36px)) !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label .gcw-phasor-help {
  color: #0f766e !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label .gcw-phasor-help-card {
  color: #334155 !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  line-height: 1.22 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label .gcw-phasor-help-card,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-controls label .gcw-phasor-help-card * {
  text-transform: none !important;
  letter-spacing: 0 !important;
  white-space: normal !important;
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-channel-map {
  border: 1px solid rgba(59, 130, 246, .16) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #eff6ff, #ffffff) !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-channel-map summary {
  min-height: 24px !important;
  padding: 4px 8px !important;
  cursor: pointer !important;
  color: #1d4ed8 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-channel-map summary::-webkit-details-marker { display: none !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-channel-map summary span {
  width: 15px !important;
  height: 15px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #dbeafe !important;
  color: #1d4ed8 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-note {
  padding: 7px 8px 4px !important;
  color: #475569 !important;
  font-size: 9.5px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  border-top: 1px solid rgba(191, 219, 254, .85) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-grid {
  padding: 7px 8px 9px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-grid label {
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 6px !important;
  align-items: center !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-grid label span {
  min-width: 0 !important;
  display: grid !important;
  gap: 1px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-grid label strong {
  color: #0f172a !important;
  font-size: 9.6px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-grid label em {
  color: #64748b !important;
  font-size: 8.8px !important;
  font-style: normal !important;
  font-weight: 760 !important;
  line-height: 1.05 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-map-select {
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  font-size: 9.7px !important;
  border-color: rgba(59, 130, 246, .24) !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-phase-rotation strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-angle-delta strong {
  font-size: 12.5px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-phase-rotation.is-ok strong { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-phase-rotation.is-warn strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-phase-rotation.is-unclear strong { color: #b45309 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-phase-rotation.is-missing strong { color: #64748b !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-angle-delta strong { color: #7c2d12 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="phasor"] .gcw-phasor-live-table .gcw-phasor-signal-cell small {
  max-width: 260px !important;
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] {
  height: 100% !important;
  min-height: 0 !important;
  gap: 6px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-query-chart-wrap {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-workbench,
.gcw-root.gcw-tool-open .gcw-frequency-side-layout {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  display: flex !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-cockpit-layout {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  display: grid !important;
  grid-template-columns: var(--gcw-frequency-side-width, 360px) 12px minmax(0, 1fr) !important;
  align-items: stretch !important;
  overflow: hidden !important;
  border: 1px solid rgba(148, 163, 184, .24) !important;
  border-radius: 14px !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-info-pane {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border-right: 1px solid rgba(148, 163, 184, 0.18) !important;
  background: #ffffff !important;
  box-shadow: inset -1px 0 0 rgba(226, 232, 240, .75) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-info-head {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 5px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95) !important;
  background: linear-gradient(180deg, #eff6ff, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-info-head strong {
  color: #0f172a !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-info-head span {
  color: #1d4ed8 !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-freeze-pane {
  flex: 0 0 var(--gcw-frequency-freeze-height, 390px) !important;
  height: var(--gcw-frequency-freeze-height, 390px) !important;
  min-height: 210px !important;
  max-height: calc(100% - 160px) !important;
  overflow: hidden !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-frozen-scroll {
  height: 100% !important;
  overflow: auto !important;
  padding: 6px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-freeze-resizer {
  flex: 0 0 10px !important;
  min-height: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: row-resize !important;
  background: linear-gradient(90deg, #dbeafe, #bfdbfe, #dbeafe) !important;
  border-top: 1px solid rgba(37,99,235,.16) !important;
  border-bottom: 1px solid rgba(37,99,235,.16) !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-freeze-resizer span {
  display: block !important;
  width: 72px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  box-shadow: 0 -4px 0 rgba(37,99,235,.14), 0 4px 0 rgba(37,99,235,.14) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-side-resizer {
  min-width: 12px !important;
  width: 12px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: col-resize !important;
  background: linear-gradient(180deg, #eff6ff, #bfdbfe, #eff6ff) !important;
  border-top: 1px solid rgba(37,99,235,.18) !important;
  border-bottom: 1px solid rgba(37,99,235,.18) !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-side-resizer span {
  display: block !important;
  width: 4px !important;
  height: 68px !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  box-shadow: -4px 0 0 rgba(37,99,235,.16), 4px 0 0 rgba(37,99,235,.16) !important;
}
body.gcw-frequency-side-resizing,
body.gcw-frequency-side-resizing *,
body.gcw-frequency-freeze-resizing,
body.gcw-frequency-freeze-resizing * {
  user-select: none !important;
}
body.gcw-frequency-side-resizing,
body.gcw-frequency-side-resizing * { cursor: col-resize !important; }
body.gcw-frequency-freeze-resizing,
body.gcw-frequency-freeze-resizing * { cursor: row-resize !important; }
.gcw-root.gcw-tool-open .gcw-frequency-player {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  padding: 6px !important;
  border: 1px solid rgba(37,99,235,.22) !important;
  border-radius: 11px !important;
  background: linear-gradient(180deg, #eff6ff, #ffffff) !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .045) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-player-left {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  align-items: center !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-play-btn,
.gcw-root.gcw-tool-open .gcw-frequency-mini-btn,
.gcw-root.gcw-tool-open .gcw-frequency-speed-select {
  min-height: 24px !important;
  height: 24px !important;
  border: 1px solid rgba(37,99,235,.28) !important;
  background: #ffffff !important;
  color: #1d4ed8 !important;
  border-radius: 8px !important;
  padding: 2px 7px !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  cursor: pointer !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-play-btn {
  min-width: 78px !important;
  background: #1d4ed8 !important;
  color: #ffffff !important;
  border-color: #1d4ed8 !important;
  box-shadow: 0 4px 12px rgba(37,99,235,.22) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-play-btn.is-playing { background: #ea580c !important; border-color: #ea580c !important; }
.gcw-root.gcw-tool-open .gcw-frequency-speed-label {
  flex: 1 1 106px !important;
  min-width: 96px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #475569 !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-speed-label span { text-transform: uppercase !important; letter-spacing: .04em !important; }
.gcw-root.gcw-tool-open .gcw-frequency-player-main { min-width: 0 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-time-meta {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3px !important;
  color: #475569 !important;
  font-size: 9.5px !important;
  font-weight: 800 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-time-meta span {
  width: 100% !important;
  justify-content: space-between !important;
  display: flex !important;
  gap: 4px !important;
  align-items: center !important;
  padding: 2px 6px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,.88) !important;
  border: 1px solid rgba(148, 163, 184, .2) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-time-meta b { color: #0f172a !important; font-weight: 950 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-slider-shell {
  position: relative !important;
  height: 22px !important;
  margin-top: 4px !important;
  display: flex !important;
  align-items: center !important;
  border-radius: 999px !important;
  background: #dbeafe !important;
  overflow: visible !important;
  box-shadow: inset 0 1px 3px rgba(15,23,42,.08) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-slider-fill {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(37,99,235,.28), rgba(37,99,235,.62)) !important;
  pointer-events: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-time-slider {
  position: relative !important;
  z-index: 3 !important;
  width: 100% !important;
  margin: 0 !important;
  appearance: none !important;
  background: transparent !important;
  cursor: ew-resize !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-time-slider::-webkit-slider-thumb {
  appearance: none !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  background: #1d4ed8 !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 2px 7px rgba(15,23,42,.28) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-time-slider::-moz-range-thumb {
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  background: #1d4ed8 !important;
  border: 3px solid #ffffff !important;
  box-shadow: 0 2px 7px rgba(15,23,42,.28) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-marker {
  position: absolute !important;
  top: -13px !important;
  z-index: 2 !important;
  transform: translateX(-50%) !important;
  padding: 1px 4px !important;
  border-radius: 999px !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  color: #ffffff !important;
  pointer-events: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-marker.is-a { background: #2563eb !important; }
.gcw-root.gcw-tool-open .gcw-frequency-marker.is-b { background: #ea580c !important; }
.gcw-root.gcw-tool-open .gcw-frequency-controls {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  padding: 6px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 11px !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-controls .gcw-tool-input-label {
  width: 100% !important;
  display: grid !important;
  grid-template-columns: 88px minmax(0, 1fr) 42px !important;
  align-items: center !important;
  gap: 5px !important;
  margin: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-controls .gcw-tool-input-label span {
  color: #334155 !important;
  font-size: 9.7px !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-controls .gcw-tool-input {
  width: 100% !important;
  height: 24px !important;
  min-height: 24px !important;
  font-size: 9.7px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-controls .gcw-tool-input-label em {
  color: #64748b !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-selected-hint,
.gcw-root.gcw-tool-open .gcw-frequency-cockpit-tip {
  border: 1px dashed rgba(37,99,235,.28) !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  padding: 5px 6px !important;
  color: #475569 !important;
  font-size: 9.7px !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-selected-hint span {
  display: inline-flex !important;
  margin-right: 5px !important;
  color: #1d4ed8 !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-selected-hint strong,
.gcw-root.gcw-tool-open .gcw-frequency-cockpit-tip strong { color: #1d4ed8 !important; font-weight: 950 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-mode-guide {
  border: 1px solid rgba(37,99,235,.18) !important;
  border-radius: 10px !important;
  background: #eff6ff !important;
  padding: 4px 6px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-mode-guide summary {
  cursor: pointer !important;
  color: #1d4ed8 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-mode-guide summary span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  border-radius: 999px !important;
  margin-right: 5px !important;
  background: #1d4ed8 !important;
  color: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-mode-guide p {
  margin: 5px 0 !important;
  color: #334155 !important;
  font-size: 9.7px !important;
  line-height: 1.28 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-summary-strip {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-summary-strip > div {
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  padding: 6px 7px !important;
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-summary-strip strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 13.8px !important;
  font-weight: 950 !important;
  line-height: 1.05 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-summary-strip span {
  display: block !important;
  color: #334155 !important;
  font-size: 9.5px !important;
  font-weight: 900 !important;
  margin-top: 2px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-summary-strip em {
  display: block !important;
  color: #64748b !important;
  font-size: 9px !important;
  font-style: normal !important;
  font-weight: 760 !important;
  margin-top: 1px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-quality.is-good strong { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-frequency-quality.is-warn strong { color: #b45309 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-quality.is-bad strong { color: #b91c1c !important; }
.gcw-root.gcw-tool-open .gcw-frequency-average.is-flat strong { color: #0f766e !important; }
.gcw-root.gcw-tool-open .gcw-frequency-average.is-rising strong { color: #2563eb !important; }
.gcw-root.gcw-tool-open .gcw-frequency-average.is-falling strong { color: #dc2626 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-average.is-bad strong { color: #b91c1c !important; }
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-avgdfdt { font-weight: 950 !important; color: #0f172a !important; }
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-avgabsdfdt,
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-mindfdt,
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-maxdfdt { color: #334155 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-live-zone {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  display: flex !important;
  padding: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-card {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 11px !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-head {
  flex: 0 0 auto !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 5px 7px !important;
  border-bottom: 1px solid rgba(226,232,240,.95) !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-head strong {
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-head span {
  border-radius: 999px !important;
  background: #eff6ff !important;
  border: 1px solid rgba(37,99,235,.14) !important;
  color: #1d4ed8 !important;
  padding: 1px 5px !important;
  font-size: 9px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-head small {
  width: 100% !important;
  color: #64748b !important;
  font-size: 9px !important;
  font-weight: 760 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-scroll {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table {
  min-width: 350px !important;
  margin: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 2 !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table th,
.gcw-root.gcw-tool-open .gcw-frequency-live-table td {
  padding: 5px 6px !important;
  font-size: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table td:first-child {
  color: #334155 !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table td:last-child {
  color: #0f172a !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-panel {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  overflow: hidden !important;
  border-radius: 0 12px 12px 0 !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: grid !important;
  grid-template-rows: minmax(0, 1fr) minmax(0, .92fr) !important;
  gap: 8px !important;
  padding: 8px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot-shell {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  margin-bottom: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot-head {
  flex: 0 0 29px !important;
  min-height: 29px !important;
  padding: 4px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot-head span { font-size: 11.5px !important; }
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot-head small { font-size: 9.2px !important; }
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot,
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-plotly {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-uplot-readout {
  flex: 0 0 23px !important;
  min-height: 23px !important;
  padding: 3px 8px !important;
  font-size: 10.2px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .gcw-tool-plot-resize-grip {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .js-plotly-plot,
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .plot-container,
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .svg-container {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .draglayer .nsewdrag { cursor: grab !important; }
.gcw-root.gcw-tool-open .gcw-frequency-plot-stack .draglayer .nsewdrag:active { cursor: grabbing !important; }
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(260px, .46fr) 10px minmax(360px, 1fr) !important;
    overflow: auto !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-side-resizer {
    width: 100% !important;
    height: 10px !important;
    min-height: 10px !important;
    cursor: row-resize !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-side-resizer span {
    width: 68px !important;
    height: 4px !important;
    box-shadow: 0 -4px 0 rgba(37,99,235,.16), 0 4px 0 rgba(37,99,235,.16) !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack {
    grid-template-rows: minmax(280px, 1fr) minmax(260px, .9fr) !important;
    overflow: auto !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-query-chart-wrap {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  height: 100% !important;
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-workbench,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-side-layout,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
  height: 100% !important;
  min-height: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
  border-radius: 12px !important;
  gap: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-info-pane {
  border-radius: 12px 0 0 12px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-panel {
  height: 100% !important;
  min-height: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  min-height: 0 !important;
  gap: 0 !important;
  padding: 8px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .gcw-tool-uplot-shell {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .gcw-tool-uplot,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .gcw-tool-plotly {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 260px !important;
  max-height: none !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .gcw-tool-uplot-head {
  flex: 0 0 28px !important;
  min-height: 28px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .gcw-tool-uplot-readout {
  flex: 0 0 22px !important;
  min-height: 22px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .js-plotly-plot,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .plot-container,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack .svg-container {
  width: 100% !important;
  height: 100% !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-table {
  min-width: 0 !important;
  width: 100% !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(260px, .44fr) 10px minmax(420px, 1fr) !important;
    overflow: hidden !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-plot-stack {
    min-height: 420px !important;
    overflow: hidden !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-summary-strip {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-summary-strip > div {
  min-height: 58px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .035) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-summary-strip strong {
  font-size: 13.2px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-rocof.is-good strong,
.gcw-root.gcw-tool-open .gcw-frequency-uf.is-good strong { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-frequency-rocof.is-bad strong,
.gcw-root.gcw-tool-open .gcw-frequency-uf.is-bad strong { color: #dc2626 !important; }
.gcw-root.gcw-tool-open .gcw-frequency-threshold-panel[open] {
  border-color: rgba(234, 88, 12, .26) !important;
  background: #fff7ed !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-threshold-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 5px !important;
  margin-top: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-threshold-grid .gcw-tool-input-label {
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-pointer-card {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 5px !important;
  padding: 6px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(14, 165, 233, .22) !important;
  background: linear-gradient(180deg, #f0f9ff, #ffffff) !important;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .035) !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-pointer-card div {
  min-width: 0 !important;
  border-radius: 9px !important;
  background: rgba(255,255,255,.90) !important;
  border: 1px solid rgba(148, 163, 184, .16) !important;
  padding: 4px 6px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-pointer-card div.is-wide {
  grid-column: 1 / -1 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-pointer-card span {
  display: block !important;
  color: #64748b !important;
  font-size: 8.8px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .045em !important;
  line-height: 1.15 !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-pointer-card strong {
  display: block !important;
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: #0f172a !important;
  font-size: 10.6px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  margin-top: 2px !important;
}
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-nadir,
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-rocof,
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-uf,
.gcw-root.gcw-tool-open .gcw-frequency-live-table .gcw-frequency-table-events {
  font-weight: 950 !important;
  color: #0f172a !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-summary-strip,
  .gcw-root.gcw-tool-open .gcw-frequency-pointer-card,
  .gcw-root.gcw-tool-open .gcw-frequency-threshold-grid {
    grid-template-columns: 1fr !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
  grid-template-columns: var(--gcw-frequency-side-width, 430px) 12px minmax(0, 1fr) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-info-head {
  min-height: 36px !important;
  padding: 6px 10px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-info-head strong {
  font-size: 12.2px !important;
  letter-spacing: .01em !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-info-head span {
  font-size: 9.8px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-zone {
  padding: 8px !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-card {
  border-radius: 14px !important;
  border-color: rgba(37, 99, 235, .16) !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .045) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-head {
  padding: 8px 10px !important;
  gap: 6px !important;
  background: linear-gradient(180deg, #eff6ff, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-head strong {
  font-size: 12.4px !important;
  line-height: 1.2 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-head span {
  font-size: 9.8px !important;
  padding: 2px 7px !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-head small {
  font-size: 9.6px !important;
  line-height: 1.32 !important;
  color: #475569 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-live-scroll {
  padding: 8px !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-row {
  display: grid !important;
  grid-template-columns: minmax(118px, .9fr) minmax(0, 1.35fr) !important;
  gap: 10px !important;
  align-items: start !important;
  min-width: 0 !important;
  padding: 8px 10px !important;
  border-radius: 12px !important;
  border: 1px solid rgba(148, 163, 184, .20) !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, .028) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-row:nth-child(even) {
  background: #fbfdff !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-row > span {
  display: block !important;
  min-width: 0 !important;
  color: #475569 !important;
  font-size: 10px !important;
  font-weight: 950 !important;
  line-height: 1.24 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-row > strong {
  display: block !important;
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 11.7px !important;
  font-weight: 950 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: normal !important;
  font-variant-numeric: tabular-nums !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-channel,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-window,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-avgdfdt,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-nadir,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-rocof,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-uf,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-events {
  border-color: rgba(37, 99, 235, .22) !important;
  background: linear-gradient(180deg, #ffffff, #eff6ff) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-avgdfdt > strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-nadir > strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-rocof > strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-uf > strong,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-events > strong {
  color: #1d4ed8 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-events > strong {
  font-size: 10.8px !important;
  line-height: 1.45 !important;
}
@media (max-width: 1200px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-row {
    grid-template-columns: 1fr !important;
    gap: 4px !important;
  }
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-cockpit-layout {
    grid-template-columns: 1fr !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-switch {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 6px 8px !important;
  align-items: center !important;
  padding: 6px 8px !important;
  border: 1px solid rgba(37, 99, 235, .20) !important;
  border-radius: 11px !important;
  background: #ffffff !important;
  color: #0f172a !important;
  cursor: pointer !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-switch input {
  width: 15px !important;
  height: 15px !important;
  margin: 0 !important;
  accent-color: #2563eb !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-switch span {
  color: #0f172a !important;
  font-size: 10.5px !important;
  font-weight: 950 !important;
  line-height: 1.2 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-switch em {
  grid-column: 2 !important;
  color: #64748b !important;
  font-size: 9.2px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.22 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-switch.is-compact {
  background: #eff6ff !important;
  margin: 6px 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-panel[open] {
  border-color: rgba(37, 99, 235, .30) !important;
  background: #eff6ff !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-checks {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 5px !important;
  max-height: 190px !important;
  overflow: auto !important;
  padding: 4px 2px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-choice {
  display: grid !important;
  grid-template-columns: 16px 11px minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  gap: 2px 6px !important;
  align-items: center !important;
  min-width: 0 !important;
  padding: 5px 6px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(148, 163, 184, .20) !important;
  background: #ffffff !important;
  cursor: pointer !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-choice.is-primary {
  border-color: rgba(20, 184, 166, .28) !important;
  background: #f0fdfa !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-choice input {
  grid-row: 1 / span 2 !important;
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
  accent-color: #2563eb !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-dot {
  width: 10px !important;
  height: 10px !important;
  border-radius: 999px !important;
  display: inline-block !important;
  box-shadow: 0 0 0 2px rgba(255,255,255,.95), 0 0 0 3px rgba(15,23,42,.10) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-choice strong {
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 10.3px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-choice em {
  grid-column: 3 !important;
  color: #64748b !important;
  font-size: 8.8px !important;
  font-style: normal !important;
  font-weight: 800 !important;
  line-height: 1.18 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-spread.is-good strong { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-spread.is-warn strong { color: #b45309 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-spread.is-bad strong { color: #dc2626 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-live {
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  margin-bottom: 10px !important;
  padding: 8px !important;
  border-radius: 14px !important;
  border: 1px solid rgba(20, 184, 166, .22) !important;
  background: linear-gradient(180deg, #f0fdfa, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-head {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-head strong {
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-head span {
  color: #0f766e !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card {
  min-width: 0 !important;
  border: 1px solid rgba(148, 163, 184, .20) !important;
  border-radius: 13px !important;
  background: #ffffff !important;
  padding: 8px !important;
  box-shadow: 0 5px 14px rgba(15, 23, 42, .035) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card.is-primary {
  border-color: rgba(20, 184, 166, .36) !important;
  box-shadow: inset 3px 0 0 #14b8a6, 0 5px 14px rgba(15, 23, 42, .035) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card header {
  display: grid !important;
  grid-template-columns: 12px minmax(0, 1fr) auto !important;
  gap: 6px !important;
  align-items: center !important;
  margin-bottom: 7px !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card header strong {
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 11.4px !important;
  font-weight: 950 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card header em {
  color: #64748b !important;
  font-size: 8.8px !important;
  font-style: normal !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dl {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
  margin: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dl div {
  min-width: 0 !important;
  padding: 5px 6px !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(148, 163, 184, .16) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dl div.is-wide {
  grid-column: 1 / -1 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dt {
  margin: 0 0 2px !important;
  color: #64748b !important;
  font-size: 8.6px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dd {
  margin: 0 !important;
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
  font-variant-numeric: tabular-nums !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card.is-good .gcw-frequency-compare-quality { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card.is-warn .gcw-frequency-compare-quality { color: #b45309 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card.is-bad .gcw-frequency-compare-quality { color: #dc2626 !important; }
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-spread {
  border-color: rgba(20, 184, 166, .24) !important;
  background: linear-gradient(180deg, #ffffff, #f0fdfa) !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-detail-spread > strong { color: #0f766e !important; }
@media (max-width: 1200px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="frequency"] .gcw-frequency-compare-card dl {
    grid-template-columns: 1fr !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  gap: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-query-page-head,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-query-status,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-assumption-panel,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] > .gcw-tool-note,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-chart-measure-box {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-query-chart-wrap {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gcw-root.gcw-tool-open .gcw-readout-workbench,
.gcw-root.gcw-tool-open .gcw-readout-side-layout {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-readout-cockpit-layout {
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: var(--gcw-readout-side-width, 410px) 12px minmax(0, 1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-readout-info-pane {
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(37, 99, 235, 0.18) !important;
  border-radius: 12px 0 0 12px !important;
  background: #ffffff !important;
  box-shadow: inset -1px 0 0 rgba(226, 232, 240, .75) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-info-head {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 5px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95) !important;
  background: linear-gradient(180deg, #eff6ff, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-info-head strong {
  color: #0f172a !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-readout-info-head span {
  color: #1d4ed8 !important;
  font-size: 9.3px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-readout-freeze-pane {
  flex: 0 0 var(--gcw-readout-freeze-height, 370px) !important;
  height: var(--gcw-readout-freeze-height, 370px) !important;
  min-height: 0 !important;
  max-height: calc(100% - 120px) !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-frozen-scroll {
  height: 100% !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 7px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-readout-control-card,
.gcw-root.gcw-tool-open .gcw-readout-focus-list,
.gcw-root.gcw-tool-open .gcw-readout-bars-card {
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-control-card {
  padding: 8px !important;
  display: grid !important;
  gap: 7px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-controls {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-controls .gcw-tool-input-label {
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) 34px !important;
  gap: 6px !important;
  align-items: center !important;
  min-width: 0 !important;
  margin: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-controls .gcw-tool-input-label span,
.gcw-root.gcw-tool-open .gcw-readout-controls .gcw-tool-input-label em {
  color: #64748b !important;
  font-size: 9.2px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .035em !important;
  white-space: nowrap !important;
  font-style: normal !important;
}
.gcw-root.gcw-tool-open .gcw-readout-controls .gcw-tool-input {
  width: 100% !important;
  min-width: 0 !important;
  height: 26px !important;
  padding: 3px 8px !important;
  font-size: 11px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(148, 163, 184, .35) !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-readout-switch {
  display: flex !important;
  align-items: center !important;
  gap: 7px !important;
  min-height: 27px !important;
  padding: 5px 7px !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
  border: 1px solid rgba(148, 163, 184, .16) !important;
  color: #334155 !important;
  font-size: 10.4px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-filter-actions {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
}
.gcw-root.gcw-tool-open .gcw-readout-filter-actions .gcw-mini-btn {
  flex: 1 1 90px !important;
  min-height: 25px !important;
  border-radius: 8px !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-hint {
  padding: 6px 7px !important;
  border-radius: 10px !important;
  background: #eff6ff !important;
  color: #334155 !important;
  font-size: 10px !important;
  line-height: 1.25 !important;
  font-weight: 750 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-hint strong { color: #1d4ed8 !important; }
.gcw-root.gcw-tool-open .gcw-readout-summary-strip {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-summary-strip > div {
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 82px minmax(0, 1fr) !important;
  gap: 4px 8px !important;
  align-items: baseline !important;
  padding: 6px 8px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(148, 163, 184, .17) !important;
  background: #ffffff !important;
}
.gcw-root.gcw-tool-open .gcw-readout-summary-strip span {
  color: #64748b !important;
  font-size: 8.8px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .04em !important;
}
.gcw-root.gcw-tool-open .gcw-readout-summary-strip strong {
  min-width: 0 !important;
  color: #0f172a !important;
  font-size: 11.8px !important;
  font-weight: 950 !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
  font-variant-numeric: tabular-nums !important;
}
.gcw-root.gcw-tool-open .gcw-readout-summary-strip em {
  grid-column: 2 !important;
  color: #64748b !important;
  font-size: 9.5px !important;
  font-style: normal !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-readout-freeze-resizer {
  flex: 0 0 12px !important;
  min-height: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: row-resize !important;
  background: linear-gradient(90deg, #eff6ff, #bfdbfe, #eff6ff) !important;
  border-top: 1px solid rgba(37, 99, 235, .15) !important;
  border-bottom: 1px solid rgba(37, 99, 235, .15) !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-readout-freeze-resizer span {
  display: block !important;
  width: 72px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  box-shadow: 0 -4px 0 rgba(37, 99, 235, .13), 0 4px 0 rgba(37, 99, 235, .13) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-side-resizer {
  min-width: 12px !important;
  width: 12px !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: col-resize !important;
  background: linear-gradient(180deg, #eff6ff, #bfdbfe, #eff6ff) !important;
  border-top: 1px solid rgba(37, 99, 235, .15) !important;
  border-bottom: 1px solid rgba(37, 99, 235, .15) !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-readout-side-resizer span {
  display: block !important;
  width: 4px !important;
  height: 68px !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  box-shadow: -4px 0 0 rgba(37, 99, 235, .16), 4px 0 0 rgba(37, 99, 235, .16) !important;
}
body.gcw-readout-side-resizing,
body.gcw-readout-side-resizing * { cursor: col-resize !important; user-select: none !important; }
body.gcw-readout-freeze-resizing,
body.gcw-readout-freeze-resizing * { cursor: row-resize !important; user-select: none !important; }
.gcw-root.gcw-tool-open .gcw-readout-live-zone {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 7px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  background: #ffffff !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list {
  padding: 7px !important;
  display: grid !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list header strong {
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list header span {
  min-width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #dbeafe !important;
  color: #1d4ed8 !important;
  font-size: 9px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list li {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 5px 6px !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list li strong,
.gcw-root.gcw-tool-open .gcw-readout-focus-list li span,
.gcw-root.gcw-tool-open .gcw-readout-focus-list p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 9.8px !important;
  line-height: 1.22 !important;
  overflow-wrap: anywhere !important;
  font-weight: 820 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-focus-list li strong { color: #0f172a !important; }
.gcw-root.gcw-tool-open .gcw-readout-result-panel {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  overflow: hidden !important;
  border: 1px solid rgba(37, 99, 235, .18) !important;
  border-left: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  background: #ffffff !important;
  padding: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-head {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 6px 8px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #f8fafc, #ffffff) !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-head strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 12.2px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-head span {
  display: block !important;
  color: #64748b !important;
  font-size: 10px !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-head b {
  display: block !important;
  color: #1d4ed8 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-align: right !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-head small {
  color: #64748b !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bars-card {
  flex: 1 1 auto !important;
  padding: 7px !important;
  min-height: 72px !important;
  max-height: none !important;
  overflow: auto !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bars-card header {
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
  margin-bottom: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bars-card header strong {
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bars-card header span {
  color: #64748b !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-list {
  display: grid !important;
  gap: 4px !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-row {
  display: grid !important;
  grid-template-columns: minmax(80px, 180px) minmax(90px, 1fr) minmax(70px, max-content) !important;
  gap: 7px !important;
  align-items: center !important;
  min-width: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-row span {
  min-width: 0 !important;
  color: #334155 !important;
  font-size: 9.7px !important;
  font-weight: 900 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-row div {
  height: 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #e2e8f0 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-row i {
  display: block !important;
  height: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #60a5fa, #1d4ed8) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-bar-row strong {
  color: #0f172a !important;
  font-size: 9.7px !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}

.gcw-root.gcw-tool-open .gcw-readout-table-resizer {
  flex: 0 0 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  cursor: row-resize !important;
  user-select: none !important;
  border: 1px solid rgba(37, 99, 235, .18) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #eff6ff, #dbeafe) !important;
  color: #1d4ed8 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-table-resizer span {
  display: block !important;
  width: 70px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #2563eb !important;
  box-shadow: 0 -4px 0 rgba(37, 99, 235, .16), 0 4px 0 rgba(37, 99, 235, .16) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-table-resizer em {
  font-style: normal !important;
  font-size: 8.6px !important;
  font-weight: 950 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
body.gcw-readout-table-resizing,
body.gcw-readout-table-resizing * { cursor: row-resize !important; user-select: none !important; }
.gcw-root.gcw-tool-open .gcw-readout-table-wrap {
  flex: 0 0 var(--gcw-readout-table-height, 380px) !important;
  height: var(--gcw-readout-table-height, 380px) !important;
  min-height: 180px !important;
  overflow: auto !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-table {
  min-width: 760px !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 11px !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  background: #f1f5f9 !important;
  color: #334155 !important;
  font-size: 9.4px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .045em !important;
  padding: 7px 8px !important;
  border-bottom: 1px solid rgba(148, 163, 184, .24) !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-table td {
  padding: 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .88) !important;
  vertical-align: middle !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-result-table tr:nth-child(even) td { background: #f8fafc !important; }
.gcw-root.gcw-tool-open .gcw-readout-result-table tr:hover td { background: #eff6ff !important; }
.gcw-root.gcw-tool-open .gcw-readout-type-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 54px !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #e2e8f0 !important;
  color: #334155 !important;
  font-size: 9.3px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-row.is-analog .gcw-readout-type-chip { background: #dbeafe !important; color: #1d4ed8 !important; }
.gcw-root.gcw-tool-open .gcw-readout-row.is-high .gcw-readout-type-chip { background: #fee2e2 !important; color: #b91c1c !important; }
.gcw-root.gcw-tool-open .gcw-readout-row.is-low .gcw-readout-type-chip { background: #dcfce7 !important; color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-readout-channel-cell strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 11.4px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-readout-channel-cell small,
.gcw-root.gcw-tool-open .gcw-readout-value-cell small {
  display: block !important;
  margin-top: 2px !important;
  color: #64748b !important;
  font-size: 9.2px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-readout-value-cell strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-readout-row.is-high .gcw-readout-value-cell strong { color: #dc2626 !important; }
.gcw-root.gcw-tool-open .gcw-readout-row.is-low .gcw-readout-value-cell strong { color: #15803d !important; }
.gcw-root.gcw-tool-open .gcw-readout-empty-note,
.gcw-root.gcw-tool-open .gcw-readout-truncated {
  display: block !important;
  padding: 8px 10px !important;
  border-radius: 10px !important;
  background: #fff7ed !important;
  color: #9a3412 !important;
  font-size: 10.2px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-readout-truncated {
  flex: 0 0 auto !important;
}
@media (max-width: 1050px) {
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-readout-cockpit-layout {
    grid-template-columns: 1fr !important;
    grid-template-rows: minmax(0, 45%) 12px minmax(0, 1fr) !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-readout-info-pane {
    border-radius: 12px 12px 0 0 !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-readout-side-resizer {
    width: 100% !important;
    min-width: 0 !important;
    height: 12px !important;
    cursor: row-resize !important;
  }
  .gcw-root.gcw-tool-open .gcw-query-page[data-tool="readout"] .gcw-readout-side-resizer span {
    width: 72px !important;
    height: 4px !important;
    box-shadow: 0 -4px 0 rgba(37, 99, 235, .13), 0 4px 0 rgba(37, 99, 235, .13) !important;
  }
  .gcw-root.gcw-tool-open .gcw-readout-result-panel {
    border-left: 1px solid rgba(37, 99, 235, .18) !important;
    border-radius: 0 0 12px 12px !important;
  }
  .gcw-root.gcw-tool-open .gcw-readout-bar-row {
    grid-template-columns: minmax(80px, 150px) minmax(70px, 1fr) minmax(64px, max-content) !important;
  }
}

.gcw-root.gcw-tool-open .gcw-query-page[data-tool="computed"] .gcw-assumption-panel,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="computed"] > .gcw-tool-note,
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="computed"] .gcw-chart-measure-box {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-query-page[data-tool="computed"] .gcw-query-chart-wrap {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-workbench,
.gcw-root.gcw-tool-open .gcw-computed-side-layout {
  flex: 1 1 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  display: flex !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-computed-cockpit-layout {
  flex: 1 1 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: var(--gcw-computed-side-width, 420px) 12px minmax(0, 1fr) !important;
  gap: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-computed-info-pane {
  min-width: 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  overflow: hidden !important;
  border: 1px solid rgba(79, 70, 229, .18) !important;
  border-radius: 12px 0 0 12px !important;
  background: #ffffff !important;
  box-shadow: inset -1px 0 0 rgba(226, 232, 240, .75) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-info-head {
  flex: 0 0 32px !important;
  min-height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 8px !important;
  padding: 5px 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .95) !important;
  background: linear-gradient(180deg, #eef2ff, #ffffff) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-info-head strong {
  color: #0f172a !important;
  font-size: 11.2px !important;
  font-weight: 950 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-computed-info-head span {
  color: #4338ca !important;
  font-size: 9.3px !important;
  font-weight: 850 !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-computed-freeze-pane {
  flex: 0 0 var(--gcw-computed-freeze-height, 360px) !important;
  height: var(--gcw-computed-freeze-height, 360px) !important;
  min-height: 0 !important;
  max-height: calc(100% - 120px) !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-frozen-scroll {
  height: 100% !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 7px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-computed-controls,
.gcw-root.gcw-tool-open .gcw-computed-focus-list,
.gcw-root.gcw-tool-open .gcw-computed-bars-card,
.gcw-root.gcw-tool-open .gcw-computed-mode-guide {
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: 0 6px 18px rgba(15, 23, 42, .05) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-controls {
  padding: 8px !important;
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-controls .gcw-tool-input-label {
  grid-template-columns: minmax(86px, .85fr) minmax(0, 1fr) minmax(36px, max-content) !important;
  min-width: 0 !important;
  gap: 6px !important;
  padding: 5px 6px !important;
  border: 1px solid rgba(226, 232, 240, .92) !important;
  border-radius: 9px !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-computed-controls .gcw-tool-input-label span,
.gcw-root.gcw-tool-open .gcw-computed-controls .gcw-tool-input-label em {
  font-size: 9.1px !important;
  font-weight: 900 !important;
  color: #64748b !important;
  line-height: 1.15 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-controls .gcw-tool-input {
  min-width: 0 !important;
  width: 100% !important;
  min-height: 26px !important;
  padding: 3px 6px !important;
  font-size: 10.5px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-filter-actions {
  display: flex !important;
  gap: 6px !important;
  justify-content: flex-end !important;
}
.gcw-root.gcw-tool-open .gcw-computed-filter-actions .gcw-mini-btn {
  min-height: 28px !important;
  font-size: 10px !important;
  font-weight: 900 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-hint {
  padding: 6px 7px !important;
  border-radius: 9px !important;
  background: #eef2ff !important;
  color: #475569 !important;
  font-size: 9.6px !important;
  font-weight: 820 !important;
  line-height: 1.28 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-hint strong { color: #4338ca !important; }
.gcw-root.gcw-tool-open .gcw-computed-mode-guide {
  padding: 0 !important;
  overflow: hidden !important;
}
.gcw-root.gcw-tool-open .gcw-computed-mode-guide summary {
  cursor: pointer !important;
  padding: 6px 8px !important;
  color: #4338ca !important;
  font-size: 10px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-mode-guide section {
  padding: 0 8px 8px !important;
  display: grid !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-mode-guide p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 9.5px !important;
  line-height: 1.32 !important;
  font-weight: 760 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-summary-strip {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-summary-strip > div {
  min-width: 0 !important;
  padding: 6px !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-summary-strip span,
.gcw-root.gcw-tool-open .gcw-computed-summary-strip em {
  display: block !important;
  color: #64748b !important;
  font-size: 8.9px !important;
  line-height: 1.16 !important;
  font-style: normal !important;
  font-weight: 850 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-summary-strip strong {
  display: block !important;
  margin: 2px 0 !important;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1.12 !important;
  font-variant-numeric: tabular-nums !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-freeze-resizer,
.gcw-root.gcw-tool-open .gcw-computed-table-resizer {
  flex: 0 0 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  cursor: row-resize !important;
  user-select: none !important;
  border: 1px solid rgba(79, 70, 229, .18) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #eef2ff, #e0e7ff) !important;
  color: #4338ca !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-freeze-resizer span,
.gcw-root.gcw-tool-open .gcw-computed-table-resizer span {
  display: block !important;
  width: 70px !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #4f46e5 !important;
  box-shadow: 0 -4px 0 rgba(79, 70, 229, .16), 0 4px 0 rgba(79, 70, 229, .16) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer em {
  font-style: normal !important;
  font-size: 8.6px !important;
  font-weight: 950 !important;
  letter-spacing: .045em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-computed-side-resizer {
  min-width: 12px !important;
  width: 12px !important;
  height: 100% !important;
  cursor: col-resize !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(90deg, #ffffff, #eef2ff, #ffffff) !important;
  border-top: 1px solid rgba(79, 70, 229, .18) !important;
  border-bottom: 1px solid rgba(79, 70, 229, .18) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-side-resizer span {
  display: block !important;
  width: 3px !important;
  height: 72px !important;
  border-radius: 999px !important;
  background: #4f46e5 !important;
  box-shadow: -4px 0 0 rgba(79, 70, 229, .16), 4px 0 0 rgba(79, 70, 229, .16) !important;
}
body.gcw-computed-side-resizing,
body.gcw-computed-side-resizing *,
body.gcw-computed-freeze-resizing,
body.gcw-computed-freeze-resizing *,
body.gcw-computed-table-resizing,
body.gcw-computed-table-resizing * { user-select: none !important; }
body.gcw-computed-side-resizing,
body.gcw-computed-side-resizing * { cursor: col-resize !important; }
body.gcw-computed-freeze-resizing,
body.gcw-computed-freeze-resizing *,
body.gcw-computed-table-resizing,
body.gcw-computed-table-resizing * { cursor: row-resize !important; }
.gcw-root.gcw-tool-open .gcw-computed-live-zone {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  overflow: auto !important;
  padding: 7px !important;
  display: grid !important;
  gap: 7px !important;
  align-content: start !important;
  background: #f8fafc !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list {
  padding: 7px !important;
  display: grid !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list header strong {
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list header span {
  min-width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 999px !important;
  background: #e0e7ff !important;
  color: #4338ca !important;
  font-size: 9px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 5px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list li {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  gap: 8px !important;
  padding: 5px 6px !important;
  border-radius: 8px !important;
  background: #f8fafc !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list li strong,
.gcw-root.gcw-tool-open .gcw-computed-focus-list li span,
.gcw-root.gcw-tool-open .gcw-computed-focus-list p {
  margin: 0 !important;
  color: #475569 !important;
  font-size: 9.8px !important;
  line-height: 1.22 !important;
  overflow-wrap: anywhere !important;
  font-weight: 820 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-focus-list li strong { color: #0f172a !important; }
.gcw-root.gcw-tool-open .gcw-computed-result-panel {
  min-width: 0 !important;
  min-height: 0 !important;
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  overflow: hidden !important;
  border: 1px solid rgba(79, 70, 229, .18) !important;
  border-left: 0 !important;
  border-radius: 0 12px 12px 0 !important;
  background: #ffffff !important;
  padding: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head {
  flex: 0 0 auto !important;
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  padding: 6px 8px !important;
  border-radius: 10px !important;
  background: linear-gradient(180deg, #f8fafc, #ffffff) !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 12.2px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head span {
  display: block !important;
  color: #64748b !important;
  font-size: 10px !important;
  font-weight: 780 !important;
  line-height: 1.25 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head b {
  display: block !important;
  color: #4338ca !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  text-align: right !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head small {
  color: #64748b !important;
  font-size: 9px !important;
  font-weight: 850 !important;
  text-transform: uppercase !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card {
  flex: 1 1 auto !important;
  min-height: 170px !important;
  overflow: hidden !important;
  padding: 7px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card header {
  flex: 0 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  gap: 8px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card header strong {
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card header span {
  color: #64748b !important;
  font-size: 9.4px !important;
  font-weight: 850 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-shell {
  flex: 1 1 0 !important;
  min-height: 0 !important;
  display: flex !important;
  flex-direction: column !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot {
  flex: 1 1 0 !important;
  min-height: 150px !important;
  height: auto !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-wrap {
  flex: 0 0 var(--gcw-computed-table-height, 380px) !important;
  height: var(--gcw-computed-table-height, 380px) !important;
  min-height: 180px !important;
  overflow: auto !important;
  border: 1px solid rgba(148, 163, 184, .18) !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  scrollbar-width: thin !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table {
  min-width: 820px !important;
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 11px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 5 !important;
  background: #f1f5f9 !important;
  color: #334155 !important;
  font-size: 9.4px !important;
  font-weight: 950 !important;
  text-transform: uppercase !important;
  letter-spacing: .045em !important;
  padding: 7px 8px !important;
  border-bottom: 1px solid rgba(148, 163, 184, .24) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table td {
  padding: 8px !important;
  border-bottom: 1px solid rgba(226, 232, 240, .88) !important;
  vertical-align: middle !important;
  line-height: 1.25 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table tr:nth-child(even) td { background: #f8fafc !important; }
.gcw-root.gcw-tool-open .gcw-computed-result-table tr:hover td { background: #eef2ff !important; }
.gcw-root.gcw-tool-open .gcw-computed-type-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 58px !important;
  padding: 3px 7px !important;
  border-radius: 999px !important;
  background: #e2e8f0 !important;
  color: #334155 !important;
  font-size: 9.3px !important;
  font-weight: 950 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-row.is-voltage .gcw-computed-type-chip { background: #dbeafe !important; color: #1d4ed8 !important; }
.gcw-root.gcw-tool-open .gcw-computed-row.is-current .gcw-computed-type-chip { background: #fee2e2 !important; color: #b91c1c !important; }
.gcw-root.gcw-tool-open .gcw-computed-channel-cell strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 11.4px !important;
  font-weight: 950 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-channel-cell small,
.gcw-root.gcw-tool-open .gcw-computed-value-cell small {
  display: block !important;
  margin-top: 2px !important;
  color: #64748b !important;
  font-size: 9.2px !important;
  font-weight: 760 !important;
  line-height: 1.2 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-value-cell strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  font-variant-numeric: tabular-nums !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-computed-item-cell strong,
.gcw-root.gcw-tool-open .gcw-computed-time-cell strong {
  display: block !important;
  color: #0f172a !important;
  font-size: 10.8px !important;
  font-weight: 920 !important;
  line-height: 1.16 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-item-cell small,
.gcw-root.gcw-tool-open .gcw-computed-time-cell small {
  display: block !important;
  margin-top: 2px !important;
  color: #64748b !important;
  font-size: 9px !important;
  font-weight: 740 !important;
  line-height: 1.18 !important;
  overflow-wrap: anywhere !important;
}
.gcw-root.gcw-tool-open .gcw-computed-time-cell strong,
.gcw-root.gcw-tool-open .gcw-computed-value-cell strong {
  font-variant-numeric: tabular-nums !important;
}
@media (max-width: 980px) {
  .gcw-root.gcw-tool-open .gcw-computed-cockpit-layout {
    grid-template-columns: minmax(300px, 38vw) 10px minmax(0, 1fr) !important;
  }
  .gcw-root.gcw-tool-open .gcw-computed-summary-strip { grid-template-columns: 1fr !important; }
}

.gcw-root.gcw-tool-open .gcw-computed-table-resizer {
  flex: 0 0 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  margin: 0 2px !important;
  position: relative !important;
  z-index: 8 !important;
  touch-action: none !important;
  pointer-events: auto !important;
  border-color: rgba(67, 56, 202, .36) !important;
  box-shadow: 0 1px 0 rgba(255,255,255,.9), 0 0 0 1px rgba(79,70,229,.08) inset !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer::before {
  content: 'Drag up/down to resize computed table' !important;
  position: absolute !important;
  left: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #4338ca !important;
  font-size: 9px !important;
  font-weight: 950 !important;
  letter-spacing: .02em !important;
  white-space: nowrap !important;
  opacity: .9 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer span { width: 96px !important; }
.gcw-root.gcw-tool-open .gcw-computed-table-resizer em { margin-left: auto !important; padding-right: 10px !important; }
.gcw-root.gcw-tool-open .gcw-computed-table-wrap { touch-action: pan-x pan-y !important; }
.gcw-root.gcw-tool-open .gcw-computed-result-table thead {
  cursor: row-resize !important;
  touch-action: none !important;
  user-select: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table thead th {
  cursor: row-resize !important;
  position: sticky !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table thead th:first-child::after {
  content: ' ⇅ drag header' !important;
  color: #4338ca !important;
  font-size: 8px !important;
  font-weight: 950 !important;
  margin-left: 5px !important;
  white-space: nowrap !important;
}

.gcw-root.gcw-tool-open .gcw-workbench-shell {
  position: relative !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-floating-toolbar {
  position: absolute !important;
  top: 6px !important;
  right: 8px !important;
  z-index: 48 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 3px !important;
  border: 1px solid rgba(148, 163, 184, .38) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12) !important;
  backdrop-filter: blur(8px) !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-tool-btn {
  appearance: none !important;
  border: 1px solid rgba(148, 163, 184, .38) !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #0f172a !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  padding: 5px 8px !important;
  min-height: 24px !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-tool-btn:hover,
.gcw-root.gcw-tool-open .gcw-workbench-tool-btn:focus {
  background: #eff6ff !important;
  border-color: rgba(37, 99, 235, .42) !important;
  color: #1d4ed8 !important;
  outline: none !important;
}
.gcw-root.gcw-tool-open .gcw-workbench-tool-btn.is-active {
  background: #1d4ed8 !important;
  border-color: #1d4ed8 !important;
  color: #fff !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-query-page-head,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-query-status,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-tool-note,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-assumption-panel,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-chart-measure-box {
  display: none !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-workbench-floating-toolbar {
  top: 5px !important;
  right: 7px !important;
  opacity: .92 !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-query-chart-wrap {
  padding-top: 0 !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-cockpit-layout,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-cockpit-layout,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-cockpit-layout,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-cockpit-layout {
  grid-template-columns: 46px 8px minmax(0, 1fr) !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-info-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-info-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-info-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-info-pane {
  border-radius: 12px 0 0 12px !important;
  align-items: center !important;
  overflow: hidden !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-freeze-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-freeze-resizer,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-live-zone,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-freeze-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-freeze-resizer,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-live-zone,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-freeze-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-freeze-resizer,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-live-zone,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-freeze-pane,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-freeze-resizer,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-live-zone {
  display: none !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-info-head,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-info-head,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-info-head,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-info-head {
  width: 46px !important;
  height: 100% !important;
  min-height: 0 !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: center !important;
  padding: 8px 2px !important;
  border-bottom: 0 !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-info-head span,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-info-head span,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-info-head span,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-info-head span {
  display: none !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-phasor-info-head strong,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-frequency-info-head strong,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-readout-info-head strong,
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-computed-info-head strong {
  font-size: 10px !important;
  line-height: 1.2 !important;
  color: #1e293b !important;
  white-space: normal !important;
}
.gcw-root.gcw-workbench-maximized.gcw-tool-open .gcw-workbench-wave-splitter {
  min-height: 10px !important;
}
.gcw-root.gcw-tool-open table.gcw-professional-table {
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: auto !important;
}
.gcw-root.gcw-tool-open table.gcw-professional-table th {
  position: sticky !important;
  top: 0 !important;
  z-index: 4 !important;
  user-select: none !important;
  cursor: pointer !important;
  padding-right: 16px !important;
  white-space: nowrap !important;
}
.gcw-root.gcw-tool-open table.gcw-professional-table th[aria-sort="ascending"]::after { content: " ▲"; color: #2563eb; font-weight: 950; }
.gcw-root.gcw-tool-open table.gcw-professional-table th[aria-sort="descending"]::after { content: " ▼"; color: #2563eb; font-weight: 950; }
.gcw-root.gcw-tool-open table.gcw-professional-table td,
.gcw-root.gcw-tool-open table.gcw-professional-table th {
  overflow-wrap: anywhere !important;
  vertical-align: top !important;
}
.gcw-root.gcw-tool-open table.gcw-professional-table tbody tr:hover td {
  background: rgba(219, 234, 254, .45) !important;
}
.gcw-root.gcw-tool-open .gcw-pro-col-resizer {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 9px !important;
  height: 100% !important;
  cursor: col-resize !important;
  opacity: .35 !important;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .35), transparent) !important;
}
.gcw-root.gcw-tool-open .gcw-pro-col-resizer:hover,
body.gcw-pro-col-resizing .gcw-pro-col-resizer {
  opacity: .9 !important;
  background: linear-gradient(90deg, transparent, rgba(37, 99, 235, .8), transparent) !important;
}
body.gcw-pro-col-resizing,
body.gcw-pro-col-resizing * {
  cursor: col-resize !important;
  user-select: none !important;
}
@media (max-width: 900px) {
  .gcw-root.gcw-tool-open .gcw-workbench-floating-toolbar {
    left: 8px !important;
    right: auto !important;
    overflow-x: auto !important;
    max-width: calc(100% - 16px) !important;
  }
  .gcw-root.gcw-tool-open .gcw-workbench-tool-btn span { display: none !important; }
}

.gcw-root.gcw-tool-open .gcw-computed-result-panel {
  gap: 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head {
  min-height: 34px !important;
  padding: 5px 8px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head strong {
  font-size: 11.8px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-head span {
  font-size: 9.2px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card {
  flex: 1 1 auto !important;
  min-height: 170px !important;
  padding: 6px !important;
  gap: 4px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card > header {
  min-height: 20px !important;
  padding: 0 2px !important;
  cursor: row-resize !important;
  user-select: none !important;
  touch-action: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card > header span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 16px !important;
  border-radius: 999px !important;
  background: #eef2ff !important;
  color: #4338ca !important;
  font-size: 11px !important;
  line-height: 1 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-head {
  min-height: 20px !important;
  padding: 3px 6px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-head small,
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-readout {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-shell.is-headless .gcw-tool-uplot-head {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-shell.is-headless .gcw-tool-uplot {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-uplot-shell {
  min-height: 0 !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-plot-resize-grip {
  flex: 0 0 10px !important;
  height: 10px !important;
  min-height: 10px !important;
  margin: 2px 0 0 !important;
  cursor: row-resize !important;
  touch-action: none !important;
  border: 0 !important;
  background: transparent !important;
}
.gcw-root.gcw-tool-open .gcw-computed-bars-card .gcw-tool-plot-resize-grip span {
  width: 48px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #4f46e5 !important;
  opacity: .55 !important;
  box-shadow: 0 -4px 0 rgba(79, 70, 229, .14), 0 4px 0 rgba(79, 70, 229, .14) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer {
  flex: 0 0 12px !important;
  height: 12px !important;
  min-height: 12px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
  z-index: 9 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: row-resize !important;
  user-select: none !important;
  touch-action: none !important;
  border: 1px solid rgba(79, 70, 229, .20) !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #eef2ff, #e0e7ff) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.78) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer::before {
  content: none !important;
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer span {
  display: block !important;
  width: 58px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #4f46e5 !important;
  opacity: .72 !important;
  box-shadow: 0 -4px 0 rgba(79, 70, 229, .14), 0 4px 0 rgba(79, 70, 229, .14) !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-resizer em {
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-table-wrap {
  min-height: 150px !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table thead th:first-child::after {
  content: none !important;
  display: none !important;
}
.gcw-root.gcw-tool-open .gcw-computed-result-table thead {
  cursor: row-resize !important;
  touch-action: none !important;
}
