/* 2026-01-06 - FIRETRACE - Header 스타일 */
/* 파일 위치: frontend/src/components/Header/Header.module.css */

._header_1ubrw_4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #d9d9d9;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

._header_1ubrw_4._collapsed_1ubrw_15 {
  padding: 4px 24px;
  justify-content: center;
}

._left_1ubrw_20 {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

._title_1ubrw_26 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #1890ff;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

._acronym_1ubrw_36 {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  opacity: 0.8;
}

._subtitle_1ubrw_43 {
  font-size: 14px;
  color: #000000;
}

._right_1ubrw_48 {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

/* 도움말 버튼 */
._helpButton_1ubrw_56 {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 2px solid #1890ff;
  background-color: #ffffff;
  color: #1890ff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

._helpButton_1ubrw_56:hover {
  background-color: #1890ff;
  color: #ffffff;
  transform: scale(1.1);
}

/* 현장 관리 버튼 */
._managementButton_1ubrw_79 {
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #1890ff;
  background-color: #ffffff;
  color: #1890ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._managementButton_1ubrw_79:hover {
  background-color: #1890ff;
  color: #ffffff;
}

/* 도움말 패널 */
._helpPanel_1ubrw_97 {
  position: absolute;
  top: 50px;
  right: 0;
  width: 380px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  z-index: 10000; /* 모든 패널보다 위 */
}

._helpHeader_1ubrw_109 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fafafa;
  border-radius: 8px 8px 0 0;
}

._helpHeader_1ubrw_109 h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #262626;
}

._closeButton_1ubrw_126 {
  width: 24px;
  height: 24px;
  border: none;
  background: none;
  font-size: 24px;
  color: #8c8c8c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

._closeButton_1ubrw_126:hover {
  color: #262626;
}

._helpContent_1ubrw_144 {
  padding: 20px;
}

._helpSection_1ubrw_148 {
  margin-bottom: 20px;
}

._helpSection_1ubrw_148:last-child {
  margin-bottom: 0;
}

._helpSection_1ubrw_148 h4 {
  margin: 0 0 8px 0;
  font-size: 15px;
  font-weight: 600;
  color: #262626;
}

._helpSection_1ubrw_148 ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: none;
}

._helpSection_1ubrw_148 li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #595959;
  line-height: 1.6;
  position: relative;
}

._helpSection_1ubrw_148 li::before {
  content: '•';
  position: absolute;
  left: -12px;
  color: #1890ff;
}

._helpSection_1ubrw_148 li strong {
  color: #262626;
  font-weight: 600;
}

