.spotify-canvas-page{
  background:#030303;
  min-height:100dvh;
  overscroll-behavior-y:contain;
  touch-action:pan-y;
  color:#f3f4f6;
}
.spotify-canvas-stage{
  min-height:100vh;
  padding:clamp(2.5rem,5vw,3.5rem);
  display:flex;
  justify-content:center;
  align-items:center;
}
.spotify-canvas-card{
  width:min(920px,92vw);
  background:rgba(10,10,10,.85);
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  padding:28px 22px;
  box-shadow:0 20px 40px rgba(0,0,0,.35);
}
.spotify-canvas-card h1{
  margin:0 0 10px;
  font-size:clamp(2.0rem,3vw,2.6rem);
  letter-spacing:.06em;
}
.spotify-canvas-card p{
  margin:0 0 10px;
  color:rgba(243,244,246,.78);
  line-height:1.65;
}
.kicker{
  font-size:12px;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:rgba(243,244,246,.55);
  margin-bottom:10px;
}
.grid{
  display:grid;
  gap:12px;
  margin-top:18px;
}
.pills{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}
.pill{
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  padding:6px 12px;
  border-radius:999px;
  font-size:11px;
  letter-spacing:.12em;
  text-transform:uppercase;
}
a{
  color:inherit;
  text-decoration:none;
  border-bottom:1px solid rgba(255,255,255,.18);
  padding-bottom:2px;
}
a:hover,a:focus-visible{
  border-bottom-color:rgba(255,255,255,.55);
}
.hr{
  height:1px;
  background:rgba(255,255,255,.08);
  margin:18px 0;
}
.small{
  font-size:12px;
  color:rgba(243,244,246,.65);
}
