@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html {
    background: linear-gradient(-45deg, rgba(13, 26, 27, 1) 67%, rgba(50, 31, 31, 1) 100%);
    background: rgba(13, 26, 27, 1);
}

body {
    font-family: "Titillium Web", serif;
    font-size: 14px;
    background: rgb(13, 26, 27);
    background: linear-gradient(-45deg, rgba(13, 26, 27, 1) 67%, rgba(50, 31, 31, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    color: #808f8c;
}

a {
    color: #808f8c;
    text-decoration: none;
    font-weight: bold;
}

.game-title {
    font-family: "Audiowide";
    color: #d4d104;
    font-size: 42px;
    text-align: center;
    color: transparent;
    background: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.game-info .title {
    color: #d4d104;
    font-size: large;
    text-shadow: 0px 0px 10px #D4D104;
}

.neonText {
    text-shadow:
        0 0 7px #000,
        0 0 10px #000,
        0 0 21px #000,
        0 0 42px #0fa,
        0 0 82px #0fa,
        0 0 92px #0fa,
        0 0 102px #0fa,
        0 0 151px #0fa;
}

.game-info {
    color: #808f8c;
}

.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 20px;
    max-width: 400px;
}

.input-group {
    position: relative;
    display: flex;
    flex-direction: column;
}

.input-label-container {
    display: inline-flex;
    flex-direction: row;
    align-items: flex-end;
}

.input-label {
    display: inline-block;
    padding: 0 1rem;
    font-family: "Rajdhani";
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #cfe6de;
    color: #111;
    transform: translateY(0.125rem);
    clip-path: polygon(calc(100% - 0.5rem) 0px, 100% 0.5rem, 100% 100%, 0px 100%, 0px 0px);
}

.input-border {
    position: relative;
    clip-path: polygon(calc(100% - 0.5rem) 0px, 100% 0.5rem, 100% 100%, 0.5rem 100%, 0px calc(100% - 0.5rem), 0px 0px);
    border: 1px solid #cfe6de;
    background-color: #cfe6de;
}

.input-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0d1a1b;
    clip-path: polygon(calc(100% - 0.5rem) 0px, 100% 0.5rem, 100% 100%, 0.5rem 100%, 0px calc(100% - 0.5rem), 0px 0px);
}

.input-content {
    position: relative;
    z-index: 10;
    clip-path: polygon(calc(100% - 0.5rem) 0px, 100% 0.5rem, 100% 100%, 0.5rem 100%, 0px calc(100% - 0.5rem), 0px 0px);
    padding-left: 0.5rem;
}

input {
    font-family: "Titillium Web", serif;

    background-color: transparent;
    color: #ddd;
    padding: 8px 0;
    font-size: 16px;
    width: calc(100% - 1rem);
    border: none;
    outline: none;
}

input::placeholder {
    color: #777;
}

.btn-border {
    position: relative;
    clip-path: polygon(100% 0px, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0px 100%, 0px 0px);
    border: 1px solid #cfe6de;
    border-left-width: 8px;
    background-color: #cfe6de;
    margin-top: 20px;
}

.btn-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0d1a1b;
    clip-path: polygon(100% 0px, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0px 100%, 0px 0px);
}

.btn-content {
    position: relative;
    z-index: 10;
    clip-path: polygon(100% 0px, 100% calc(100% - 1rem), calc(100% - 1rem) 100%, 0px 100%, 0px 0px);
}

.btn {
    background-color: transparent;
    color: #cfe6de;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    border: none;
    outline: none;
    font-weight: bold;
    letter-spacing: 1.1px;
    text-transform: uppercase;
    text-align: left;
    transition: letter-spacing 0.3s ease;
    font-family: "Rajdhani";
}

.btn:hover {
    color: #cfe6de;
    letter-spacing: 2.1px;
}

.border-top-left {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    border: 2px solid #62252f;
    border-bottom: none;
    border-right: none;
}

.border-top-right {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid #62252f;
    border-bottom: none;
    border-left: none;
}

.border-bottom-left {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 2px solid #62252f;
    border-top: none;
    border-right: none;
}

.border-bottom-right {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    border: 2px solid #62252f;
    border-top: none;
    border-left: none;
}

.border-left {
    width: 30px;
    height: 50%;
    position: absolute;
    left: 10px;
    bottom: 50%;
    transform: translateY(30%);
    border: 2px solid #62252f;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.border-right {
    width: 30px;
    height: 50%;
    position: absolute;
    right: 10px;
    bottom: 50%;
    transform: translateY(70%);
    border: 2px solid #62252f;
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.game-version {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #62252f;
    font-size: small;
    font-weight: bold;
}


.disabled {
    opacity: 0.5;
    pointer-events: none;
}