@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Major+Mono+Display&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";.welcome-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:gray;padding:50px;width:450px;border-radius:20px;box-shadow:5px 5px 30px #1b1b1b;background-color:#3e3e3e;background-image:radial-gradient(circle at center center,#dadada,#888),repeating-radial-gradient(circle at center center,#c1c1c1,#c1c1c1,10px,transparent 20px,transparent 10px);background-blend-mode:multiply}.echo-logo{width:100px;margin-bottom:10px}.echo-title{font-family:comfortaa,sans-serif;font-size:3em;color:#fff}.echo-subtitle{font-family:major mono display,monospace;font-size:1em;color:#fff;letter-spacing:5px}.auth-container{background-color:#c4c4c4;display:flex;flex-direction:column;align-items:center;margin-top:20px;padding:20px;border-radius:20px}.auth-container form{display:flex;flex-direction:column;gap:5px;width:250px}.auth-container form input,.auth-container form button{font-size:.8em;padding:10px;border-radius:10px}.auth-container form button{cursor:pointer;transition:background-color .25s,color .25s;will-change:background-color,color}.auth-container form button:hover{background-color:#252525;color:#fff}.auth-error{color:#ff8787;text-align:center;margin-top:10px}.signup-disclaimer{background-color:#000;color:#fff;font-size:.6em;text-align:center;margin:-5px 0 8px;padding:10px;border-radius:15px}.welcome-link,.guest-login button{background-color:#000;color:#fff;font-size:.8em;width:fit-content;margin-top:10px;padding:10px;border:2px solid rgb(61,61,61);border-radius:10px;transition:background-color .25s,color .25s;will-change:background-color,color}.welcome-link:hover,.guest-login button:hover{cursor:pointer;background-color:#fff;color:#000}.guest-login{margin-top:-5px}.credits-dev{color:#5f5f5f;font-size:.8em;position:fixed;bottom:0%;left:50%;transform:translate(-50%,-50%)}.credits-dev a{color:#5f5f5f;text-decoration:none}.dashboard-container{display:flex;height:100vh}.loading-container,.error-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.5em;color:#fff}.chat-loading-overlay{display:flex;align-items:center;justify-content:center;height:100%;color:#b4b4b4;font-size:1.2rem}.dashboard-sidebar{background-color:#2b2b2b;display:flex;flex-direction:column;width:300px;padding-bottom:5px}.dashboard-sidebar-header{background-color:#000;display:flex;align-items:center;justify-content:center;gap:10px;padding:20px}.dashboard-sidebar-header img{width:30px}.dashboard-sidebar-header-title{color:#fff;font-family:comfortaa,sans-serif;font-size:1.5em}.conversation-category-add{color:#555;font-size:1.5em;margin-left:auto;padding:5px;transition:color .25s;will-change:color}.conversation-category-add:hover{cursor:pointer;color:#e9e9e9}.conversation-category-add-users{background-color:#000;color:#fff;display:flex;flex-direction:column;align-items:center;gap:10px;margin:10px 0;padding:20px}.conversation-category-add-users input{padding:8px;border-radius:10px}.add-user{background-color:#2b2b2b;color:#fff;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;transition:background-color .25s;will-change:background-color}.add-user:hover{cursor:pointer;background-color:#555}.create-conversation{background-color:#2b2b2b;color:#fff;padding:10px;border-radius:10px;transition:background-color .25s;will-change:background-color}.create-conversation:hover{cursor:pointer;background-color:#555}.conversation-global{margin:20px 15px}.conversation-category{display:flex;align-items:center;color:#e9e9e9;margin:0 10px -10px;padding:10px}.conversation-category-list{display:flex;flex-direction:column;gap:15px;margin-bottom:5px;padding:15px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#999 transparent}.conversation-item{background-color:#555;color:#e9e9e9;display:flex;align-items:center;gap:10px;padding:15px;border-radius:20px;transition:background-color .25s;will-change:background-color}.conversation-item:hover,.conversation-item.selected{cursor:pointer;background-color:gray}.conversation-icon-global{width:30px}.conversation-icon{display:flex;align-items:center;justify-content:center;font-size:2em;width:30px;height:30px;position:relative}.conversation-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.emoji-stack{position:relative;font-size:.75em;bottom:25px;right:25px}.emoji-stack .emoji-back{z-index:1;position:absolute;top:10px}.emoji-stack .emoji-front{position:absolute;left:15px}.emoji-stack .emoji-extra{z-index:1;position:absolute;color:#fff;font-size:.5em;top:30px;left:25px}.emoji-picker{z-index:2;position:absolute;bottom:70px;left:40px}.dashboard-sidebar-profile{color:#fff;display:flex;align-items:center;margin:auto 20px 0;height:70px}.profile-avatar{font-size:2em;margin-right:10px;transition:filter .25s;will-change:filter}.profile-avatar:hover{cursor:pointer;filter:drop-shadow(0px 0px 3px white)}.profile-name{font-weight:800;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-settings{margin-left:auto;width:30px;filter:brightness(50%);transition:filter .25s;will-change:filter}.profile-settings:hover{cursor:pointer;filter:brightness(100%)}.dashboard-chat{flex:1;display:flex;flex-direction:column}.dashboard-chat-main{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:25px;padding:20px;scrollbar-width:thin;scrollbar-color:#999 transparent}.chat-message{color:#e9e9e9;display:flex;align-items:center;gap:10px;line-height:1.4;word-break:break-word}.chat-avatar{font-size:2em;display:flex;align-items:center;justify-content:center;width:45px;height:45px;margin-bottom:auto}.chat-content{flex:1;display:flex;flex-direction:column;gap:5px}.chat-header{display:flex;align-items:center;gap:10px}.chat-username{font-weight:800}.chat-timestamp{color:gray;font-size:.75em}.dashboard-chat-bar{display:flex;background-color:#646464;margin-top:auto;padding:18px}.chat-textarea{width:100%;resize:none;overflow:hidden;min-height:40px;max-height:200px;font-size:1rem;line-height:1.4;padding:8px 12px;border:1px solid #ccc;border-top-left-radius:6px;border-bottom-left-radius:6px}.dashboard-chat-bar button{padding:0 10px;border:initial;border-top-right-radius:6px;border-bottom-right-radius:6px}.dashboard-members{display:flex;flex-direction:column;background-color:#2b2b2b;width:300px}.dashboard-members-header{color:#b4b4b4;display:flex;align-items:center;padding:20px 20px 0}.dashboard-members-add{color:#555;font-size:1.5em;margin-left:auto;transition:color .25s;will-change:color}.dashboard-members-add:hover{cursor:pointer;color:#e9e9e9}.dashboard-members-list{color:#e9e9e9;display:flex;flex-direction:column;gap:5px;margin-top:10px;padding:0 20px 20px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#999 transparent}.dashboard-members-user{display:flex;align-items:center;gap:10px}.dashboard-members-avatar{display:flex;align-items:center;justify-content:center;font-size:2em;width:40px;height:40px}.dashboard-members-username{font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-members-leave{color:#fff;display:flex;align-items:center;margin:auto 0 0;padding:22px}.dashboard-members-leave img{margin-left:auto;width:30px;filter:brightness(50%);transition:filter .25s;will-change:filter}.dashboard-members-leave img:hover{cursor:pointer;filter:brightness(100%)}.dashboard-leave-confirm{background-color:#000;color:#fff;display:flex;flex-direction:column;gap:5px;position:fixed;bottom:70px;right:20px;padding:20px;border-radius:20px}.dashboard-leave-confirm-choices{display:flex;justify-content:center;gap:10px}.dashboard-leave-confirm-choice{padding:4px 10px;border-radius:10px;transition:filter .25s;will-change:filter}.dashboard-leave-confirm-choice:hover{cursor:pointer;filter:brightness(80%)}.dashboard-leave-confirm-yes{background-color:#367236}.dashboard-leave-confirm-no{background-color:#e93636}.error-page-container{background-color:gray;color:#fff;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px;border:4px solid black;box-shadow:5px 5px 5px #313131}.error-status{background-color:#000;width:fit-content;padding:10px;margin:10px 0}.error-home-link{color:#fff}body{background-color:#353535;font-family:roboto,Arial,sans-serif;font-size:16px}hr{margin:0 20px;border-color:#000}.hide{display:none}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{border:1px solid black;font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}
