feat(ui): loyalty stamp redesign and admin account restrictions

Redesigned fuchsia-themed loyalty stamp card with procedural SVG flower-petal stamps (unique shape per slot via sine-wave perturbation), star cutout mask, hover animations, and gradient background. Admin accounts now see simplified account page with History, Referral, Danger Zone tabs and loyalty stamp card hidden.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-04 01:07:43 +01:00
co-authored by Sisyphus
parent 4c26db81db
commit c76c3f52f7
3 changed files with 203 additions and 94 deletions
+8
View File
@@ -2,6 +2,8 @@
@import 'tw-animate-css';
@import "shadcn-svelte/tailwind.css";
@custom-variant dark (&:is(.dark *));
:root {
@@ -119,6 +121,12 @@
body {
@apply bg-background text-foreground;
}
.maplibregl-popup-content {
@apply bg-transparent! shadow-none! p-0! rounded-none!;
}
.maplibregl-popup-tip {
@apply hidden!;
}
}
.calendar-container {