From ed03060ff76c50213f96e9e50047f86e8c9005c0 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Sat, 13 Jun 2026 17:44:10 +0700 Subject: [PATCH] feat(fx-system): copy v7-5 design system CSS (485 lines, 12 categories) Extracted verbatim from Desktop/moreminomore-mockup-v7-5.html lines 10-484. All .fx-* classes namespaced to avoid collision with global.css. - Tokens: --brand-yellow #FFD60A, --coral #FF5A3C, --ink #0A0A0A - Fonts: Kanit + Itim + JetBrains Mono (matches global.css) - Animations: @keyframes marquee + reveal/stagger JS in src/lib/fx-animations.ts Refs: .hermes/plans/2026-06-13_124000-moreminimore-v7-5-migration.md Task 1.1 --- src/styles/fx-system.css | 485 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 485 insertions(+) create mode 100644 src/styles/fx-system.css diff --git a/src/styles/fx-system.css b/src/styles/fx-system.css new file mode 100644 index 0000000..887e521 --- /dev/null +++ b/src/styles/fx-system.css @@ -0,0 +1,485 @@ +/* ============================================ + MOREMINIMORE FX-SYSTEM v1 + Extracted from Desktop/moreminomore-mockup-v7-5.html + Lines 10-484 (v7-5 internal