*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0f172a;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:2rem;transition:background-color .3s,color .3s}body.light{background-color:#f9fafb;color:#0f172a}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.logo{margin-bottom:1rem;width:200px}.theme-toggle{align-items:center;display:flex}.theme-toggle button{background-color:#5bc0f8;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.5rem;padding:.5rem 1rem;transition:background .3s,transform .2s ease-in-out}.theme-toggle button:hover{background-color:#6366f1}.title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.welcome-emoji{animation:bounce 1.5s infinite;font-size:3rem;margin-bottom:.5rem;text-align:center}.username-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.username-label{font-size:1.2rem;font-weight:700}.username-input{border:1px solid #ddd;border-radius:8px;flex:1 1;font-size:1rem;min-width:150px;padding:.75rem 1rem}.username-input:focus{border-color:#5bc0f8;outline:none}.enter-button{background-color:#8b5cf6;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem .1rem;transition:background-color .3s}.enter-button:hover{background-color:#5bc0f8}.username-display{color:#5bc0f8;font-size:1.2rem;font-weight:700;margin-bottom:1rem}.difficulty-buttons{display:flex;gap:1rem;justify-content:center}.difficulty-buttons button{padding:.75rem 2rem;width:auto}input[type=text]{border:1px solid #ddd;border-radius:8px;box-sizing:border-box;font-size:1rem;margin-bottom:.3rem;padding:.75rem 1rem;width:100%}input[type=text]:focus{border-color:#5bc0f8;outline:none}button{background-color:#8b5cf6;border:none;border-radius:10px;box-sizing:border-box;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem 1.25rem;transition:background-color .3s,transform .2s;width:100%}button.active,button:hover{background-color:#5bc0f8}button.active{border:2px solid #6366f1;transform:scale(1.05)}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.action-buttons button{padding:.75rem 1.5rem;width:auto}.retry-button{background-color:#6366f1;color:#fff}.hint-button,.retry-button:hover{background-color:#5bc0f8}.hint-button{align-items:center;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:2rem;justify-content:center;margin:.5rem auto;transition:background-color .3s,transform .2s;width:2rem}.hint-button:hover{background-color:#6366f1;transform:scale(1.1)}.hint-text{color:#5bc0f8;font-size:1rem;font-style:italic;margin-top:.5rem}.card{background-color:#1e293b;border-radius:20px;box-shadow:0 4px 15px #0003;color:#fff;margin:1rem auto;max-width:500px;padding:2rem;text-align:center;transition:background-color .3s,color .3s}body.light .card{background-color:#fff;color:#0f172a}.feedback{font-weight:700;margin-top:1rem}.emoji-saga{font-size:1.5rem;margin-bottom:1rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
/*# sourceMappingURL=main.e8dba698.css.map*/