/* Public entry page: palette and surfaces match the live R2 player.
   Scoped in its own stylesheet so player and offline releases stay untouched. */
:root { color-scheme: dark; --bg: #101413; --text: #f5f7f6; --muted: #a4b2ac; --accent: #90e3b4; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100svh; background: radial-gradient(ellipse at 20% 0%, #233b30 0%, transparent 58%), var(--bg); color: var(--text); font: 16px/1.5 system-ui, -apple-system, 'Segoe UI', sans-serif; }
a { color: inherit; }
button { font: inherit; cursor: pointer; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
.skip-link { position: absolute; top: 12px; left: 12px; padding: 10px 16px; background: var(--accent); color: var(--bg); border-radius: 8px; transform: translateY(-180%); z-index: 10; }
.skip-link:focus { transform: translateY(0); }
.landing-page { max-width: 1024px; margin: 0 auto; padding: 28px 32px 24px; }
.topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 38px; }
.wordmark { font-size: 13px; font-weight: 800; letter-spacing: .17em; }
.wordmark span { color: var(--accent); }
.artist-label { color: var(--muted); font-size: 13px; }
.welcome-card { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1fr); align-items: center; gap: 56px; padding: 42px; background: #17211c; border: 1px solid #ffffff0c; border-radius: 24px; box-shadow: 0 30px 80px #0005; }
.album-art { margin: 0; min-width: 0; }
.album-art img { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: cover; border-radius: 12px; box-shadow: 0 16px 35px #0007; }
figcaption { margin-top: 18px; font-size: 14px; font-weight: 650; }
figcaption span { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 400; }
.welcome-copy { min-width: 0; }
.eyebrow { color: var(--accent); letter-spacing: .14em; font-size: 10px; font-weight: 700; margin: 0 0 16px; }
h1 { font-size: clamp(32px, 4vw, 46px); letter-spacing: -.04em; line-height: 1.08; margin: 0; font-weight: 750; }
.intro { color: var(--muted); font-size: 15px; margin: 18px 0 26px; max-width: 30ch; }
.tap-note { display: flex; align-items: flex-start; gap: 14px; border-top: 1px solid #ffffff12; padding-top: 22px; margin-bottom: 26px; }
.tap-note svg { flex: 0 0 30px; width: 30px; height: 32px; color: var(--accent); margin-top: 3px; }
h2 { font-size: 15px; font-weight: 650; margin: 0 0 5px; }
.tap-note p { font-size: 13px; color: var(--muted); margin: 0; }
.sign-in { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 20px; border-radius: 999px; background: var(--accent); color: #10251a; text-decoration: none; font-size: 14px; font-weight: 700; }
.sign-in:hover { background: #a5edc4; }
.sign-in-note { color: var(--muted); font-size: 12px; margin: 12px 4px 0; }
footer { text-align: center; font-size: 11px; color: var(--muted); margin-top: 24px; }
.install-notice { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; width: min(calc(100% - 64px), 960px); margin: 18px auto 0; padding: 12px 16px; border: 1px solid #ffffff14; border-radius: 14px; background: #17211c; color: var(--muted); font-size: 12px; }
.install-notice p { flex: 1 1 220px; margin: 0; }
.install-notice button { min-height: 44px; padding: 8px 14px; border-radius: 999px; font-size: 12px; }
.install-button { background: var(--accent); color: #10251a; border: 1px solid var(--accent); font-weight: 700; }
.install-dismiss { color: var(--muted); background: transparent; border: 1px solid #46574d; }
@media (max-width: 700px) {
  .landing-page { max-width: 450px; padding: 20px 24px; }
  .topline { margin-bottom: 26px; }
  .wordmark { font-size: 11px; letter-spacing: .12em; }
  .artist-label { font-size: 11px; }
  .welcome-card { display: block; padding: 0; background: none; border: 0; box-shadow: none; }
  .album-art { max-width: 240px; margin: 0 auto 30px; }
  figcaption { display: none; }
  h1 { font-size: 36px; }
  .eyebrow { margin-bottom: 12px; }
  .intro { max-width: none; margin: 14px 0 22px; }
  .tap-note { padding-top: 18px; margin-bottom: 22px; }
  .install-notice { width: calc(100% - 48px); max-width: 402px; }
}
