*{box-sizing:border-box;margin:0;padding:0}body{background:#f8f6f3}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes waveform{0%,to{height:4px}50%{height:var(--h)}}@keyframes spin{to{transform:rotate(360deg)}}.fade-up{animation:.6s cubic-bezier(.16,1,.3,1) both fadeUp}.fade-in{animation:.5s both fadeIn}.slide-right{animation:.5s cubic-bezier(.16,1,.3,1) both slideRight}.scale-in{animation:.4s cubic-bezier(.16,1,.3,1) both scaleIn}
