@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap";:root{--color1: 10, 10, 31;--color2: 29, 29, 78;--color3: 79, 79, 135;--color4: 126, 126, 190;--color5: 167, 79, 191;--color6: 214, 61, 143;--guild_select_pos: absolute}body{position:absolute;min-height:100%;width:100%;padding:0;margin:0;font-family:Orbitron,sans-serif;overflow-x:hidden;background-color:rgb(var(--color1));color:#fff}#login_cont[data-v-588d8da8]{position:absolute;padding:0;margin:0;overflow:hidden;box-sizing:border-box;height:100%;width:100%;display:flex;gap:0;flex-direction:column;justify-content:center}#login_cont[data-v-588d8da8]>*{background-color:rgba(var(--color4),.3);width:100%;display:flex;justify-content:center;text-align:center;margin:0;padding:1rem}h1[data-v-588d8da8]{font-size:xxx-large;color:rgb(var(--color6))}button[data-v-588d8da8]{color:rgb(var(--color6));background-color:transparent;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;padding:1rem;cursor:pointer;border:.125rem solid rgb(var(--color6));border-radius:.5rem;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}button[data-v-588d8da8]:hover{background-color:rgb(var(--color6));color:#fff;box-shadow:0 0 .5rem rgb(var(--color6))}#games_overview{opacity:0;animation:gamesOverviewFade 2s forwards;display:flex;flex-direction:column;gap:1rem;align-items:stretch}@keyframes gamesOverviewFade{50%{opacity:0}to{opacity:1}}#games_cont,#new_game{background-color:rgba(var(--color5),.3);padding:2rem}h1,h2,h3{color:rgb(var(--color6));text-align:center}#games_cont{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:2rem}.game{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:1rem;background-color:rgb(var(--color2));border:3px solid rgb(var(--color6));border-radius:1rem;gap:.5rem;color:rgb(var(--color6))}.game.won>*:not(h3):not(button){display:none}.game>.continue_edit_game{display:none}.game.won>.continue_edit_game{display:block}.game .game_score_buttons{display:flex;flex-direction:row;gap:1rem}#new_game{display:flex;flex-direction:column;align-items:center;color:rgb(var(--color6))}#new_game_options{display:flex;flex-direction:column;gap:.5rem}#new_game select{color:rgb(var(--color6));background-color:transparent;font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:700;padding:.5rem;cursor:pointer;border:.125rem solid rgb(var(--color6));border-radius:.5rem;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;outline:none}#new_game select:hover{background-color:rgb(var(--color6));color:#fff;box-shadow:0 0 .5rem rgb(var(--color6))}#games_overview button{color:rgb(var(--color6));background-color:transparent;font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:700;padding:.5rem;cursor:pointer;border:.125rem solid rgb(var(--color6));border-radius:.5rem;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}#games_overview button:hover{background-color:rgb(var(--color6));color:#fff;box-shadow:0 0 .5rem rgb(var(--color6))}#new_game input{color:rgb(var(--color6));background-color:transparent;font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:700;padding:.5rem;cursor:pointer;border:.125rem solid rgb(var(--color6));border-radius:.5rem;outline:none;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out}#new_game input:hover,#new_game input:focus{background-color:rgb(var(--color6));color:#fff;box-shadow:0 0 .5rem rgb(var(--color6))}#new_game input::placeholder{color:rgba(var(--color6),.7);transition:color .2s ease-in-out}#new_game input:hover::placeholder,#new_game input:focus::placeholder{color:#ffffffb3}#new_game option:disabled{color:#000}#add_team{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}#added_teams{display:flex;flex-direction:row;width:95%;max-width:95%;padding:1.5rem 0;background-color:rgb(var(--color2));color:#fff;justify-content:center;flex-wrap:wrap;gap:1rem;border:1px solid rgb(var(--color6));border-radius:1rem}#added_teams>button{display:flex;flex-direction:column;align-items:stretch;background-color:rgb(var(--color6));width:max-content;justify-content:center;align-items:center;padding:.5rem;transition:transform .2s ease-in-out;border:1px solid white;border-radius:.5rem;color:#fff!important;font-size:1rem!important;animation:fadeInNewTeam .5s ease-in-out forwards;opacity:0}@keyframes fadeInNewTeam{to{opacity:1}}#added_teams>button:hover{transform:scale(1.05)}#added_teams>div button:hover{box-shadow:none!important}.new_team_name{font-size:1.25rem}.new_team_remove{opacity:0;transition:opacity .2s ease-in-out;border:1px solid white;border-radius:.5rem;padding:.25rem}#added_teams>button:hover .new_team_remove{opacity:1}.input_section{flex:0 0 auto;display:flex;flex-direction:row;gap:.5rem;align-items:center}#games[data-v-22efbcec]{position:absolute;height:100%;width:100%}#games.active[data-v-22efbcec]{animation:serverSelected-22efbcec 1s forwards;grid-template-rows:min-content 1fr}@keyframes serverSelected-22efbcec{99%{display:block}to{display:grid;--guild_select_pos: relative}}#guild_select.inactive[data-v-22efbcec]{top:50%}#guild_select.inactive select[data-v-22efbcec]{background-color:rgb(var(--color6));border:.125rem solid white}#guild_select.inactive h1[data-v-22efbcec]{opacity:1}#guild_select.active[data-v-22efbcec]{top:0%}#guild_select.active h1[data-v-22efbcec]{opacity:0}#guild_select[data-v-22efbcec]{position:var(--guild_select_pos);width:100%;height:max-content;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:top 1s ease-in-out;overflow:hidden;transform:translateY(-50%)}h1[data-v-22efbcec]{transition:opacity .5s ease-in-out}#guild_select select[data-v-22efbcec]{color:rgb(var(--color6));background-color:transparent;font-family:Orbitron,sans-serif;font-size:1rem;font-weight:700;padding:1rem;cursor:pointer;border:.125rem solid rgb(var(--color6));border-radius:.5rem;transition:background-color .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;outline:none}#guild_select select[data-v-22efbcec]:hover{background-color:rgb(var(--color6));color:#fff;box-shadow:0 0 .5rem rgb(var(--color6))}#errors[data-v-7c526fdd]{position:fixed;bottom:1rem;left:1rem;margin:0;display:flex;flex-direction:column-reverse;transition:all .3s ease;gap:.25rem}.error[data-v-7c526fdd]{animation:errorContFade-7c526fdd 3s forwards;font-family:monospace;padding:.5rem;background-color:#e60000;color:#fff;border-radius:.25rem}@keyframes errorContFade-7c526fdd{0%{opacity:0}10%{opacity:1}90%{opacity:1}to{opacity:0;display:none}}#info-wrapper[data-v-7c526fdd]{position:fixed;bottom:.25rem;left:0;height:3rem;width:100%;overflow:hidden}#info-wrapper:hover #info[data-v-7c526fdd]{bottom:-100%}#info[data-v-7c526fdd]{position:absolute;width:max-content;bottom:0;transition:bottom .25s ease-in-out;left:50%;transform:translate(-50%);padding:.5rem;font-size:1rem;border:1px solid rgb(var(--color6));border-radius:.5rem;text-align:center;color:rgb(var(--color6));background-color:rgb(var(--color2))}
