:root{--bg:#0c0c0d;--card:#151516;--text:#fff;--muted:#b8b8bd;--spotify:#1ed760;--border:rgba(255,255,255,.1)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.page-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.card{width:min(100%,520px);overflow:hidden;border:1px solid var(--border);border-radius:22px;background:var(--card);box-shadow:0 24px 70px rgba(0,0,0,.35)}
.artwork{display:block;width:100%;aspect-ratio:1/1;object-fit:cover}.content{padding:26px 24px 24px}.eyebrow{margin:0 0 8px;color:var(--muted);font-size:12px;font-weight:700;letter-spacing:.18em}
h1{margin:0;font-size:clamp(30px,7vw,44px);line-height:1.05;letter-spacing:-.03em}.subline{margin:12px 0 24px;color:var(--muted);font-size:16px}
.spotify-button{display:flex;min-height:56px;align-items:center;justify-content:center;width:100%;border-radius:999px;background:var(--spotify);color:#06150b;text-decoration:none;font-weight:800}
.privacy-note{margin:16px 4px 0;color:#8e8e94;font-size:11px;line-height:1.45;text-align:center}
@media(max-width:520px){.page-shell{padding:0}.card{min-height:100vh;border-radius:0;border-left:0;border-right:0}}