html,body,#root{width:100%;height:100%;margin:0;padding:0}*{box-sizing:border-box}.login-page{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#1f1f1f;padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;z-index:999}.login-card{width:100%;max-width:430px;background:#2a2a2a;border:1px solid #3a3a3a;border-radius:20px;padding:40px 32px;box-shadow:0 20px 50px #00000059;text-align:center}.login-header{margin-bottom:28px}.login-header h1{margin:0 0 10px;font-size:42px;line-height:1.05;font-weight:700;color:#fff}.login-header p{margin:0;font-size:16px;line-height:1.5;color:#a5b4d4}.login-form{display:flex;flex-direction:column;align-items:center;gap:14px}.login-label{width:100%;text-align:center;font-size:15px;font-weight:600;color:#fff!important;margin-bottom:2px}.login-input{width:100%;height:52px;padding:0 16px;border:1px solid #555;border-radius:12px;background:#fff!important;color:#111827!important;font-size:15px;font-weight:500;text-align:center;outline:none;-webkit-text-fill-color:#111827!important;caret-color:#111827!important}.login-input::placeholder{color:#9ca3af!important;opacity:1;-webkit-text-fill-color:#9ca3af}.login-input:focus{border-color:#4f46e5;box-shadow:0 0 0 4px #4f46e52e}.login-button{width:100%;height:50px;margin-top:6px;border:none;border-radius:12px;background:linear-gradient(90deg,#0f0f10,#1b1b1d);color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.2s ease}.login-button:hover{transform:translateY(-1px)}.login-button:disabled{opacity:.7;cursor:not-allowed;transform:none}@media(max-width:480px){.login-card{padding:30px 20px}.login-header h1{font-size:34px}.login-header p{font-size:14px}}.dashboard-container{display:flex;height:100vh;width:100vw;background-color:#f0f2f5;overflow:hidden}.dashboard-container,.sidebar,.sidebar *,.main-chat,.main-chat *{box-sizing:border-box}.activity-bar{width:72px;flex-shrink:0;background-color:#181818;display:flex;flex-direction:column;align-items:center;padding:20px 0;height:100vh}.center-system-row{display:flex;justify-content:center;width:100%;margin:10px 0}.center-system-message{display:inline-flex;align-items:center;gap:8px;color:#5f5f5f;font-size:13px;font-weight:700;text-align:center;line-height:1.4}.center-system-icon{display:inline-flex;align-items:center;justify-content:center;color:#6b7280}.center-system-text{font-weight:700;color:#5a5a5a}.popup-reply-send-btn{width:38px;height:38px;border:none;border-radius:50%;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s ease;padding:0}.popup-reply-send-btn:hover{background:#1d4ed8;transform:scale(1.05)}.popup-reply-send-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;transform:none}.center-system-time{font-size:12px;font-weight:700;color:#7a7a7a}.center-system-missed,.center-system-missed .center-system-icon,.center-system-missed .center-system-text,.center-system-missed .center-system-time{color:#dc2626}.brand-logo{width:40px;height:40px;background-color:#4f46e5;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;margin-bottom:30px;cursor:pointer}.nav-stack{display:flex;flex-direction:column;gap:20px}.icon-btn{padding:10px;border-radius:12px;color:#a0a0a0;cursor:pointer;transition:.2s;display:flex;align-items:center;justify-content:center}.icon-btn:hover{background-color:#ffffff14}.active-icon{background-color:#ffffff1a;color:#fff}.logout-icon{color:#f87171}.activity-bottom{margin-top:auto;padding-bottom:10px}.user-profile-bottom{margin-top:auto;padding-bottom:10px;display:flex;flex-direction:column;align-items:center;cursor:pointer}.user-avatar{width:42px;height:42px;border-radius:12px;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;position:relative;border:2px solid rgba(255,255,255,.1);overflow:hidden}.online-status-badge{width:12px;height:12px;background-color:#10b981;border-radius:50%;position:absolute;bottom:-2px;right:-2px;border:2px solid #1e1f26}.sidebar{width:450px;background-color:#e1f0f8;border-right:1px solid #000000;display:flex;flex-direction:column;color:#111827}.sidebar-header{padding:24px 20px}.sidebar-header,.sidebar-header *{color:inherit}.account-row{display:flex;align-items:center;margin-bottom:20px;gap:12px}.account-name{font-size:14px;font-weight:600;color:#111827!important}.account-subtitle{font-size:12px;color:#6b7280!important}.section-title{font-size:20px;font-weight:700;margin:0 0 15px;color:#111827!important}.search-wrapper{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:#9ca3af}.search-bar{width:100%;padding:10px 10px 10px 38px;border-radius:10px;border:1px solid #e5e7eb;background-color:#f9fafb;outline:none;color:#111827!important}.search-bar::placeholder{color:#9ca3af!important;opacity:1}.chat-list{padding:0 10px;overflow-y:auto}.chat-card{display:flex;padding:12px;border-radius:12px;cursor:pointer;margin-bottom:4px;transition:.2s;border-left:4px solid transparent}.chat-card:hover{background:#f8fafc}.active-card{background-color:#f0f4ff}.unread-card{background-color:#eff6ff;border-left:4px solid #4f46e5}.chat-card-content{margin-left:12px;flex:1;min-width:0}.card-header{display:flex;justify-content:space-between;align-items:center}.card-name{font-weight:600;font-size:14px;color:#111827!important}.card-name-unread{font-weight:800;color:#1e1b4b!important}.card-time{font-size:11px;color:#9ca3af}.card-msg{font-size:13px;color:#6b7280!important;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-msg-unread{font-weight:600;color:#4338ca!important}.badge{background-color:#4f46e5;color:#fff;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:700}.empty-state{padding:20px;text-align:center;color:#9ca3af;font-size:14px}.avatar-wrap{position:relative;width:44px;height:44px;flex-shrink:0}.avatar{width:44px;height:44px;border-radius:12px;background-color:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;overflow:hidden}.avatar-small{width:32px;height:32px;border-radius:8px;background-color:#4f46e5;color:#fff;font-size:10px;display:flex;align-items:center;justify-content:center}.status-dot{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;border:2px solid white}.outside-avatar{width:36px;height:36px;border-radius:50%;background-color:#e0e7ff;color:#4f46e5;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.outside-avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.main-chat{flex:1;display:flex;flex-direction:column;background-color:#fff;min-width:0}.select-chat-placeholder{padding:40px;color:#888}.chat-header{padding:18px 25px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.chat-header-left{display:flex;align-items:center;gap:12px}.chat-header-avatar{width:40px;height:40px}.chat-title{margin:0;color:#000!important}.typing-indicator{font-size:12px;color:#10b981!important}.status-text{font-size:12px;color:#10b981;font-weight:500}.chat-header-actions{display:flex;gap:15px;align-items:center}.call-icon{cursor:pointer;color:#139ae9}.date-separator{text-align:center;border-bottom:1px solid #e5e7eb;line-height:.1em;margin:20px 0;color:#9ca3af;font-size:12px}.date-separator span{background:#f8fafc;padding:0 12px}.message-area{flex:1;padding:40px 20px;overflow-y:auto;background-color:#f8fafc}.drag-over{border:2px dashed #4f46e5}.message-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:22px}.message-row-me{justify-content:flex-end}.message-row-other{justify-content:flex-start;padding-right:80px}.message-card{padding:12px 16px;border-radius:12px;box-shadow:0 2px 4px #0000000d;max-width:600px;width:fit-content;word-break:break-word;position:relative}.message-card-me{background-color:#4f46e5;color:#f0eeee!important}.message-card-me .message-text,.message-card-me .message-time,.message-card-me .file-caption,.message-card-me .forwarded-label{color:#fff!important}.message-card-other{background-color:#fff;color:#334155!important}.message-card-other .message-text,.message-card-other .message-time,.message-card-other .file-caption,.message-card-other .forwarded-label{color:#334155!important}.sender-name{font-size:12px;color:#4f46e5;display:block;margin-bottom:4px}.message-text{margin:0;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.message-time{font-size:10px;margin-top:6px;text-align:right;opacity:.7}.menu-trigger{position:absolute;top:6px;right:6px;cursor:pointer;color:#9ca3af;padding:4px;border-radius:6px}.dropdown-menu{position:absolute;top:30px;right:0;background-color:#fff;color:#000;border-radius:10px;box-shadow:0 4px 12px #0000001a;padding:6px 0;z-index:999;min-width:140px}.members-toggle-btn{width:40px;height:40px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;justify-content:center;align-items:center;cursor:pointer;position:relative}.member-badge{position:absolute;top:-5px;right:-5px;background-color:#6b7280;border-radius:50%;width:18px;height:18px;display:flex;justify-content:center;align-items:center;font-weight:700}.add-people-title{margin:0}.member-row-selected{background-color:#eef2ff}.member-row-disabled{cursor:default;opacity:.6}.member-row-active{cursor:pointer;opacity:1}.member-check-existing{color:#10b981;font-weight:700}.member-check-selected{color:#4f46e5;font-weight:700}.member-badge-count{color:#fff;font-size:10px}.member-badge-add{color:#000;font-size:12px;cursor:pointer}.menu-item{padding:8px 14px;font-size:13px;cursor:pointer;transition:.2s}.menu-item:hover{background:#f8fafc}.undo-delete{margin-left:10px;color:#2563eb;cursor:pointer;font-weight:500}.deleted-message{font-style:italic;color:#fff;font-size:13px}.reply-preview{background:#f1f5f9;color:#000;padding:6px 8px;border-radius:8px;margin-bottom:8px;font-size:12px;border-left:3px solid #4f46e5}.forwarded-label{font-size:11px;font-style:italic;opacity:.7;margin-bottom:4px}.file-block{margin-bottom:8px}.chat-image{max-width:220px;border-radius:10px;cursor:pointer}.file-card{display:flex;align-items:center;color:#000;gap:10px;background:#eef2ff;padding:10px;border-radius:10px}.file-emoji{font-size:18px}.file-info{flex:1}.file-name{font-size:13px;font-weight:600}.file-size{font-size:11px;opacity:.7}.download-link{background:#fff;color:#2b4cdf;padding:4px 8px;border-radius:6px;font-size:12px;text-decoration:none}.file-caption{margin-top:8px;font-size:13px;white-space:pre-wrap;word-break:break-word}.input-area{padding:16px 25px;border-top:1px solid #e5e7eb;background:#fff;display:flex;flex-direction:column;gap:10px;align-items:stretch}.replying-box{background:#eef2ff;padding:8px 12px;border-left:4px solid #4f46e5;border-radius:8px;display:flex;justify-content:space-between;align-items:center}.reply-close{cursor:pointer;font-weight:700}.selected-files-box{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px;max-height:150px;overflow-y:auto}.selected-files-title{font-weight:600;font-size:13px}.selected-file-item{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:8px 10px;border-radius:8px}.selected-file-name{font-size:13px;font-weight:500}.selected-file-size{font-size:11px;color:#6b7280}.remove-file{cursor:pointer;color:red;font-size:12px}.input-container{display:flex;align-items:flex-end;background-color:#f1f5f9;padding:10px 16px;border-radius:20px;width:100%;gap:8px}.input-icon{color:#64748b;cursor:pointer;margin:0 8px}.text-input{flex:1;background:none;border:none;padding:10px;outline:none;font-size:14px;color:#111827!important;resize:none;min-height:24px;max-height:160px;overflow-y:auto;line-height:1.5;font-family:inherit;white-space:pre-wrap;word-break:break-word}.text-input::placeholder{color:#9ca3af!important;opacity:1}.send-button{background-color:#4f46e5;border:none;padding:8px;border-radius:10px;cursor:pointer;display:flex;align-items:center}.hidden-input{display:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:99999}.modal-card{width:750px;max-width:90vw;background-color:#fff;border-radius:18px;padding:40px;box-shadow:0 25px 70px #00000040}.modal-header{display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0}.close-x{cursor:pointer;font-size:22px}.close-btn{padding:8px;border:none;border-radius:8px;background-color:#ef4444;color:#fff;cursor:pointer;font-size:18px;font-weight:700}.profile-top{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:25px;padding-bottom:30px;border-bottom:1px solid #e5e7eb}.profile-photo-block{text-align:center}.modal-avatar{width:180px;height:180px;border-radius:50%;background-color:#e0e7ff;color:#4f46e5;font-size:36px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;position:relative}.modal-avatar-img{width:100%;height:100%;object-fit:cover}.modal-status-dot{position:absolute;bottom:10px;right:14px;width:12px;height:12px;border-radius:50%;border:2px solid white}.profile-button-row{margin-top:15px;text-align:center;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.upload-button,.delete-button,.save-button,.cancel-button,.send-forward-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;cursor:pointer}.upload-button{background-color:#4f46e5;color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500}.delete-button{background-color:#ef4444;color:#fff;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500}.profile-user-info{margin-top:20px;text-align:center}.profile-user-name{font-size:22px;font-weight:600;color:#111827}.profile-user-id{font-size:14px;color:#6b7280;margin-top:4px}.status-select-wrap{margin-top:14px}.status-select,.dropdown{padding:8px 14px;border-radius:20px;border:1px solid #e5e7eb;font-size:13px;cursor:pointer}.tab-header{display:flex;gap:25px;margin-top:30px;border-bottom:1px solid #e5e7eb}.tab-item{padding-bottom:10px;cursor:pointer;font-weight:500;color:#6b7280;border-bottom:2px solid transparent}.tab-item-active{border-bottom:2px solid #4f46e5;color:#4f46e5}.tab-content{margin-top:20px;font-size:14px;color:#374151}.modal-footer{margin-top:25px;text-align:right}.save-button{background-color:#4f46e5;color:#fff;padding:10px 20px;border-radius:8px}.forward-modal,.modal-box{background-color:#fff;width:400px;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:15px}.forward-preview{padding:10px;background-color:#f3f4f6;border-radius:8px;font-size:14px}.forward-user-list{max-height:200px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:8px}.forward-user-item{padding:10px;cursor:pointer;border-bottom:1px solid #f1f1f1}.forward-user-item:hover,.forward-user-item-active{background:#e0e7ff}.forward-input{padding:8px;border-radius:8px;border:1px solid #ddd}.forward-actions{display:flex;justify-content:space-between}.cancel-button{padding:8px 16px;border-radius:8px;background-color:#ef4444;color:#fff}.send-forward-button{padding:8px 16px;background-color:#4f46e5;color:#fff;border-radius:8px}.send-forward-button:disabled{opacity:.6;cursor:not-allowed}.teams-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.teams-modal{width:380px;background-color:#1f2937;padding:40px 30px;border-radius:16px;text-align:center;color:#fff;box-shadow:0 20px 60px #00000080;animation:fadeIn .3s ease-in-out}.avatar-wrapper{display:flex;justify-content:center;margin-bottom:20px}.teams-avatar-wrapper{width:120px;height:120px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#4f46e5;color:#fff;font-size:36px;font-weight:700}.teams-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover}.teams-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%;background-color:#4f46e5;color:#fff;font-size:36px;font-weight:700;text-transform:uppercase}.teams-name{margin:10px 0 5px;font-size:22px;font-weight:600}.teams-status{margin-bottom:25px;color:#9ca3af}.teams-buttons{display:flex;justify-content:center;gap:20px}.create-group-modal{width:620px;max-width:92vw;max-height:85vh;background-color:#fff;border-radius:18px;box-shadow:0 25px 70px #00000040;display:flex;flex-direction:column;overflow:hidden}.create-group-header{display:flex;justify-content:space-between;align-items:flex-start;padding:22px 24px 18px;border-bottom:1px solid #e5e7eb}.create-group-header-close{width:36px;height:36px;border-radius:10px;border:none;background:#f3f4f6;cursor:pointer;display:flex;align-items:center;justify-content:center}.create-group-section{padding:18px 24px 0}.create-group-label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:8px}.create-group-input{width:100%;height:44px;border-radius:12px;border:1px solid #d1d5db;padding:0 14px;outline:none;font-size:14px;background-color:#fff;box-sizing:border-box}.create-group-search-wrap{position:relative}.create-group-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.create-group-search-input{width:100%;height:44px;border-radius:12px;border:1px solid #d1d5db;padding:0 14px 0 38px;outline:none;font-size:14px;background-color:#fff;box-sizing:border-box}.selected-members-wrap{display:flex;flex-wrap:wrap;gap:10px}.member-chip{display:flex;align-items:center;gap:8px;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:6px 10px 6px 6px}.member-chip-avatar{width:28px;height:28px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;overflow:hidden}.member-chip-avatar-img{width:100%;height:100%;object-fit:cover}.member-chip-text{font-size:13px;font-weight:500;color:#1f2937}.member-chip-remove{border:none;background:transparent;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;padding:0}.create-group-list{max-height:280px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-bottom:8px}.create-group-user-row{display:flex;align-items:center;justify-content:space-between;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;cursor:pointer;transition:.2s}.create-group-user-row:hover{background:#f8fafc}.create-group-user-left{display:flex;align-items:center;gap:12px}.create-group-user-avatar{width:40px;height:40px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.create-group-user-avatar-img{width:100%;height:100%;object-fit:cover}.create-group-user-name{font-size:14px;font-weight:600;color:#111827}.create-group-user-sub{font-size:12px;color:#6b7280;margin-top:2px}.create-group-check{width:24px;height:24px;border-radius:50%;border:1px solid #cbd5e1;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.create-group-footer{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px 22px;border-top:1px solid #e5e7eb;margin-top:18px}.create-group-cancel-btn{padding:10px 18px;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-weight:600}.create-group-create-btn{padding:10px 18px;border-radius:10px;border:none;background:#4f46e5;color:#fff;cursor:pointer;font-weight:600}.call-popup{position:fixed;background-color:#fff;border-radius:20px;box-shadow:0 25px 60px #00000040;border:1px solid #e5e7eb;z-index:5000;display:flex;flex-direction:column;overflow:hidden;transition:all .25s ease}.popup-header{height:60px;padding:0 360px 0 20px;background-color:#f9fafb;display:flex;align-items:center;font-weight:600;cursor:grab;flex-shrink:0;border-bottom:1px solid #e5e7eb;position:relative;width:100%;box-sizing:border-box}.popup-header-actions{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:12px;z-index:2}.popup-header-actions .control-btn{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:12px}.popup-header-actions .control-btn svg{width:26px;height:26px}.popup-body{flex:1;position:relative;padding:20px;overflow:hidden;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.call-media-area{width:100%;border-radius:18px;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.remote-video{width:100%;height:100%;object-fit:contain;background:#000}.center-profile-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#fff}.center-profile-text{text-align:center}.center-profile-name{font-size:24px;font-weight:700}.center-profile-status{font-size:14px;opacity:.85;margin-top:4px}.big-avatar{width:160px;height:160px;border-radius:50%;background-color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:48px;color:#fff;font-weight:700;overflow:hidden}.big-avatar-img{width:100%;height:100%;object-fit:cover}.popup-name{margin-top:20px}.popup-status{color:#6b7280}.one-to-one-profiles-row{width:100%;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.profile-card-small{width:180px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px}.profile-card-avatar{width:72px;height:72px;border-radius:50%;background-color:#e0e7ff;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:700;color:#4f46e5}.profile-card-avatar-img{width:100%;height:100%;object-fit:cover}.profile-card-name{font-size:14px;font-weight:600;color:#1f2937;text-align:center}.participants-box{width:100%;background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:18px;box-sizing:border-box}.participants-title{font-size:15px;font-weight:700;color:#111827;margin-bottom:14px}.participants-grid{display:grid;gap:14px}.participant-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}.participant-avatar{width:56px;height:56px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.participant-avatar-img{width:56px;height:56px;border-radius:50%;object-fit:cover;flex-shrink:0}.participant-name{font-size:13px;font-weight:600;color:#1f2937;text-align:left}.self-preview{position:absolute;bottom:110px;right:20px;width:120px;height:140px;border-radius:14px;background-color:#e5e7eb;border:2px solid #fff;box-shadow:0 8px 20px #0000002e;display:flex;align-items:center;justify-content:center;font-weight:700;overflow:hidden}.self-preview-img{width:100%;height:100%;object-fit:cover}.self-preview-initials{width:100%;height:100%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:26px}.popup-footer{min-height:88px;padding:16px 24px;display:flex;justify-content:center;align-items:center;gap:16px;flex-shrink:0;background-color:#f9fafb;border-top:1px solid #e5e7eb}.control-btn{background-color:#e5e7eb;border:none;padding:12px 16px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.accept-btn{background-color:#22c55e;border:none;padding:10px 22px;border-radius:30px;color:#fff;font-weight:600;cursor:pointer}.reject-btn{background-color:#ef4444;border:none;padding:12px 24px;border-radius:30px;color:#fff;font-weight:600;cursor:pointer}.end-btn{background-color:#ef4444;color:#fff;border:none;padding:12px 20px;border-radius:30px;font-size:16px;cursor:pointer}.share-stop-btn{background-color:#ef4444;color:#fff;border:none;padding:10px 16px;border-radius:20px;font-size:13px;cursor:pointer;font-weight:600}.header-close-btn{background-color:#ef4444;color:#fff;border:none;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:16px;display:flex;align-items:center;justify-content:center}.remote-profile-stage{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#fff}.remote-profile-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.remote-profile-name{font-size:28px;font-weight:700;color:#111827}.remote-profile-status{font-size:14px;color:#6b7280}.incoming-overlay{position:fixed;right:20px;bottom:20px;z-index:10000;pointer-events:none}.incoming-card{width:320px;background:#fff;border-radius:18px;padding:18px;box-shadow:0 18px 45px #00000038;display:flex;flex-direction:column;gap:12px;pointer-events:auto;border:1px solid #e5e7eb}.incoming-avatar-wrap{width:110px;height:110px;border-radius:50%;overflow:hidden;background:#e0e7ff;display:flex;align-items:center;justify-content:center}.incoming-avatar-img{width:100%;height:100%;object-fit:cover}.incoming-avatar-initials{width:100%;height:100%;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:34px}.incoming-name{font-size:22px;font-weight:700;color:#111827}.incoming-status{font-size:14px;color:#6b7280}.incoming-actions{display:flex;gap:12px;margin-top:8px}.add-people-modal{width:380px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 8px 25px #0003}.add-people-header{margin-bottom:15px}.search-box{border:1px solid #e5e7eb;border-radius:8px;padding:6px 10px;margin-bottom:8px}.search-input{border:none;outline:none;width:100%;font-size:14px}.info-text{font-size:12px;color:#6b7280;margin-bottom:10px}.member-list{max-height:220px;overflow-y:auto;border:1px solid #f1f5f9;border-radius:8px}.member-row{display:flex;justify-content:space-between;padding:10px 12px;border-bottom:1px solid #f1f5f9;font-size:14px}.add-people-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:15px}.add-btn{padding:6px 16px;border:none;border-radius:6px;background:#4f46e5;color:#fff;cursor:pointer}.image-preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:3000}.image-preview-actions{position:absolute;top:20px;right:20px;display:flex;gap:20px;z-index:3100}.preview-action-link,.preview-close-icon{color:#fff;cursor:pointer}.image-preview-img{max-width:90%;max-height:85%;border-radius:10px;box-shadow:0 10px 30px #00000080}.incoming-card-top{display:flex;gap:12px;align-items:center}.incoming-card-info{flex:1}.incoming-card-name{font-size:16px;font-weight:700;color:#111827}.incoming-card-subtitle{font-size:13px;color:#6b7280;margin-top:4px}.incoming-card-actions{display:flex;justify-content:flex-end;gap:10px}.popup-header-info{display:flex;flex-direction:column;justify-content:center;min-width:0;max-width:calc(100% - 360px)}.popup-header-title{font-size:16px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-header-subtitle{font-size:13px;font-weight:500;color:#4b5563;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.popup-body-grid{display:grid;grid-template-rows:1fr;gap:18px;align-items:stretch}.hidden-audio{display:none}.popup-stack{position:fixed;right:20px;bottom:20px;display:flex;flex-direction:column-reverse;gap:12px;z-index:999999;pointer-events:none;max-width:calc(100vw - 40px)}.message-popup{width:340px;max-width:100%;background:#fff;border-radius:16px;box-shadow:0 12px 30px #0000002e;border:1px solid #e5e7eb;padding:14px;pointer-events:auto;overflow:hidden}.message-popup-header{display:flex;align-items:flex-start;gap:12px;min-width:0}.message-popup-body{flex:1;min-width:0;overflow:hidden}.message-popup-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;background-color:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;flex-shrink:0}.message-popup-body{flex:1;min-width:0}.message-popup-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.message-popup-text{font-size:13px;color:#6b7280;line-height:1.4;word-break:break-word;overflow-wrap:anywhere;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.message-popup-close{border:none;background:transparent;cursor:pointer;color:#6b7280;padding:4px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message-popup-close:hover{background:#f3f4f6}.popup-reply-box{display:flex;align-items:center;gap:8px;margin-top:12px}.popup-reply-input{flex:1;min-width:0;border:1px solid #d1d5db;border-radius:10px;padding:10px 12px;font-size:13px;outline:none;background:#fff;color:#111827}.popup-reply-input:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51f}.popup-reply-send-btn{width:38px;height:38px;min-width:38px;border:none;border-radius:10px;background-color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.popup-reply-send-btn:hover{background-color:#4338ca}.popup-action-row{display:flex;justify-content:flex-end;margin-top:10px}.popup-open-btn{border:none;background:#eef2ff;color:#4338ca;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:12px;font-weight:600}.popup-open-btn:hover{background:#e0e7ff}.my-message-side{display:flex;align-items:flex-end;gap:8px}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px}.msg-status{display:inline-flex;align-items:center;justify-content:center}.msg-status svg{width:20px;height:20px}.msg-status.pending{color:#e5e5ad}.icon-size{width:10px;height:100px}.msg-status.delivered{color:#97f18e}.msg-status.seen{color:#92efff}.modern-forward-modal{width:min(92vw,560px);max-height:88vh;overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0f172a38;border:1px solid #e5e7eb;display:flex;flex-direction:column;padding:0}.forward-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:20px 22px 14px;border-bottom:1px solid #f1f5f9}.forward-modal-title{margin:0;font-size:20px;font-weight:700;color:#111827}.forward-modal-subtitle{margin:6px 0 0;font-size:13px;color:#6b7280}.forward-close-btn{width:34px;height:34px;border:none;border-radius:10px;background:#f8fafc;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.18s ease}.forward-close-btn:hover{background:#eef2f7;color:#111827}.forward-preview-card{margin:16px 20px 0;padding:14px;border:1px solid #e5e7eb;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f8fafc)}.forward-preview-label{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}.forward-preview-content{max-height:92px;overflow:hidden}.forward-preview-text{font-size:14px;line-height:1.5;color:#111827;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;white-space:pre-wrap}.forward-preview-file{display:flex;align-items:center;gap:12px}.forward-file-icon{width:40px;height:40px;border-radius:12px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:18px}.forward-file-meta{min-width:0;flex:1}.forward-file-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forward-file-subtext{font-size:12px;color:#6b7280;margin-top:2px}.forward-section{padding:16px 20px 0}.forward-section-label{display:block;margin-bottom:10px;font-size:13px;font-weight:600;color:#374151}.modern-forward-user-list{max-height:230px;overflow-y:auto;border:1px solid #e5e7eb;border-radius:16px;background:#fff;padding:6px}.modern-forward-user-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:12px;cursor:pointer;transition:.18s ease;border:1px solid transparent}.modern-forward-user-item:hover{background:#f8fafc}.forward-user-item-active{background:#eef2ff;border-color:#c7d2fe}.forward-user-left{display:flex;align-items:center;gap:12px;min-width:0}.forward-user-avatar{width:38px;height:38px;border-radius:50%;background:#4f46e5;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.forward-user-avatar-img{width:100%;height:100%;object-fit:cover}.forward-user-meta{min-width:0}.forward-user-name{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.forward-user-subtext{font-size:12px;color:#6b7280;margin-top:2px}.forward-user-check{min-width:20px;text-align:center;font-size:15px;font-weight:700;color:#4f46e5}.modern-forward-input{width:100%;resize:none;border:1px solid #d1d5db;border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.5;outline:none;transition:.18s ease;background:#fff;box-sizing:border-box}.modern-forward-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.modern-forward-actions{display:flex;justify-content:flex-end;gap:10px;padding:18px 20px 20px;border-top:1px solid #f1f5f9;margin-top:18px}.forward-secondary-btn{border:1px solid #d1d5db;background:#fff;color:#374151;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:.18s ease}.forward-secondary-btn:hover{background:#f9fafb}.forward-primary-btn{border:none;background:#4f46e5;color:#fff;padding:10px 18px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:.18s ease;display:inline-flex;align-items:center;gap:8px}.forward-primary-btn:hover{background:#4338ca}.forward-primary-btn:disabled{background:#c7d2fe;cursor:not-allowed}.forward-search-wrap{position:relative;display:flex;align-items:center}.forward-search-icon{position:absolute;left:12px;color:#6b7280;pointer-events:none}.forward-search-input{width:100%;height:42px;border:1px solid #d1d5db;border-radius:12px;padding:0 14px 0 38px;font-size:14px;outline:none;background:#fff;transition:.18s ease;box-sizing:border-box}.forward-search-input:focus{border-color:#6366f1;box-shadow:0 0 0 4px #6366f11f}.forward-empty-state{text-align:center;padding:18px 12px;font-size:14px;color:#6b7280}.avatar{width:42px;height:42px;min-width:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:16px;font-weight:600}.avatar-img{width:100%;height:100%;object-fit:cover}.avatar-wrap{position:relative}.status-dot{position:absolute;right:1px;bottom:1px;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.emoji-picker-wrap{position:relative;display:flex;align-items:center}.emoji-picker-popup{position:absolute;bottom:56px;left:0;z-index:9999;box-shadow:0 14px 35px #0000002e;border-radius:16px;overflow:hidden}.emoji-only-card{background:transparent!important;box-shadow:none!important;padding:0!important;border-radius:0!important;max-width:fit-content}.emoji-only-text{margin:0;font-size:46px;line-height:1.1;letter-spacing:0;background:transparent!important}.emoji-only-meta{display:flex;align-items:center;justify-content:flex-end;gap:6px;margin-top:4px;padding-right:2px}.input-container{display:flex;align-items:center;background-color:#f1f5f9;padding:10px 16px;border-radius:25px;width:100%}.group-readby-wrap{position:relative;display:inline-block;margin-top:6px}.group-readby-trigger{display:inline-flex;align-items:center;gap:6px;border:none;background:#eef2ff;color:#4338ca;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;cursor:pointer;line-height:1}.group-readby-trigger svg{flex-shrink:0;display:block}.group-readby-popup{position:absolute;bottom:calc(100% + 8px);right:0;min-width:180px;max-width:240px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 24px #0000001f;padding:10px;z-index:30}.group-readby-popup-title{font-size:12px;font-weight:700;color:#111827;margin-bottom:8px}.group-readby-list{display:flex;flex-direction:column;gap:8px}.group-readby-item{display:flex;align-items:center;gap:8px}.group-readby-avatar{width:26px;height:26px;border-radius:50%;background:#e0e7ff;color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.group-readby-name{font-size:13px;color:#111827}.forward-search-input{width:100%;height:42px;border:1px solid #d1d5db;border-radius:10px;padding:0 14px;font-size:14px;outline:none;margin-bottom:12px;box-sizing:border-box}.forward-search-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51f}.forward-empty-state{padding:16px;text-align:center;color:#6b7280;font-size:14px}.call-action-btn{min-width:140px;height:52px;border:none;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;color:#fff}.call-action-btn:hover{transform:translateY(-1px)}.accept-btn{background:linear-gradient(135deg,#16a34a,#22c55e);box-shadow:0 10px 24px #22c55e47}.reject-btn{background:linear-gradient(135deg,#dc2626,#ef4444);box-shadow:0 10px 24px #ef444447}.participants-title{display:flex;align-items:center;gap:8px;font-weight:700}.call-controls-row{display:flex;justify-content:center;align-items:center;gap:14px;flex-wrap:wrap}.call-control-pill{min-width:148px;height:52px;padding:0 18px;border:none;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;font-size:14px;font-weight:700;transition:all .2s ease}.call-control-pill:hover{transform:translateY(-1px)}.pill-neutral{background:#eef2ff;color:#312e81}.pill-warning{background:#fff7ed;color:#c2410c}.pill-share{background:#dbeafe;color:#1d4ed8}.pill-stop-share{background:#fee2e2;color:#b91c1c}.pill-end{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 12px 26px #ef444442}.control-btn-neutral{background:#f3f4f6;color:#374151}.control-btn,.header-close-btn{width:38px;height:38px;border:none;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.control-btn:hover,.header-close-btn:hover{transform:translateY(-1px)}.header-close-btn{background:#fee2e2;color:#dc2626}.popup-footer{padding:16px 20px 20px;border-top:1px solid #e5e7eb;background:#fff;display:flex;justify-content:center;align-items:center}.self-preview{position:absolute;border-radius:16px;overflow:hidden;background:#111827;border:2px solid #ffffff;box-shadow:0 10px 30px #00000040}.self-preview-badge{position:absolute;top:8px;left:8px;background:#2563ebf2;color:#fff;font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px}@media(max-width:768px){.call-controls-row{gap:10px}.call-control-pill{min-width:130px;height:48px;font-size:13px}.call-action-btn{min-width:120px;height:48px}}.message-card-me.emoji-only-card .message-text,.message-card-other.emoji-only-card .message-text{color:inherit!important}.center-system-row{display:flex;justify-content:center;margin:10px 0}.center-system-message{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:#f3f4f6;color:#374151;font-size:13px;line-height:1;max-width:90%;white-space:nowrap}.center-system-icon{display:flex;align-items:center;justify-content:center;color:inherit}.center-system-text{font-weight:500;color:inherit}.message-action-menu{position:absolute;top:36px;right:8px;min-width:190px;padding:6px;border-radius:18px;background:#fffffff5;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 40px #0f172a2e,0 4px 14px #0f172a14;z-index:9999;animation:messageMenuFade .18s ease;overflow:hidden}.message-action-item{width:100%;border:none;background:transparent;display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:14px;cursor:pointer;transition:all .18s ease;text-align:left}.message-action-item:hover{background:linear-gradient(135deg,#eef2ff,#f8fafc);transform:translate(2px)}.message-action-item:active{transform:scale(.98)}.message-action-icon{width:24px;height:24px;min-width:34px;border-radius:10px;background:#eef2ff;color:#4338ca;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.message-action-text{font-size:13px;font-weight:600;color:#1f2937;letter-spacing:.01em}.message-action-divider{height:1px;margin:4px 2px;background:linear-gradient(to right,transparent,#e2e8f0,transparent)}.message-action-item.danger:hover{background:linear-gradient(135deg,#fff1f2,#fef2f2)}.message-action-item.danger .message-action-icon{background:#fee2e2;color:#dc2626}.message-action-item.danger .message-action-text{color:#dc2626}.original-message-box{white-space:pre-wrap;word-break:break-word}.group-incoming-card{width:100%;max-width:560px;margin:18px auto;padding:18px;border-radius:18px;background:linear-gradient(180deg,#fff,#f7f9fc);border:1px solid #e5e7eb;box-shadow:0 10px 30px #00000014}.group-incoming-top{display:flex;align-items:center;gap:14px}.group-incoming-icon{width:54px;height:54px;border-radius:16px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.group-incoming-title{font-size:18px;font-weight:700;color:#111827}.group-incoming-subtitle{font-size:13px;color:#6b7280;margin-top:2px}.group-incoming-members{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.incoming-member-chip{display:inline-flex;align-items:center;gap:8px;background:#f3f4f6;border-radius:999px;padding:7px 12px;font-size:13px;color:#111827}.incoming-member-avatar{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.group-incoming-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.pill-success{background:#10b981;color:#fff}.text-input-editing{background:#fff!important;border-radius:12px;box-shadow:inset 0 0 0 2px #f59e0b;padding:10px 12px}.input-container:has(.text-input-editing){background:#fff7ed;border:1px solid #fdba74}@keyframes messageMenuFade{0%{opacity:0;transform:translateY(8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@media(max-width:1100px){.sidebar{width:300px}.message-card{max-width:75%}}@media(max-width:800px){.sidebar{width:280px}.message-area{padding:20px 12px}.modal-card{padding:24px}}.desktop-toast-wrap{width:100vw;height:100vh;padding:8px;box-sizing:border-box;background:transparent}.desktop-toast{width:100%;height:100%;background:#fff;border-radius:18px;box-shadow:0 12px 32px #0000002e;border:1px solid #e5e7eb;padding:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;cursor:pointer}.desktop-toast-header{display:flex;align-items:flex-start;gap:10px}.desktop-toast-avatar{width:42px;height:42px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:#374151;flex-shrink:0}.desktop-toast-body{flex:1;min-width:0}.desktop-toast-name{font-size:14px;font-weight:700;color:#111827;margin-bottom:4px}.desktop-toast-text{font-size:13px;color:#4b5563;line-height:1.4;word-break:break-word}.desktop-toast-close{background:transparent;border:none;cursor:pointer;color:#6b7280;padding:2px}.desktop-toast-reply{display:flex;gap:8px;align-items:center}.desktop-toast-textarea{flex:1;resize:none;border:1px solid #d1d5db;border-radius:12px;padding:10px 12px;font-size:13px;outline:none;min-height:40px;max-height:80px;box-sizing:border-box}.desktop-toast-send{width:44px;height:44px;min-width:44px;min-height:44px;border:none;border-radius:12px;background:#2563eb;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0}.desktop-toast-send:disabled{opacity:.5;cursor:not-allowed}: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}}
