body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}body,html{overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh;text-align:center}.App-main{align-items:center;background-color:#121212;box-sizing:border-box;color:#fff;display:flex;flex:1 1;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;padding:20px}.play-again-button,.retry-button{background:#1db954;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;min-width:200px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.play-again-button:hover,.retry-button:hover{background:#1ed760;box-shadow:0 6px 20px #1db95466;transform:translateY(-3px) scale(1.02)}.play-again-button:active,.retry-button:active{transform:translateY(-1px) scale(.98);transition:all .1s ease}@media (max-width:768px){.play-again-button,.retry-button{font-size:1.1rem;padding:14px 28px}}.auth-container{margin-top:2rem;text-align:center}.auth-form{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.password-input{background:#1a1a1a;border:2px solid #1db954;border-radius:6px;color:#fff;font-size:1rem;padding:12px 16px;width:250px}.password-input:focus{border-color:#1ed760;box-shadow:0 0 0 3px #1db95433;outline:none}.password-input:disabled{cursor:not-allowed;opacity:.6}.auth-button{background:#1db954;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;min-width:120px;padding:12px 24px;transition:background .3s ease}.auth-button:hover:not(:disabled){background:#1ed760}.auth-button:disabled{cursor:not-allowed;opacity:.6}.error-container{align-items:center;display:flex;height:2rem;justify-content:center;margin-top:1rem}.error-message{color:#dc3545;font-weight:700;margin:0}@media (max-width:768px){.password-input{max-width:300px;width:100%}}.game-container{height:100%;margin:0 auto;max-width:1200px;text-align:center}.game-container,.game-header{display:flex;flex-direction:column;justify-content:center}.game-header{height:4rem;margin-bottom:2rem}.round-title{color:#fff;font-size:1.5rem;margin:0 0 .5rem}.score{color:#fff;font-size:1.2rem;margin:0}.game-question{color:#fff;font-size:1.3rem;height:2rem;margin:0 0 2rem}.game-question,.songs-container{align-items:center;display:flex;justify-content:center}.songs-container{flex-wrap:wrap;gap:2rem;height:360px;margin-bottom:2rem;transition:all .5s ease}.songs-container.transitioning{opacity:0;pointer-events:none;transform:scale(.95)}.song-card{align-items:center;background:#1a1a1a;border:2px solid #333;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;height:340px;justify-content:center;overflow:hidden;padding:1rem;position:relative;text-align:center;transition:all .3s ease;white-space:normal;width:400px}.song-card.fade-in{animation:fadeInUp .6s ease-out}.song-card.fade-out{animation:fadeOutDown .5s ease-in forwards;opacity:0;pointer-events:none}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30px)}}.song-card:hover{border-color:#1db954;box-shadow:0 4px 12px #1db9544d;transform:translateY(-2px)}.song-card.correct{background:#d4edda;border-color:#28a745;color:#155724}.song-card.wrong{background:#f8d7da;border-color:#dc3545;color:#721c24}.song-title{font-size:1.1rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.song-artist{font-size:.9rem;margin:0;opacity:.8}.game-feedback{align-items:center;display:flex;flex-direction:column;height:4rem;justify-content:center;margin-top:1rem}.result-text{font-size:1.2rem;font-weight:700;margin:0 0 1rem}.game-over{text-align:center}.game-over h2{color:#fff;margin-bottom:1rem}.final-score{color:#fff;font-size:1.2rem;margin-bottom:1.5rem}.game-over-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.main-menu-button{background:#333;border:2px solid #555;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 24px;transition:all .3s ease}.main-menu-button:hover{background:#555;border-color:#777;transform:translateY(-1px)}.loading{color:#fff;font-size:1.2rem}.error{color:#f8d7da;text-align:center}.error h2{color:#dc3545;margin-bottom:1rem}@media (max-width:768px){.songs-container{align-items:center;flex-direction:column}.song-card{height:280px;max-width:350px;width:100%}.game-question{font-size:1.1rem}}.main-menu{height:100%;justify-content:center;width:100%}.main-menu,.menu-content{align-items:center;display:flex}.menu-content{animation:fadeInUp .8s ease-out;flex-direction:column;gap:1rem;max-width:500px;text-align:center}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.menu-subtitle{animation:fadeIn 1s ease-out .2s both;color:#fff;font-size:1.2rem;line-height:1.5;margin:0 0 3rem;opacity:.8}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}.play-button{animation:slideInUp .6s ease-out both;background:#1db954;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:700;min-width:200px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.play-button:nth-child(2){animation-delay:.4s}.play-button:nth-child(3){animation-delay:.6s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.play-button:hover:not(:disabled){background:#1ed760;box-shadow:0 6px 20px #1db95466;transform:translateY(-3px) scale(1.02)}.play-button:active:not(:disabled){transform:translateY(-1px) scale(.98);transition:all .1s ease}.play-button:disabled{background:#666;cursor:not-allowed;opacity:.6}@media (max-width:768px){.menu-subtitle,.play-button{font-size:1.1rem}.play-button{padding:14px 28px}}.app-header{background-color:#121212;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.game-title{color:#fff;font-family:Avenir Next,-apple-system,BlinkMacSystemFont,sans-serif;font-size:2.5rem;font-weight:600;letter-spacing:.1em;margin:0;text-align:center}@media (max-width:768px){.game-title{font-size:2rem}.app-header{padding:.75rem 0}}.footer{background:#121212;color:#fff;font-family:Avenir Next,-apple-system,BlinkMacSystemFont,sans-serif;margin-top:auto;padding:2rem 0 1rem}.footer-content{align-items:center;gap:3rem;margin:0 auto;max-width:1200px;padding:0 2rem}.footer-content,.footer-links{display:flex;flex-wrap:wrap;justify-content:center}.footer-links{gap:2rem}.footer-link{color:#fff;font-size:.9rem;opacity:.8;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#1db954;opacity:1;transform:translateY(-1px)}.footer-text{color:#fff;font-size:.9rem;opacity:.8;padding:.5rem 0}.footer-bottom{margin:.25rem auto 0;max-width:1200px;padding:1rem 2rem 0;text-align:center}.footer-note{color:#fff;font-size:.75rem;line-height:1.4;margin:0;opacity:.5}@media (max-width:768px){.footer-links{gap:1.5rem}.footer-link{font-size:.85rem}.footer{padding:1.5rem 0 1rem}}@media (max-width:480px){.footer-links{flex-direction:column;gap:1rem}.footer-bottom,.footer-content{padding:0 1rem}}
/*# sourceMappingURL=main.963897af.css.map*/