*,body{box-sizing:border-box;margin:0;padding:0;overflow-x:hidden}html{background-color:#55b9f3}a{text-decoration:none}:root{--app-background:#55b9f3;--lightgrey-border:2px solid #d3d3d3;--darkgrey-border:2px solid #a9a9a9}#not-rendered{color:var(--app-background)}a{border-top:var(--lightgrey-border);border-left:var(--lightgrey-border);border-bottom:var(--darkgrey-border);border-right:var(--darkgrey-border)}a:active{border-top:var(--darkgrey-border);border-left:var(--darkgrey-border);border-bottom:var(--lightgrey-border);border-right:var(--lightgrey-border)}.entry-group{--width:500px;--offset:calc(50% - var(--width)/2);position:fixed;width:var(--width);left:var(--offset);right:var(--offset)}#chat-entry-group{bottom:0}#room-entry-group{--width:60vw;top:25vh;font-family:sans-serif;display:grid;grid-template-columns:4fr 1fr}input{border-top:var(--darkgrey-border);border-left:var(--darkgrey-border);border-bottom:var(--lightgrey-border);border-right:var(--lightgrey-border);width:100%;margin-bottom:20px;border-radius:25px;outline:none;color:#6495ed;font-size:20px;padding-left:25px}input::placeholder{color:#6495ed}#room-input{height:50px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:25px}#chat-input{--height:75px;height:var(--height);margin-bottom:20px;border-radius:25px;font-size:20px;padding-left:25px}#chat-input,#room-button{width:100%;outline:none;color:#6495ed}#room-button{line-height:50px;height:50px;border-top-right-radius:25px;border-bottom-right-radius:25px;font-size:35px;background-color:#f5f5f5;align-items:center;justify-content:center}#messages,#room-button{overflow:hidden;display:flex}#messages{width:100vw;min-height:100vh;bottom:0;padding-top:20px;padding-bottom:95px;flex-direction:column;justify-content:flex-end}.message{text-align:center;margin:44px auto;width:50vw;min-height:100px;font:60px/1.6 normal normal;font-family:Arial,Helvetica,sans-serif;color:#4eb2ec;text-shadow:2px 2px #5fc3fd,-2px -2px #2a8fca;border-radius:12px;background:#55b9f3;box-shadow:20px 20px 60px #489dcf,-20px -20px 60px #62d5ff;white-space:pre-wrap}@media only screen and (max-width:833px){.entry-group{--width:60vw}.message{margin:44px auto;padding:10px;display:flex;align-items:center;justify-content:center;min-height:85px;font-size:45px;line-height:1.2}#room-button{font-size:25px}}.message-anim-enter{color:#55b9f3;text-shadow:none;box-shadow:20px 20px 60px rgba(72,157,207,0),-20px -20px 60px rgba(97,213,255,0)}.message-anim-enter.message-anim-enter-active{--timer:steps(10,end);--text-delay:0.15s;color:#4eb2ec;transition:box-shadow .75s var(--timer) 0s,color .75s var(--timer) var(--text-delay),text-shadow .75s var(--timer) var(--text-delay);transition-timing-function:steps(10);text-shadow:2px 2px #5fc3fd,-2px -2px #2a8fca;box-shadow:20px 20px 60px #489dcf,-20px -20px 60px #62d5ff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:hsla(0,0%,100%,.18)}::-webkit-scrollbar-thumb{background:red}::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.85)}
/*# sourceMappingURL=/style.ead32c14.css.map */