._title_zmo5t_1{font-size:4em;display:flex;gap:.2em}:root{--background: #321f28;--light-background: #734046;--accent: #f7b76e;--red: #bf404f;--gray: #ccc;font-weight:600;line-height:1.6}html,body{margin:0}*{box-sizing:border-box;margin:0;padding:0}.split{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}body{background-color:var(--background);min-height:100vh}#root{min-height:100vh}main{min-height:100%}:root{font-family:Nunito,sans-serif;color:var(--accent);font-size:min(20px,4vw)}nav{height:3.5rem;background-color:var(--light-background);font-size:2rem}.bold{font-weight:700}h1{font-size:3rem;text-shadow:.17rem .17rem 0px rgba(0,0,0,.2666666667)}article h1{font-size:1.2em}.card h1{text-shadow:unset}.flash{display:flex;justify-content:center;align-items:center;position:absolute;bottom:2rem;left:2rem;background-color:#734046;box-shadow:.17rem .17rem #0004;border-radius:.3rem;padding:0rem 1rem;padding-right:0;overflow:hidden}.flash.inline{display:inline-flex}.flash .flash-icon{margin-right:.5rem}.flash>span{white-space:pre;padding:.5rem 0}.flash:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--accent);animation:flash 5s linear forwards}.create-new-room{display:flex;justify-content:center;align-items:center;gap:1rem;font-size:1.25rem}.create-new-room.inline{display:inline-flex}nav>ul{list-style:none;gap:1rem;padding:0 1rem;height:100%}nav>ul a{text-decoration:none;text-shadow:.17rem .17rem 0px rgba(0,0,0,.2666666667)}.svg-inline--fa{filter:drop-shadow(.17rem .17rem 0px rgba(0,0,0,.2666666667));font-size:.9em}.card .svg-inline--fa{filter:drop-shadow(.1rem .1rem 0px rgba(0,0,0,.2666666667))}ul{margin:0}a{color:inherit}::placeholder{color:inherit;opacity:.5}input,select,textarea{background-color:var(--light-background);border-radius:.3em;padding:.5rem .7rem;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;border:none;box-shadow:.17rem .17rem #0004}@media (max-width: 960px){input,select,textarea{width:100%}}a.card-link{text-decoration:none}.spacer{flex:1}.card{display:inline-block;background-color:var(--light-background);border-radius:.3em;box-shadow:.17rem .17rem #0004;padding:.5rem .7rem;text-shadow:.1rem .1rem 0px rgba(0,0,0,.2666666667)}.narrow{max-width:64rem;margin:0 auto;padding:1rem}#room-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}@media (max-width: 960px){#room-list{grid-template-columns:1fr}}.listed-room{display:inline-grid;gap:.5rem;padding:1rem;grid-template-columns:auto 2.5rem;grid-template-rows:repeat(2,1fr)}.listed-room h1{grid-area:1/1/2/3}.squared,.play-button,.create-new-room .button{display:flex;justify-content:center;align-items:center;aspect-ratio:1/1;width:2.5rem}.squared.inline,.inline.play-button,.create-new-room .inline.button{display:inline-flex}.play-button{font-size:1.25rem!important;width:100%;box-shadow:.17rem .17rem #0004}button,.button,input[type=submit],input[type=reset],input[type=button]{font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;background-color:transparent;font-family:inherit;font-weight:inherit;border:none;border-radius:.3rem;cursor:pointer;padding:.5rem .7rem}button:not(.flat),.button:not(.flat),input[type=submit]:not(.flat),input[type=reset]:not(.flat),input[type=button]:not(.flat){background-color:var(--accent);color:var(--background)}button:not(.inline),.button:not(.inline),input[type=submit]:not(.inline),input[type=reset]:not(.inline),input[type=button]:not(.inline){min-width:6rem}button .svg-inline--fa,.button .svg-inline--fa,input[type=submit] .svg-inline--fa,input[type=reset] .svg-inline--fa,input[type=button] .svg-inline--fa,.flat .svg-inline--fa{filter:none}.dead{text-decoration:line-through}.disconnected{opacity:.5}.current{font-weight:700}.matching{color:#7fa}.shake{animation:shake .25s ease-in-out forwards}.death-shake{animation:death-shake .5s ease-in-out forwards}.center{display:flex;justify-content:center;align-items:center}.center.inline{display:inline-flex}.column{flex-direction:column}form:not(.inline){margin-bottom:1rem;margin-right:1rem;display:inline-flex;gap:1rem;flex-wrap:wrap}@keyframes flash{0%{width:100%}to{width:0}}@keyframes shake{10%{transform:translate(-5%)}30%{transform:translate(5%)}50%{transform:translate(-7.5%)}70%{transform:translate(7.5%)}90%{transform:translate(-5%)}to{transform:translate(0)}}@keyframes death-shake{10%{transform:translate(-5%) rotate(1deg);color:var(--red)}30%{transform:translate(5%) rotate(-2deg)}50%{transform:translate(-7.5%) rotate(3deg)}70%{transform:translate(7.5%) rotate(-2deg)}90%{transform:translate(-5%) rotate(3deg)}to{transform:translate(0) rotate(0);color:unset}}._wrapper_ad91q_1 h1{text-align:center;margin-bottom:1rem}._wrapper_ad91q_1 form{display:flex;flex-direction:column;align-items:center;max-width:24rem;margin:0 auto}._wrapper_ad91q_1 form>label{display:flex;align-items:center;gap:1rem;width:100%;margin-left:-8em}._wrapper_ad91q_1 form>label :first-child{min-width:7em;text-align:end}._wrapper_ad91q_1 form>label>input,._wrapper_ad91q_1 form>label>select{width:100%}._wrapper_ad91q_1 form>label>input[type=checkbox],._wrapper_ad91q_1 form>label>select[type=checkbox]{flex:0;width:1.5rem;height:1.5rem}._wrapper_ad91q_1 form>label>input[type=checkbox]:before,._wrapper_ad91q_1 form>label>select[type=checkbox]:before{content:"";display:block;width:1em;height:1em;border:1px solid var(--light-background);border-radius:.25rem}._wrapper_ad91q_1 form .small{margin-bottom:.5rem;padding-left:4rem;width:80%;font-style:italic;font-size:.8em;opacity:.7;align-self:flex-start}._wrapper_ad91q_1 form .small:first-of-type{margin-top:-.5rem}._wrapper_ad91q_1 form input[type=submit]{width:16rem;margin-top:-.5rem}._room_1tjwh_1{display:flex;height:calc(100vh - 3.5rem);max-width:100%;overflow-x:hidden}._game_1tjwh_8{flex:3;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:calc(100vw - min(20rem,30vw))}._gameStatus_1tjwh_18{padding-bottom:1rem}._gameInput_1tjwh_22{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}._board_1tjwh_29{font-size:1.5rem;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-x:hidden;position:relative}._chat_1tjwh_41{background-color:#0004;width:min(20rem,30vw);display:flex;flex-direction:column}@media (max-width: 960px){._chat_1tjwh_41{display:none}}._chat_1tjwh_41 ._chatInput_1tjwh_52{margin-top:auto}._chat_1tjwh_41 ._chatInput_1tjwh_52 input{width:100%;background-color:#0004}._chat_1tjwh_41 ._chatMessages_1tjwh_59{padding:.5rem 1rem 0;overflow-y:auto;word-break:break-all}._bomb_1tjwh_66{position:relative}._bomb_1tjwh_66 .fa-bomb{font-size:10rem}._bomb_1tjwh_66 ._timer_1tjwh_72{position:absolute;bottom:1rem;left:0;width:80%;display:flex;justify-content:center;align-items:center;color:var(--background);font-size:2rem;font-weight:700}._prompt_1tjwh_85{color:#fff;font-size:3rem;font-weight:800;text-align:center;width:100%;margin-left:2rem;text-shadow:.17rem .17rem 0px rgba(0,0,0,.2666666667)}._playerText_1tjwh_95{display:flex;flex-direction:column;align-items:center;font-weight:800;color:#fff;text-shadow:.17rem .17rem 0px rgba(0,0,0,.2666666667)}._playerText_1tjwh_95 ._text_1tjwh_103{color:var(--gray)}._absoluteCenter_1tjwh_107{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}._hearts_1tjwh_114{display:flex;gap:.5rem;color:var(--red)}._radial_wkas3_1{position:relative;height:min(60vw,60vh);aspect-ratio:1/1}._radialContainer_wkas3_7{display:flex;align-items:center;justify-content:center;width:100%;height:calc(100vh - 3.5rem);overflow:hidden}._radialChild_wkas3_16{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center}
