
html, body {
  margin: 0;
  padding: 0;
  background: #0b0b0b;
  color: #eaeaea;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial, "Apple Color Emoji", "Segoe UI Emoji";
}

.wrap {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.card {
  width: 100%;
  max-width: 960px;
}

h1 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 12px;
  color: #fafafa;
}

.player {
  width: 100%;
  aspect-ratio: 16/9;
  border: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #111;
}

.note {
  font-size: .9rem;
  opacity: .8;
  margin-top: 10px;
}

a {
  color: #b0d3ff;
}