@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;padding:0;font-family:Inter,sans-serif;background-color:#000;color:#fff;line-height:1.6}#root{max-width:900px;margin:0 auto;padding:2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.App{width:100%;display:flex;flex-direction:column;align-items:center;background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 20px #ffffff1a;padding:30px;box-sizing:border-box}h1,h2{color:#fff;margin-bottom:25px;font-weight:500}input[type=text],input[type=password],textarea{width:calc(100% - 24px);padding:12px;border:1px solid #333333;border-radius:5px;font-size:1rem;background-color:#0d0d0d;color:#e0e0e0;outline:none}input[type=text]:focus,input[type=password]:focus,textarea:focus{border-color:#888;box-shadow:0 0 5px #fff3}button{padding:12px 25px;background-color:#444;color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .2s ease,box-shadow .2s ease}button:hover{background-color:#666;box-shadow:0 0 10px #ffffff4d}.auth-container{max-width:400px;margin:50px auto;padding:40px;background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 20px #ffffff1a;text-align:center;box-sizing:border-box}.auth-container h2{margin-bottom:30px;font-weight:600}.auth-form{gap:15px;margin-bottom:25px}.auth-form input{margin-bottom:15px}.auth-container p{margin-top:20px;font-size:.9rem;color:#aaa}.auth-container p a{color:#888;text-decoration:underline;font-weight:500}.auth-container p a:hover{color:#fff}.messenger-page{width:100%;display:flex;flex-direction:column;align-items:center}.messenger-page .header{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;padding:20px 25px;margin-bottom:25px;background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 15px #ffffff1a;box-sizing:border-box}.messenger-page h2{margin:0;font-weight:600;color:#fff}.logout-button{background-color:#333;color:#fff;padding:10px 18px;border-radius:5px;font-size:.9rem}.logout-button:hover{background-color:#555}.recipient-search-container{width:100%;max-width:800px;background-color:#1a1a1a;padding:25px;border-radius:10px;box-shadow:0 0 15px #ffffff1a;margin-bottom:25px;text-align:center;box-sizing:border-box}.recipient-input{border-radius:25px;text-align:center;font-weight:300}.selected-recipient-info{font-size:1.1rem;color:#aaa;margin-top:15px;font-weight:400}.selected-recipient-info strong{color:#fff;font-weight:600}.recipient-info-error{color:#ff6b6b;font-size:.9rem;margin-top:10px}.chat-area{width:100%;max-width:800px;background-color:#0d0d0d;border-radius:10px;box-shadow:0 0 20px #ffffff1a;display:flex;flex-direction:column;overflow:hidden}.messages-container{flex-grow:1;padding:20px 15px 20px 20px;max-height:550px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background-color:#0d0d0d}.no-messages{text-align:center;color:#777;font-style:italic;padding:30px;font-size:1rem}.message-item{max-width:75%;padding:12px 18px;border-radius:22px;word-wrap:break-word;line-height:1.5;box-shadow:0 1px 3px #0000004d;position:relative;font-weight:300}.message-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:5px;font-size:.75em;color:#aaa}.message-header strong{font-weight:500;color:#ccc}.message-item p{margin:0;font-size:.9rem;color:#e0e0e0}.message-item.sent{align-self:flex-end;background-color:#333;color:#fff;border-bottom-right-radius:6px}.message-item.sent .message-header{justify-content:flex-end;flex-direction:row-reverse}.message-item.sent .message-header strong{margin-left:10px;color:#eee}.message-item.received{align-self:flex-start;background-color:#222;color:#fff;border-bottom-left-radius:6px}.message-item.received .message-header{justify-content:flex-start;flex-direction:row}.message-item.received .message-header strong{margin-right:10px;color:#ddd}.message-form{display:flex;padding:20px;background-color:#1a1a1a;border-top:1px solid #333333;gap:15px;box-sizing:border-box}.message-form textarea{flex-grow:1;border-radius:25px;resize:none;max-height:120px;min-height:50px;overflow-y:auto}.message-form button.send-button{padding:12px 25px;border-radius:25px;background-color:#555;color:#fff}.message-form button.send-button:hover{background-color:#777}.no-recipient-selected{text-align:center;padding:50px;background-color:#1a1a1a;border-radius:10px;box-shadow:0 0 20px #ffffff1a;width:100%;max-width:800px;margin-top:25px;box-sizing:border-box}.no-recipient-selected h3{margin-top:30px;color:#eee;font-weight:500}.no-recipient-selected .user-list{list-style:none;padding:0;margin-top:25px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.no-recipient-selected .user-list li button{background-color:#222;border:1px solid #444444;padding:10px 20px;border-radius:25px;font-size:.95rem;color:#ccc}.no-recipient-selected .user-list li button:hover{background-color:#333;border-color:#666;color:#fff}.logout-redirect-link{display:inline-block;margin-top:30px;padding:12px 25px;background-color:#444;color:#fff;text-decoration:none;border-radius:5px;font-weight:500}.logout-redirect-link:hover{background-color:#666}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#1a1a1a;border-radius:10px}.messages-container::-webkit-scrollbar-thumb{background-color:#555;border-radius:10px;border:2px solid #1a1a1a}.messages-container::-webkit-scrollbar-thumb:hover{background-color:#777}
