:root{--apple-ease: cubic-bezier(.4, 0, .2, 1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;background-color:#000;color:#fff}.glass-dark{background:#000000b3;-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px)}.reveal{opacity:0;transform:translateY(30px);transition:all .8s var(--apple-ease)}.reveal.active{opacity:1;transform:translateY(0)}.text-balance{text-wrap:balance}@keyframes subtle-zoom{0%{transform:scale(1)}to{transform:scale(1.1)}}.zoom-bg{animation:subtle-zoom 20s linear infinite alternate}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse-grow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse-grow{animation:pulse-grow 2s ease-in-out infinite}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);background-size:1000px 100%;animation:shimmer 2s infinite}@keyframes slide-in-from-bottom{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes zoom-in{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.animate-in{animation-fill-mode:both}.slide-in-from-bottom{animation-name:slide-in-from-bottom}.fade-in{animation-name:fade-in}.zoom-in{animation-name:zoom-in}.animate-up{animation:up .4s var(--apple-ease) both}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.pause-animation:hover{animation-play-state:paused!important}
