body,html{height:100vh;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,sans-serif}li,ol,ul{margin:0;padding:0;text-indent:0;list-style-type:none;color:wheat}iframe{width:100%;height:100%}p{padding:0;margin:0;vertical-align:baseline}:root{--background:#121212;--subtle:#1b1b1b;--pink:#ff75a0;--green:#6fcf97;--yellow:#f2c94c;--swoosh:#2f80ed;--candy:linear-gradient(180deg,#fff,hsla(0,0%,100%,0)),#ff75a0}*{box-sizing:border-box}a.button{text-decoration:none}@import url("https://fonts.googleapis.com/css?family=Poppins:600,300,400");body{background:var(--background);margin:0 auto}input{border-style:none}input::placeholder{color:red;font-size:1.2em;font-style:italic}img{width:100%;height:100%;object-fit:contain}a{color:#ff75a0;text-decoration:none}.flex{display:flex;flex-direction:column}.masterContainer{padding:0 20px;height:100%}.navBar{flex-direction:row;justify-content:space-between;align-items:center;max-height:5%}.logo{color:var(--yellow);cursor:pointer;font-family:monospace;font-size:2em}.twitterLink{color:var(--pink)}.appContainer{height:95%;padding:0 0 20px}.fieldInput{padding:4px 10px;width:100%;height:52px;background:#151515;border-radius:5px;font-weight:300;font-size:20px;line-height:45px;color:#6fcf97;outline:none;font-family:monospace}.joinSectionContainer{display:flex;flex-direction:column;justify-content:space-between;min-height:9em;background:linear-gradient(to bottom left,#514500 0,#51430f 5.6%,#504215 10.3%,#50401a 14.3%,#4f3f1e 17.9%,#4f3d22 21.3%,#4e3b26 24.7%,#4d3929 28.4%,#4d362d 32.7%,#4c3430 37.9%,#4b3133 44.1%,#4b2e36 51.6%,#4a2a39 60.7%,#49263d 71.6%,#482140 84.7%,#471a43);padding:1em;border-radius:94% 6% 96% 4%/48% 49% 51% 52%;align-items:center}.joinButton{margin-top:1em;align-self:center;background:#303030;border-radius:30px;font-weight:600;font-size:2em;color:#6fcf97;border:2px solid #0a6;justify-self:center;padding:.5em 2em;overflow:hidden;cursor:pointer}.joinButton:hover{color:#6fcf97;box-shadow:0 5px 15px rgba(145,92,182,.4)}.joinButton:focus{animation:bounce 1s;outline:none}.joinButton:after{color:#ff7a59}@keyframes bounce{0%,20%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}40%{-webkit-transform:translateY(-20px);transform:translateY(-20px)}80%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}}.introTitle{color:#ff75a0;font-size:2rem;text-align:center}.formLabel,.introTitle{font-weight:lighter;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.formLabel{color:beige;font-size:1.25rem}.fieldsContainer{max-width:30em;gap:15px;margin-bottom:2em}.statusIndicator{color:var(--yellow)}.channelChatLine{display:grid;grid-template-columns:1.2fr 1fr 6fr;grid-gap:10px;color:var(--green);position:relative}.replyToDiv{top:-.5rem;right:0;width:2em;height:2rem;position:absolute;display:none}.channelChatLine:hover .replyToDiv{color:var(--yellow);display:block}.channelChatLine:hover{color:rgba(0,255,0,.8196078431372549);background:rgba(41,41,41,.30980392156862746);cursor:pointer;fill:var(--yellow)}.timeSpan{opacity:.25;text-align:left}.timeSpan,.userNameChat{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.userNameChat{color:#f5f5f5;opacity:.7;max-height:1em}.messageChat{overflow:hidden}.title{font-size:3em}.darkGrid{background:var(--subtle)}.grid{height:100%;display:grid;grid-template-columns:15% auto auto auto;grid-template-rows:2em 70vh minmax(40px,100px) auto;grid-gap:.15rem;align-items:stretch;grid-template-areas:"statusBar statusBar statusBar statusBar" "userList channel channel channel" "userList channel channel channel" "userList chatBox chatBox chatBox"}.grid>div,footer{border-radius:.15rem;padding:10px}.statusBar{border-radius:0;background:rgba(51,51,51,0);grid-area:statusBar}.statusBarText{font-size:small;text-align:end;color:#929292}.userList{grid-area:userList}.channel,.userList{font-size:1.25em;font-family:monospace}.channel{overflow-y:auto;grid-area:channel}.chatBox{color:var(--green);overflow:scroll;line-height:normal;overflow-x:hidden;display:inline-block;grid-area:chatBox}.chatBox:focus{border:1px solid #6fcf97;border-radius:8px}.chatBox:focus,.chatBox:hover{box-shadow:0 0 0 4px rgba(75,77,237,.2)}.chatBox:hover{border:1px solid #4b4ded;border-radius:8px;outline:none}.chatBox:focus-visible{outline:none}.replyToMessageText{display:grid;gap:.5em;grid-template-areas:"statusBar" "userList"}.quotedText{color:#cf6faa;font-style:italic;margin-left:1em}.replyToName{color:#f2c94c;font-size:.8em;font-style:italic}.replyToDivider{border:.01rem solid #e1bb48;border-radius:8px;background:#e1bb48}*{scrollbar-width:thin;scrollbar-color:rgba(255,107,210,.623) var(--subtle)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--subtle);border-top-right-radius:30px;border-bottom-right-radius:30px}::-webkit-scrollbar-thumb{background-color:rgba(255,107,210,.623);border-radius:30px;border:1px solid;fill-opacity:50%}@media only screen and (max-width:600px){.grid{display:grid;font-size:.75em;grid-template-columns:15% auto auto auto;grid-template-rows:2em 50vh minmax(40px,100px) 50px;grid-gap:.15rem;align-items:stretch;grid-template-areas:"statusBar statusBar statusBar statusBar" "channel channel channel channel" "channel channel channel channel" "userList chatBox chatBox chatBox"}.userList{font-size:smaller}}
/*# sourceMappingURL=/style.53686c77.css.map */