@tailwind base;@tailwind components;@tailwind utilities;html,body{margin:0;padding:0;background:#000;background-image:radial-gradient(ellipse 1900px 70vh at 50% 0%,#7d1aed -10%,#1b1543 40%,#000);background-attachment:fixed;background-size:cover;background-repeat:no-repeat;background-position:center top;min-height:100vh;overflow-x:hidden}#root{background-color:transparent}.star{position:absolute;background-color:#fff;border-radius:50%;animation:twinkle 10s infinite;transition:transform .3s ease-out}@keyframes twinkle{0%{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}to{opacity:.2;transform:scale(.8)}}@keyframes bounce-subtle{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.animate-bounce-subtle{animation:bounce-subtle .6s ease-out}
