/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/videos/videos.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.videos_container__81yhs {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  background: #f5f5f5;
  min-height: 100vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.videos_scriptCell__87CFg,
.videos_videoCell__6dO6p {
  max-width: 300px;
}

.videos_scriptCell__87CFg details,
.videos_videoCell__6dO6p details {
  cursor: pointer;
}

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

.videos_scriptCell__87CFg details summary:hover,
.videos_videoCell__6dO6p details summary:hover {
  text-decoration: underline;
}

.videos_scriptCell__87CFg details p,
.videos_videoCell__6dO6p details p {
  margin: 0.5rem 0 0;
  padding-top: 0.5rem;
  border-top: 1px solid #e0e0e0;
  color: #555;
  line-height: 1.5;
  max-height: 300px;
  overflow-y: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.videos_videoLink__zQVEt {
  color: #667eea;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.2s;
}

.videos_videoLink__zQVEt:hover {
  text-decoration: underline;
  color: #764ba2;
}

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

.videos_actionsCell__AEgky {
  text-align: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.videos_downloadButton__p873K,
.videos_deleteButton__WMWqv {
  padding: 0.5rem 1rem;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.videos_downloadButton__p873K {
  background-color: #4CAF50;
}

.videos_downloadButton__p873K:hover {
  background-color: #45a049;
  box-shadow: 0 2px 8px rgba(76, 175, 80, 0.3);
}

.videos_deleteButton__WMWqv {
  background-color: #f44336;
}

.videos_deleteButton__WMWqv:hover {
  background-color: #d32f2f;
  box-shadow: 0 2px 8px rgba(244, 67, 54, 0.3);
}

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

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

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

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

.videos_generatorBadge__G43jN {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: white;
  border: 2px solid;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
}

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

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

.videos_error__6H3HB {
  color: #991b1b;
  font-weight: 500;
}

.videos_pending__CSOU1 {
  color: #92400e;
  font-weight: 500;
}

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

  .videos_title____gP5 {
    font-size: 1.8rem;
  }

  .videos_subtitle__pLomW {
    font-size: 0.95rem;
  }

  .videos_platformTabs__ezeUn {
    flex-direction: column;
  }

  .videos_tab__Sc6hf {
    width: 100%;
  }

  .videos_controls__mgtYP {
    flex-direction: column;
  }

  .videos_refreshButton__0_Pok {
    width: 100%;
  }

  .videos_table__KpT2Z {
    font-size: 0.9rem;
  }

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

  .videos_scriptCell__87CFg,
  .videos_videoCell__6dO6p {
    max-width: 150px;
  }

  .videos_scriptCell__87CFg details p,
  .videos_videoCell__6dO6p details p {
    max-height: 200px;
  }
}

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

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

  .videos_scriptCell__87CFg,
  .videos_videoCell__6dO6p {
    max-width: 100px;
  }

  .videos_downloadButton__p873K,
  .videos_deleteButton__WMWqv {
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
  }
}

