.home-container{background:linear-gradient(135deg,#ffb7e4 0%,#9381ff 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.home-title{color:#fff;text-align:center;text-shadow:2px 2px 4px #0003;margin-bottom:3rem;font-size:3rem}.header{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#2a2a3ef2;align-items:center;height:64px;padding:0 2rem;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 8px #0003}.header-logo{object-fit:contain;width:48px;height:48px;margin-right:1rem}.header-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.home-button-container{flex-direction:column;gap:1.5rem;width:100%;max-width:400px;display:flex}.home-button{text-align:center;cursor:pointer;border:none;border-radius:.5rem;padding:1rem 2rem;font-size:1.2rem;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 4px 6px #0000001a}.home-button:hover{transform:translateY(-2px);box-shadow:0 6px 8px #0003}.home-button.play{color:#fff;background:linear-gradient(135deg,#ffb7e4 0%,#ff69b4 100%)}.home-button.suggest{color:#fff;background:linear-gradient(135deg,#9381ff 0%,#7b68ee 100%)}.home-button.back{color:#4b5563;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6}.home-button.back:hover{background:#fff}@media (width<=768px){.home-container{padding:1rem}.home-title{margin-bottom:2rem;font-size:2rem}.home-button{padding:.75rem 1.5rem;font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;background-color:#1a1a2e;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}
