:root{--color-purple:#6b4c9a;--color-purple-light:#8b6cba;--color-purple-dark:#4b3c6a;--color-cream:#e8e4dc;--color-cream-dark:#d8d4cc;--color-silver:#b8bcc0;--color-silver-light:#d0d4d8;--color-asphalt:#2d2d2d;--color-asphalt-light:#4a4a4a;--color-pink-red:#f36;--color-pink-red-light:#ff5c85;--color-pink-red-dark:#e91e63;--background:var(--color-cream);--foreground:var(--color-asphalt)}*{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none!important;animation:none!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-cream)}::-webkit-scrollbar-thumb{background:var(--color-asphalt);border-radius:4px}:focus-visible{outline:3px solid var(--color-purple);outline-offset:2px}html{scroll-padding-bottom:80px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes skate-right{0%{background-position:0 0}to{background-position:160px 0}}@keyframes skate-left{0%{background-position:0 0}to{background-position:-160px 0}}.animate-skate-right{animation:3s linear infinite skate-right}.animate-skate-left{animation:3s linear infinite skate-left}.animate-fade-in-up{animation:.5s ease-out forwards fadeInUp}.animate-pulse-slow{animation:2s ease-in-out infinite pulse}.animate-float{animation:3s ease-in-out infinite float}.stagger-children>*{opacity:0;animation:.4s ease-out forwards fadeInUp}.stagger-children>:first-child{animation-delay:.1s}.stagger-children>:nth-child(2){animation-delay:.15s}.stagger-children>:nth-child(3){animation-delay:.2s}.stagger-children>:nth-child(4){animation-delay:.25s}.stagger-children>:nth-child(5){animation-delay:.3s}.stagger-children>:nth-child(6){animation-delay:.35s}@media (prefers-reduced-motion:reduce){.stagger-children>*,.animate-fade-in-up,.animate-pulse-slow,.animate-float,.animate-skate-right,.animate-skate-left{opacity:1;animation:none}}.metallic-shine{background:linear-gradient(135deg,var(--color-purple)0%,var(--color-purple-light)50%,var(--color-purple)100%);background-size:200% 200%}.concrete-texture{opacity:.03;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 400 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E")}.safe-area-inset-bottom{padding-bottom:env(safe-area-inset-bottom)}
