:root{--color-dark: #1a1a1a;--color-grey: #333333;--color-light-green: #4ec186;--color-dark-green: #00a651;--color-first-bubble: #cccccc;--color-second-bubble: #b3b3b3;--color-third-bubble: #999999;--color-bubble: #aaaaaa;--color-disabled: hsla(0, 0%, 50%, .6);--color-disabled-transparent: hsla(0, 0%, 50%, .7);--color-transparent-gray: rgba(77, 77, 77, .5);--color-pending-gray: hsla(0, 0%, 90%, .7);--color-pending-dark: hsla(0, 0%, 83%, .1);--color-headline-gray: #b3b3b3}*{margin:0;padding:0;box-sizing:border-box}body{height:100dvh;width:100%;overflow:hidden;background:linear-gradient(135deg,var(--color-grey),var(--color-dark));display:grid;place-items:center;touch-action:none}#root{width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:720px;padding:12px}.unbounded-semibold{font-family:unbounded,sans-serif;font-weight:600;font-style:normal}.elza-medium{font-family:elza,sans-serif;font-weight:500;font-style:normal}.opal{background:linear-gradient(135deg,#fdebf3,#f7eaf3 11.24%,#faf1f2 23.03%,#fffef0 35.39%,#fbfbf0 47.8%,#f0f3f2 59.52%,#dde5f4 70.93%,#dce4f4 71.35%,#fee9df)}.greeen{background:linear-gradient(135deg,var(--color-light-green),var(--color-dark-green))}img{width:200px}.input-area{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.input-area input{border-radius:25px;height:40px;width:300px;border:none;text-align:center;font-size:1.1rem}.input-area button{cursor:pointer;color:#fff;border-radius:20px;border:none;padding:10px 20px 12px;background:linear-gradient(135deg,var(--color-light-green),var(--color-dark-green))}._header_1e0m7_1{display:flex;justify-content:space-between;align-items:center;width:100%;height:7.5vh}._header_1e0m7_1 svg{fill:#fff;width:30px;cursor:pointer}main{display:grid;grid-template-rows:.5fr 1fr 6fr;justify-items:start;align-items:center;padding:10px;gap:5px;height:85vh;width:100%}main p{color:var(--color-headline-gray);font-size:.8rem;justify-self:center;align-self:start;cursor:pointer}main p:hover{color:#fff}main ._player-message_n1t6a_45{background-color:#fff;height:45px;width:350px;border-radius:35px;position:relative}._loader_12ste_1{width:90px;aspect-ratio:2/1;display:flex;justify-content:center;align-items:center;border-radius:35px;gap:7.5px;position:relative;animation:_appear_12ste_1 .2s linear;transform-origin:bottom left}._loader_12ste_1 svg{width:17%;animation:_appear_12ste_1 .2s linear}._loader_12ste_1 svg:nth-of-type(1){fill:var(--color-bubble);animation:_bounce_12ste_1 1s ease-in-out infinite}._loader_12ste_1 svg:nth-of-type(2){fill:var(--color-bubble);animation:_bounce_12ste_1 1s ease-in-out infinite .25s}._loader_12ste_1 svg:nth-of-type(3){fill:var(--color-bubble);animation:_bounce_12ste_1 1s ease-in-out infinite .5s}span:after{content:"";width:10px;aspect-ratio:1;position:absolute;bottom:0;left:-10px;background:linear-gradient(135deg,#fdebf3,#f7eaf3 11.24%,#faf1f2 23.03%,#fffef0 35.39%,#fbfbf0 47.8%,#f0f3f2 59.52%,#dde5f4 70.93%,#dce4f4 71.35%,#fee9df);border-radius:10px}@keyframes _appear_12ste_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _bounce_12ste_1{0%{transform:scale(.96)}50%{transform:scale(1.11)}to{transform:scale(.96)}}div:after{content:"";width:10px;height:10px;position:absolute;bottom:0;right:-10px;background-color:#fff;border-radius:10px}._gameMessage_11kmb_23{background-color:#fff;height:100%;aspect-ratio:14/15;justify-self:end;border-radius:30px;position:relative}._footer_13gg1_1{width:100%;height:10vh;display:flex;justify-content:space-between;align-items:center}._footer_13gg1_1 button{border-radius:100px;height:100%;border:none;cursor:pointer;display:grid;place-items:center}._footer_13gg1_1 button svg{width:28px;fill:#fff}._footer_13gg1_1 button:nth-of-type(1){background-color:var(--color-disabled)}._footer_13gg1_1 button:nth-of-type(1),._footer_13gg1_1 button:nth-of-type(3){width:17.5%;min-width:65px;max-width:85px}._footer_13gg1_1 button:nth-of-type(3){background-color:var(--color-disabled-transparent)}._footer_13gg1_1 button:nth-of-type(3) svg{fill:var(--color-dark)}._footer_13gg1_1 button:nth-of-type(2){width:60%;background-color:var(--color-pending-dark);border:1px solid var(--color-pending-gray)}._footer_13gg1_1 button:nth-of-type(2) svg{width:36px}
