body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}canvas{height:100vh;width:100vh}.Chat{display:flex;flex-direction:column-reverse;height:100vh;-webkit-mask-image:-webkit-gradient(linear,left center,left 15%,from(#000),to(transparent));overflow-y:scroll;position:fixed;text-align:center;top:0;width:100vw;z-index:1}@media (max-width:600px){.Chat{-webkit-mask-image:-webkit-gradient(linear,left 60%,left 50%,from(#000),to(transparent))}}.centered{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;gap:10px;height:100vh;justify-content:center;width:100vw}.Chat-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.Chat-logo{-webkit-animation:Chat-logo-spin 20s linear infinite;animation:Chat-logo-spin 20s linear infinite}}.Chat-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.input-box-wrapper{bottom:0;position:fixed;width:100vw}.input-box,.input-box-wrapper{align-items:center;display:flex;flex-direction:row;justify-content:center}.input-box{max-width:450px;padding:5px;width:calc(100vw - 10px)}.input-text{width:100%}.input-button{width:100px}input{background:#f1f1f1;flex-grow:1;outline:none;width:100%}button,input{border:1px solid #000;border-radius:10px;padding:10px}button{background:#299650;color:#fff;cursor:pointer;margin-left:25px;width:30%}button:disabled,button:hover{opacity:.5}.message{-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-name:animate-fade;animation-name:animate-fade;background:#f1f1f1;border:1px solid #000;border-radius:10px;display:flex;margin:5px 5px 5px 0;opacity:0;padding:5px 10px 5px 5px;text-align:left;width:-webkit-max-content;width:max-content}@-webkit-keyframes animate-fade{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes animate-fade{0%{opacity:0;-webkit-transform:scale(.5);transform:scale(.5)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.messages>ul{padding-bottom:30px;padding-left:5px}.message>img{background:#fff;border-radius:9999px;height:30px;margin-right:10px;object-fit:contain;width:30px}.message>div span{display:block;font-size:10px}.message>div{display:flex;flex-direction:column;max-width:30vw}@media (max-width:600px){.message>div{max-width:70vw}}.name-submit{color:#fff;width:200px}
/*# sourceMappingURL=main.985cf809.css.map*/