html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #000;
  color: #fff;
  font-family: system-ui, sans-serif;
  padding: 20px;
  line-height: 1.6;
}

h1 { margin-bottom: 20px; }
h2 { margin-bottom: 16px; }

.status { margin-bottom: 18px; }

/* DEFAULT TEXT = WHITE */
a,
button {
  color: #fff;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
}

/* UNDERLINED ELEMENTS = GREEN */
a,
button {
  text-decoration: underline;
}

a,
button {
  color: #0f0;
}

/* NAV STACKED */
.nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

/* PLAYER */
#player-wrap { margin: 10px 0 14px 0; }
audio { width: 100%; }

/* ARCHIVE LIST */
.archive-list {
  list-style: none;
  padding: 0;
}

.archive-list li {
  margin-bottom: 32px;
}

.ep-title {
  font-weight: 600;
  margin-bottom: 4px;
}

.ep-date {
  opacity: 0.6;
  font-size: 14px;
  margin-bottom: 6px;
}

.ep-desc {
  margin-bottom: 8px;
}

.ep-controls {
  display: flex;
  gap: 14px;
}

/* Hover */
a:hover,
button:hover {
  opacity: 0.7;
}

@media (max-width: 600px) {
  html { font-size: 20px; }
}
