:root{--indigo: #3d0066;--mauve: #c670ff;--amber: #ffce1f;--text-soft: rgba(255, 255, 255, .75)}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box;font-family:Manrope,sans-serif}body{min-height:100vh;color:#fff;background:linear-gradient(120deg,#2a003f,#3d0066,#5b1a88,#3d0066);background-size:400% 400%;animation:gradientFlow 18s ease infinite;overflow-x:hidden;position:relative}body:after{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:1}@keyframes gradientFlow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}
