*{box-sizing:border-box;margin:0;padding:0;font-weight:400;font-family:Roboto Mono,monospace;color:#1e2126}.pointer{cursor:pointer}.bold{font-weight:700}.red{color:red}#container{position:relative;width:100%;height:100%;min-height:100vh}#container .content{position:relative;width:100%;height:100%;min-height:inherit}.background-container{position:absolute;inset:0 0 111px}.background-container #bg{width:100%;height:100%}.background-container #intro{position:absolute;top:calc(50% - 200px);left:50%;max-width:400px;width:100%;transform:translate(-50%)}#play-button{height:160px;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 84px));z-index:2}#actions{position:absolute;bottom:131px;right:20px;text-align:right}#actions *{color:orange;text-decoration:none;font-size:26px}.warning{color:red}.clickable{cursor:pointer}.marquee-wrapper{position:absolute;bottom:0;left:0;right:0}.marquee-wrapper .marquee{background:orange}.marquee-wrapper .marquee *{font-size:5em;color:#333}#chat{position:relative;width:100%;background:orange;padding:4em 0;z-index:10}#chat #chat-wrapper{width:90%;max-width:1200px;margin:auto;background:#333;position:relative;box-shadow:-10px 10px 50px #333}@media(max-width:900px){#chat #chat-wrapper{box-shadow:-5px 5px 15px #333}}#chat .new-user{max-width:500px;margin:auto;padding:2em}#chat .new-user .new-user-form{text-align:center;font-size:2em;color:#fff}#chat .new-user .new-user-form input{width:100%;font-size:1em;margin:1em auto;padding:.25em;background:none;border:none;border-bottom:2px solid white;outline:none;text-align:center;color:#fff}#chat .new-user .new-user-form .username-unique-error{margin-bottom:24px}#chat .new-user .new-user-form button{width:100%;font-size:1em;background:none;color:#fff;border:2px solid white;padding:.25em;border-radius:0;cursor:pointer}#chat .new-user .new-user-form .helper{font-size:16px;margin-top:16px;color:#fff}#chat .new-user .new-user-form .helper.warning{color:red}#chat #messages{width:100%;height:800px;padding:0 0 100px;overflow-y:scroll}#chat #messages .message{margin-bottom:2px;margin-left:8px;color:#fff}#chat #messages .message .time-stamp{font-size:.74em;margin-right:12px;color:#fff}#chat #messages .message .username{color:orange}#chat #messages .message .username.me{color:red}#chat #message-input{position:absolute;bottom:0;left:0;right:0;height:4em;background:#fff;z-index:100}@media(max-width:900px){#chat #message-input{height:3em}}#chat #message-input input{width:calc(100% - 100px);height:100%;font-size:1.5em;padding:0 .5em;border:none;outline:none;background:#fff;color:#333}@media(max-width:900px){#chat #message-input input{font-size:1em}}#chat #message-input button{position:absolute;right:0;width:160px;height:100%;font-size:20px;background:#333;color:#fff;border:2px solid white;border-radius:0;cursor:pointer}@media(max-width:900px){#chat #message-input button{width:90px;font-size:16px}}#chat #messages-header{background:#fff;padding:10px;font-size:14px;margin-bottom:8px}#chat #messages-header .logout{font-size:12px}#chat .error{font-size:16px;color:red}#info{position:absolute;top:100%;width:100%;background:orange;padding-bottom:4em}#info #info-wrapper{width:90%;max-width:1200px;margin:1em auto}#info #arrow{font-size:4em}#info input#donate{border:2px solid #333;padding:10px 22px;color:#333;font-size:2em;background:orange;cursor:pointer}.spinner{height:160px;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 84px));z-index:2}.lds-ring{display:inline-block;width:158px;height:158px;position:relative}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:158px;height:158px;border:14px solid orange;border-radius:50%;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:orange transparent transparent transparent}.lds-ring div:nth-child(1){animation-delay:-.45s}.lds-ring div:nth-child(2){animation-delay:-.3s}.lds-ring div:nth-child(3){animation-delay:-.15s}@keyframes lds-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
