@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");:root{--primary-color:#4158d0;--secondary-color:#c850c0;--accent-color:#ffcc70;--gradient-1:linear-gradient(135deg,#4158d0,#c850c0 46%,#ffcc70);--gradient-2:linear-gradient(90deg,#ff9a8b,#ff6a88 55%,#ff99ac);--text-color:#2d3748;--light-text:#4a5568;--background-light:#f8f9fa;--box-shadow:0 10px 30px rgba(0,0,0,0.1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:var(--text-color);background-color:white;scroll-behavior:smooth}a{color:inherit;text-decoration:none}button{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}section{max-width:100%;overflow:hidden}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#4158d0,#c850c0);border-radius:5px}::selection{background-color:rgba(200,80,192,.2);color:#4158d0}