:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #273021;
  background: #f6f1e7;
}

body {
  margin: 0;
}

header {
  padding: 28px 18px;
  background: #e4dcc8;
}

.brand {
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 8px 0 6px;
  font-size: 2rem;
}

main {
  max-width: 860px;
  margin: 0 auto;
  padding: 18px;
}

.card {
  background: #fffaf1;
  border-radius: 18px;
  padding: 18px;
  margin-bottom: 18px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.notice {
  border-left: 6px solid #587348;
}

button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  background: #587348;
  color: white;
  font-weight: 700;
  cursor: pointer;
}

.status {
  font-weight: 700;
}

.station {
  border-top: 1px solid #ddd0b8;
  padding: 16px 0;
}

.station:first-child {
  border-top: 0;
}

.station h3 {
  margin: 0 0 8px;
}

.locked {
  opacity: 0.55;
}

.badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: #e4dcc8;
  font-size: 0.8rem;
  margin-bottom: 8px;
}

audio {
  width: 100%;
  margin-top: 8px;
}

footer {
  text-align: center;
  padding: 20px;
  color: #777;
}

.station-image,
.station-video {
  width: 100%;
  border-radius: 14px;
  margin: 10px 0;
  display: block;
}

.station-image {
  max-height: 360px;
  object-fit: cover;
}
