:root{--background:#13111c;--foreground:#fff;--primary-color:#a21ae6;--primary-gradient:linear-gradient(76.35deg,#801ae6 15.89%,#a21ae6 89.75%);--success-color:#3cc954}#message[data-v-61e2190b]{color:var(--foreground);text-align:center}#board[data-v-61e2190b]{margin:0 auto;margin-top:5vh}@media (max-width:700px){#board[data-v-61e2190b]{width:80%}}@media (min-width:700px){#board[data-v-61e2190b]{width:40%}}.row[data-v-61e2190b]{margin:0;width:100%;height:33.33%;border:1px solid var(--foreground);display:flex}.box[data-v-61e2190b]{height:100%;width:33.33%;border:1px solid var(--foreground);color:var(--foreground);cursor:pointer}body{background:var(--background)}#page{display:flex;height:98vh;align-items:center;justify-content:center}#window{max-width:1000px;width:80%;margin:0 auto}#bar{height:8vh;margin:0;margin-top:6.5vh;border:2px solid var(--primary-color);border-radius:25px 25px 0 0}#bar,#game-area{width:100%;max-width:1000px}#game-area{height:80vh;max-height:600px;margin:0;border:2px solid var(--primary-color);border-radius:0 0 25px 25px}#score{display:flex;justify-content:center}#score-divider{height:7vh;width:3px;margin:.5vh 0;background:var(--foreground)}.counter{display:block;margin-top:1vh}.score-num{margin:0 6px 0 6px;height:auto;color:var(--foreground);font-size:25px;font-weight:600}.text-left{text-align:left}.text-right{text-align:right}.name{width:50px;margin:2px 5px 0 5px;font-size:16px;font-weight:600}#message,.name{color:var(--foreground)}#message{text-align:center;margin-top:3vh}@media (max-width:800px){#message{font-size:14px}}