@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,sans-serif;margin:0}.Board{align-content:center;flex-wrap:wrap;gap:0;justify-content:center}.Board,.BoardBarrier{display:flex;flex-direction:row}.BoardBarrier{align-items:center;background-color:#2121214d;height:100%;justify-content:space-evenly;position:absolute;width:100%;z-index:1}.Info{align-items:flex-end;display:flex;flex-direction:row;justify-content:space-between}.Barrier{height:100%;position:fixed;width:100%;z-index:2}.Barrier,.Login{align-items:center;display:flex;flex-direction:column;justify-content:center}.Login{background-color:#696969;border-radius:10px;box-shadow:0 0 3px 3px #66666680;color:#fff;gap:11px;height:100px;left:50%;top:50%;width:300px}.Username{align-items:center;display:flex;flex-direction:row;font-size:calc(8px + 1vw);gap:6px;justify-content:center;margin:0 15px}.Countdown{animation:anim 1s ease-in-out infinite;left:50%;opacity:.7;top:50%;transform:translate(-50%,-50%)}@keyframes anim{0%{opacity:1;transform:scale(4)}95%{opacity:1;transform:scale(6)}to{opacity:.5;transform:scale(6)}}.CountDownBarrier{align-items:center;background-color:#2121214d;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1}.wrapper,body,html{background-color:#212121;height:100%;margin:0}.App{display:flex;flex-direction:column;height:100vh}.Main{grid-gap:1rem;box-sizing:border-box;color:#f5f5f5;display:grid;font-size:18px;grid-template-areas:"left-top center right" "left-bottom center right";grid-template-columns:minmax(15rem,1fr) auto minmax(15rem,1fr);grid-template-rows:auto 1fr;height:100%;margin:1rem;min-width:-webkit-fit-content;min-width:fit-content}.Title{width:calc(160px + 15vw)}.LeftTop{grid-area:left-top}.LeftBottom,.LeftTop{align-items:flex-start;display:flex;flex-direction:column}.LeftBottom{align-self:end;grid-area:left-bottom}.Center{align-items:center;grid-area:center;justify-content:center}.Center,.Right{display:flex;flex-direction:column}.Right{align-items:flex-end;grid-area:right;justify-content:space-between}.Credits{bottom:1rem;color:#6e6e6e;position:absolute}.Settings{align-items:flex-end;display:flex;flex-direction:column;gap:10px;justify-content:flex-start}@media only screen and (max-width:1390px){.Main{grid-template-areas:"left-top right" "center right" "left-bottom left-bottom";grid-template-columns:minmax(15rem,1fr) auto;grid-template-rows:auto auto auto}.Credits{display:none}}@media only screen and (max-width:980px){.Main{grid-template-areas:"left-top" "left-bottom" "center" "right";grid-template-rows:auto auto auto auto}.LeftBottom,.LeftTop,.Right,.Settings{align-items:center}.Credits{display:none}}.Result{display:flex;flex-direction:row;justify-content:space-between;margin-top:3px;width:100%}.Reset{background:none;border:none;color:#f5f5f5;cursor:pointer;padding-right:4px;text-decoration:underline}.Room{gap:1rem}.Difficulty,.Room{background-color:#373737;border-radius:25px;display:flex;flex-direction:column;font-weight:700;padding:1.3rem}.Difficulty{gap:3px}.ChatContainer{display:flex;flex-direction:column;max-height:360px;width:360px}.ChatList{max-height:340px;overflow-y:auto;padding:8px 0}.ChatList .MuiListItem-root,.ChatList li{padding-bottom:2px;padding-top:2px}.ChatName{font-size:1rem;font-weight:600;margin-right:8px}.ChatLine{align-items:start;display:flex;gap:8px}.ChatMessage{color:#f5f5f5;font-size:.95rem;word-break:break-word}
/*# sourceMappingURL=main.047e4588.css.map*/