
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #121212;
  color: #fff;
}

.min-h-screen { min-height: 100vh; }
.bg-dark { background-color: #121212; }
.p-8 { padding: 2rem; }
.max-w-4xl { max-width: 64rem; margin: 0 auto; }
.text-4xl { font-size: 2.5rem; font-weight: bold; }
.text-center { text-align: center; }
.text-red { color: #FF3947; }
.text-white { color: white; }
.mb-8 { margin-bottom: 2rem; }

.video-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1e1e1e;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(255, 57, 71, 0.2);
}

.video-table th, .video-table td {
  padding: 1rem;
  border-bottom: 1px solid #333;
  text-align: left;
}

.video-table th {
  background-color: #202020;
  color: #FF3947;
  font-weight: 600;
}

.video-table td {
  color: #e0e0e0;
}

.video-table tr:hover {
  background-color: #292929;
}

.logo {
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto 2rem auto;
}
