*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #ffffff;--color-text: #2d2d2d;--color-accent: #7c3aed;--color-secondary: #6b7280}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{opacity:0;animation:fadeUp .7s ease forwards}.delay-0{animation-delay:.1s}.delay-1{animation-delay:.4s}.delay-2{animation-delay:.7s}.delay-3{animation-delay:1s}.delay-4{animation-delay:1.3s}
