body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-box{align-items:center;background:#1e1e1e;border-radius:10px;box-shadow:0 4px 15px #00000080;display:flex;flex-direction:column;padding:40px;width:350px}.auth-box h2{color:#fff;margin-bottom:20px}.auth-box input{background:#2a2a2a;border:none;border-radius:5px;color:#fff;margin:8px 0;padding:12px;width:100%}.auth-box input::placeholder{color:#bbb}.auth-box button{background:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:700;margin-top:15px;padding:12px;width:100%}.auth-box button:hover{background:#ddd}.auth-box p{color:#fff;margin-top:15px}.auth-box a{color:#add8e6;cursor:pointer;font-weight:700;text-decoration:none}.auth-box a:hover{text-decoration:underline}.message{color:#ff6b6b;font-size:14px}body{background-color:#0d0d0d;color:#eee;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}.center-screen{height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%}.center-screen,.name-box{align-items:center;display:flex}.name-box{background:linear-gradient(145deg,#1a1a1a,#222);border-radius:16px;box-shadow:0 8px 25px #000000b3;flex-direction:column;padding:2.5rem;text-align:center;width:320px}.name-box h2{color:#bb86fc;font-weight:600;margin-bottom:1.5rem}.name-box input{background:#2a2a2a;color:#eee;margin-bottom:1rem;outline:none;padding:.75rem}.name-box button,.name-box input{border:none;border-radius:10px;font-size:1rem;width:100%}.name-box button{background:#6200ea;color:#fff;cursor:pointer;padding:.8rem;transition:.3s ease}.name-box button:hover{background:#7b2ff7}.app-container{display:flex;height:100vh}.users-panel{background:#151515;border-right:1px solid #222;padding:1rem;width:250px}.users-panel h3{color:#bb86fc;margin-bottom:1rem}.users-panel ul{list-style:none;margin:0;padding:0}.users-panel li{border-radius:8px;cursor:pointer;padding:.7rem;transition:.2s}.users-panel li.active,.users-panel li:hover{background:#292929;color:#bb86fc}.chat-panel{background:#101010;display:flex;flex:1 1;flex-direction:column;padding:1rem}.chat-panel h2{color:#bb86fc;margin-bottom:1rem}.messages-box{display:flex;flex:1 1;flex-direction:column;gap:.6rem;margin-bottom:1rem;overflow-y:auto;padding:.5rem}.msg{animation:fadeIn .3s ease;border-radius:12px;box-shadow:0 2px 6px #0006;font-size:.95rem;line-height:1.4;max-width:70%;padding:.7rem 1rem}.msg.self{align-self:flex-end;background:linear-gradient(145deg,#7b2ff7,#6200ea);color:#fff}.msg.other{align-self:flex-start;background:#1e1e1e;color:#eee}.input-box{display:flex;gap:.5rem}.input-box input{background:#1e1e1e;border:none;border-radius:10px;color:#eee;flex:1 1;outline:none;padding:.7rem}.input-box button{background:#6200ea;border:none;border-radius:10px;color:#fff;cursor:pointer;padding:.7rem 1.2rem;transition:.3s}.input-box button:hover{background:#7b2ff7}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.chat-panel.empty-chat{align-items:center;color:#bbb;display:flex;justify-content:center}.placeholder{background:#0009;border-radius:12px;padding:2rem;text-align:center}.placeholder h2{color:#bb86fc;margin-bottom:.5rem}
/*# sourceMappingURL=main.e09998d1.css.map*/