landing page for new users
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s

This commit is contained in:
2026-03-20 11:08:02 -04:00
parent 0d518ddd1e
commit 7086f42b9e
3 changed files with 118 additions and 2 deletions

View File

@@ -444,6 +444,70 @@ tr:hover {
margin-bottom: 1rem;
}
/* ─── Loot Teaser Page ────────────────────────────────── */
.teaser-page {
text-align: center;
padding: 3rem 1rem;
max-width: 480px;
margin: 0 auto;
}
.teaser-emoji {
font-size: 5rem;
margin-bottom: 0.5rem;
}
.teaser-headline {
font-size: 2.4rem;
font-weight: 800;
margin: 0 0 0.5rem;
color: var(--text);
}
.teaser-subtext {
font-size: 1.1rem;
color: var(--muted);
margin: 0 0 0.25rem;
}
.teaser-points {
font-size: 3.5rem;
font-weight: 900;
color: var(--primary);
margin: 0.25rem 0 1rem;
line-height: 1;
}
.teaser-points span {
font-size: 1.4rem;
font-weight: 600;
}
.teaser-cta {
font-size: 1.05rem;
color: var(--text);
margin-bottom: 1.5rem;
}
.teaser-buttons {
display: flex;
gap: 1rem;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 2rem;
}
.teaser-buttons .btn-lg {
padding: 0.75rem 2rem;
font-size: 1.1rem;
}
.teaser-hunt-info {
font-size: 0.85rem;
color: var(--muted);
font-family: monospace;
}
/* ─── Package Profile ─────────────────────────────────── */
.package-hero {
text-align: center;
@@ -786,6 +850,12 @@ tr:hover {
font-size: 3rem;
}
/* Teaser */
.teaser-page { padding: 2rem 0.5rem; }
.teaser-emoji { font-size: 3.5rem; }
.teaser-headline { font-size: 1.8rem; }
.teaser-points { font-size: 2.8rem; }
.points-badge.large {
font-size: 1.5rem;
padding: 0.4rem 1rem;