@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,#1e3c72,#2a5298,#8e2de2 80%,#6a11cb);background-attachment:fixed;font-family:Poppins,-apple-system,system-ui,sans-serif;color:#fff;display:flex;justify-content:center;align-items:flex-start;overflow-x:hidden}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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(15px)}to{opacity:1;transform:translateY(0)}}h1,h2,p{word-break:keep-all;text-align:left}@media(max-width:768px){h1{font-size:2.2rem!important;line-height:1.1!important}.app-container{padding:20px 15px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}
