/* 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-23 - FIRETRACE - 칼만필터 설정 패널 스타일 */
/* 파일 위치: frontend/src/components/KalmanSettingsPanel/KalmanSettingsPanel.module.css */

._panel_ba4nb_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);
}

._header_ba4nb_19 {
  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_ba4nb_31 {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

._closeButton_ba4nb_37 {
  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_ba4nb_37:hover {
  background: rgba(255, 255, 255, 0.1);
}

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

._section_ba4nb_63 {
  margin-bottom: 20px;
}

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

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

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

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

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

._toggle_ba4nb_80._active_ba4nb_102 {
  background: #52c41a;
}

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

._toggle_ba4nb_80._active_ba4nb_102 ._toggleSwitch_ba4nb_106 {
  transform: translateX(24px);
}

._sliderContainer_ba4nb_121 {
  margin-bottom: 16px;
}

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

._sliderName_ba4nb_133 {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

._panel_132n0_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);
}

._header_132n0_19 {
  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_132n0_29 {
  font-size: 14px;
  font-weight: 600;
}

._closeButton_132n0_34 {
  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_132n0_34:hover {
  background: rgba(255, 255, 255, 0.1);
}

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

._section_132n0_59 {
  margin-bottom: 16px;
}

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

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

._sliderContainer_132n0_76 {
  margin-bottom: 14px;
}

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

._sliderName_132n0_88 {
  color: #ffffff;
}

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

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

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

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

._infoRow_132n0_126 {
  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_132n0_135 {
  color: #999999;
}

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

._resetButton_132n0_145 {
  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_132n0_145:hover {
  background: rgba(24, 144, 255, 0.3);
}

._refreshButton_132n0_162 {
  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_132n0_162:hover {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}

._description_132n0_177 {
  font-size: 11px;
  color: #888888;
  margin-top: 4px;
}
/* 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-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_1hg0d_4 {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
}

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

._toolbar_1hg0d_14 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_1hg0d_14 button:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

._toolbar_1hg0d_14 button._active_1hg0d_38 {
  background: #1890ff;
  color: white;
  border-color: #1890ff;
}

._content_1hg0d_44 {
  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;
}

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

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

._content_nkt86_12 {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
  padding: 16px;
  gap: 16px;
}

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

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

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

._detailsHeader_nkt86_35 h3 {
  margin: 0;
}

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

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

._refreshIcon_nkt86_52._spinning_nkt86_59 {
  animation: _spin_nkt86_59 2s linear infinite;
}

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

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

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

._refreshToggle_nkt86_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_nkt86_86:hover {
  background: #e6f7ff;
  border-color: #91d5ff;
}

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

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

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

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

._modeSelect_nkt86_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_nkt86_134:hover {
  border-color: #91d5ff;
}

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

/* MQTT Monitor */
._mqttMonitor_nkt86_156 {
  flex: 1;
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 16px;
  overflow: hidden;
}

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

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

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

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

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

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

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

._idButton_nkt86_203._active_nkt86_219 {
  background: #1890ff;
  color: #fff;
  border-color: #1890ff;
}

._customIdInput_nkt86_225 {
  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_nkt86_238 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px;
  background: #fafafa;
  border-radius: 4px;
  font-size: 12px;
  color: #595959;
}
/* 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;
}
