.home{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab);background-size:400% 400%;animation:gradient 15s ease infinite;color:#fff;text-align:center}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:20px}h1{font-size:4rem;margin-bottom:20px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.5rem;margin-bottom:40px;max-width:600px;line-height:1.6}footer{position:fixed;bottom:0;width:100%;padding:10px 0;background-color:#0003;font-size:.8rem}.beian-link{color:#fff;text-decoration:none;transition:all .3s ease}.beian-link:hover{text-decoration:underline}a{color:#fff;text-decoration:none;border-bottom:1px dashed white;transition:all .3s ease}a:hover{border-bottom:1px solid white}@media (max-width: 768px){h1{font-size:2.5rem}.subtitle{font-size:1.2rem}}*{margin:0;padding:0;box-sizing:border-box}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}
