@tailwind base;@tailwind components;@tailwind utilities;html,body,#root{height:100%;width:100%;margin:0;padding:0;display:flex;flex-direction:column}#root{flex:1}body{margin:0;background:#000013;background-size:400% 400%;animation:gradientBG 15s ease infinite;min-height:100vh;color:#d4af37}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.particle{opacity:1}
