@import"https://fonts.googleapis.com/css2?family=DotGothic16&display=swap";@import"https://fonts.googleapis.com/css2?family=DotGothic16&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap";.Question{display:grid;grid-template-columns:95% 5%;align-items:center;position:relative}.Question-card{width:95%;background-color:#f2f1f1;border-radius:8px;margin:1rem 0 1rem 1.5rem;padding:1rem;z-index:2;position:relative}.Question-card-judge-true{border-left:#619cd9 0 solid;animation:border .5s 2s forwards}.Question-card-judge-false{border-left:#dd407f 0 solid;animation:border .5s 2s forwards}.Question-card-type-truth{box-shadow:5px 5px gray;background-color:#272727}.Question-card-question{color:#000;font-weight:500}.Question-card-question-truth{color:#fff}.Question-card-judge{font-family:DotGothic16,sans-serif;color:#76787c;position:absolute;bottom:-1.6rem}.Question-card-judge .judge-true{color:#619cd9}.Question-card-judge .judge-false{color:#dd407f}.Question-delete{cursor:pointer;margin:0 auto}.Question:before{content:"";display:block;position:absolute;width:5%;height:50%;top:50%;left:5px;background-color:none;border-radius:8px 0 0 8px;border:3px dashed #5b5c5f;border-right:none;z-index:1}@media only screen and (max-width: 650px){.Question{grid-template-columns:90% 10%}.Question-card{width:95%}}.dot{display:inline-block;opacity:0;animation:dot .5s forwards}.text{display:inline-block;opacity:0;animation:text .5s 2s forwards}@keyframes dot{to{opacity:1}}@keyframes text{to{opacity:1}}@keyframes border{to{border-left-width:1rem}}main{width:100%;height:100vh;margin-left:auto;box-sizing:border-box;margin-right:auto;justify-content:center;padding:.4rem 0}@media only screen and (min-width: 900px){main{max-width:750px}}@media only screen and (min-width: 600px){main{padding-left:24px;padding-right:24px}}.Game{display:grid;grid-template-rows:auto 1fr auto}.Lobby{display:flex;align-items:center;flex-direction:column}.Lobby-about{width:80%}.Lobby-about p{margin:.5rem 0}.Lobby-about p:last-child{text-align:center;text-decoration:underline}.Lobby-buttons{width:70%}.Lobby button{width:100%;margin:.5rem 0;padding:.5rem 0;background-color:#fff;color:#000}.Lobby button:nth-child(3){background-color:#76787c}.Lobby button:nth-child(4){background-color:#c085f4}.Lobby .multi-player{background-color:#000;color:#fff}.Lobby.showHowToPlay{height:fit-content}.Topic-Truth{width:100%}.Topic-Truth-topic{padding:.7rem;border-radius:10px;border:2.5px solid #fff;box-shadow:3px 3px #fff;color:#fff;width:100%;text-align:center;position:relative}.Topic-Truth .change-topic{display:flex;align-items:center;position:absolute;bottom:-1.7rem;right:.5rem;background-color:#c085f4;color:#fff}.Topic-Truth .change-topic svg{margin-left:.5rem}.Topic-Truth-truth{margin:.7rem 0;padding:.7rem;border-radius:8px;box-shadow:5px 5px gray;background-color:#fff;color:#000}.Topic-Truth-truth div{display:flex;justify-content:end;align-items:end}.Topic-Truth-truth-nattokuNum{color:#76787c;font-family:DotGothic16,sans-serif;font-size:.8em;margin-right:1em}@media only screen and (min-width: 900px){.Topic-Truth{width:750px}}@media only screen and (min-width: 600px){.Topic-Truth{padding-left:24px;padding-right:24px}}.Questions{margin:.7rem 0;overflow-y:scroll;overflow-x:hidden}.Questions::-webkit-scrollbar{width:.5rem}.Questions::-webkit-scrollbar-thumb{border:none;background:#5b5c5f;border-radius:15px}.Textarea textarea{resize:none;width:100%;border-radius:8px;padding:.5rem}.Textarea-buttons{display:flex;justify-content:space-around;align-items:center}.Textarea-buttons button{margin:0 .5rem}.Textarea-buttons-question{background-color:#fff;color:#000;width:60%}.Textarea-buttons-truth{border:1px solid #fff;width:20%}.Textarea-buttons.gameboard{position:relative}.Textarea-buttons .tooltip{position:relative;display:inline-flex;align-items:center;line-height:1;padding:0}.Textarea-buttons .tooltip .tooltiptext{display:none;width:120px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-60px;opacity:0;transition:opacity .3s}.Textarea-buttons .tooltip:hover .tooltiptext{display:block;opacity:1}@media only screen and (max-width: 650px){.Textarea-buttons-question,.Textarea-buttons-truth{width:50%}}.PlayAgain{display:flex;justify-content:center;margin-top:.7rem}.PlayAgain button{width:60%;background-color:#a854f3;color:#fff}.HowToPlay{background-color:#191919;color:#fff;border-radius:5px;width:100%;padding:0 1rem}.HowToPlay-section{padding:1rem 0}.HowToPlay-tips{margin-top:1rem;padding:.6rem .3rem .3rem;border:#dcdc58 solid 3px;border-radius:5px;position:relative}.HowToPlay-tips p:first-child{position:absolute;top:-1rem;background-color:#191919;padding:0 .25rem;color:#dcdc58}.HowToPlay.gameboard{position:absolute;width:95%;z-index:2;bottom:100%;height:90vh;overflow-y:scroll}*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box}:root{font-family:"M PLUS Rounded 1c",sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:#fff;text-decoration:none}p,body{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.3em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s;font-family:"M PLUS Rounded 1c",sans-serif}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}textarea{font-family:"M PLUS Rounded 1c",sans-serif}.profilecontainer{display:none}
