@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--royal-purple: #7851A9;--hot-pink: #FF1493;--deep-purple: #4B0082;--soft-pink: #FF69B4;--text-light: #F8F8F8;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,sans-serif;background:linear-gradient(135deg,var(--deep-purple),var(--royal-purple),var(--hot-pink));background-size:200% 200%;animation:gradientBG 10s ease infinite;color:var(--text-light);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased}@keyframes gradientBG{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center}.container{width:100%;max-width:1200px;margin:0 auto;padding:0}input,button{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--deep-purple)}::-webkit-scrollbar-thumb{background:var(--hot-pink);border-radius:5px}@media(max-width:768px){h1{font-size:2rem!important}.hero-section{padding:1rem!important;margin-top:1rem!important}.hero-section>div:first-child>div{width:150px!important;height:150px!important}section>div{width:100%!important;max-width:100%!important;padding:1.5rem!important}h3{font-size:1.5rem!important}p{font-size:1rem!important}}