/* 헤더 접기/펼치기 버튼 */
._collapseButton_1ubrw_190 {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #595959;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

._collapseButton_1ubrw_190:hover {
  background-color: #fafafa;
  border-color: #40a9ff;
  color: #40a9ff;
}

._expandButton_1ubrw_211 {
  width: 32px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #595959;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

._expandButton_1ubrw_211:hover {
  background-color: #fafafa;
  border-color: #40a9ff;
  color: #40a9ff;
}
/* 2026-01-07 - FIRETRACE - FloorPlan 스타일 (전체 영역 사용) */
/* 파일 위치: frontend/src/components/FloorPlan/FloorPlan.module.css */

._container_1uhcj_4 {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* border, padding 제거 - 전체 영역 사용 */
}

._canvas_1uhcj_11 {
  width: 100%;
  height: 100%;
  /* border 제거 */
  cursor: grab; /* 일반 모드 기본 커서 */
}

._canvas_1uhcj_11:active {
  cursor: grabbing; /* 드래그 중 */
}

/* 조정 모드 커서 */
._canvasAdjustMode_1uhcj_23 {
  cursor: crosshair !important; /* 조정 모드 기본 커서 */
}

._canvasAdjustMode_1uhcj_23:active {
  cursor: move !important; /* 조정 모드 드래그 중 */
}
/* 2026-01-07 - FIRETRACE - FloatingPanel 스타일 */
/* 파일 위치: frontend/src/components/FloatingPanel/FloatingPanel.module.css */

._panel_7h3sr_4 {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 280px;
  z-index: 1000;
  transition: height 0.2s ease;
}

._panel_7h3sr_4._minimized_7h3sr_15 {
  height: auto;
}

._header_7h3sr_19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  user-select: none;
}

._headerLeft_7h3sr_29 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._statusDot_7h3sr_35 {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

._title_7h3sr_42 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

._statusText_7h3sr_48 {
  font-size: 12px;
  font-weight: normal;
  color: #666666;
  margin-left: 4px;
}

._buttons_7h3sr_55 {
  display: flex;
  gap: 4px;
}

._button_7h3sr_55 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0 6px;
  color: #666666;
  line-height: 1;
  transition: color 0.2s;
}

._button_7h3sr_55:hover {
  color: #000000;
}

._content_7h3sr_75 {
  padding: 12px;
  max-height: 350px;
  overflow-y: auto;
}

._section_7h3sr_81 {
  margin-bottom: 12px;
}

._section_7h3sr_81:last-child {
  margin-bottom: 0;
}

._sectionTitle_7h3sr_89 {
  margin: 0 0 6px 0;
  font-size: 13px;
  font-weight: 600;
  color: #1890ff;
}

._item_7h3sr_96 {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
  font-size: 13px;
}

._label_7h3sr_103 {
  color: #666666;
}

._value_7h3sr_107 {
  font-weight: 500;
  color: #000000;
}

._noData_7h3sr_112 {
  font-size: 13px;
  color: #999999;
  font-style: italic;
  margin: 4px 0;
}

._minimizedContent_7h3sr_119 {
  padding: 6px 12px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}
/* 2026-01-07 - FIRETRACE - AnchorPanel 스타일 */
/* 파일 위치: frontend/src/components/AnchorPanel/AnchorPanel.module.css */

._panel_1i34q_4 {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 280px;
  z-index: 1000;
  transition: height 0.2s ease;
}

._panel_1i34q_4._minimized_1i34q_15 {
  height: auto;
}

._header_1i34q_19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  user-select: none;
}

._headerLeft_1i34q_29 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._title_1i34q_35 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

._buttons_1i34q_41 {
  display: flex;
  gap: 4px;
}

._button_1i34q_41 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0 6px;
  color: #666666;
  line-height: 1;
  transition: color 0.2s;
}

._button_1i34q_41:hover {
  color: #000000;
}

._content_1i34q_61 {
  padding: 12px;
  max-height: 350px;
  overflow-y: auto;
}

._minimizedContent_1i34q_67 {
  padding: 6px 12px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

._anchorItem_1i34q_75 {
  padding: 8px;
  margin-bottom: 8px;
  background-color: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
}

._anchorItem_1i34q_75:last-child {
  margin-bottom: 0;
}

._anchorHeader_1i34q_87 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}

._anchorId_1i34q_94 {
  font-weight: 600;
  font-size: 13px;
  color: #000000;
}

._anchorStatus_1i34q_100 {
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 3px;
}

._anchorStatus_1i34q_100._active_1i34q_106 {
  background-color: #d4edda;
  color: #155724;
}

._anchorStatus_1i34q_100._inactive_1i34q_111 {
  background-color: #f8d7da;
  color: #721c24;
}

._anchorPosition_1i34q_116 {
  font-size: 12px;
  color: #666666;
  margin: 0;
}

._noData_1i34q_122 {
  font-size: 13px;
  color: #999999;
  font-style: italic;
  margin: 4px 0;
}

._modeButtons_1i34q_129 {
  display: flex;
  gap: 2px;
}

