html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    background-color: #1e293b;
    color: white;
    font-family: 'Arial', sans-serif;
}

.loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loader>* {
    margin: 0.5em 0;
}

input[type='text'] {
    padding-top: 0.75em;
    border: none;
    border-radius: 0.5em;
    font-size: 1em;
    background-color: #334155;
    color: white;
    margin-left: 1%;
    text-align: center;
    width: 98%;
    padding-bottom: 0.75em;
    margin-top: 2%;
}

button {
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 0.5em;
    background-color: #6842FF;
    color: white;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button:hover {
    background-color: #6842ff;
}

.css-inwm4l,
.css-13yk3gq,
#qr-modal-toggle-button,
a[target="_blank"] {
    display: none !important;
}

#gameInput {
    display: none;
}

#gameInput.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a {
    color: #a993ff;
    cursor: pointer
}

.game-cover {
    border-radius: 0.5em;
    margin: 0.5em;

}