:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff;background-color:#242424}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;min-height:100vh;min-height:100svh;min-height:100dvh}#frame{position:relative;margin:0 auto;width:100%;height:100vh;height:100dvh;overflow:hidden;background-color:#2f3238}.ui-container{position:absolute;width:100%;height:100%;display:flex;align-items:center;justify-content:center;pointer-events:none}#corner-alert{min-height:50%;max-width:110%}.alert-hide{visibility:hidden;transform:scale(0%)}.alert-in{animation:cornerAlertIn .7s ease-out}.alert-out{transform:scale(0%);animation:cornerAlertOut 1s ease-in}@keyframes cornerAlertIn{0%{transform:rotate(4turn) scale(0%)}to{transform:rotate(0) scale(1)}}@keyframes cornerAlertOut{0%{transform:scale(1)}to{transform:scale(0%)}}#scores-container{justify-content:end}#scores{display:flex;flex-direction:column;align-items:center;gap:.5em;margin-right:.6em;pointer-events:initial}#leaderboard{background-color:#171a1db2;opacity:1;border-radius:2em;padding:1.5em}#leaderboard>h2{margin-top:0;text-align:center;letter-spacing:.03em}#leaderboard-players{min-height:7em;max-height:17em;max-height:min(17em,70vh);overflow-y:auto;min-width:15em}.leaderboard-entry{display:flex;flex-direction:row;justify-content:space-between;margin-right:.7em;line-height:1.5em}.leaderboard-entry>div{width:fit-content}#last-corner{background-color:#171a1db2;opacity:1;padding:.8em 1.5em;border-radius:5em;min-width:13em;text-align:center}#last-corner-label{color:#dfdfdf;margin-top:-.1em}#last-corner-player{font-size:1.3rem;font-weight:600;letter-spacing:.05em}
