@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;500;600;700&family=Nunito:wght@400;600;700;800&display=swap";@tailwind base;@tailwind components;@tailwind utilities;body{font-family:Nunito,sans-serif;color:#1a202c;overscroll-behavior-y:none;min-height:100vh;background:linear-gradient(300deg,#6366f1,#a855f7,#ec4899,#3b82f6);background-size:240% 240%;animation:gradient-flow 18s ease infinite}@keyframes gradient-flow{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.glass-panel{background:#ffffffbf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.6)}.header-contrast{background:linear-gradient(90deg,#fff5fb,#ffe3f5,#f1e2ff);border:1px solid rgba(255,255,255,.8);box-shadow:0 10px 30px #00000014}html{scroll-behavior:smooth}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#ffffff4d;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#a855f780;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#a855f7cc}
