*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;min-height:100%}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}#root{width:100%;min-height:100vh}.app{width:100vw;height:100vh;background-color:#10b981;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden}.logo-container{display:flex;justify-content:center;align-items:center;animation:fadeIn .8s ease-in-out}.logo{width:167px;height:250px;object-fit:contain}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.logo{width:134px;height:200px}}@media (max-width: 480px){.logo{width:117px;height:175px}}
