body {
  background-color: #111;
  color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 20px;
  line-height: 1.6;
}

* {
  box-sizing: border-box;
}

h1 {
  text-align: center;
  font-size: 2.5em;
  margin-bottom: 24px;
  color: #ff4081;
}

.profile-card {
  max-width: 800px;
  margin: 0 auto 32px;
  padding: 2rem;
  border: 1px solid rgba(0, 255, 255, 0.35);
  border-radius: 8px;
  background: linear-gradient(145deg, #171717, #101010);
  box-shadow: 0 6px 24px rgba(0, 255, 255, 0.16), 0 0 0 1px rgba(255, 64, 129, 0.12);
}

.profile-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1rem;
}

.profile-header h2 {
  margin: 0;
  font-size: 2rem;
  color: #fff;
}

.profile-handle {
  margin: 0.15rem 0 0;
  color: #ff69b4;
  font-weight: bold;
}

.profile-label {
  margin: 0.25rem 0 0;
  color: #00ffff;
  font-weight: bold;
  text-align: right;
}

.profile-description {
  max-width: 620px;
  margin: 0 0 1.5rem;
  color: #ccc;
}

.profile-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.profile-stat {
  padding: 1rem;
  border: 1px solid rgba(255, 64, 129, 0.18);
  border-radius: 8px;
  background-color: #1b1b1b;
}

.profile-stat-value {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
}

.profile-stat-label {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  font-weight: bold;
  letter-spacing: 0;
  color: #00ffff;
}

.next-live {
  position: relative;
  padding: 1rem 1.1rem 1rem 1.25rem;
  overflow: hidden;
  border: 1px solid rgba(0, 255, 255, 0.22);
  border-left: 4px solid #00ffff;
  border-radius: 8px;
  background-color: #161616;
  box-shadow: inset 0 0 18px rgba(0, 255, 255, 0.04);
}

.next-live p {
  margin: 0;
}

.next-live-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.4rem;
  color: #ff69b4;
  font-size: 0.82rem;
  font-weight: bold;
  letter-spacing: 0;
}

.next-live-label::after {
  content: "UPCOMING";
  padding: 0.18rem 0.55rem;
  border: 1px solid rgba(255, 64, 129, 0.28);
  border-radius: 999px;
  color: #00ffff;
  font-size: 0.7rem;
  font-weight: bold;
}

.next-live-date {
  color: #00ffff;
  font-size: 1.35rem;
  font-weight: bold;
}

.next-live-main {
  margin-top: 0.25rem !important;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
}

.next-live-title,
.next-live-empty {
  margin-top: 0.25rem !important;
  color: #ccc;
}

.timeline-title {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 0.65rem;
  color: #ff4081;
  font-size: 2rem;
}

.timeline-filter {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 800px;
  margin: 0 auto 1.5rem;
  color: #ccc;
  font-size: 0.95rem;
}

.filter-label {
  color: #888;
  font-weight: bold;
}

.filter-value {
  color: #00ffff;
  font-weight: bold;
}

.filter-clear,
.artist-filter-button {
  border: 1px solid rgba(0, 255, 255, 0.35);
  border-radius: 999px;
  background-color: rgba(0, 255, 255, 0.06);
  color: #00ffff;
  font: inherit;
  font-weight: bold;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.filter-clear:hover,
.artist-filter-button:hover {
  border-color: rgba(255, 64, 129, 0.55);
  box-shadow: 0 0 12px rgba(255, 64, 129, 0.18);
  color: #ff69b4;
}

.filter-clear {
  padding: 0.2rem 0.7rem;
  font-size: 0.85rem;
}

#timeline {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.year {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1rem;
  color: #00ffff;
  border-bottom: 2px solid #444;
  padding-bottom: 0.5rem;
}

.event {
  background-color: #1e1e1e;
  margin-bottom: 2rem;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 255, 255, 0.2);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease;
  color: #fff;
}

.event.visible {
  opacity: 1;
  transform: translateY(0);
}

.date {
  font-size: 1.2rem;
  font-weight: bold;
  color: #ff69b4;
  margin-bottom: 0.5rem;
}

.content h3 {
  font-size: 1.3rem;
  margin: 0.5rem 0;
  color: #fff;
}

.artist-filter-button {
  padding: 0.2rem 0.65rem;
  font-size: 0.95em;
}

.venue-separator {
  margin: 0 0.25rem;
  color: #888;
}

.venue-name {
  color: #fff;
}

.content h4 {
  font-size: 1.1rem;
  margin: 0.3rem 0;
  color: #ccc;
}

.content p {
  margin: 0;
  color: #ccc;
}

.content iframe {
  margin-top: 1rem;
  border-radius: 10px;
  width: 100%;
  height: 152px;
  border: none;
}

.event.past {
  border-left: 5px solid #888;
}

.event.upcoming {
  border-left: 5px solid #0f0;
}

.timeline-empty {
  margin: 2rem auto;
  padding: 1.25rem;
  border: 1px solid rgba(0, 255, 255, 0.22);
  border-radius: 8px;
  background-color: #1b1b1b;
  color: #ccc;
  text-align: center;
}

@media screen and (max-width: 600px) {
  body {
    padding: 16px;
  }

  h1 {
    font-size: 2.1em;
  }

  .profile-card {
    padding: 1.25rem;
    margin-bottom: 28px;
  }

  .profile-header {
    display: block;
  }

  .profile-header h2 {
    font-size: 1.65rem;
  }

  .profile-label {
    margin-top: 1rem;
    text-align: left;
  }

  .profile-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .profile-stat-value {
    font-size: 1.45rem;
  }

  .timeline-title {
    font-size: 1.6rem;
  }

  .timeline-filter {
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }

  .year {
    font-size: 1.5rem;
  }

  .content h3 {
    font-size: 1.1rem;
  }

  .artist-filter-button {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }
}
