.app{display:flex;flex-direction:column;min-height:100vh;background:linear-gradient(#0003,#0003),url(https://images.unsplash.com/photo-1586023492125-27b2c045efd7?q=80&w=2000&fit=crop) center/cover no-repeat fixed}.hero-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;gap:3rem}.logo-image{max-width:600px;width:90%;height:auto;object-fit:contain;animation:fadeInUp .8s ease-out}.slogan-image{max-width:500px;width:80%;height:auto;object-fit:contain;animation:fadeInUp 1s ease-out .2s both}.footer{background-color:#fff9;padding:2rem 0 3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.footer-content{text-align:center}.beian-link{color:#0009;text-decoration:none;font-size:.875rem;transition:color .3s ease}.beian-link:hover{color:#000000e6}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-section{padding:2rem 1rem;gap:2rem}.logo-image{max-width:400px;width:95%}.slogan-image{max-width:320px;width:85%}.beian-link{font-size:.75rem}}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width: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}
