/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/components/AudioPlayer.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.AudioPlayer_player__kF5Lm {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1rem;
}

.AudioPlayer_filename__CUeaJ {
  margin: 0 0 0.75rem 0;
  font-size: 0.9rem;
  color: #333;
  font-weight: 500;
  word-break: break-word;
}

.AudioPlayer_controls__gSY0g {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.AudioPlayer_playButton__VU73s {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1a1a1a;
  border: none;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.AudioPlayer_playButton__VU73s:hover {
  transform: scale(1.05);
  background: #333;
}

.AudioPlayer_playButton__VU73s:active {
  transform: scale(0.95);
}

.AudioPlayer_playButton__VU73s svg {
  width: 16px;
  height: 16px;
}

.AudioPlayer_timeDisplay___YbYr {
  font-size: 0.75rem;
  color: #666;
  min-width: 38px;
  text-align: center;
  font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}

.AudioPlayer_seekBar___i6ZO {
  flex: 1 1;
  height: 4px;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #f0f0f0;
  cursor: pointer;
}

.AudioPlayer_seekBar___i6ZO::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a1a1a;
  cursor: pointer;
}

.AudioPlayer_seekBar___i6ZO::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a1a1a;
  cursor: pointer;
  border: none;
}

.AudioPlayer_seekBar___i6ZO:hover::-webkit-slider-thumb {
  background: #333;
}

.AudioPlayer_seekBar___i6ZO:hover::-moz-range-thumb {
  background: #333;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.page_container__jZF7q {
  min-height: 100vh;
  background: #fafafa;
  color: #1a1a1a;
}

