feat(web): show offer requirements, current progress and effects

This commit is contained in:
Bastian Wagner
2026-08-22 20:15:51 +02:00
parent 36adc32659
commit 00784094ab
4 changed files with 262 additions and 0 deletions

View File

@@ -351,6 +351,26 @@
font-size: var(--ar-font-sm);
}
.shop-row__effect {
color: var(--ar-text);
font-size: 0.75rem;
}
/* A lock the player can measure themselves against, not a dead end
(slice 0.8.5 §5). */
.shop-row__requirement {
color: var(--ar-gold);
font-size: 0.75rem;
}
.shop-row__requirement--met {
color: var(--ar-text-muted);
}
.shop-row__current {
color: var(--ar-text-muted);
}
.shop-receipt {
display: flex;
gap: var(--ar-space-2);