/* Superficie pública (registro, tarjeta): mismo lenguaje visual que el video de lanzamiento.
   Crema de fondo, encabezado verde de marca, botón menta, estrellitas amarillas. < 100 KB, sin JS. */
.page { max-width: 480px; margin: 0 auto; min-height: 100vh; display: flex; flex-direction: column; background: var(--cream); }
.hero-band { background: var(--ink); color: var(--cream); padding: 28px 22px 26px; border-radius: 0 0 26px 26px; }
.hero-band .venue { display: flex; align-items: center; gap: 12px; }
.hero-band .venue img { width: 52px; height: 52px; border-radius: 14px; object-fit: cover; background: #fff; }
.hero-band h1 { font-size: 32px; margin: 0; color: var(--cream); }
.hero-band p { margin: 6px 0 0; color: rgba(253, 249, 242, .85); font-weight: 600; font-size: 16px; }
.body { padding: 22px 18px 8px; display: grid; gap: 16px; }
.field label { color: var(--text-muted); font-size: 14px; margin: 0 0 8px; }
.field input { border: 2px solid var(--line); border-radius: 16px; min-height: 58px; font-size: 20px; font-weight: 600; }
.hint { display: flex; align-items: center; gap: 8px; color: var(--text-muted); font-weight: 600; font-size: 15px; }
.hint svg { width: 22px; height: 22px; color: #c0641f; flex: none; }
.btn-wa { min-height: 52px; font-size: 17px; box-shadow: 0 6px 14px -10px rgba(5, 171, 135, .8); }
.btn-wa + .legal-note { margin-top: 6px; }
.or { text-align: center; color: var(--text-subtle); font-size: 14px; }
.card { border-radius: 22px; }
.card h2 { font-size: 22px; }
.rewards { list-style: none; padding: 0; margin: 0; }
.rewards li { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.rewards li:last-child { border-bottom: 0; }
.pts { display: inline-flex; align-items: center; gap: 4px; font-family: var(--font-display); font-weight: 700; white-space: nowrap; }
.pts svg { width: 16px; height: 16px; color: var(--star); }
.stars { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin: 16px 0 12px; }
.stars svg { width: 100%; aspect-ratio: 1; color: #e9e2d4; }
.stars svg.on { color: var(--star); filter: drop-shadow(0 3px 4px rgba(245, 184, 61, .45)); }
.loyalty-card { background: var(--ink); color: var(--cream); border-radius: 26px; padding: 22px; }
.loyalty-card .who { color: rgba(253, 249, 242, .75); font-size: 14px; }
.loyalty-card .count { font: 700 52px/1 var(--font-display); letter-spacing: -0.03em; margin-top: 8px; }
.loyalty-card .count small { font-size: 18px; font-weight: 600; letter-spacing: 0; color: rgba(253, 249, 242, .8); }
.loyalty-card .next { margin-top: 4px; font-weight: 600; }
.promo { display: flex; gap: 10px; align-items: center; background: #fff4dc; border: 1px solid #f3d99a; padding: 12px 14px; border-radius: 16px; font-weight: 600; }
.promo svg { width: 22px; height: 22px; color: var(--star); flex: none; }
.code { font: 700 44px/1 var(--font-display); letter-spacing: .12em; text-align: center; padding: 18px; background: var(--surface-sunken); border-radius: var(--r-md); }
.banner { background: #fff4dc; border: 1px solid #f3d99a; padding: 12px 14px; border-radius: var(--r-md); font-weight: 500; }
.history { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.history li { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid var(--line); }
.foot { margin-top: auto; padding: 26px 18px 30px; text-align: center; font-size: 12px; color: var(--text-subtle); display: grid; gap: 10px; justify-items: center; }
.foot a { color: var(--text-muted); }
.foot .ma { width: 150px; }
.byline { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; color: var(--text-muted); font-weight: 600; }
.byline img { height: 22px; }
a.byline { text-decoration: none; color: inherit; white-space: nowrap; }
a.byline:hover img { opacity: .85; }

/* Leyenda de la AAIP (Ley 25.326): obligatoria, pero discreta */
.foot .aaip { font-size: 10.5px; line-height: 1.45; opacity: .75; max-width: 520px; margin-left: auto; margin-right: auto; }
.legal-note { font-size: 12.5px; line-height: 1.5; color: var(--text-muted); margin: 0; }
.legal-note a { color: inherit; text-decoration: underline; }
.alcohol { font-size: 11px; font-weight: 700; letter-spacing: .02em; margin-top: 8px; }
