:root{--primary:29 100% 50%;--primary-foreground:0 0% 100%;--stitch-primary:#FF7A00;--stitch-primary-50:#FFF5EB;--stitch-primary-100:#FFE6CC;--stitch-primary-200:#FFCC99;--stitch-primary-300:#FFB366;--stitch-primary-400:#FF9933;--stitch-primary-500:#FF7A00;--stitch-primary-600:#CC6200;--stitch-primary-700:#994900;--stitch-primary-800:#663100;--stitch-primary-900:#331800;--stitch-background-light:#f8f7f5;--stitch-background-dark:#23190f;--stitch-card-light:#FFFFFF;--stitch-card-dark:#1a2e26;--stitch-text-primary-light:#212121;--stitch-text-primary-dark:#F7F8FA;--stitch-text-secondary-light:#757575;--stitch-text-secondary-dark:#a0b5ab;--stitch-border-light:#E0E0E0;--stitch-border-dark:#3a4d45;--stitch-secondary-accent:rgba(255,122,0,0.2)}.dark{--stitch-background-light:#23190f;--stitch-background-dark:#23190f;--stitch-card-light:#1a2e26;--stitch-card-dark:#1a2e26;--stitch-text-primary-light:#F7F8FA;--stitch-text-primary-dark:#F7F8FA;--stitch-text-secondary-light:#a0b5ab;--stitch-text-secondary-dark:#a0b5ab;--stitch-border-light:#3a4d45;--stitch-border-dark:#3a4d45}.bg-stitch-primary{background-color:var(--stitch-primary)}.text-stitch-primary{color:var(--stitch-primary)}.border-stitch-primary{border-color:var(--stitch-primary)}.bg-stitch-background-light{background-color:var(--stitch-background-light)}.bg-stitch-background-dark{background-color:var(--stitch-background-dark)}.bg-stitch-card-light{background-color:var(--stitch-card-light)}.text-stitch-text-primary-light{color:var(--stitch-text-primary-light)}.text-stitch-text-secondary-light{color:var(--stitch-text-secondary-light)}.border-stitch-border-light{border-color:var(--stitch-border-light)}.bg-stitch-secondary-accent{background-color:var(--stitch-secondary-accent)}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.animate-shimmer{animation:shimmer 2s infinite}