html {
  scroll-behavior: smooth;
}

::selection {
  background: #f59e0b;
  color: #0a0e14;
}

.scrollbar-thin::-webkit-scrollbar {
  width: 8px;
}

.scrollbar-thin::-webkit-scrollbar-track {
  background: rgba(245, 158, 11, 0.05);
}

.scrollbar-thin::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #f59e0b, #f97316);
  border-radius: 4px;
}

.shows-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.shows-table th {
  background: rgba(245, 158, 11, 0.08);
  color: #fbbf24;
  font-weight: 700;
  text-align: left;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: sticky;
  top: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
}

.shows-table td {
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #cbd5e1;
}

.shows-table tr:hover td {
  background: rgba(245, 158, 11, 0.05);
}
