@import"https://fonts.googleapis.com/css2?family=Carlito:ital,wght@0,400;0,700;1,400;1,700&family=Chicle&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0C0C0C;--sky: #9CA9C7;--mediumgrey: #DCDCDC;--lightgrey: #E4E4E4}html,body{height:100%;margin:0;font-family:Carlito,Arial,Helvetica,sans-serif;color:var(--black)}h1,.small-h1{font-family:Chicle,Times New Roman,Times,serif;color:var(--black);line-height:.5}h1{font-size:36px}.small-h1,h2{font-size:24px}input{font-family:Carlito,Arial,Helvetica,sans-serif;font-size:16px;border:1px solid var(--black);border-radius:6px;padding:10px;display:flex;align-self:stretch}a{text-decoration:none}button{border:1px solid var(--black);border-radius:6px;padding:10px;font-family:Carlito,Arial,Helvetica,sans-serif;font-size:16px;font-weight:700;color:var(--black);background-color:#efefef}button.blue-button{background-color:var(--sky)}.main-wrapper{height:100%;margin:0;display:flex;justify-content:center;align-items:center;padding:0 20px}.gradient-bg-1{background-image:linear-gradient(#B2B5BC,#EEEEEE)}.logo-big{width:160px}.logo-small{width:100px}.logo-container{display:flex;flex-direction:column;align-items:center;gap:15px}.login-container{background-color:#eeecec;max-width:444px;width:90%;padding:48px 56px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:10px;box-shadow:0 0 48px #0000001c;gap:16px;max-height:70vh;overflow-y:auto}.login-form{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.flex-start{justify-content:flex-start}.wide-button{display:flex;align-self:stretch;flex:1;justify-content:center}.points-container{width:80%;max-width:1490px}.lists-wrapper{display:flex;width:100%;gap:112px}.scores-container{display:flex;flex-direction:column;flex:1}.player-group-container{display:flex;flex-direction:column;gap:16px}.scoreboard-container{display:flex;flex-direction:column;gap:32px}.scoreboard{border:1px solid var(--black);border-radius:10px;overflow:hidden}.score-row{display:flex;flex-direction:row;align-items:stretch;background-color:var(--mediumgrey);padding:8px 10px;border-bottom:1px solid var(--black);justify-content:space-between;gap:4px}.score-row:last-child{border-bottom:none}.score-row:nth-child(2n){background-color:var(--lightgrey)}.cell{display:flex;align-items:center}.name{font-weight:700}.ranking{width:24px}.name-rank{display:flex;gap:8px}.button-container{display:flex;width:50%;min-width:250px;gap:12px}.button-container .one-button{width:25%;min-width:115px}.header-buttons a{display:flex;flex:1}@media (max-width: 768px){.logo-container{align-self:stretch}.login-container{padding:32px 24px;max-height:80vh}.points-container{width:90%}.lists-wrapper{flex-direction:column;gap:32px}.button-container{width:100%;min-width:100%}.header-buttons{flex-direction:column}}
