:root{color:#fff;font-synthesis:none;text-rendering:optimizelegibility;background:#080d17;font-family:Inter,Arial,sans-serif}*{box-sizing:border-box}html,body{min-width:320px;min-height:100%;margin:0}button,input{font:inherit}#root{min-height:100vh}.app{background:radial-gradient(circle at top,#242424 0,#111 44%,#050505 100%);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-card{background:#0e0e0ef5;border:1px solid #2c2c2c;border-radius:24px;width:100%;max-width:460px;padding:32px;box-shadow:0 24px 80px #0000008c}.brand{align-items:center;gap:18px;margin-bottom:30px;display:flex}.app-logo{object-fit:cover;border:1px solid #333;border-radius:18px;flex-shrink:0;width:78px;height:78px}.brand h1{color:#fff;margin:0;font-size:34px}.brand p{color:#929292;margin:5px 0 0}.auth-tabs{background:#1a1a1a;border-radius:13px;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:24px;padding:5px;display:grid}.auth-tabs button{color:#8d8d8d;cursor:pointer;background:0 0;border:0;border-radius:9px;padding:11px}.auth-tabs button.active{color:#080808;background:#fff;font-weight:700}.auth-form{flex-direction:column;gap:18px;display:flex}.auth-form label{color:#d7d7d7;flex-direction:column;gap:8px;font-size:14px;font-weight:600;display:flex}.auth-form input{color:#fff;background:#161616;border:1px solid #363636;border-radius:12px;outline:none;width:100%;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{border-color:#fff;box-shadow:0 0 0 3px #ffffff17}.auth-form input::placeholder{color:#686868}.primary-button,.secondary-button{cursor:pointer;border-radius:12px;width:100%;padding:14px 18px;font-weight:700}.primary-button{color:#080808;background:#fff;border:1px solid #fff}.primary-button:hover{background:#dedede}.primary-button:disabled{cursor:wait;opacity:.55}.secondary-button{color:#fff;background:#171717;border:1px solid #3b3b3b;margin-top:22px}.secondary-button:hover{background:#222}.form-message{border-radius:10px;padding:12px 14px;font-size:14px}.form-message.success{color:#8ce7aa;background:#112a1b;border:1px solid #275a3b}.form-message.error{color:#faa;background:#321717;border:1px solid #693737}.profile{text-align:center}.profile-avatar{color:#080808;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:82px;height:82px;margin:8px auto 18px;font-size:36px;font-weight:700;display:flex}.profile h2{color:#fff;margin:0}.profile-email{color:#929292;margin:7px 0 26px}.profile-info{color:#969696;background:#171717;border:1px solid #2d2d2d;border-radius:12px;justify-content:space-between;padding:14px 16px;display:flex}.profile-info strong{color:#fff}.success-message{color:#8ce7aa;background:#112a1b;border:1px solid #275a3b;border-radius:10px;margin-top:16px;padding:12px}@media (width<=540px){.app{align-items:stretch;padding:0}.auth-card{border:0;border-radius:0;max-width:none;min-height:100vh;padding:24px 20px}.brand{margin-top:18px}}.messenger{color:#fff;background:#080808;grid-template-columns:360px minmax(0,1fr);width:100%;height:100vh;display:grid;overflow:hidden}.sidebar{background:#111;border-right:1px solid #292929;flex-direction:column;min-width:0;height:100vh;display:flex}.sidebar-header{border-bottom:1px solid #262626;flex-shrink:0;justify-content:space-between;align-items:center;height:72px;padding:12px 16px;display:flex}.sidebar-brand{align-items:center;gap:12px;font-size:21px;font-weight:700;display:flex}.sidebar-logo{object-fit:cover;border:1px solid #333;border-radius:12px;width:44px;height:44px}.menu-button,.logout-button,.mobile-back-button{color:#a9a9a9;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;display:flex}.menu-button{width:42px;height:42px;font-size:22px}.menu-button:hover,.logout-button:hover,.mobile-back-button:hover{color:#fff;background:#242424}.search-wrapper{padding:14px 14px 10px;position:relative}.search-brand-icon{z-index:1;object-fit:cover;pointer-events:none;border-radius:6px;width:22px;height:22px;position:absolute;top:24px;left:25px}.search-wrapper input{color:#fff;background:#1a1a1a;border:1px solid #303030;border-radius:12px;outline:none;width:100%;padding:12px 14px 12px 42px}.search-wrapper input:focus{border-color:#777}.search-wrapper input::placeholder{color:#747474}.chat-list{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.chat-list-title{color:#777;text-transform:uppercase;padding:8px 18px 7px;font-size:12px;font-weight:700}.search-state{color:#969696;text-align:center;padding:22px 18px;font-size:14px}.search-error,.conversation-error{color:#faa}.search-results,.chat-items{flex-direction:column;padding:4px 8px;display:flex}.search-result,.chat-item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;align-items:center;gap:12px;width:100%;padding:11px 10px;display:flex}.search-result:hover,.chat-item:hover,.chat-item.active{background:#202020}.chat-item.active{box-shadow:inset 3px 0 #fff}.result-avatar,.selected-user-avatar,.conversation-avatar{color:#080808;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex}.result-avatar{width:46px;height:46px;font-size:18px}.avatar-presence-wrap{flex:0 0 46px;width:46px;height:46px;position:relative}.avatar-presence-wrap .result-avatar{width:100%;height:100%}.online-presence-dot{box-sizing:border-box;pointer-events:none;background:#32d74b;border:3px solid #111;border-radius:50%;width:14px;height:14px;position:absolute;bottom:1px;right:-1px;box-shadow:0 0 0 1px #32d74b47}.chat-item.active .online-presence-dot,.chat-item:hover .online-presence-dot,.search-result:hover .online-presence-dot{border-color:#202020}.result-details,.chat-item-details{min-width:0}.result-details strong,.result-details span,.chat-item-details strong,.chat-item-details span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.result-details strong,.chat-item-details strong{font-size:15px}.result-details span,.chat-item-details span{color:#858585;margin-top:4px;font-size:12px}.empty-chats{text-align:center;color:#8f8f8f;width:100%;margin:auto;padding:32px}.empty-chats strong{color:#ddd;margin-bottom:7px;display:block}.empty-chats p{margin:0;font-size:14px;line-height:1.5}.empty-icon{margin-bottom:14px;font-size:32px}.user-panel{background:#151515;border-top:1px solid #292929;flex-shrink:0;align-items:center;gap:11px;padding:13px 14px;display:flex}.user-avatar{color:#090909;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:18px;font-weight:700;display:flex}.user-details{flex:1;min-width:0}.user-details strong,.user-details span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.user-details strong{font-size:14px}.user-details span{color:#858585;margin-top:3px;font-size:12px}.logout-button{flex-shrink:0;width:38px;height:38px;font-size:21px}.conversation{background:radial-gradient(circle,#1a1a1a 0,#0c0c0c 50%,#070707 100%);justify-content:center;align-items:center;min-width:0;height:100vh;display:flex}.conversation-placeholder,.selected-user{text-align:center;max-width:430px;padding:32px}.conversation-logo{object-fit:cover;opacity:.85;border:1px solid #303030;border-radius:28px;width:112px;height:112px}.conversation-placeholder h1,.selected-user h1{margin:22px 0 8px;font-size:34px}.conversation-placeholder p,.selected-user p{color:#8f8f8f;margin:0;line-height:1.6}.selected-user-avatar{width:96px;height:96px;margin:0 auto;font-size:38px}.start-chat-button{color:#080808;cursor:pointer;background:#fff;border:1px solid #fff;border-radius:12px;margin-top:24px;padding:13px 22px;font-weight:700}.start-chat-button:hover{background:#ddd}.start-chat-button:disabled{cursor:wait;opacity:.6}.conversation-error{background:#321717;border:1px solid #693737;border-radius:10px;margin-top:18px;padding:11px;font-size:14px}.conversation-screen{grid-template-rows:72px minmax(0,1fr) auto;width:100%;height:100%;min-height:0;display:grid}.conversation-header{background:#111;border-bottom:1px solid #292929;align-items:center;gap:12px;padding:11px 18px;display:flex}.conversation-avatar{width:46px;height:46px;font-size:18px}.conversation-user strong,.conversation-user span{display:block}.conversation-user span{color:#858585;margin-top:3px;font-size:12px}.mobile-back-button{flex-shrink:0;width:40px;height:40px;font-size:23px;display:none}.messages-placeholder{color:#8f8f8f;text-align:center;place-self:center;padding:30px}.messages-placeholder strong{color:#ddd;margin-bottom:8px;display:block}.messages-placeholder p{margin:0}.message-composer input{color:#fff;background:#1a1a1a;border:1px solid #303030;border-radius:12px;width:100%;padding:12px 14px}.message-composer button{color:#080808;background:#fff;border:0;border-radius:12px;width:46px;height:46px}.message-composer input:disabled,.message-composer button:disabled{cursor:not-allowed;opacity:.5}.selected-back{margin:0 auto 20px 0}@media (width<=720px){.messenger{height:100dvh;display:block}.sidebar{width:100%;height:100dvh}.conversation{width:100%;height:100dvh;display:none}.messenger.mobile-conversation-open .sidebar{display:none}.messenger.mobile-conversation-open .conversation,.mobile-back-button{display:flex}.conversation-screen{grid-template-rows:68px minmax(0,1fr) auto}}.messages-area{flex-direction:column;gap:7px;min-height:0;padding:20px 22px;display:flex;overflow-y:auto}.messages-state{color:#929292;text-align:center;margin:auto;padding:20px}.messages-error{color:#faa}.message-row{width:100%;display:flex}.own-message{justify-content:flex-end}.other-message{justify-content:flex-start}.message-bubble{word-break:break-word;border-radius:15px;max-width:min(72%,620px);padding:9px 12px 6px}.own-message .message-bubble{color:#090909;background:#fff;border-bottom-right-radius:5px}.other-message .message-bubble{color:#fff;background:#1d1d1d;border:1px solid #303030;border-bottom-left-radius:5px}.message-content{white-space:pre-wrap;font-size:15px;line-height:1.45}.message-time{text-align:right;opacity:.55;margin-top:3px;font-size:10px}.message-composer{background:#111;border-top:1px solid #292929;grid-template-columns:minmax(0,1fr) 46px;align-items:end;gap:10px;padding:10px 16px;display:grid}.message-composer textarea{resize:none;color:#fff;width:100%;min-height:46px;max-height:130px;font:inherit;background:#1a1a1a;border:1px solid #303030;border-radius:12px;outline:none;padding:12px 14px;line-height:20px;overflow-y:auto}.message-composer textarea:focus{border-color:#777}.message-composer textarea::placeholder{color:#747474}.message-composer textarea:disabled{opacity:.6}.message-composer button:disabled{cursor:not-allowed;opacity:.4}@media (width<=720px){.messages-area{padding:14px 10px}.message-bubble{max-width:86%}.message-composer{padding:9px 10px}}.chat-item-details{flex:1;min-width:0}.chat-item-meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:7px;min-width:34px;display:flex}.chat-item-meta time{color:#777;font-size:10px}.unread-badge{color:#090909;background:#fff;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;font-weight:800;display:flex}.online-status{color:#55d98b!important}.offline-status{color:#858585!important}.typing-status{color:#d8d8d8!important}.attachment-composer{grid-template-columns:44px minmax(0,1fr) 46px}.attachment-input{display:none}.attachment-button{cursor:pointer;width:44px;height:46px;font-size:20px;color:#fff!important;background:#1a1a1a!important;border:1px solid #303030!important;border-radius:12px!important}.attachment-button:hover:not(:disabled){background:#292929!important}.selected-file-preview{background:#191919;border:1px solid #303030;border-radius:12px;grid-column:1/-1;align-items:center;gap:11px;min-width:0;padding:9px 11px;display:flex}.selected-file-preview img,.selected-file-icon{border-radius:9px;flex-shrink:0;width:50px;height:50px}.selected-file-preview img{object-fit:cover}.selected-file-icon{background:#272727;justify-content:center;align-items:center;font-size:24px;display:flex}.selected-file-details{flex:1;min-width:0}.selected-file-details strong,.selected-file-details span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.selected-file-details strong{font-size:13px}.selected-file-details span{color:#858585;margin-top:4px;font-size:11px}.remove-selected-file{cursor:pointer;flex-shrink:0;font-size:21px;color:#fff!important;background:#2c2c2c!important;border:0!important;border-radius:50%!important;width:34px!important;height:34px!important}.message-image-attachment{min-width:180px;margin-bottom:5px}.message-image-button{cursor:zoom-in;background:0 0;border:0;border-radius:11px;width:100%;padding:0;display:block;overflow:hidden}.message-image-button img{object-fit:contain;border-radius:11px;width:auto;max-width:min(360px,58vw);max-height:440px;display:block}.attachment-loading{opacity:.7;background:#00000026;border-radius:11px;justify-content:center;align-items:center;min-width:220px;min-height:130px;font-size:12px;display:flex}.attachment-actions{opacity:.75;justify-content:space-between;align-items:center;gap:14px;padding-top:6px;font-size:10px;display:flex}.attachment-actions button{color:inherit;cursor:pointer;background:#7f7f7f38;border:0;border-radius:7px;padding:4px 8px;font-size:10px}.message-file-attachment{background:#7f7f7f24;border-radius:11px;grid-template-columns:42px minmax(0,1fr) 36px;align-items:center;gap:9px;min-width:min(290px,60vw);margin-bottom:5px;padding:8px;display:grid;position:relative}.file-attachment-icon{background:#7f7f7f2e;border-radius:9px;justify-content:center;align-items:center;width:42px;height:42px;font-size:20px;display:flex}.file-attachment-details{min-width:0}.file-attachment-details strong,.file-attachment-details span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.file-attachment-details strong{font-size:12px}.file-attachment-details span{opacity:.65;margin-top:4px;font-size:10px}.message-file-attachment>button{width:34px;height:34px;color:inherit;cursor:pointer;background:#7f7f7f33;border:0;border-radius:9px;font-size:18px}.message-file-attachment button:disabled,.attachment-actions button:disabled{cursor:wait;opacity:.5}.attachment-error{color:#ff9c9c;margin-top:5px;font-size:10px}.file-error{grid-column:1/-1}.message-image-attachment+.message-content,.message-file-attachment+.message-content{margin-top:7px}@media (width<=720px){.attachment-composer{grid-template-columns:42px minmax(0,1fr) 44px}.attachment-button{width:42px}.message-image-button img{max-width:76vw;max-height:55vh}.message-file-attachment{min-width:min(250px,72vw)}}.attachment-composer{min-height:68px;max-height:220px;overflow-y:auto}.selected-file-preview{flex-shrink:0}.selected-file-preview video{object-fit:cover;background:#000;border-radius:9px;flex-shrink:0;width:50px;height:50px}.message-video-attachment{min-width:220px;margin-bottom:5px}.message-video-attachment video{object-fit:contain;background:#000;border-radius:11px;width:auto;max-width:min(420px,62vw);max-height:460px;display:block}.message-video-attachment+.message-content{margin-top:7px}@media (width<=720px){.message-video-attachment video{max-width:78vw;max-height:55vh}}.voice-enabled-composer{grid-template-columns:44px 44px minmax(0,1fr) 46px}.voice-record-button{cursor:pointer;width:44px;height:46px;font-size:19px;color:#fff!important;background:#1a1a1a!important;border:1px solid #303030!important;border-radius:12px!important}.voice-record-button:hover:not(:disabled){background:#292929!important}.voice-record-button:disabled{cursor:not-allowed;opacity:.45}.voice-record-button.recording{background:#351919!important;border-color:#8f3636!important}.voice-recording-panel{background:#1d1717;border:1px solid #3a3030;border-radius:12px;grid-column:3/-1;justify-content:space-between;align-items:center;gap:12px;min-width:0;min-height:46px;padding:6px 8px 6px 14px;display:flex}.voice-recording-status{color:#f1dede;align-items:center;gap:8px;min-width:0;font-size:13px;display:flex}.voice-recording-status strong{color:#fff;font-variant-numeric:tabular-nums;min-width:40px}.voice-recording-dot{background:#ff5656;border-radius:50%;flex-shrink:0;width:9px;height:9px;animation:1.2s ease-in-out infinite voice-recording-pulse;box-shadow:0 0 0 4px #ff56561f}@keyframes voice-recording-pulse{0%,to{opacity:1}50%{opacity:.38}}.voice-recording-actions{flex-shrink:0;align-items:center;gap:7px;display:flex}.voice-recording-actions button{cursor:pointer;font-size:18px;color:#fff!important;border:0!important;border-radius:50%!important;width:34px!important;height:34px!important;padding:0!important}.voice-cancel-button{background:#333!important}.voice-send-button{background:#b63e3e!important}.message-voice-attachment{background:#7f7f7f24;border-radius:11px;width:min(330px,60vw);min-width:220px;margin-bottom:5px;padding:9px 10px}.voice-message-heading{opacity:.8;align-items:center;gap:7px;margin-bottom:7px;font-size:11px;display:flex}.message-voice-attachment audio{width:100%;height:38px;display:block}.voice-loading{opacity:.7;background:#00000024;border-radius:9px;min-height:38px;padding:9px;font-size:11px}.message-voice-attachment+.message-content{margin-top:7px}@media (width<=720px){.voice-enabled-composer{grid-template-columns:42px 42px minmax(0,1fr) 44px}.voice-record-button{width:42px}.voice-recording-panel{gap:8px;padding-left:10px}.voice-recording-status>span:not(.voice-recording-dot){display:none}.message-voice-attachment{width:min(290px,76vw);min-width:210px}}.voice-stop-button{background:#b63e3e!important}.voice-preview-panel{background:#181818;border:1px solid #303030;border-radius:12px;grid-column:3/-1;grid-template-columns:minmax(0,1fr) auto 34px 38px;align-items:center;gap:8px;min-width:0;min-height:46px;padding:6px 8px;display:grid}.voice-preview-panel audio{width:100%;min-width:120px;height:36px;display:block}.voice-preview-duration{color:#d0d0d0;font-variant-numeric:tabular-nums;text-align:center;min-width:38px;font-size:12px}.voice-preview-panel button{cursor:pointer;font-size:18px;color:#fff!important;border:0!important;border-radius:50%!important;width:34px!important;height:34px!important;padding:0!important}.voice-preview-panel .voice-send-button{background:#2f8f5b!important;width:38px!important}.voice-preview-panel button:disabled{cursor:not-allowed;opacity:.5}@media (width<=720px){.voice-preview-panel{grid-template-columns:minmax(0,1fr) 34px 38px;gap:6px}.voice-preview-duration{display:none}}.voice-preview-panel{z-index:2;grid-column:3/-1;grid-template-columns:minmax(0,1fr) 38px 38px;align-items:center;gap:8px;min-width:0;display:grid;position:relative}.voice-preview-panel audio{grid-column:1/-1;width:100%;min-width:0;max-width:100%;height:38px;display:block}.voice-preview-duration{grid-column:1;justify-self:start}.voice-preview-panel .voice-cancel-button{z-index:3;grid-column:2;position:relative}.voice-preview-panel .voice-send-button{z-index:3;grid-column:3;position:relative;pointer-events:auto!important}@media (width<=720px){.voice-preview-panel{grid-template-columns:minmax(0,1fr) 38px 38px}.voice-preview-duration{display:block}}.notification-button{font-size:19px}.notification-button.enabled{color:#63e69b;background:#1c2b22}.notification-button.enabled:hover{color:#7af0ad;background:#24372b}.result-avatar,.selected-user-avatar,.conversation-avatar,.user-avatar,.profile-avatar{overflow:hidden}.result-avatar img,.selected-user-avatar img,.conversation-avatar img,.user-avatar img,.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-open-button{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex:1;align-items:center;gap:11px;padding:0;display:flex}.profile-open-button:hover .user-details strong{text-decoration:underline}.profile-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.profile-modal{background:#141414;border:1px solid #303030;border-radius:22px;width:min(540px,100%);max-height:calc(100vh - 40px);overflow-y:auto;box-shadow:0 24px 80px #00000094}.profile-modal-header{border-bottom:1px solid #292929;justify-content:space-between;align-items:flex-start;gap:20px;padding:22px 24px 18px;display:flex}.profile-modal-header span{color:#7f7f7f;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:700;display:block}.profile-modal-header h2{margin:0;font-size:25px}.profile-close-button{color:#d7d7d7;cursor:pointer;background:#242424;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:25px;line-height:1;display:flex}.profile-close-button:hover{color:#fff;background:#303030}.profile-avatar-section{border-bottom:1px solid #292929;align-items:center;gap:20px;padding:24px;display:flex}.profile-avatar{color:#090909;background:#fff;border:3px solid #3a3a3a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:104px;height:104px;font-size:38px;font-weight:800;display:flex}.profile-avatar-actions{flex:1;min-width:0}.profile-avatar-actions strong,.profile-avatar-actions span{display:block}.profile-avatar-actions strong{font-size:16px}.profile-avatar-actions span{color:#858585;margin-top:5px;font-size:12px}.profile-avatar-actions>div{flex-wrap:wrap;gap:8px;margin-top:14px;display:flex}.profile-avatar-input{display:none}.profile-secondary-button,.profile-danger-button,.profile-save-button{cursor:pointer;border:0;border-radius:10px;font-weight:700}.profile-secondary-button,.profile-danger-button{padding:9px 12px;font-size:12px}.profile-secondary-button{color:#111;background:#f2f2f2}.profile-danger-button{color:#ffb7b7;background:#302020}.profile-secondary-button:disabled,.profile-danger-button:disabled,.profile-save-button:disabled{cursor:not-allowed;opacity:.55}.profile-form{flex-direction:column;gap:16px;padding:24px;display:flex}.profile-form label{color:#d6d6d6;flex-direction:column;gap:8px;font-size:13px;font-weight:700;display:flex}.profile-form input{color:#fff;width:100%;font:inherit;background:#1d1d1d;border:1px solid #343434;border-radius:11px;outline:none;padding:12px 13px}.profile-form input:focus{border-color:#777}.profile-account-info{color:#858585;background:#1b1b1b;border-radius:11px;flex-wrap:wrap;justify-content:space-between;gap:8px 16px;padding:12px 13px;font-size:12px;display:flex}.profile-status{border-radius:10px;padding:10px 12px;font-size:13px}.profile-status-error{color:#ffb7b7;background:#321d1d}.profile-status-success{color:#a7efbf;background:#1c3023}.profile-save-button{color:#111;background:#fff;min-height:44px;padding:11px 16px;font-size:14px}@media (width<=720px){.profile-overlay{align-items:flex-end;padding:0}.profile-modal{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;max-height:92vh}.profile-modal-header,.profile-form{padding-left:18px;padding-right:18px}.profile-avatar-section{align-items:flex-start;padding:20px 18px}.profile-avatar{width:84px;height:84px;font-size:32px}.profile-avatar-actions>div{flex-direction:column;align-items:stretch}}.stories-section{border-bottom:1px solid #262626;flex-shrink:0}.stories-strip{scrollbar-width:thin;scrollbar-color:#3a3a3a transparent;align-items:flex-start;gap:10px;min-height:104px;padding:12px 12px 10px;display:flex;overflow-x:auto}.story-card{color:#cfcfcf;cursor:pointer;background:0 0;border:0;flex-direction:column;flex:0 0 68px;align-items:center;gap:7px;width:68px;padding:0;display:flex}.story-card>span:last-child{color:#a0a0a0;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%;font-size:11px;line-height:1.2;overflow:hidden}.story-avatar-ring{border:2px solid #3d3d3d;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;padding:3px;display:flex;position:relative}.story-avatar-ring.unviewed,.story-card.has-story .own-story-ring{border-color:#fff;box-shadow:0 0 0 1px #7b7b7b}.story-avatar-ring.viewed{border-color:#4b4b4b}.story-avatar{color:#111;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:800;display:flex;overflow:hidden}.story-avatar img,.story-viewer-avatar img,.story-viewer-person-avatar img{object-fit:cover;width:100%;height:100%}.story-add-badge{color:#111;background:#fff;border:2px solid #111;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:17px;font-weight:900;line-height:1;display:flex;position:absolute;bottom:-2px;right:-2px}.story-file-input{display:none}.stories-mini-state{color:#777;justify-content:center;align-items:center;min-width:32px;height:62px;display:flex}.stories-error{color:#faa;padding:0 14px 10px;font-size:11px}.story-overlay{z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000e0;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.story-composer{background:#151515;border:1px solid #343434;border-radius:20px;flex-direction:column;width:min(460px,100%);max-height:94vh;display:flex;overflow:hidden;box-shadow:0 24px 70px #000000a6}.story-composer-header{text-align:center;border-bottom:1px solid #292929;grid-template-columns:42px 1fr 42px;align-items:center;padding:10px 12px;display:grid}.story-composer-header button,.story-close-button,.story-delete-button{color:#fff;cursor:pointer;background:#1e1e1ec2;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;display:flex}.story-composer-header button:disabled{cursor:not-allowed;opacity:.45}.story-composer-preview{background:#050505;justify-content:center;align-items:center;min-height:300px;max-height:58vh;display:flex;overflow:hidden}.story-composer-preview img,.story-composer-preview video{object-fit:contain;width:100%;height:100%;max-height:58vh;display:block}.story-composer textarea{resize:none;color:#fff;width:calc(100% - 28px);min-height:62px;font:inherit;background:#202020;border:1px solid #343434;border-radius:12px;outline:none;margin:14px;padding:12px 13px}.story-composer textarea:focus{border-color:#777}.story-composer-error{color:#ffb7b7;background:#321d1d;border-radius:10px;margin:0 14px 12px;padding:10px 12px;font-size:13px}.story-publish-button{color:#111;cursor:pointer;background:#fff;border:0;border-radius:12px;min-height:46px;margin:0 14px 14px;font-size:14px;font-weight:800}.story-publish-button:disabled{cursor:not-allowed;opacity:.55}.story-viewer{background:#050505;border:1px solid #353535;border-radius:20px;flex-direction:column;width:min(480px,100%);height:min(860px,96vh);display:flex;position:relative;overflow:hidden;box-shadow:0 24px 80px #000000b8}.story-progress{z-index:5;gap:4px;display:flex;position:absolute;top:8px;left:10px;right:10px}.story-progress-track{background:#ffffff47;border-radius:999px;flex:1;height:3px;overflow:hidden}.story-progress-fill{border-radius:inherit;transform-origin:0;will-change:transform;background:#fff;width:100%;height:100%;display:block;transform:scaleX(0)}.story-viewer-header{z-index:4;background:linear-gradient(#000000d1,#0000);align-items:center;gap:10px;padding:10px 14px;display:flex;position:absolute;top:18px;left:0;right:0}.story-viewer-avatar,.story-viewer-person-avatar{color:#111;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;overflow:hidden}.story-viewer-avatar{aspect-ratio:1;flex:0 0 40px;width:40px;min-width:40px;height:40px;min-height:40px}.story-viewer-user-info{flex:1;min-width:0}.story-viewer-header strong,.story-viewer-header span{display:block}.story-viewer-header strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.story-viewer-header span{color:#c4c4c4;margin-top:2px;font-size:11px}.story-delete-button{width:36px;height:36px;font-size:16px}.story-close-button{width:36px;height:36px;font-size:23px}.story-media-stage{background:#000;flex:1;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;overflow:hidden}.story-media-stage img,.story-media-stage video{object-fit:contain;width:100%;height:100%;display:block}.story-media-state{color:#b6b6b6;text-align:center;padding:20px}.story-media-error{color:#faa}.story-hold-zone{z-index:3;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;position:absolute;inset:84px 24% 104px}.story-pause-indicator{z-index:7;color:#fff;letter-spacing:4px;pointer-events:none;background:#0000008a;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:68px;height:68px;font-size:24px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.story-navigation{z-index:3;color:#ffffffbf;cursor:pointer;opacity:0;background:0 0;border:0;width:24%;font-size:52px;transition:opacity .15s;position:absolute;top:84px;bottom:80px}.story-viewer:hover .story-navigation:not(:disabled){opacity:1}.story-navigation:disabled{cursor:default}.story-navigation-left{text-align:left;padding-left:16px;left:0}.story-navigation-right{text-align:right;padding-right:16px;right:0}.story-viewer-footer{z-index:4;pointer-events:none;background:linear-gradient(#0000,#000000e0);justify-content:space-between;align-items:flex-end;gap:12px;padding:54px 16px 16px;display:flex;position:absolute;bottom:0;left:0;right:0}.story-viewer-footer p{color:#fff;overflow-wrap:anywhere;max-width:82%;margin:0;font-size:14px;line-height:1.4}.story-views-button{color:#fff;cursor:pointer;pointer-events:auto;background:#141414c7;border:0;border-radius:999px;min-width:54px;padding:8px 10px}.story-viewers-panel{z-index:8;background:#171717;border-top:1px solid #353535;border-radius:18px 18px 0 0;max-height:58%;position:absolute;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 -12px 42px #0000008c}.story-viewers-panel>header{background:#171717;border-bottom:1px solid #2c2c2c;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:sticky;top:0}.story-viewers-panel>header button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:22px}.story-viewer-person{color:#fff;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #252525;align-items:center;gap:11px;padding:11px 16px;display:flex}.story-viewer-person:hover,.story-viewer-person:focus-visible{background:#242424;outline:none}.story-viewer-person-avatar{width:40px;height:40px}.story-viewer-person strong,.story-viewer-person span{display:block}.story-viewer-person span{color:#858585;margin-top:3px;font-size:11px}.story-viewers-state{color:#999;text-align:center;padding:22px 16px;font-size:13px}@media (width<=720px){.stories-strip{min-height:96px;padding-left:10px;padding-right:10px}.story-overlay{padding:0}.story-viewer,.story-composer{border:0;border-radius:0;width:100%;height:100%;max-height:none}.story-composer-preview{flex:1;min-height:0;max-height:none}.story-composer-preview img,.story-composer-preview video{max-height:none}.story-navigation{opacity:0}}.story-menu-button{color:#fff;cursor:pointer;background:#1e1e1ec2;border:0;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:25px;line-height:1;display:flex}.story-author-menu{z-index:12;background:#191919fa;border:1px solid #3a3a3a;border-radius:14px;flex-direction:column;width:220px;display:flex;position:absolute;top:70px;right:54px;overflow:hidden;box-shadow:0 18px 50px #000000a6}.story-author-menu button{color:#fff;min-height:46px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #303030;padding:10px 14px}.story-author-menu button:last-child{border-bottom:0}.story-author-menu button:hover{background:#303030}.story-author-menu button.danger{color:#ff9d9d}.story-interactions-footer{pointer-events:none;padding-top:72px;display:block}.story-interactions-footer>p{max-width:100%;margin-bottom:10px}.story-response-area{pointer-events:auto;align-items:center;gap:9px;width:100%;display:flex}.story-heart-button{color:#fff;cursor:pointer;background:#141414d1;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:48px;height:44px;font-size:27px;display:flex}.story-heart-button.active{color:#ff5d82;background:#67102bd6;border-color:#ff4d74}.story-heart-button span{font-size:12px;font-weight:800}.story-heart-button:disabled{cursor:wait;opacity:.6}.story-reply-form{background:#141414d1;border:1px solid #ffffff47;border-radius:999px;flex:1;align-items:center;gap:7px;min-width:0;padding:4px 5px 4px 13px;display:flex}.story-reply-form input{color:#fff;min-width:0;height:34px;font:inherit;background:0 0;border:0;outline:none;flex:1}.story-reply-form input::placeholder{color:#b5b5b5}.story-reply-form button{color:#111;cursor:pointer;background:#fff;border:0;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;font-weight:900;display:flex}.story-reply-form button:disabled{cursor:not-allowed;opacity:.45}.story-action-status{color:#bdf4c5;pointer-events:auto;margin-top:7px;font-size:12px}.story-action-status.error,.story-panel-error{color:#faa}.story-edit-panel{z-index:13;background:#191919;border:1px solid #3a3a3a;border-radius:16px;padding:14px;position:absolute;bottom:12px;left:12px;right:12px;box-shadow:0 18px 60px #000000b8}.story-edit-panel>header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.story-edit-panel>header button{color:#fff;cursor:pointer;background:0 0;border:0;font-size:24px}.story-edit-panel textarea{resize:vertical;color:#fff;width:100%;min-height:88px;font:inherit;box-sizing:border-box;background:#232323;border:1px solid #3b3b3b;border-radius:11px;outline:none;padding:11px 12px}.story-edit-panel p{color:#979797;margin:9px 0;font-size:11px;line-height:1.4}.story-edit-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.story-edit-actions button{color:#fff;cursor:pointer;background:#252525;border:1px solid #3b3b3b;border-radius:10px;min-height:39px;padding:8px 14px}.story-edit-actions button.primary{color:#111;background:#fff;border-color:#fff;font-weight:800}.story-viewers-panel>header>div{min-width:0}.story-viewers-panel>header span{color:#9c9c9c;margin-top:3px;font-size:11px;display:block}.story-stat-summary{color:#ff708f;border-bottom:1px solid #292929;padding:10px 16px;font-size:12px;font-weight:700}.story-viewer-person-info{flex:1;min-width:0}.story-viewer-reaction{color:#ff557a;font-size:23px}@media (width<=560px){.story-author-menu{width:205px;right:48px}.story-interactions-footer{padding-bottom:12px;padding-left:12px;padding-right:12px}.story-heart-button{min-width:44px}}.conversation-user{flex:1;min-width:0}.conversation-menu-button{color:#fff;cursor:pointer;background:0 0;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;line-height:1;display:flex}.conversation-menu-button:hover{background:#242424}.chat-item,.message-bubble-actionable{-webkit-touch-callout:none}.message-bubble-actionable{cursor:pointer}.message-bubble-actionable:active{transform:scale(.995)}.delete-action-backdrop{z-index:80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000ad;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:fixed;inset:0}.delete-action-sheet{background:#171717;border:1px solid #333;border-radius:22px;width:min(100%,440px);padding:8px;overflow:hidden;box-shadow:0 24px 80px #000000c7}.delete-action-handle{background:#555;border-radius:999px;width:42px;height:4px;margin:3px auto 10px}.delete-action-sheet>header{padding:8px 12px 14px}.delete-action-sheet>header strong,.delete-action-sheet>header span{display:block}.delete-action-sheet>header strong{color:#fff;font-size:15px}.delete-action-sheet>header span{color:#999;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:12px;line-height:1.4;overflow:hidden}.delete-action-sheet>button{color:#fff;width:100%;min-height:50px;font:inherit;text-align:left;cursor:pointer;background:#252525;border:0;border-radius:14px;margin-top:6px;padding:12px 14px;font-weight:700;display:block}.delete-action-sheet>button:hover{background:#303030}.delete-action-sheet>button.danger{color:#ff9aa5;background:#3a171b}.delete-action-sheet>button.cancel{color:#aaa;text-align:center;background:0 0}.delete-action-sheet>button:disabled{cursor:wait;opacity:.5}.delete-chat-person{align-items:center;gap:12px;display:flex}.delete-chat-person>div{flex:1;min-width:0}.delete-chat-avatar{color:#090909;background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;font-weight:800;display:flex}@media (width>=721px){.delete-action-backdrop{align-items:center}}.delete-chat-avatar,.delete-chat-avatar img{border-radius:50%;flex:0 0 46px;min-width:46px;max-width:46px;min-height:46px;max-height:46px;width:46px!important;height:46px!important}.delete-chat-avatar{overflow:hidden}.delete-chat-avatar img{object-fit:cover;display:block}.messages-area{scroll-behavior:smooth;background:radial-gradient(circle at 15% 20%,#ffffff06,#0000 28%),radial-gradient(circle at 85% 70%,#ffffff05,#0000 30%),#0d0d0d}.message-block{width:100%}.message-row{border-radius:14px;align-items:flex-end;gap:7px;padding:1px 4px;transition:background .15s,transform .15s;animation:.18s ease-out both message-arrive;position:relative}@keyframes message-arrive{0%{opacity:0;transform:translateY(5px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.message-row.selection-mode{cursor:pointer}.message-row.message-selected{background:#69beff21}.message-selection-check{color:#0b0b0b;background:#151515;border:2px solid #686868;border-radius:50%;flex:0 0 25px;justify-content:center;align-self:center;align-items:center;width:25px;height:25px;font-size:15px;font-weight:900;transition:transform .15s,background .15s,border-color .15s;display:flex}.message-selection-check.checked{background:#fff;border-color:#fff;transform:scale(1.06)}.own-message .message-selection-check{order:-2}.message-cluster{flex-direction:column;align-items:flex-start;min-width:0;max-width:min(72%,620px);display:flex}.own-message .message-cluster{align-items:flex-end}.message-cluster .message-bubble{max-width:100%}.quick-reaction-button{color:#8a8a8a;cursor:pointer;opacity:.48;background:0 0;border:0;border-radius:50%;flex:0 0 30px;width:30px;height:30px;margin-bottom:2px;font-size:18px;transition:opacity .15s,background .15s,transform .15s}.message-row:hover .quick-reaction-button,.quick-reaction-button:focus-visible{opacity:1}.quick-reaction-button:hover{background:#252525;transform:scale(1.08)}.own-message .quick-reaction-button{order:-1}.message-date-separator{z-index:2;pointer-events:none;justify-content:center;padding:12px 0 8px;display:flex;position:relative}.message-date-separator span{color:#bdbdbd;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:#1e1e1ee0;border:1px solid #ffffff14;border-radius:999px;padding:5px 11px;font-size:11px;font-weight:700;box-shadow:0 5px 18px #00000047}.message-bubble.emoji-only-bubble{padding:0 2px 2px;box-shadow:none!important;background:0 0!important;border:0!important}.message-content.emoji-only{letter-spacing:1px;filter:drop-shadow(0 4px 7px #00000047);transform-origin:bottom;line-height:1.02;animation:.26s cubic-bezier(.2,1.4,.35,1) both emoji-pop}.message-content.emoji-only.emoji-count-1{font-size:54px}.message-content.emoji-only.emoji-count-2{font-size:45px}.message-content.emoji-only.emoji-count-3{font-size:38px}.emoji-only-bubble .message-time{color:#a5a5a5;margin-top:-1px;padding:2px 4px 0}@keyframes emoji-pop{0%{opacity:0;transform:scale(.58)rotate(-5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.message-reactions{flex-wrap:wrap;gap:4px;max-width:100%;margin-top:3px;display:flex}.own-message .message-reactions{justify-content:flex-end}.message-reaction{color:#d2d2d2;cursor:pointer;background:#1d1d1d;border:1px solid #343434;border-radius:999px;justify-content:center;align-items:center;gap:4px;min-width:42px;height:28px;padding:0 8px;transition:transform .14s,border-color .14s,background .14s;display:inline-flex}.message-reaction span{font-size:16px}.message-reaction strong{font-size:11px}.message-reaction.active{color:#b9e1ff;background:#4a9de030;border-color:#72bfff;animation:.22s cubic-bezier(.2,1.5,.3,1) reaction-pop}.message-reaction:active{transform:scale(.92)}@keyframes reaction-pop{50%{transform:scale(1.16)}}.message-reaction-picker{grid-template-columns:repeat(4,1fr);gap:8px;padding:2px 8px 8px;display:grid}.message-reaction-picker button{cursor:pointer;background:#242424;border:1px solid #323232;border-radius:16px;height:52px;font-size:27px;transition:transform .14s,background .14s,border-color .14s}.message-reaction-picker button:hover,.message-reaction-picker button.active{background:#303d47;border-color:#6aabdc;transform:translateY(-2px)scale(1.04)}.message-reaction-picker button:disabled{opacity:.55}.selection-header{background:#171d21;gap:10px;animation:.16s ease-out selection-slide}@keyframes selection-slide{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.selection-close-button,.selection-delete-button{color:#fff;cursor:pointer;background:#292f33;border:0;border-radius:50%;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:24px;display:flex}.selection-title{flex:1;min-width:0}.selection-title strong,.selection-title span{display:block}.selection-title strong{color:#fff;font-size:15px}.selection-title span{color:#9aa4aa;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.selection-all-button{color:#9ed6ff;cursor:pointer;background:0 0;border:0;border-radius:10px;min-width:48px;padding:8px 10px;font-weight:750}.selection-all-button:disabled{opacity:.35}.selection-delete-button{background:#3b1f23;font-size:18px}.message-selection-footer{background:#151b1f;border-top:1px solid #2b3236;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;min-height:66px;padding:9px 14px;display:grid}.message-selection-footer span{color:#aeb7bc;text-align:center;font-size:12px}.message-selection-footer button{color:#fff;cursor:pointer;background:#2a3237;border:0;border-radius:12px;min-height:42px;padding:0 14px;font-weight:750}.message-selection-footer .selection-footer-delete{color:#ffb8c0;background:#4a2027}.batch-delete-note{color:#dbc792;background:#27231a;border-radius:12px;margin:8px 10px 2px;padding:11px 12px;font-size:12px;line-height:1.4}.chat-item{transition:background .15s,transform .15s,border-color .15s}.chat-item:active{transform:scale(.985)}@media (width<=720px){.message-cluster{max-width:82%}.quick-reaction-button{opacity:.72;flex-basis:28px;width:28px;height:28px}.message-row.selection-mode .message-cluster{max-width:calc(82% - 20px)}.selection-title span{display:none}.message-selection-footer{padding-bottom:max(9px, env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.message-row,.message-content.emoji-only,.message-reaction.active,.selection-header{animation:none}}.message-meta{color:#8c8c8c;justify-content:flex-end;align-items:center;gap:5px;min-height:17px;margin-top:3px;font-size:10px;line-height:1;display:flex}.message-time{color:inherit;margin:0;position:static}.message-edited-label{color:#8c8c8c;font-size:10px}.message-status{letter-spacing:-4px;min-width:14px;font-size:12px;font-weight:800;transform:translate(-1px)}.message-status.sent,.message-status.delivered{color:#8f969b}.message-status.read{color:#42a5f5}.message-reply-preview{width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff12;border:0;border-left:3px solid #5aaee8;border-radius:8px;flex-direction:column;gap:2px;margin-bottom:7px;padding:7px 9px;display:flex}.message-reply-preview strong{color:#75c6ff;font-size:11px}.message-reply-preview span{color:#c4c7c9;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.reply-composer-preview{background:#20272c;border-left:3px solid #5aaee8;border-radius:10px;flex:0 0 100%;order:-3;grid-template-columns:28px minmax(0,1fr) 34px;align-items:center;gap:8px;width:100%;margin:-2px 0 2px;padding:8px 9px;display:grid}.reply-composer-icon{color:#72c5ff;text-align:center;font-size:19px}.reply-composer-preview div{min-width:0}.reply-composer-preview strong,.reply-composer-preview div span{display:block}.reply-composer-preview strong{color:#72c5ff;font-size:12px}.reply-composer-preview div span{color:#b5bbc0;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.reply-composer-preview>button{color:#b8bec2!important;background:0 0!important;border-radius:50%!important;width:30px!important;min-width:30px!important;height:30px!important;font-size:20px!important}.message-action-sheet{max-height:min(82vh,720px);overflow-y:auto}.message-action-list{background:#1b2024;border:1px solid #30363a;border-radius:16px;flex-direction:column;margin:8px 0;display:flex;overflow:hidden}.message-action-row{text-align:left;cursor:pointer;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:50px;color:#f4f4f4!important;background:0 0!important;border:0!important;border-bottom:1px solid #2b3135!important;border-radius:0!important;padding:0 14px!important;display:grid!important}.message-action-row:last-child{border-bottom:0!important}.message-action-row:hover{background:#252c31!important}.message-action-emoji{text-align:center;width:28px;font-size:20px}.message-action-chevron{color:#89939a;font-size:17px}.message-action-row.danger-row{color:#ff9ea8!important}.message-action-sheet .message-reaction-picker{background:#171c20;border-bottom:1px solid #2b3135;margin:0;padding:10px;animation:.15s ease-out reaction-panel-open}@keyframes reaction-panel-open{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.edit-message-card{background:#171b1e;border:1px solid #333b40;border-radius:20px;width:min(92vw,520px);padding:18px;box-shadow:0 24px 70px #0000008c}.edit-message-card header strong,.edit-message-card header span{display:block}.edit-message-card header strong{font-size:17px}.edit-message-card header span{color:#929ba1;margin-top:4px;font-size:12px}.edit-message-card textarea{resize:vertical;color:#fff;width:100%;min-height:130px;font:inherit;background:#20262a;border:1px solid #3a4247;border-radius:13px;outline:none;margin-top:14px;padding:12px 13px;line-height:1.45}.edit-message-card textarea:focus{border-color:#5aaee8;box-shadow:0 0 0 3px #5aaee824}.edit-message-actions{justify-content:flex-end;gap:9px;margin-top:14px;display:flex}.edit-message-actions button{color:#fff;cursor:pointer;background:#4d9fd6;border:0;border-radius:12px;min-height:42px;padding:0 17px;font-weight:750}.edit-message-actions button.secondary{color:#d8dcdf;background:#2b3237}.edit-message-actions button:disabled{opacity:.5;cursor:default}.action-feedback-toast{z-index:2400;left:50%;bottom:max(24px, env(safe-area-inset-bottom));color:#fff;text-align:center;background:#1c2226f5;border:1px solid #3a4247;border-radius:999px;max-width:min(88vw,430px);padding:11px 16px;font-size:13px;animation:.18s ease-out toast-rise;position:fixed;transform:translate(-50%);box-shadow:0 12px 36px #0000006b}@keyframes toast-rise{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}.message-highlight-flash .message-bubble{animation:1.1s message-highlight}@keyframes message-highlight{0%,to{box-shadow:none}35%{box-shadow:0 0 0 4px #5aaee852}}@media (width<=720px){.message-action-sheet{max-height:86vh}.edit-message-card{width:calc(100vw - 24px);padding:16px}}.message-composer.voice-enabled-composer{padding:9px 12px max(9px, env(safe-area-inset-bottom));background:#111315fa;border-top:1px solid #282d31;grid-template-columns:34px minmax(0,1fr) 46px;grid-auto-flow:row;align-items:end;gap:7px;display:grid;box-shadow:0 -8px 24px #00000029}.message-composer.voice-enabled-composer>.reply-composer-preview,.message-composer.voice-enabled-composer>.selected-file-preview{grid-column:1/-1}.reply-composer-preview{background:linear-gradient(135deg,#1d252a,#1a2024);border:1px solid #2c3941;border-radius:13px;grid-template-columns:4px minmax(0,1fr) 32px;align-items:center;gap:10px;width:auto;min-width:0;margin:0 0 2px;padding:8px 8px 8px 0;display:grid;box-shadow:0 5px 18px #0000002e}.reply-composer-preview:before{content:"";background:#58b7f2;border-radius:0 5px 5px 0;align-self:stretch}.reply-composer-icon{display:none}.reply-composer-copy{min-width:0;overflow:hidden}.reply-composer-copy strong,.reply-composer-copy span{min-width:0;display:block}.reply-composer-copy strong{color:#72c9ff;margin-bottom:2px;font-size:12px;line-height:1.2}.reply-composer-copy span{color:#c5cbd0;white-space:normal;overflow-wrap:anywhere;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.3;display:-webkit-box;overflow:hidden}.reply-composer-preview>button{align-self:center;color:#c4cbd0!important;background:#ffffff0e!important;border:0!important;border-radius:50%!important;width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;font-size:21px!important;line-height:1!important}.message-composer.voice-enabled-composer textarea{resize:none;color:#fff;width:100%;min-width:0;min-height:46px;max-height:138px;font:inherit;word-break:normal;overflow-wrap:break-word;white-space:pre-wrap;background:#202427;border:1px solid #30383d;border-radius:18px;outline:none;grid-column:2;margin:0;padding:12px 14px;font-size:15px;line-height:21px;transition:height 90ms,border-color .15s,box-shadow .15s;overflow:hidden}.message-composer.voice-enabled-composer textarea:focus{border-color:#4c697a;box-shadow:0 0 0 3px #53a5d81a}.message-composer.voice-enabled-composer textarea::placeholder{color:#7f878c}.attachment-button{cursor:pointer;grid-column:1;align-self:end;color:#b9c1c7!important;width:34px!important;min-width:34px!important;height:46px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important}.attachment-button span{font-size:25px;line-height:1;transition:transform .14s,opacity .14s;display:inline-block;transform:rotate(-38deg)}.attachment-button:hover:not(:disabled),.attachment-button:active:not(:disabled){background:0 0!important}.attachment-button:active:not(:disabled) span{transform:rotate(-38deg)scale(.9)}.composer-main-action{cursor:pointer;grid-column:3;align-self:end;transition:transform .12s,filter .12s,background .16s;box-shadow:0 5px 16px #00000047;color:#fff!important;border:0!important;border-radius:50%!important;width:46px!important;min-width:46px!important;height:46px!important;padding:0!important;font-size:20px!important;line-height:1!important}.composer-main-action:active:not(:disabled){transform:scale(.91)}.composer-send-button{background:#2797d8!important}.composer-microphone-button{background:#262c30!important;font-size:19px!important}.composer-main-action:disabled{cursor:default;opacity:.5}.message-composer.voice-enabled-composer .voice-recording-panel,.message-composer.voice-enabled-composer .voice-preview-panel{grid-column:2/-1;width:100%;min-width:0;margin:0}.message-composer.voice-enabled-composer .voice-recording-panel{border-radius:18px;min-height:46px}.message-composer.voice-enabled-composer .voice-preview-panel{border-radius:16px}@media (width<=720px){.message-composer.voice-enabled-composer{padding:8px 8px max(8px, env(safe-area-inset-bottom));grid-template-columns:32px minmax(0,1fr) 44px;gap:6px}.attachment-button{width:32px!important;min-width:32px!important}.attachment-button span{font-size:24px}.composer-main-action{width:44px!important;min-width:44px!important;height:44px!important}.message-composer.voice-enabled-composer textarea{border-radius:17px;min-height:44px;max-height:132px;padding:11px 13px}.reply-composer-preview{grid-template-columns:4px minmax(0,1fr) 30px;gap:8px;padding-right:6px}}.conversation-screen{position:relative}.conversation-menu-button.active{color:#71c7ff;background:#28343b}.chat-tools-backdrop{z-index:1090;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:#0000002e;border:0;padding:0;position:fixed;inset:0}.chat-tools-menu{z-index:1100;background:#171c20fb;border:1px solid #333c42;border-radius:18px;width:min(360px,100% - 24px);padding:7px;animation:.15s ease-out chat-tools-open;position:absolute;top:64px;right:12px;overflow:hidden;box-shadow:0 22px 70px #00000094}@keyframes chat-tools-open{0%{opacity:0;transform:translateY(-7px)scale(.975)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-tools-menu>button{color:#f5f7f8;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:12px;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;width:100%;min-height:58px;padding:8px 11px;display:grid}.chat-tools-menu>button:hover,.chat-tools-menu>button:active{background:#252e34}.chat-tools-menu>button>span{text-align:center;font-size:22px}.chat-tools-menu>button div{min-width:0}.chat-tools-menu>button strong,.chat-tools-menu>button small{display:block}.chat-tools-menu>button strong{font-size:14px;line-height:1.25}.chat-tools-menu>button small{color:#8f9aa1;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:11px;line-height:1.3;overflow:hidden}.chat-tools-menu>button.chat-tools-danger strong{color:#ff9aa6}.chat-tool-modal-backdrop{z-index:1900;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.chat-tool-modal{background:#171c20;border:1px solid #354149;border-radius:22px;flex-direction:column;width:min(760px,100%);min-height:420px;max-height:min(86vh,840px);animation:.17s ease-out chat-tool-modal-open;display:flex;overflow:hidden;box-shadow:0 30px 100px #000000ad}@keyframes chat-tool-modal-open{0%{opacity:0;transform:translateY(12px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.chat-tool-modal-header{background:#1b2125;border-bottom:1px solid #2d353a;justify-content:space-between;align-items:center;gap:12px;min-height:68px;padding:13px 16px;display:flex}.chat-tool-modal-header div{min-width:0}.chat-tool-modal-header span,.chat-tool-modal-header strong{display:block}.chat-tool-modal-header span{color:#89949b;font-size:11px}.chat-tool-modal-header strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:17px;overflow:hidden}.chat-tool-modal-header>button{color:#dbe0e3;cursor:pointer;background:#293136;border:0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;padding:0;font-size:25px;display:flex}.chat-search-field{background:#21282d;border:1px solid #354149;border-radius:15px;grid-template-columns:28px minmax(0,1fr) 32px;align-items:center;gap:7px;margin:14px 15px 8px;padding:5px 7px 5px 10px;display:grid}.chat-search-field>span{text-align:center;font-size:17px}.chat-search-field input{color:#fff;width:100%;min-width:0;height:42px;font:inherit;background:0 0;border:0;outline:none;font-size:14px}.chat-search-field input::placeholder{color:#7e8990}.chat-search-field>button{color:#c5ccd0;cursor:pointer;background:#313a40;border:0;border-radius:50%;width:30px;height:30px;padding:0;font-size:20px}.chat-search-results,.chat-media-content{flex:1;min-height:0;padding:8px 15px 16px;overflow-y:auto}.chat-tool-empty-state{color:#8d989f;text-align:center;margin:28px auto;padding:24px 20px;font-size:13px;line-height:1.5}.chat-search-result{color:#fff;text-align:left;cursor:pointer;background:#1d2428;border:1px solid #2f393f;border-radius:14px;width:100%;margin:0 0 8px;padding:12px 13px;display:block}.chat-search-result:hover,.chat-search-result:active{background:#242d32;border-color:#436274}.chat-search-result-topline{justify-content:space-between;align-items:center;gap:10px;display:flex}.chat-search-result-topline strong{color:#6fc6fb;text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.chat-search-result-topline span{color:#7e8a91;flex-shrink:0;font-size:10px}.chat-search-result p{color:#e7ebed;overflow-wrap:anywhere;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:7px 0 5px;font-size:14px;line-height:1.4;display:-webkit-box;overflow:hidden}.chat-search-result small{color:#7e8a91;font-size:10px}.chat-media-tabs{scrollbar-width:none;border-bottom:1px solid #2b3439;flex-shrink:0;gap:5px;padding:10px 12px;display:flex;overflow-x:auto}.chat-media-tabs::-webkit-scrollbar{display:none}.chat-media-tabs button{color:#aeb7bc;cursor:pointer;background:#20272b;border:1px solid #303a40;border-radius:999px;flex:none;align-items:center;gap:6px;min-height:38px;padding:0 11px;display:flex}.chat-media-tabs button.active{color:#fff;background:#24506a;border-color:#4085aa}.chat-media-tabs button small{background:#ffffff1a;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;font-size:10px;display:flex}.chat-media-content.tab-image,.chat-media-content.tab-video{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));align-content:start;gap:12px;display:grid}.chat-media-content.tab-audio,.chat-media-content.tab-file,.chat-media-content.tab-link{flex-direction:column;gap:10px;display:flex}.chat-media-card{background:#1d2428;border:1px solid #303a40;border-radius:16px;min-width:0;overflow:hidden}.chat-media-attachment-view{min-width:0;padding:8px}.chat-media-card .message-image-attachment,.chat-media-card .message-video-attachment,.chat-media-card .message-voice-attachment,.chat-media-card .message-file-attachment{width:100%;max-width:none;margin:0}.chat-media-card .message-image-button,.chat-media-card .message-image-button img,.chat-media-card .message-video-attachment video{width:100%}.chat-media-card .message-image-button img,.chat-media-card .message-video-attachment video{object-fit:cover;border-radius:11px;max-height:260px}.chat-media-link{color:#72c8ff;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:14px;text-decoration:none;display:grid}.chat-media-link>span{text-align:center;font-size:22px}.chat-media-link div{min-width:0}.chat-media-link strong,.chat-media-link small{display:block}.chat-media-link strong{overflow-wrap:anywhere;font-size:13px;line-height:1.35;overflow:hidden}.chat-media-link small{color:#849198;margin-top:4px;font-size:10px}.chat-media-card footer{border-top:1px solid #2d363b;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.chat-media-card footer span{color:#7e8a91;font-size:10px}.chat-media-card footer button{color:#fff;cursor:pointer;background:#2b566f;border:0;border-radius:9px;padding:7px 10px;font-size:11px}.calendar-month-navigation{grid-template-columns:42px minmax(0,1fr) 42px;align-items:center;gap:8px;padding:16px 18px 10px;display:grid}.calendar-month-navigation strong{text-align:center;text-transform:capitalize;font-size:17px}.calendar-month-navigation button{color:#fff;cursor:pointer;background:#222a2f;border:1px solid #344047;border-radius:12px;width:40px;height:40px;padding:0;font-size:27px;line-height:1}.chat-calendar-weekdays,.chat-calendar-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:6px;padding-left:18px;padding-right:18px;display:grid}.chat-calendar-weekdays{padding-top:4px;padding-bottom:7px}.chat-calendar-weekdays span{color:#77838a;text-align:center;font-size:10px;font-weight:700}.chat-calendar-grid{flex:1;align-content:start;padding-bottom:12px;overflow-y:auto}.chat-calendar-grid button,.calendar-empty-cell{aspect-ratio:1;min-width:0}.chat-calendar-grid button{color:#8c989f;cursor:pointer;background:#20272b;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.chat-calendar-grid button:hover{background:#29343a}.chat-calendar-grid button.has-messages{color:#fff;background:#21445a;border-color:#3e86ad;font-weight:750}.chat-calendar-grid button.today{box-shadow:inset 0 0 0 2px #63c4ff}.chat-calendar-grid button small{color:#10212a;background:#62bde8;border-radius:999px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:8px;font-weight:800;display:flex;position:absolute;bottom:4px;right:4px}.calendar-hint{color:#7f8b92;text-align:center;margin:0;padding:11px 18px 16px;font-size:11px;line-height:1.45}.message-link{color:#70c8ff;text-underline-offset:2px;overflow-wrap:anywhere;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}.attachment-button .paperclip-eyes-icon{color:#b9c7cf;filter:drop-shadow(0 2px 4px #00000038);width:28px;height:38px;margin:0 auto;transition:transform .13s,color .13s;display:block;overflow:visible;transform:none}.attachment-button:hover:not(:disabled) .paperclip-eyes-icon{color:#72c9ff}.attachment-button:active:not(:disabled) .paperclip-eyes-icon{transform:scale(.9)}@media (width<=720px){.chat-tools-menu{width:min(350px,100% - 16px);top:60px;right:8px}.chat-tool-modal-backdrop{align-items:flex-end;padding:0}.chat-tool-modal{border-bottom:0;border-left:0;border-right:0;border-radius:22px 22px 0 0;width:100%;min-height:64dvh;max-height:92dvh}.chat-tool-modal-header{padding:12px 13px}.chat-search-field{margin-left:10px;margin-right:10px}.chat-search-results,.chat-media-content{padding-left:10px;padding-right:10px}.chat-media-content.tab-image,.chat-media-content.tab-video{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.chat-media-card .attachment-actions{gap:5px;font-size:9px}.chat-calendar-weekdays,.chat-calendar-grid{gap:4px;padding-left:10px;padding-right:10px}.chat-calendar-grid button{border-radius:11px;font-size:12px}.attachment-button .paperclip-eyes-icon{width:26px;height:36px}}.chat-tool-error-state{color:#ff9ca8}.own-message .message-bubble:not(.emoji-only-bubble){color:#f4fff7;background:linear-gradient(145deg,#0d2d1d 0%,#082217 100%);border:1px solid #5b8f6957;box-shadow:0 8px 22px #0000003d}.own-message .message-time,.own-message .message-edited-label{color:#ddf1e3b8}.own-message .message-link{color:#91e6b0}.own-message .message-reply-preview{background:#02110a70;border-color:#84d59f59}.message-row{touch-action:pan-y;position:relative;overflow:visible}.swipeable-message-cluster{z-index:2;will-change:transform;transition:transform .17s cubic-bezier(.22,.78,.24,1);position:relative}.message-row:active .swipeable-message-cluster{transition-duration:60ms}.swipe-reply-indicator{z-index:1;color:#a5e7bb;opacity:0;pointer-events:none;background:#0d2d1df5;border:1px solid #77cc9747;border-radius:50%;place-items:center;width:34px;height:34px;font-size:18px;transition:opacity .12s,transform .16s,background .12s;display:grid;position:absolute;top:50%;transform:translateY(-50%)scale(.72);box-shadow:0 7px 20px #00000047}.other-message .swipe-reply-indicator{left:7px}.own-message .swipe-reply-indicator{right:7px}.message-row:has(.swipeable-message-cluster[style]) .swipe-reply-indicator{opacity:.72;transform:translateY(-50%)scale(.92)}.swipe-reply-indicator.ready{color:#fff;background:#14613a;opacity:1!important;transform:translateY(-50%)scale(1.08)!important}.chat-tools-menu{overscroll-behavior:contain;max-height:min(620px,100dvh - 84px);overflow:hidden auto}.contact-alias-card,.custom-sound-card{width:min(440px,100vw - 28px);margin:auto auto max(12px, env(safe-area-inset-bottom));color:#f4f8f5;background:linear-gradient(155deg,#1c2420 0%,#141916 100%);border:1px solid #34423b;border-radius:22px;padding:18px;animation:.17s ease-out chat-tools-open;box-shadow:0 28px 90px #0000009e}.contact-alias-header,.custom-sound-card>header{align-items:center;gap:12px;margin-bottom:15px;display:flex}.contact-alias-avatar{object-fit:cover;flex:0 0 48px;min-width:48px;overflow:hidden;border-radius:50%!important;width:48px!important;height:48px!important}.contact-alias-header div,.custom-sound-card>header div{min-width:0}.contact-alias-header strong,.contact-alias-header span,.custom-sound-card>header strong,.custom-sound-card>header span{display:block}.contact-alias-header strong,.custom-sound-card>header strong{font-size:17px}.contact-alias-header span,.custom-sound-card>header span{color:#98a69e;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;overflow:hidden}.contact-alias-field{display:block}.contact-alias-field>span{color:#aab6af;margin:0 0 7px 3px;font-size:12px;font-weight:700;display:block}.contact-alias-field input{box-sizing:border-box;color:#fff;width:100%;height:48px;font:inherit;background:#0f1511;border:1px solid #3b4c42;border-radius:14px;outline:none;padding:0 14px}.contact-alias-field input:focus{border-color:#55a673;box-shadow:0 0 0 3px #55a67329}.contact-alias-card>p,.custom-sound-card>p{color:#89968f;margin:12px 2px 16px;font-size:12px;line-height:1.45}.contact-alias-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.contact-alias-actions button,.custom-sound-card>button{color:#fff;cursor:pointer;background:#2b8c51;border:0;border-radius:12px;min-height:42px;padding:0 15px;font-weight:800}.contact-alias-actions button.secondary,.custom-sound-card>button.custom-sound-secondary,.custom-sound-card>button.custom-sound-cancel{color:#dce5df;background:#29312d}.custom-sound-icon{background:#0d2d1d;border-radius:15px;flex:0 0 50px;place-items:center;width:50px;height:50px;font-size:25px!important;display:grid!important}.custom-sound-card>button{width:100%;margin-top:8px;display:block}.message-audio-attachment audio{width:min(340px,100%);height:42px}.message-audio-attachment .voice-message-heading span:last-child{text-overflow:ellipsis;white-space:nowrap;max-width:300px;overflow:hidden}@media (width<=720px){.contact-alias-card,.custom-sound-card{border-radius:20px;width:calc(100vw - 18px);padding:15px}.contact-alias-actions{grid-template-columns:1fr 1fr;display:grid}.contact-alias-actions button:last-child{grid-column:1/-1}.message-cluster{max-width:min(84%,620px)}}.contact-search-result{cursor:pointer;transition:background .14s,transform .14s}.contact-search-result:active{transform:scale(.99)}.contact-search-result .result-details{flex:1;min-width:0}.result-details small,.contact-request-details small{color:#6f957f;text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;line-height:1.25;display:block;overflow:hidden}.contact-action-button{color:#102219;cursor:pointer;background:#e8f5ec;border:0;border-radius:10px;flex-shrink:0;min-width:82px;height:34px;padding:0 11px;font-size:11px;font-weight:800;transition:transform .12s,filter .12s,opacity .12s}.contact-action-button:hover:not(:disabled){filter:brightness(1.08)}.contact-action-button:active:not(:disabled){transform:scale(.95)}.contact-action-button.add,.contact-action-button.accept{color:#fff;background:#1f8f57}.contact-action-button.contact-open-button{color:#bfe7ff;background:#28353d}.contact-action-button.pending{color:#8a8a8a;background:#252525}.contact-action-button:disabled{cursor:default;opacity:.72}.contact-requests-section{background:linear-gradient(145deg,#121c17,#111513);border:1px solid #27382f;border-radius:16px;margin:4px 8px 8px;padding:8px;transition:border-color .18s,box-shadow .18s}.contact-requests-section.highlight{border-color:#4fc27d;animation:.9s ease-in-out 2 contact-request-highlight;box-shadow:0 0 0 3px #4fc27d24}@keyframes contact-request-highlight{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.contact-requests-heading{color:#9db7a7;letter-spacing:.04em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:3px 6px 8px;font-size:11px;font-weight:800;display:flex}.contact-requests-heading strong{color:#fff;background:#2c9f61;border-radius:11px;justify-content:center;align-items:center;min-width:22px;height:22px;padding:0 6px;font-size:11px;display:flex}.contact-request-state{color:#8e9a93;text-align:center;padding:12px 8px;font-size:12px}.contact-request-state.error{color:#faa}.contact-request-card{background:#ffffff06;border-radius:12px;align-items:center;gap:10px;min-width:0;padding:9px 7px;display:flex}.contact-request-card+.contact-request-card{margin-top:5px}.contact-request-details{flex:1;min-width:0}.contact-request-details strong,.contact-request-details span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.contact-request-details strong{font-size:13px}.contact-request-details span{color:#818b85;margin-top:3px;font-size:10px}.contact-request-actions{flex-shrink:0;gap:6px;display:flex}.contact-request-actions button{color:#fff;cursor:pointer;border:0;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:17px;font-weight:900;transition:transform .12s,opacity .12s;display:flex}.contact-request-actions button:active:not(:disabled){transform:scale(.9)}.contact-request-actions button:disabled{cursor:wait;opacity:.5}.request-accept-button{background:#218a51}.request-decline-button{background:#3a272a;color:#ffb9c0!important}.selected-user-email{color:#a6a6a6;word-break:break-word;margin-top:6px;font-size:13px}.selected-user-presence{font-size:12px;color:#55b77d!important;margin:7px 0 18px!important}.start-chat-button.pending{color:#8d8d8d;background:#242424;border-color:#343434}.start-chat-button.accept{color:#fff;background:#2f9d61;border-color:#2f9d61}@media (width<=720px){.contact-action-button{min-width:70px;height:32px;padding:0 8px;font-size:10px}.contact-request-card{gap:8px}.contact-request-actions button{width:32px;height:32px}}.profile-notification-section{background:#171717;border-bottom:1px solid #292929;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.profile-notification-section>div{flex:1;min-width:0}.profile-notification-section strong,.profile-notification-section span{display:block}.profile-notification-section strong{font-size:14px}.profile-notification-section span{color:#858585;margin-top:4px;font-size:11px;line-height:1.35}.profile-notification-button{color:#d7d7d7;min-height:38px;font:inherit;cursor:pointer;background:#242424;border:1px solid #383838;border-radius:10px;flex:none;padding:8px 12px;font-size:12px;font-weight:750}.profile-notification-button.enabled{color:#7af0ad;background:#1c2b22;border-color:#63e69b4d}.stories-section{border-top:0}.messages-area{overflow-anchor:none;gap:3px;padding-top:10px;padding-bottom:10px}.message-cluster{position:relative}.message-bubble:not(.emoji-only-bubble){padding:5px 7px}.message-bubble.attachment-message-bubble{padding:3px}.message-content{line-height:1.34}.message-reply-preview{margin-bottom:4px;padding:5px 7px}.message-image-attachment,.message-video-attachment,.message-voice-attachment,.message-file-attachment{margin:0}.message-image-button img,.message-video-attachment video{border-radius:10px}.message-voice-attachment{border-radius:10px;width:min(320px,60vw);min-width:210px;padding:4px 5px}.voice-message-heading{gap:5px;margin-bottom:3px;font-size:10px}.voice-message-icon{font-size:14px}.message-voice-attachment audio,.message-audio-attachment audio{height:36px}.message-file-attachment{border-radius:9px;grid-template-columns:38px minmax(0,1fr) 32px;gap:6px;padding:5px}.file-attachment-icon{border-radius:8px;width:38px;height:38px}.message-file-attachment>button{width:30px;height:30px}.attachment-actions{gap:8px;padding:3px 2px 0}.attachment-actions button{padding:3px 6px}.message-image-attachment+.message-content,.message-video-attachment+.message-content,.message-voice-attachment+.message-content,.message-file-attachment+.message-content{margin-top:4px}.message-reactions{z-index:4;width:fit-content;margin-top:-9px;padding:0 7px;position:relative}.message-reaction{height:28px;box-shadow:0 3px 10px #00000057}.message-meta{color:#858b8f;gap:4px;width:fit-content;min-height:13px;margin-top:2px;padding:0 3px;line-height:1}.own-message .message-meta{color:#bbcdc1b3;justify-content:flex-end;align-self:flex-end}.other-message .message-meta{justify-content:flex-start;align-self:flex-start}.message-time,.message-edited-label{font-size:9px}.emoji-only-bubble+.message-reactions{margin-top:-5px}@media (width<=720px){.profile-notification-section{align-items:flex-start;padding:14px 18px}.profile-notification-button{max-width:126px}.messages-area{padding:8px 7px}.message-bubble:not(.emoji-only-bubble){padding:4px 6px}.message-bubble.attachment-message-bubble{padding:2px}.message-voice-attachment{width:min(285px,78vw);min-width:196px;padding:3px}}.message-reactions{gap:1px;padding-left:4px;padding-right:4px}.message-reaction,.message-reaction.active{min-width:0;height:25px;color:inherit;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0 2px}.message-reaction span{filter:drop-shadow(0 2px 4px #00000052);font-size:18px;line-height:1}.message-reaction.active{color:inherit;filter:drop-shadow(0 0 5px #6fc6ffe6);background:0 0}.message-reaction:hover{transform:translateY(-1px)scale(1.12)}.message-reaction-picker{grid-template-columns:repeat(6,1fr);gap:4px;padding:4px 8px 8px}.message-reaction-picker button,.message-reaction-picker button:hover,.message-reaction-picker button.active{height:44px;box-shadow:none;background:0 0;border:0;border-radius:12px}.message-reaction-picker button:hover,.message-reaction-picker button.active{background:#ffffff0f;transform:translateY(-2px)scale(1.12)}.conversation-call-actions{flex:none;align-items:center;gap:4px;margin-left:auto;display:flex}.conversation-call-actions button{color:#d6d6d6;cursor:pointer;background:0 0;border:0;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.conversation-call-actions button:hover:not(:disabled){color:#fff;background:#252525}.conversation-call-actions button:disabled{cursor:not-allowed;opacity:.35}.profile-ringtone-section{background:#151515;border-bottom:1px solid #292929;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex}.profile-ringtone-section>div:first-child{flex:1;min-width:0}.profile-ringtone-section strong,.profile-ringtone-section span{display:block}.profile-ringtone-section strong{font-size:14px}.profile-ringtone-section span{color:#858585;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;overflow:hidden}.profile-ringtone-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.profile-ringtone-actions button{color:#e3e3e3;min-height:34px;font:inherit;cursor:pointer;background:#242424;border:1px solid #383838;border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700}.profile-ringtone-actions button:hover:not(:disabled){background:#303030}.profile-ringtone-actions button.danger{color:#faa}.profile-ringtone-actions button:disabled{cursor:wait;opacity:.5}.profile-ringtone-section input{display:none}.call-overlay{z-index:5000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#000000db;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.call-panel{background:radial-gradient(circle at 50% 28%,#27333a 0,#111719 43%,#080a0b 100%);border:1px solid #343434;border-radius:28px;flex-direction:column;width:min(540px,100%);height:min(820px,95vh);min-height:560px;display:flex;position:relative;overflow:hidden;box-shadow:0 28px 100px #000000b8}.call-remote-stage{position:absolute;inset:0;overflow:hidden}.call-remote-video{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .18s}.call-remote-video.visible{opacity:1}.call-avatar-stage{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.call-avatar{z-index:3;color:#111;background:#fff;border:3px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:148px;height:148px;font-size:54px;font-weight:800;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 70px #0000006b}.call-avatar img{object-fit:cover;width:100%;height:100%}.call-audio-rings span{border:1px solid #ffffff38;border-radius:50%;width:148px;height:148px;animation:2.4s ease-out infinite call-ring-wave;position:absolute;top:50%;left:50%}.call-audio-rings span:nth-child(2){animation-delay:.8s}.call-audio-rings span:nth-child(3){animation-delay:1.6s}@keyframes call-ring-wave{0%{opacity:.75;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.3)}}.call-local-video{z-index:5;object-fit:cover;background:#111;border:1px solid #ffffff4d;border-radius:18px;width:132px;height:176px;position:absolute;bottom:126px;right:18px;transform:scaleX(-1);box-shadow:0 12px 38px #00000085}.call-header{z-index:8;text-align:center;background:linear-gradient(#000000b3,#0000);flex-direction:column;align-items:center;gap:6px;padding:34px 20px 24px;display:flex;position:relative}.call-header strong{text-overflow:ellipsis;white-space:nowrap;max-width:90%;font-size:25px;overflow:hidden}.call-header span{color:#c2c7ca;font-variant-numeric:tabular-nums;font-size:13px}.call-error{z-index:9;color:#ffd0d0;text-align:center;background:#5f1b1bdb;border-radius:10px;align-self:center;max-width:calc(100% - 40px);margin-top:4px;padding:9px 12px;font-size:12px;position:relative}.call-incoming-actions,.call-controls{z-index:10;background:linear-gradient(#0000,#000000d1);justify-content:center;align-items:flex-end;gap:20px;margin-top:auto;padding:36px 20px 34px;display:flex;position:relative}.call-incoming-actions button,.call-controls button{color:#fff;font:inherit;cursor:pointer;background:0 0;border:0;flex-direction:column;align-items:center;gap:7px;display:flex}.call-incoming-actions button{width:96px}.call-incoming-actions button i,.call-controls button i{border-radius:50%;justify-content:center;align-items:center;font-style:normal;display:flex}.call-incoming-actions button i{width:66px;height:66px;font-size:28px}.call-incoming-actions button>span,.call-controls button>span{font-size:10px;font-weight:700}.call-incoming-actions button:not(:disabled){padding-top:8px}.call-decline-button i{background:#d74848}.call-accept-button i{background:#2dad67;animation:1.8s ease-out infinite call-accept-pulse;box-shadow:0 0 #2dad6780}@keyframes call-accept-pulse{70%{box-shadow:0 0 0 18px #2dad6700}to{box-shadow:0 0 #2dad6700}}.call-controls{gap:9px;padding-left:12px;padding-right:12px}.call-controls button{width:72px;min-width:0;padding:0;font-size:22px}.call-controls button i{background:#ffffff29;width:48px;height:48px;font-size:21px}.call-controls button.active,.call-controls button.disabled{color:#fbb}.call-controls .call-end-button{color:#fff}.call-controls .call-end-button i{background:#d74848}.call-controls button:disabled,.call-incoming-actions button:disabled{cursor:wait;opacity:.45}@media (width<=720px){.message-reaction-picker{grid-template-columns:repeat(6,1fr)}.conversation-header{gap:8px;padding-left:8px;padding-right:8px}.conversation-call-actions{gap:0}.conversation-call-actions button{width:34px;height:34px;font-size:16px}.profile-ringtone-section{flex-direction:column;align-items:stretch;padding:14px 18px}.profile-ringtone-actions{justify-content:flex-start}.call-overlay{padding:0}.call-panel{border:0;border-radius:0;width:100%;height:100dvh;min-height:0}.call-local-video{width:104px;height:142px;bottom:112px;right:12px}.call-controls{padding-bottom:max(24px, env(safe-area-inset-bottom));justify-content:flex-start;overflow-x:auto}.call-controls button{flex:0 0 64px}.call-incoming-actions{padding-bottom:max(32px, env(safe-area-inset-bottom))}}
