*{box-sizing:border-box;margin:0;padding:0}:root{font-family:Onest,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif}body{-webkit-font-smoothing:antialiased}@keyframes snowfall{0%{opacity:0;transform:translateY(-20px)translate(0)}5%{opacity:1}95%{opacity:1}to{opacity:0;transform:translateY(102vh)translate(25px)}}.snowflake{animation:snowfall var(--dur,9s)linear var(--delay,0s)infinite;pointer-events:none;will-change:transform;background:#ffffffe0;border-radius:50%;position:absolute;top:0}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-track{width:max-content;animation:28s linear infinite marquee}@keyframes pulseDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.pulse-dot{animation:2s ease-in-out infinite pulseDot}@keyframes bounceY{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.bounce{animation:1.6s ease-in-out infinite bounceY}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.8s ease-out forwards fadeUp}.fade-up-1{animation:.8s ease-out .1s both fadeUp}.fade-up-2{animation:.8s ease-out .25s both fadeUp}.fade-up-3{animation:.8s ease-out .4s both fadeUp}.fade-up-4{animation:.8s ease-out .55s both fadeUp}@keyframes scanLine{0%{transform:translateY(-100%)}to{transform:translateY(100vh)}}@keyframes starGlow{0%,to{filter:drop-shadow(0 0 4px #c8221e99)}50%{filter:drop-shadow(0 0 14px #c8221e)}}.star-glow{animation:3s ease-in-out infinite starGlow}