*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.container{min-height:100vh;padding:2rem}.container,.logo-container{display:flex;justify-content:center;align-items:center}.logo-container{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:fadeIn .8s ease-in-out}.logo-container img{border-radius:12px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.logo-container{padding:2rem}.logo-container img{width:300px!important;height:auto!important}}@media (max-width:480px){.container{padding:1rem}.logo-container{padding:1.5rem}.logo-container img{width:200px!important;height:auto!important}}