._modeButton_1i34q_129 {
  font-size: 10px;
  padding: 2px 5px;
  border: 1px solid #d9d9d9;
  background-color: #f5f5f5;
  color: #999999;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

._modeButton_1i34q_129:first-child {
  border-radius: 3px 0 0 3px;
}

._modeButton_1i34q_129:last-child {
  border-radius: 0 3px 3px 0;
}

._modeButton_1i34q_129:hover:not(._active_1i34q_106) {
  background-color: #e8e8e8;
  color: #666666;
}

._modeButton_1i34q_129._active_1i34q_106 {
  background-color: #1890ff;
  border-color: #1890ff;
  color: #ffffff;
  font-weight: 600;
}

._modeButton_1i34q_129:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

._footer_1i34q_170 {
  padding: 8px 12px;
  background-color: #f5f5f5;
  border-top: 1px solid #e8e8e8;
  font-size: 11px;
  color: #666666;
  text-align: center;
}
/* 2026-01-08 - FIRETRACE - ModeControlPanel 스타일 */
/* 파일 위치: frontend/src/components/ModeControlPanel/ModeControlPanel.module.css */

._panel_sunjn_4 {
  position: fixed;
  width: 140px;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 100;
  transition: all 0.3s ease;
}

._panel_sunjn_4._minimized_sunjn_15 {
  width: 140px;
}

._header_sunjn_19 {
  padding: 6px 10px;
  background-color: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 6px 6px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._title_sunjn_29 {
  font-size: 13px;
  font-weight: 600;
  color: #262626;
}

._content_sunjn_35 {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

._modeButton_sunjn_42 {
  width: 100%;
  padding: 6px 8px;
  background-color: #ffffff;
  border: 2px solid #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #262626;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

._modeButton_sunjn_42:hover {
  border-color: #40a9ff;
  color: #40a9ff;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

._modeButton_sunjn_42:active {
  transform: translateY(0);
}

._modeButton_sunjn_42._active_sunjn_70 {
  background-color: #1890ff;
  border-color: #1890ff;
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(24, 144, 255, 0.3);
}

._modeButton_sunjn_42._active_sunjn_70:hover {
  background-color: #40a9ff;
  border-color: #40a9ff;
}

/* 최소화 버튼 */
._minimizeButton_sunjn_83 {
  width: 20px;
  height: 20px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background-color: #ffffff;
  color: #595959;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
}

._minimizeButton_sunjn_83:hover {
  background-color: #fafafa;
  border-color: #40a9ff;
  color: #40a9ff;
}
/* 2026-01-17 - FIRETRACE - 수신 일시 모니터링 Floating Panel 스타일 */
/* 파일 위치: frontend/src/components/ReceptionStatusPanel/ReceptionStatusPanel.module.css */

._panel_mckc1_4 {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  width: 280px;
  z-index: 1000;
  transition: height 0.2s ease;
}

._panel_mckc1_4._minimized_mckc1_15 {
  height: auto;
}

._header_mckc1_19 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  user-select: none;
}

._title_mckc1_29 {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
}

._buttons_mckc1_35 {
  display: flex;
  gap: 4px;
}

._button_mckc1_35 {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  padding: 0 6px;
  color: #666666;
  line-height: 1;
  transition: color 0.2s;
}

._button_mckc1_35:hover {
  color: #000000;
}

._content_mckc1_55 {
  padding: 12px;
  max-height: 350px;
  overflow-y: auto;
}

._minimizedContent_mckc1_61 {
  padding: 6px 12px;
  font-size: 12px;
  color: #666666;
  text-align: center;
  border-top: 1px solid #f0f0f0;
}

._section_mckc1_69 {
  margin-bottom: 16px;
}

._section_mckc1_69:last-child {
  margin-bottom: 0;
}

._sectionTitle_mckc1_77 {
  font-size: 12px;
  font-weight: bold;
  color: #666;
  margin: 0 0 8px 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #f0f0f0;
}

._item_mckc1_86 {
  margin: 4px 0;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}

._label_mckc1_94 {
  font-weight: 500;
  min-width: 40px;
}

._value_mckc1_99 {
  flex: 1;
  font-family: 'Courier New', monospace;
}

._elapsed_mckc1_104 {
  font-size: 11px;
  font-style: italic;
}

._noData_mckc1_109 {
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin: 4px 0;
}
/* 2026-01-29 - FIRETRACE - IMU 모니터 스타일 */
/* 파일 위치: frontend/src/components/ImuMonitor/ImuMonitor.module.css */

._container_8627z_4 {
  padding: 16px;
}

._chartWrapper_8627z_8 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._chartContainer_8627z_14 {
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

._chartContainer_8627z_14 h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
/* 2026-03-19 - FIRETRACE - 열화상 패널 스타일 (FloatingPanel 유사 스타일) */
/* 파일 위치: frontend/src/components/ThermalPanel/ThermalPanel.module.css */

._panel_1tmwa_4 {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  overflow: hidden;
  min-width: 184px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

._header_1tmwa_16 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 12px;
  background-color: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  user-select: none;
}

._header_1tmwa_16:hover {
  background-color: #f5f5f5;
}

._headerTitle_1tmwa_30 {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
}

._headerSize_1tmwa_36 {
  color: #666666;
  font-weight: 400;
}

._headerNoData_1tmwa_41 {
  color: #999999;
  font-weight: 400;
  font-style: italic;
}

._expandIcon_1tmwa_47 {
  font-size: 10px;
  color: #666666;
  margin-left: 8px;
  flex-shrink: 0;
}

._body_1tmwa_54 {
  padding: 8px;
}

._canvasContainer_1tmwa_58 {
  position: relative;
  width: 100%;
}

._canvas_1tmwa_58 {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #000000;
}

._noDataOverlay_1tmwa_70 {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  color: #888888;
  font-size: 12px;
}

._stats_1tmwa_81 {
  display: flex;
  justify-content: space-around;
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #f0f0f0;
}

._statItem_1tmwa_89 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

._statLabel_1tmwa_96 {
  font-size: 10px;
  color: #888888;
}

._statValue_1tmwa_101 {
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #000000;
}

._statHigh_1tmwa_108 {
  color: #f5222d;
}

._footer_1tmwa_112 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4px;
  padding-top: 4px;
  border-top: 1px solid #f0f0f0;
}

._dataSource_1tmwa_121 {
  font-size: 10px;
  color: #999999;
}

._dataSourceClickable_1tmwa_126 {
  color: #1890ff;
  text-decoration: underline;
}

._dataSourceClickable_1tmwa_126:hover {
  color: #096dd9;
}

._timestamp_1tmwa_135 {
  font-size: 10px;
  color: #aaaaaa;
}

._resizeHandle_1tmwa_140 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  cursor: se-resize;
  /* 우하단 삼각형 핸들 */
  background: linear-gradient(135deg, transparent 50%, #cccccc 50%);
  border-radius: 0 0 4px 0;
}

._resizeHandle_1tmwa_140:hover {
  background: linear-gradient(135deg, transparent 50%, #999999 50%);
}
/* 2026-01-07 - FIRETRACE - Dashboard 스타일 (UI 레이아웃 재설계) */
/* 파일 위치: frontend/src/pages/Dashboard.module.css */

._layout_zfnnc_4 {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

._floorplanContainer_zfnnc_10 {
  flex: 1;
  position: relative; /* Floating Panel의 기준점 */
  overflow: hidden;
}
/* 2026-01-11 - FIRETRACE - JSON 뷰어 스타일 (밝은 테마) */
/* 파일 위치: frontend/src/components/JsonViewer/JsonViewer.module.css */

._container_6qd36_4 {
  display: flex;
  flex-direction: column;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

._toolbar_6qd36_13 {
  display: flex;
  gap: 4px;
  padding: 8px;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}

._toolbar_6qd36_13 button {
  padding: 4px 12px;
  background: #ffffff;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  transition: background 0.2s;
}

._toolbar_6qd36_13 button:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

._toolbar_6qd36_13 button._active_6qd36_37 {
  background: #1890ff;
  color: white;
  border-color: #1890ff;
}

._content_6qd36_43 {
  flex: 1;
  margin: 0;
  padding: 12px;
  background: #ffffff;
  color: #262626;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.5;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  max-height: calc(12px * 1.5 * 5 + 24px);
}

._empty_6qd36_58 {
  padding: 20px;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
}
/* 2026-01-11 - FIRETRACE - 현장 관리 페이지 스타일 (밝은 테마) */
/* 파일 위치: frontend/src/pages/SiteManagement.module.css */

._layout_1bmfo_4 {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background: #f5f5f5;
  color: #262626;
}

._content_1bmfo_12 {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  gap: 16px;
}

._siteDetails_1bmfo_21 {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 16px;
}

._siteDetails_1bmfo_21 h3 {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #262626;
  font-weight: 600;
}

._detailsHeader_1bmfo_35 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

._detailsHeader_1bmfo_35 h3 {
  margin: 0;
}

._refreshControl_1bmfo_46 {
  display: flex;
  align-items: center;
  gap: 8px;
}

._refreshIcon_1bmfo_52 {
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #1890ff;
}

._refreshIcon_1bmfo_52._spinning_1bmfo_59 {
  animation: _spin_1bmfo_59 2s linear infinite;
}

@keyframes _spin_1bmfo_59 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

._intervalSelect_1bmfo_72 {
  padding: 4px 8px;
  font-size: 13px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  color: #262626;
  cursor: pointer;
}

._intervalSelect_1bmfo_72:hover {
  border-color: #91d5ff;
}

._refreshToggle_1bmfo_86 {
  padding: 4px 12px;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  color: #262626;
  cursor: pointer;
  transition: all 0.2s;
}

._refreshToggle_1bmfo_86:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

._stats_1bmfo_102 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  font-size: 14px;
  color: #595959;
}

._stats_1bmfo_102 div {
  padding: 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}

._settings_1bmfo_117 {
  margin-top: 12px;
  padding: 12px;
  background: #f0f5ff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 12px;
}

._settings_1bmfo_117 label {
  font-size: 14px;
  color: #262626;
  font-weight: 500;
}

._modeSelect_1bmfo_134 {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #ffffff;
  color: #262626;
  cursor: pointer;
  transition: all 0.2s;
}

._modeSelect_1bmfo_134:hover {
  border-color: #91d5ff;
}

._modeSelect_1bmfo_134:focus {
  outline: none;
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

/* MQTT Monitor */
._mqttMonitor_1bmfo_156 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._mqttSection_1bmfo_162 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 16px;
  overflow: visible;
}

._sectionHeader_1bmfo_172 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

._sectionHeader_1bmfo_172 h4 {
  margin: 0;
  font-size: 13px;
  color: #262626;
  font-weight: 500;
  flex: 1;
}

._emptyMessage_1bmfo_187 {
  padding: 40px;
  text-align: center;
  color: #8c8c8c;
  font-size: 14px;
}

/* Button Group */
._buttonGroup_1bmfo_195 {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

._idButton_1bmfo_201 {
  padding: 4px 12px;
  background: #ffffff;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.2s;
}

._idButton_1bmfo_201:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

._idButton_1bmfo_201._active_1bmfo_217 {
  background: #1890ff;
  color: #fff;
  border-color: #1890ff;
}

._customIdInput_1bmfo_223 {
  width: 72px;
  padding: 4px 8px;
  font-size: 13px;
  font-family: monospace;
  border: 1px solid #1890ff;
  border-radius: 4px;
  outline: none;
  background: #fff;
  color: #262626;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

._messageInfo_1bmfo_236 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  background: #fafafa;
  border-radius: 4px;
  font-size: 12px;
  color: #595959;
}

/* Topic Viewer */
._topicViewer_1bmfo_249 {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  padding: 16px;
  gap: 8px;
  flex-shrink: 0;
}

._topicInputRow_1bmfo_260 {
  display: flex;
  gap: 8px;
}

._topicInputField_1bmfo_265 {
  width: 80%;
  padding: 6px 10px;
  font-size: 13px;
  font-family: monospace;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background: #fff;
  color: #262626;
  outline: none;
}

._topicInputField_1bmfo_265:focus {
  border-color: #1890ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

._topicWatchButton_1bmfo_282 {
  padding: 6px 16px;
  font-size: 13px;
  background: #1890ff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

._topicWatchButton_1bmfo_282:hover {
  background: #40a9ff;
}

._topicCopyButton_1bmfo_297 {
  padding: 6px 12px;
  font-size: 13px;
  background: #fff;
  color: #595959;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

._topicCopyButton_1bmfo_297:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

._topicCopyButton_1bmfo_297._copied_1bmfo_313 {
  background: #f6ffed;
  border-color: #b7eb8f;
  color: #389e0d;
}

._topicWatching_1bmfo_319 {
  font-size: 12px;
  color: #1890ff;
  font-family: monospace;
}

._topicTime_1bmfo_325 {
  font-size: 12px;
  color: #595959;
}

._topicRaw_1bmfo_330 {
  margin: 0;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
  font-size: 12px;
  line-height: 1.5;
  color: #262626;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-y: auto;
  max-height: calc(12px * 1.5 * 5 + 24px);
  min-height: 40px;
}
/* 2026-01-23 - FIRETRACE - 칼만필터 설정 패널 스타일 */
/* 파일 위치: frontend/src/components/KalmanSettingsPanel/KalmanSettingsPanel.module.css */

._panel_dtkbg_4 {
  position: fixed;
  right: 20px;
  top: 80px;
  width: 320px;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

/* 설정 페이지 내 인라인 표시용 */
._panelInline_dtkbg_20 {
  position: static;
  width: 100%;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  backdrop-filter: blur(10px);
}

._panelInline_dtkbg_20 ._header_dtkbg_31 {
  display: none;
}

._panelInline_dtkbg_20 ._content_dtkbg_35 {
  max-height: none;
  overflow-y: visible;
}

._header_dtkbg_31 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
  cursor: move;
  user-select: none;
}

._title_dtkbg_52 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

._closeButton_dtkbg_58 {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: background 0.2s;
}

._closeButton_dtkbg_58:hover {
  background: rgba(255, 255, 255, 0.1);
}

._content_dtkbg_35 {
  padding: 16px;
  max-height: 610px;
  overflow-y: auto;
}

._section_dtkbg_84 {
  margin-bottom: 20px;
}

._section_dtkbg_84:last-child {
  margin-bottom: 0;
}

._sectionTitle_dtkbg_92 {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._toggleContainer_dtkbg_101 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}

._toggleLabel_dtkbg_108 {
  font-size: 13px;
  color: #ffffff;
}

._toggle_dtkbg_101 {
  position: relative;
  width: 48px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.3s;
}

._toggle_dtkbg_101._active_dtkbg_123 {
  background: #52c41a;
}

._toggleSwitch_dtkbg_127 {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

._toggle_dtkbg_101._active_dtkbg_123 ._toggleSwitch_dtkbg_127 {
  transform: translateX(24px);
}

._sliderContainer_dtkbg_142 {
  margin-bottom: 16px;
}

._sliderLabel_dtkbg_146 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 13px;
}

._sliderName_dtkbg_154 {
  color: #ffffff;
}

._sliderValue_dtkbg_158 {
  color: #52c41a;
  font-weight: 600;
}

._slider_dtkbg_142 {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

._slider_dtkbg_142::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #52c41a;
  cursor: pointer;
  transition: background 0.2s;
}

._slider_dtkbg_142::-webkit-slider-thumb:hover {
  background: #73d13d;
}

._slider_dtkbg_142::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #52c41a;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}

._slider_dtkbg_142::-moz-range-thumb:hover {
  background: #73d13d;
}

._description_dtkbg_202 {
  font-size: 11px;
  color: #888888;
  margin-top: 4px;
  line-height: 1.4;
}

._resetButton_dtkbg_209 {
  width: 100%;
  padding: 10px;
  background: rgba(82, 196, 26, 0.2);
  border: 1px solid rgba(82, 196, 26, 0.5);
  border-radius: 6px;
  color: #52c41a;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

._resetButton_dtkbg_209:hover {
  background: rgba(82, 196, 26, 0.3);
  border-color: #52c41a;
}
/* 2026-02-25 - FIRETRACE - PDR 설정 패널 스타일 */
/* 파일 위치: frontend/src/components/PdrSettingsPanel/PdrSettingsPanel.module.css */

._panel_1ipks_4 {
  position: fixed;
  right: 360px;
  top: 80px;
  width: 300px;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

/* 설정 페이지 내 인라인 표시용 */
._panelInline_1ipks_20 {
  position: static;
  width: 100%;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  backdrop-filter: blur(10px);
}

._panelInline_1ipks_20 ._header_1ipks_31 {
  display: none;
}

._panelInline_1ipks_20 ._content_1ipks_35 {
  max-height: none;
  overflow-y: visible;
}

._header_1ipks_31 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
}

._title_1ipks_50 {
  font-size: 14px;
  font-weight: 600;
}

._closeButton_1ipks_55 {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

._closeButton_1ipks_55:hover {
  background: rgba(255, 255, 255, 0.1);
}

._content_1ipks_35 {
  padding: 16px;
  max-height: 500px;
  overflow-y: auto;
}

._section_1ipks_80 {
  margin-bottom: 16px;
}

._section_1ipks_80:last-child {
  margin-bottom: 0;
}

._sectionTitle_1ipks_88 {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._sliderContainer_1ipks_97 {
  margin-bottom: 14px;
}

._sliderLabel_1ipks_101 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  font-size: 13px;
}

._sliderName_1ipks_109 {
  color: #ffffff;
}

._sliderValue_1ipks_113 {
  color: #1890ff;
  font-weight: 600;
}

._slider_1ipks_97 {
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

._slider_1ipks_97::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1890ff;
  cursor: pointer;
}

._slider_1ipks_97::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1890ff;
  cursor: pointer;
  border: none;
}

._infoRow_1ipks_147 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

._infoLabel_1ipks_156 {
  color: #999999;
}

._infoValue_1ipks_160 {
  color: #ffffff;
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

._resetButton_1ipks_166 {
  width: 100%;
  padding: 8px;
  background: rgba(24, 144, 255, 0.2);
  border: 1px solid rgba(24, 144, 255, 0.5);
  border-radius: 6px;
  color: #1890ff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

._resetButton_1ipks_166:hover {
  background: rgba(24, 144, 255, 0.3);
}

._refreshButton_1ipks_183 {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #999999;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
  cursor: pointer;
}

._refreshButton_1ipks_183:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

._description_1ipks_198 {
  font-size: 11px;
  color: #888888;
  margin-top: 4px;
}
/* 2026-03-19 - FIRETRACE - 열화상 설정 패널 스타일 */
/* 파일 위치: frontend/src/components/ThermalSettingsPanel/ThermalSettingsPanel.module.css */

._panel_1ca9u_4 {
  position: fixed;
  right: 360px;
  top: 80px;
  width: 300px;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

._panelInline_1ca9u_19 {
  position: static;
  width: 100%;
  background: rgba(30, 30, 30, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  backdrop-filter: blur(10px);
}

._panelInline_1ca9u_19 ._header_1ca9u_30 {
  display: none;
}

._panelInline_1ca9u_19 ._content_1ca9u_34 {
  max-height: none;
  overflow-y: visible;
}

._header_1ca9u_30 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px 8px 0 0;
}

._title_1ca9u_49 {
  font-size: 14px;
  font-weight: 600;
}

._closeButton_1ca9u_54 {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

._closeButton_1ca9u_54:hover {
  background: rgba(255, 255, 255, 0.1);
}

._content_1ca9u_34 {
  padding: 16px;
  max-height: 500px;
  overflow-y: auto;
}

._section_1ca9u_79 {
  margin-bottom: 16px;
}

._section_1ca9u_79:last-child {
  margin-bottom: 0;
}

._sectionTitle_1ca9u_87 {
  font-size: 12px;
  font-weight: 600;
  color: #aaaaaa;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

._radioGroup_1ca9u_96 {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

._radioLabel_1ca9u_102 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 6px;
  border: 1px solid transparent;
  transition: border-color 0.15s;
}

._radioLabelActive_1ca9u_114 {
  border-color: rgba(24, 144, 255, 0.6);
  background: rgba(24, 144, 255, 0.08);
}

._paletteOption_1ca9u_119 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1;
}

._paletteBar_1ca9u_126 {
  height: 20px;
  border-radius: 4px;
  width: 100%;
}

._paletteLabel_1ca9u_132 {
  font-size: 12px;
  color: #cccccc;
}

._radio_1ca9u_96 {
  accent-color: #1890ff;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

._inputRow_1ca9u_144 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
}

._inputLabel_1ca9u_152 {
  width: 30px;
  color: #999999;
}

._numberInput_1ca9u_157 {
  width: 80px;
  padding: 4px 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #ffffff;
  font-size: 13px;
  text-align: right;
}

._numberInput_1ca9u_157:focus {
  outline: none;
  border-color: #1890ff;
}

._inputUnit_1ca9u_173 {
  color: #888888;
  font-size: 12px;
}

._resetButton_1ca9u_178 {
  width: 100%;
  padding: 8px;
  background: rgba(24, 144, 255, 0.2);
  border: 1px solid rgba(24, 144, 255, 0.5);
  border-radius: 6px;
  color: #1890ff;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

._resetButton_1ca9u_178:hover {
  background: rgba(24, 144, 255, 0.3);
}
/* 2026-03-19 - FIRETRACE - 설정 페이지 스타일 (#53) */
/* 파일 위치: frontend/src/pages/Settings.module.css */

._layout_1c9sc_4 {
  display: flex;
  flex-direction: column;
  height: 100vh;
  background-color: #f0f2f5;
}

._content_1c9sc_11 {
  flex: 1;
  padding: 32px 48px;
  overflow-y: auto;
}

._backButton_1c9sc_17 {
  padding: 6px 16px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  color: #595959;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-bottom: 24px;
}

._backButton_1c9sc_17:hover {
  border-color: #1890ff;
  color: #1890ff;
}

._title_1c9sc_34 {
  font-size: 22px;
  font-weight: 600;
  color: #262626;
  margin: 0 0 24px 0;
}

._tabs_1c9sc_41 {
  display: flex;
  gap: 12px;
  margin-bottom: 32px;
}

._tab_1c9sc_41 {
  padding: 8px 24px;
  border-radius: 4px;
  border: 1px solid #1890ff;
  background-color: #ffffff;
  color: #1890ff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

._tab_1c9sc_41:hover {
  background-color: #e6f7ff;
}

._tab_1c9sc_41._active_1c9sc_63 {
  background-color: #1890ff;
  color: #ffffff;
}

._panelArea_1c9sc_68 {
  position: relative;
}

._placeholder_1c9sc_72 {
  padding: 32px;
  background-color: #ffffff;
  border: 1px dashed #d9d9d9;
  border-radius: 8px;
  color: #8c8c8c;
  font-size: 16px;
  text-align: center;
}
/* 2026-01-06 - FIRETRACE - App 스타일 */
/* 파일 위치: frontend/src/App.css */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#root {
  width: 100%;
  height: 100vh;
}
