*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{height:100vh;width:100vw}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;height:100vh;justify-content:center}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:400px;padding:40px;width:100%}.login-box h1{color:#333;font-size:32px;margin-bottom:10px;text-align:center}.login-subtitle{color:#666;font-size:14px;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-group label{color:#333;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.form-group input,.form-group select{border:1px solid #ddd;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:opacity .3s;width:100%}.login-button:hover:not(:disabled){opacity:.9}.login-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background:#fee;border-radius:6px;color:#e74c3c;font-size:14px;margin-bottom:15px;padding:8px;text-align:center}.message-list{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto;padding:20px}.message{display:flex;margin-bottom:4px}.message-sent{justify-content:flex-end}.message-received{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:8px;max-width:65%;padding:8px 12px;position:relative}.message-bubble:has(.message-media){padding:4px}.message-sent .message-bubble{background-color:#dcf8c6;border-bottom-right-radius:4px}.message-received .message-bubble{background-color:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.message-text{color:#303030;font-size:14px;line-height:1.4;margin-bottom:4px}.message-time{color:#667781;font-size:11px;margin-top:4px;text-align:right}.message-received .message-time{text-align:left}.message-media{border-radius:8px;margin-bottom:8px;max-width:100%;overflow:hidden}.message-image{border-radius:4px;cursor:pointer;display:block;height:auto;max-height:400px;max-width:100%;transition:transform .2s;width:auto}.message-image:hover{transform:scale(1.02)}.message-video{background:#000;border-radius:4px;display:block;height:auto;max-height:400px;max-width:100%;width:auto}.typing-indicator{background-color:#fff;display:flex;gap:4px;padding:12px 16px}.typing-indicator span{animation:typing 1.4s infinite;background-color:#999;border-radius:50%;height:8px;width:8px}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{opacity:.7;transform:translateY(0)}30%{opacity:1;transform:translateY(-10px)}}.message-input-container{background-color:#f0f0f0;border-top:1px solid #ddd;display:flex;flex-direction:column;padding:8px 16px;position:relative}.message-input-box{align-items:center;background-color:#fff;border-radius:24px;display:flex;gap:8px;padding:8px 12px}.attach-button{align-items:center;background:none;border:none;color:#667781;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.attach-button:hover{color:#075e54}.emoji-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:24px;justify-content:center;padding:4px;transition:transform .2s}.emoji-button:hover{transform:scale(1.1)}.message-input{background:#0000;border:none;flex:1 1;font-size:15px;outline:none;padding:4px 8px}.send-button{align-items:center;background:#075e54;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:background .3s;width:36px}.send-button:hover:not(:disabled){background:#064e46}.send-button:disabled{cursor:not-allowed;opacity:.5}.message-input:disabled{cursor:not-allowed;opacity:.6}.uploading-indicator{background:#000c;border-radius:8px;color:#fff;font-size:12px;left:50%;padding:8px 16px;transform:translateX(-50%);white-space:nowrap}.emoji-picker-wrapper,.uploading-indicator{bottom:100%;margin-bottom:8px;position:absolute}.emoji-picker-wrapper{right:16px;z-index:1000}.chat-header{background-color:#075e54;box-shadow:0 2px 5px #0000001a;color:#fff;padding:10px 16px;z-index:100}.chat-header-content{align-items:center;display:flex;justify-content:space-between}.chat-header-actions,.chat-header-info{align-items:center;display:flex;gap:12px}.avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.chat-header-text h3{font-size:16px;font-weight:500;margin:0}.status{font-size:12px;opacity:.8}.call-button{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;transition:background .3s;width:40px}.call-button:hover{background:#ffffff4d}.logout-button{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background .3s}.logout-button:hover{background:#ffffff4d}.incoming-call-overlay{align-items:center;animation:fadeIn .3s ease-in;background:#000000e6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.incoming-call-modal{color:#fff;padding:40px;text-align:center}.caller-avatar-large{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;font-size:48px;font-weight:700;height:120px;justify-content:center;margin:0 auto 20px;width:120px}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #667eeab3;transform:scale(1)}50%{box-shadow:0 0 0 20px #667eea00;transform:scale(1.05)}}.incoming-call-modal h2{font-size:28px;font-weight:500;margin:0 0 10px}.call-status{color:#ffffffb3;font-size:16px}.call-buttons{gap:30px}.call-buttons,.reject-call-button{align-items:center;display:flex;justify-content:center}.reject-call-button{background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;height:64px;transition:transform .2s,background .2s;width:64px}.reject-call-button:hover{background:#c0392b;transform:scale(1.1)}.reject-call-button:active{transform:scale(.95)}.answer-call-button{align-items:center;background:#27ae60;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:64px;justify-content:center;transition:transform .2s,background .2s;width:64px}.answer-call-button:hover{background:#229954;transform:scale(1.1)}.answer-call-button:active{transform:scale(.95)}.active-call-overlay{align-items:center;animation:fadeIn .3s ease-in;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.active-call-screen{color:#fff;padding:40px;text-align:center}.active-call-screen .caller-avatar-large{align-items:center;background:#fff3;border:3px solid #ffffff4d;border-radius:50%;display:flex;font-size:60px;font-weight:700;height:150px;justify-content:center;margin:0 auto 30px;width:150px}.active-call-screen h2{font-size:32px;font-weight:500;margin:0 0 10px}.call-duration{color:#fffc;font-size:18px;font-weight:300;margin:0 0 60px}.call-controls{gap:40px}.call-controls,.mute-button{align-items:center;display:flex;justify-content:center}.mute-button{background:#fff3;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;height:56px;transition:all .2s;width:56px}.mute-button:hover{background:#ffffff4d;transform:scale(1.1)}.mute-button.muted{background:#e74c3c4d;border-color:#e74c3c80}.end-call-button{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:64px;justify-content:center;transition:transform .2s,background .2s;width:64px}.end-call-button:hover{background:#c0392b;transform:scale(1.1)}.end-call-button:active{transform:scale(.95)}.calling-overlay{align-items:center;animation:fadeIn .3s ease-in;background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.calling-screen{color:#fff;padding:40px;text-align:center}.calling-screen .caller-avatar-large{align-items:center;background:#fff3;border:3px solid #ffffff4d;border-radius:50%;display:flex;font-size:60px;font-weight:700;height:150px;justify-content:center;margin:0 auto 30px;width:150px}.calling-screen h2{font-size:32px;font-weight:500;margin:0 0 10px}.call-status{color:#fffc;font-size:18px;font-weight:300;margin:0 0 40px}.calling-animation{display:flex;gap:8px;justify-content:center;margin-bottom:40px}.calling-animation span{animation:callingPulse 1.4s infinite;background:#fff;border-radius:50%;height:12px;width:12px}.calling-animation span:nth-child(2){animation-delay:.2s}.calling-animation span:nth-child(3){animation-delay:.4s}@keyframes callingPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.cancel-call-button{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:64px;justify-content:center;margin:0 auto;transition:transform .2s,background .2s;width:64px}.cancel-call-button:hover{background:#c0392b;transform:scale(1.1)}.cancel-call-button:active{transform:scale(.95)}.chat-container{background-color:#e5ddd5;background-image:repeating-linear-gradient(45deg,#0000,#0000 10px,#00000008 0,#00000008 20px)}.app,.chat-container{display:flex;flex-direction:column;height:100vh}
/*# sourceMappingURL=main.335b8761.css.map*/