.page_header__oRW75 {
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.page_header__oRW75 h1 {
  margin: 0 0 0.25rem 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}

.page_header__oRW75 p {
  margin: 0;
  font-size: 0.85rem;
  color: #666;
}

.page_main__nw1Wk {
  display: flex;
  gap: 0;
  max-width: 1800px;
  margin: 0 auto;
  height: calc(100vh - 100px);
}

.page_sidebar__p2GLB {
  width: 280px;
  background: #fff;
  border-right: 1px solid #e5e5e5;
  overflow-y: auto;
}

.page_micSection__oz2re {
  padding: 1rem;
  border-bottom: 1px solid #f5f5f5;
}

.page_micTitle__kGcpx {
  margin: 0 0 0.75rem 0;
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.page_micButton__Xuim8 {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
  color: #fff;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.15s;
}

.page_micButton__Xuim8:hover {
  background: #333;
  border-color: #333;
}

.page_micButtonRecording__cfjHW {
  background: #b00020;
  border-color: #b00020;
}

.page_micButtonRecording__cfjHW:hover {
  background: #8f001a;
  border-color: #8f001a;
}

.page_micError___fNdO {
  margin: 0.6rem 0 0 0;
  font-size: 0.8rem;
  color: #b00020;
  line-height: 1.4;
}

.page_sidebar__p2GLB h2 {
  margin: 0;
  padding: 1rem 1rem 0.75rem 1rem;
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.page_fileList__qgTBu {
  display: flex;
  flex-direction: column;
}

.page_fileItem__E2DLu {
  padding: 0.75rem 1rem;
  background: transparent;
  border: none;
  border-bottom: 1px solid #f5f5f5;
  text-align: left;
  cursor: pointer;
  transition: all 0.15s;
  font-size: 0.85rem;
  color: #555;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.page_fileItem__E2DLu:hover {
  background: #f9f9f9;
  color: #1a1a1a;
}

.page_fileItem__E2DLu.page_active__9fwfh {
  background: #f5f5f5;
  color: #1a1a1a;
  border-left: 2px solid #1a1a1a;
  padding-left: calc(1rem - 2px);
  font-weight: 500;
}

.page_content___38fW {
  flex: 1 1;
  padding: 1.5rem;
  overflow-y: auto;
}

.page_placeholder__TVSUr {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #999;
  font-size: 0.9rem;
}

.page_results__r0wQg {
  margin-top: 1.5rem;
}

.page_results__r0wQg h2 {
  margin: 0 0 1rem 0;
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.page_resultsGrid__1dwqi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
  gap: 1rem;
  margin-bottom: 1rem;
}

.page_modelTitle__lMG2y {
  margin: 0 0 0.75rem 0;
  font-size: 0.85rem;
  color: #1a1a1a;
  font-weight: 600;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #f0f0f0;
}

.page_loading__4WMny {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  gap: 1rem;
}

.page_spinner__1BdMn {
  width: 32px;
  height: 32px;
  border: 2px solid #e5e5e5;
  border-top: 2px solid #1a1a1a;
  border-radius: 50%;
  animation: page_spin__OXxwq 0.8s linear infinite;
}

@keyframes page_spin__OXxwq {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.page_loading__4WMny p {
  color: #999;
  font-size: 0.85rem;
}

.page_resultCard__IBHWj {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.page_resultType__Yo5Zm,
.page_resultContent__cfq6Z,
.page_confidence__9dnYV {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page_label__jI4Tf {
  font-weight: 500;
  color: #999;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.page_value__t_tSs {
  font-size: 1.1rem;
  color: #1a1a1a;
  font-weight: 500;
  letter-spacing: -0.3px;
}

.page_resultText__Qza0f {
  font-size: 0.95rem;
  color: #333;
  margin: 0;
  line-height: 1.5;
  font-weight: 400;
}

.page_confidence__9dnYV {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.75rem;
}

.page_confidenceBar__hx4F_ {
  flex: 1 1;
  height: 4px;
  background: #f0f0f0;
  border-radius: 2px;
  overflow: hidden;
}

.page_confidenceFill__AZp9w {
  height: 100%;
  background: #1a1a1a;
  transition: width 0.4s ease;
}

.page_confidenceValue__CJ_qc {
  font-weight: 500;
  color: #1a1a1a;
  font-size: 0.85rem;
  min-width: 45px;
  text-align: right;
}

.page_emptyMessage__Q5WJA {
  text-align: center;
  color: #999;
  padding: 2rem;
  font-size: 0.85rem;
}

.page_topPredictions__EjrS_ {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding-top: 0.75rem;
  border-top: 1px solid #f0f0f0;
}

.page_predictionList__5Zxr2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.page_predictionList__5Zxr2 li {
  font-size: 0.8rem;
  color: #666;
  padding: 0.4rem 0.6rem;
  background: #f9f9f9;
  border-radius: 3px;
}

.page_finalResult___0Eb9 {
  grid-column: 1 / -1;
  background: #f9f9f9;
  border: 2px solid #1a1a1a;
}

/* Info Popup */
.page_popupOverlay__gON9e {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.page_popup__tm4Gh {
  position: relative;
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  max-width: 480px;
  width: 90%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.page_popupClose__yX_bP {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #999;
  cursor: pointer;
  line-height: 1;
  padding: 0.25rem;
  transition: color 0.15s;
}

.page_popupClose__yX_bP:hover {
  color: #1a1a1a;
}

.page_popupTitle__lDVRT {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  padding-right: 1.5rem;
}

.page_popupContent__nqWSU {
  color: #333;
  font-size: 0.9rem;
  line-height: 1.6;
}

.page_popupContent__nqWSU p {
  margin: 0 0 0.75rem 0;
}

.page_popupContent__nqWSU ul {
  margin: 0 0 1rem 0;
  padding-left: 1.25rem;
}

.page_popupContent__nqWSU li {
  margin-bottom: 0.5rem;
}

.page_popupNote__ryRqu {
  background: #f5f5f5;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 0 !important;
}

.page_popupButton__h0SCl {
  display: block;
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background: #1a1a1a;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
}

.page_popupButton__h0SCl:hover {
  background: #333;
}

/* Upload File */
.page_hiddenInput__No4Xw {
  display: none;
}

.page_uploadButton__INvZj {
  width: 100%;
  padding: 0.7rem 0.9rem;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #1a1a1a;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  transition: all 0.15s;
}

.page_uploadButton__INvZj:hover {
  background: #f9f9f9;
  border-color: #ccc;
}

.page_uploadButton__INvZj:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

