/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/transcriptions/transcriptions.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.transcriptions_container__j5fe6 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background: #f5f5f5;
  min-height: 100vh;
}

.transcriptions_header__lPrca {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.transcriptions_title__KsMli {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 700;
}

.transcriptions_subtitle__KiL9W {
  margin: 10px 0 0 0;
  opacity: 0.9;
  font-size: 1.1rem;
}

.transcriptions_errorMessage__0w89m {
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  color: #991b1b;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.transcriptions_successMessage__2t0XE {
  background-color: #dcfce7;
  border: 1px solid #86efac;
  color: #166534;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.transcriptions_platformTabs__2V0Jz {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.transcriptions_tab__kjfmL {
  flex: 1 1;
  min-width: 150px;
  padding: 12px 24px;
  border: 2px solid #ddd;
  background: white;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #333;
}

.transcriptions_tab__kjfmL:hover:not(:disabled) {
  border-color: #667eea;
  background: #f0f4ff;
  transform: translateY(-2px);
}

.transcriptions_tabActive__cg8s9 {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

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

.transcriptions_controls__L6UMq {
  display: flex;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.transcriptions_startButton__0bBT_,
.transcriptions_refreshButton__5pcoZ {
  flex: 1 1;
  min-width: 150px;
  padding: 12px 24px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  color: #333;
}

.transcriptions_startButton__0bBT_:hover:not(:disabled),
.transcriptions_refreshButton__5pcoZ:hover:not(:disabled) {
  border-color: #667eea;
  background: #f0f4ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.transcriptions_startButton__0bBT_:active:not(:disabled),
.transcriptions_refreshButton__5pcoZ:active:not(:disabled) {
  transform: translateY(0);
}

.transcriptions_startButton__0bBT_:disabled,
.transcriptions_refreshButton__5pcoZ:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.transcriptions_startButton__0bBT_.transcriptions_loading__zxbgj {
  opacity: 0.8;
}

.transcriptions_tableContainer__UoQ87 {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
}

.transcriptions_table__RlTfk {
  width: 100%;
  border-collapse: collapse;
}

.transcriptions_table__RlTfk thead {
  background-color: #f5f5f5;
  border-bottom: 2px solid #e0e0e0;
}

.transcriptions_table__RlTfk th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.transcriptions_table__RlTfk td {
  padding: 1rem;
  border-bottom: 1px solid #e0e0e0;
  color: #555;
}

.transcriptions_table__RlTfk tbody tr:last-child td {
  border-bottom: none;
}

.transcriptions_table__RlTfk tbody tr:hover {
  background-color: #f9f9f9;
}

.transcriptions_userCell__FEnLV,
.transcriptions_titleCell__8W_yd {
  font-weight: 500;
  color: #667eea;
}

.transcriptions_captionCell__6e1K2,
.transcriptions_titleCell__8W_yd {
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.transcriptions_transcriptionCell__aVdox {
  max-width: 400px;
}

.transcriptions_transcriptionCell__aVdox details {
  cursor: pointer;
}

.transcriptions_transcriptionCell__aVdox details summary {
  color: #667eea;
  font-weight: 600;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.transcriptions_transcriptionCell__aVdox details summary:hover {
  text-decoration: underline;
}

.transcriptions_transcriptionCell__aVdox details p {
  margin: 0.5rem 0 0;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
  color: #555;
  line-height: 1.5;
  max-height: 200px;
  overflow-y: auto;
}

.transcriptions_dateCell__cou44 {
  color: #888;
  font-size: 0.9rem;
}

.transcriptions_badgeSuccess__bRgGj {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #dcfce7;
  color: #166534;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.transcriptions_badgePending__xWgRI {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #fef3c7;
  color: #92400e;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.transcriptions_badgeError__Roe56 {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #fee2e2;
  color: #991b1b;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.transcriptions_badge__abnBO {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #e0e7ff;
  color: #4f46e5;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

.transcriptions_noData__XM8js {
  text-align: center;
  padding: 2rem;
  color: #888;
  font-size: 1rem;
}

.transcriptions_loading__zxbgj {
  text-align: center;
  padding: 2rem;
  color: #555;
  font-size: 1.1rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .transcriptions_container__j5fe6 {
    padding: 1rem;
  }

  .transcriptions_title__KsMli {
    font-size: 1.8rem;
  }

  .transcriptions_subtitle__KiL9W {
    font-size: 0.95rem;
  }

  .transcriptions_platformTabs__2V0Jz {
    flex-direction: column;
  }

  .transcriptions_tab__kjfmL {
    width: 100%;
  }

  .transcriptions_controls__L6UMq {
    flex-direction: column;
  }

  .transcriptions_startButton__0bBT_,
  .transcriptions_refreshButton__5pcoZ {
    width: 100%;
  }

  .transcriptions_table__RlTfk {
    font-size: 0.9rem;
  }

  .transcriptions_table__RlTfk th,
  .transcriptions_table__RlTfk td {
    padding: 0.75rem 0.5rem;
  }

  .transcriptions_captionCell__6e1K2,
  .transcriptions_titleCell__8W_yd,
  .transcriptions_transcriptionCell__aVdox {
    max-width: 150px;
  }

  .transcriptions_transcriptionCell__aVdox p {
    max-height: 150px;
  }
}

@media (max-width: 480px) {
  .transcriptions_title__KsMli {
    font-size: 1.5rem;
  }

  .transcriptions_table__RlTfk th,
  .transcriptions_table__RlTfk td {
    padding: 0.5rem;
    font-size: 0.8rem;
  }

  .transcriptions_captionCell__6e1K2,
  .transcriptions_titleCell__8W_yd,
  .transcriptions_transcriptionCell__aVdox {
    max-width: 100px;
  }
}

.transcriptions_actionsCell__ATMbs {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.transcriptions_summaryButton__NLEen {
  padding: 0.4rem 0.8rem;
  border: 1px solid #667eea;
  background: white;
  color: #667eea;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.transcriptions_summaryButton__NLEen:hover:not(:disabled) {
  background: #f0f4ff;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
  transform: translateY(-1px);
}

.transcriptions_summaryButton__NLEen:active:not(:disabled) {
  transform: translateY(0);
}

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

.transcriptions_summaryButton__NLEen.transcriptions_loading__zxbgj {
  background: #fbbf24;
  color: white;
  border-color: #f59e0b;
  animation: transcriptions_pulse__wT46Y 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.transcriptions_summaryButton__NLEen.transcriptions_completed__n9hyW {
  background: #dcfce7;
  color: #166534;
  border-color: #86efac;
}

.transcriptions_summaryButton__NLEen.transcriptions_failed__BQr_N {
  background: #fee2e2;
  color: #991b1b;
  border-color: #fca5a5;
}

@keyframes transcriptions_pulse__wT46Y {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

