@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;800&display=swap";html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;background:linear-gradient(135deg,#d6eaff,#e2e5ff,#f1e4ff);background-attachment:fixed;font-family:Poppins,-apple-system,system-ui,sans-serif;color:#1a1a1a;display:flex;justify-content:center;align-items:flex-start}*{box-sizing:border-box}.app-container{width:100%;max-width:1200px;padding:40px 20px;display:flex;flex-direction:column;align-items:center;animation:fadeIn .8s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){h1{font-size:2.2rem!important;line-height:1.2!important}}
