*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}:root{--dm-keyboard-offset: 0px}.animated-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 50%,rgba(255,0,230,.1),transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,255,255,.1),transparent 50%);animation:gradientShift 10s ease infinite;z-index:0;pointer-events:none}@keyframes gradientShift{0%,to{opacity:1}50%{opacity:.6}}.dm-container{position:relative;z-index:1;display:grid;grid-template-columns:360px 1fr;height:100%}.dm-container.dm-panel-collapsed{grid-template-columns:120px 1fr}.contacts-panel{background:#ffffff08;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;position:relative}.panel-header{padding:24px;position:relative}.header-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.dm-header-actions{display:flex;align-items:center;gap:8px;position:relative}.dm-header-btn{width:36px;height:36px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#ffffffd9;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-header-btn svg{width:18px;height:18px;display:block}.dm-header-btn i{width:18px;height:18px;font-size:18px;line-height:1;display:block}.dm-search-popover{position:absolute;right:16px;top:calc(100% - 6px);width:min(240px,80%);padding:8px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0a0e20eb;box-shadow:0 16px 40px #00000073;display:none;z-index:12}.dm-search-popover.is-open{display:block}.dm-header-menu{position:absolute;right:0;top:calc(100% + 8px);min-width:170px;padding:6px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#070c1afa;box-shadow:0 12px 30px #00000073;display:none;z-index:12}.dm-header-menu.is-open{display:block}.dm-header-menu .contacts-tab{width:100%;text-align:left;flex:none;border-radius:8px;padding:8px 10px;background:transparent;border:none;color:#ffffffe0;font-size:12px}.dm-header-menu .contacts-tab.is-active{background:#00e5ff1f;color:#fff}.contacts-collapse-btn{width:34px;height:34px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#ffffffd9;display:grid;place-items:center;cursor:pointer;transition:background .2s ease;position:absolute;right:-16px;top:50%;transform:translateY(-50%);z-index:5;overflow:hidden}.contacts-collapse-btn:hover{background:#ffffff1f}.dm-panel-collapsed .contacts-collapse-btn svg{transform:rotate(180deg)}.contacts-collapse-btn i{width:100%;height:100%;font-size:14px;line-height:1;display:flex;align-items:center;justify-content:center}.dm-panel-collapsed .contacts-collapse-btn i{transform:rotate(180deg)}.header-title{font-size:22px;font-weight:800;background:linear-gradient(135deg,#ff00e6,#0ff);background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;margin-bottom:14px}.search-input{width:100%;padding:12px 14px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;margin-bottom:2px}.contacts-list{flex:1;overflow-y:auto;padding:16px}.contacts-tabs{display:flex;gap:6px;padding:12px 16px 0}.contacts-tab{flex:1;border:1px solid rgba(255,255,255,.12);background:#00000040;color:#ffffffb3;font-size:11px;padding:6px 8px;border-radius:10px;cursor:pointer;text-transform:uppercase;letter-spacing:.6px}.contacts-tab.is-active{color:#fff;background:#00e5ff26;border-color:#00e5ff66}.dm-undo-toast{position:sticky;bottom:12px;margin:12px 16px 0;padding:10px 12px;border-radius:12px;background:#0f172ae6;border:1px solid rgba(255,255,255,.12);display:none;align-items:center;justify-content:space-between;gap:10px;font-size:12px;color:#ffffffe6}.dm-undo-toast.is-open{display:flex}.dm-undo-toast button{border:none;background:#00e5ff33;color:#e6fdff;font-weight:700;padding:6px 10px;border-radius:10px;cursor:pointer}.dm-confirm{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;z-index:50}.dm-confirm.is-open{display:flex}.dm-confirm-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#040712bf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.dm-confirm-card{position:relative;width:min(420px,92vw);border-radius:16px;background:linear-gradient(180deg,#141a2afa,#0c101efa);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 50px #0000008c;padding:18px;color:#ffffffeb}.dm-confirm-title{font-size:16px;font-weight:800;margin-bottom:6px}.dm-confirm-text{font-size:13px;color:#ffffffb8;margin-bottom:14px;line-height:1.5}.dm-confirm-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.dm-confirm-stats div{border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 12px;background:#00000040;display:flex;align-items:center;justify-content:space-between;font-size:12px}.dm-confirm-stats strong{font-size:14px;color:#fff}.dm-confirm-actions{display:flex;justify-content:flex-end;gap:10px}.dm-confirm-actions button{border:none;border-radius:10px;padding:8px 14px;font-weight:700;cursor:pointer}.dm-confirm-cancel{background:#ffffff14;color:#fffc}.dm-confirm-apply{background:linear-gradient(135deg,#ff3d71f2,#ff7356f2);color:#fff}.contact-item{display:flex;align-items:center;gap:14px;padding:14px;border-radius:14px;cursor:pointer;margin-bottom:8px;background:#ffffff05;transition:.25s}.contact-item.active{background:#00ffff26}.contact-actions{margin-left:auto;display:flex;align-items:center;gap:6px;position:relative}.contact-menu-btn{width:28px;height:28px;border-radius:8px;border:none;background:transparent;color:#ffffffe6;display:grid;place-items:center;padding:0;cursor:pointer;position:relative;transition:transform .2s ease,box-shadow .2s ease}.contact-menu-btn svg,.contact-menu-btn i{width:16px;height:16px;font-size:16px;line-height:1;display:block}.contact-menu-btn:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:10px;border:1px solid rgba(59,130,246,.35);opacity:0;transition:opacity .2s ease}.contact-menu-btn:hover,.contact-menu-btn:focus-visible{transform:translateY(-1px);box-shadow:none}.contact-menu-btn:hover:before,.contact-menu-btn:focus-visible:before{opacity:1}.dm-panel-collapsed .panel-header,.dm-panel-collapsed .contacts-tabs,.dm-panel-collapsed .search-input,.dm-panel-collapsed .contact-meta,.dm-panel-collapsed .contact-actions{display:none}.dm-panel-collapsed .contacts-list{padding:12px 10px}.dm-panel-collapsed .contact-item{justify-content:center}.dm-panel-collapsed .contact-actions{margin-left:0}.dm-panel-collapsed .contacts-empty,.dm-panel-collapsed .dm-undo-toast{display:none}.contact-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:170px;background:#070c1afa;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:6px;display:none;z-index:10;box-shadow:0 12px 30px #00000073}.contact-menu.is-open{display:block}.contact-menu button{width:100%;text-align:left;padding:8px 10px;border-radius:8px;border:none;background:transparent;color:#ffffffeb;font-size:13px;cursor:pointer}.contact-menu button:hover{background:#ffffff14}.contact-archived{font-size:10px;text-transform:uppercase;letter-spacing:.6px;padding:4px 6px;border-radius:999px;border:1px solid rgba(255,255,255,.2);color:#ffffffb3}.contacts-divider{margin:10px 0 6px;padding:6px 10px;font-size:11px;letter-spacing:1px;text-transform:uppercase;color:#ffffff8c}.contact-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#ff00e6,#0ff);display:flex;align-items:center;justify-content:center;font-size:24px;position:relative}.status-indicator{position:absolute;right:2px;bottom:2px;width:14px;height:14px;border-radius:50%;border:3px solid #0a0e27}.online{background:#0f8}.offline{background:#666}.idle{background:#fa0}.chat-panel{--dm-chat-bg: rgba(10, 14, 39, .72);display:flex;flex-direction:column;position:relative;overflow:hidden;background:var(--dm-chat-bg)}.chat-header{padding:20px 30px;display:flex;align-items:center;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05);justify-content:space-between}.chat-user-info{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.chat-user-info .dm-call-pill.is-inline-docked{position:static!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;margin-left:4px!important;padding:6px 10px!important;font-size:12px!important;max-width:min(38vw,260px)!important;white-space:nowrap!important}.chat-user-info .dm-call-pill.is-inline-docked .dm-call-pill-label{overflow:hidden;text-overflow:ellipsis}.chat-user-info>div{min-width:0}.chat-user-info strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#ff00e6,#0ff);display:flex;align-items:center;justify-content:center;font-size:24px;position:relative}.contact-avatar,.chat-avatar,.msg-avatar,.profile-popup-avatar{overflow:visible}.contact-avatar .avatar-core,.chat-avatar .avatar-core,.msg-avatar .avatar-core,.profile-popup-avatar .avatar-core{width:100%;height:100%;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.contact-avatar .avatar-core img,.chat-avatar .avatar-core img,.msg-avatar .avatar-core img,.profile-popup-avatar .avatar-core img,.contact-avatar .avatar-core svg,.chat-avatar .avatar-core svg,.msg-avatar .avatar-core svg,.profile-popup-avatar .avatar-core svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.contact-avatar .avatar-core .avatar-initials,.chat-avatar .avatar-core .avatar-initials,.msg-avatar .avatar-core .avatar-initials,.profile-popup-avatar .avatar-core .avatar-initials{position:relative;z-index:1}.contact-avatar.has-frame,.chat-avatar.has-frame{border:2px solid var(--frame-color, rgba(0, 255, 255, .6));box-shadow:0 0 16px color-mix(in srgb,var(--frame-color, #00ffff) 65%,transparent)}.contact-avatar.has-frame,.chat-avatar.has-frame,.msg-avatar.has-frame{border-color:transparent;box-shadow:none}.contact-avatar.has-svg,.chat-avatar.has-svg,.contact-avatar.has-photo,.chat-avatar.has-photo{background:transparent}.contact-avatar svg,.chat-avatar svg{width:100%;height:100%;display:block}.contact-avatar img,.chat-avatar img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover;image-rendering:auto;backface-visibility:hidden;transform:translateZ(0)}.contact-avatar .frame-effect,.chat-avatar .frame-effect{top:-10px;right:-10px;bottom:-10px;left:-10px;transform:none;--orbit-radius: calc(50% + 6px) }.contact-avatar .frame-effect{display:block}.contact-avatar .frame-effect:not(.frame-effect-neon-orbit),.contact-avatar .frame-image-effect{display:none}.contact-avatar .frame-effect-neon-orbit{top:-42px;right:-42px;bottom:-42px;left:-42px;--orbit-radius: calc(50% + 42px) ;transform:scale(1)}.contact-avatar .frame-image-effect,.chat-avatar .frame-image-effect,.msg-avatar .frame-image-effect,.profile-popup-avatar .frame-image-effect{background-position:center}.contact-avatar .frame-effect-neon-orbit .neon-orbit-dot,.chat-avatar .frame-effect-neon-orbit .neon-orbit-dot{width:4px;height:4px;box-shadow:0 0 10px var(--frame-primary)}.contact-avatar>:not(.frame-effect):not(.frame-image-effect),.chat-avatar>:not(.frame-effect):not(.frame-image-effect){position:relative;z-index:1}.contact-avatar .status-indicator,.chat-avatar .status-indicator{z-index:2}.avatar-initials{font-weight:700;font-size:18px}.messages-area{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px 30px calc(18px + var(--dm-keyboard-offset, 0px));display:flex;flex-direction:column;gap:22px;background:var(--dm-chat-bg)}.dm-container.chat-empty .messages-area{justify-content:center;align-items:center;gap:0}.dm-container.chat-empty .message-input-area{display:none}.dm-chat-empty{width:min(560px,100%);padding:34px 30px;border-radius:22px;border:1px solid rgba(125,211,252,.28);background:radial-gradient(circle at 14% 18%,rgba(56,189,248,.18),transparent 44%),radial-gradient(circle at 84% 14%,rgba(236,72,153,.14),transparent 42%),#080f21b8;box-shadow:0 24px 60px #02061770;text-align:center;color:#e2e8f0}.dm-chat-empty-icon{width:66px;height:66px;margin:0 auto 14px;border-radius:18px;display:grid;place-items:center;color:#7dd3fc;background:#0f172ac7;border:1px solid rgba(125,211,252,.42)}.dm-chat-empty-icon i{font-size:30px;line-height:1}.dm-chat-empty h3{margin:0 0 8px;font-size:24px;line-height:1.2;font-weight:800;color:#f8fafc}.dm-chat-empty p{margin:0 auto;max-width:460px;font-size:14px;line-height:1.6;color:#e2e8f0d1}.dm-chat-empty-badges{margin:16px auto 0;display:inline-flex;flex-wrap:wrap;justify-content:center;gap:8px}.dm-chat-empty-badges span{padding:7px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.28);background:#0f172a85;font-size:12px;color:#e2e8f0e6}.dm-chat-empty-btn{margin-top:18px;border:1px solid rgba(56,189,248,.55);background:linear-gradient(135deg,#0284c76b,#2563eb73);color:#e0f2fe;border-radius:12px;padding:10px 14px;font-size:13px;font-weight:700;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.dm-chat-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0ea5e94d;filter:brightness(1.04)}.dm-chat-empty-btn i{font-size:14px;line-height:1}.dm-chat-empty-suggested-title{margin-top:16px;font-size:12px;font-weight:700;letter-spacing:.2px;color:#bae6fde6}.dm-chat-empty-suggested-list{margin-top:10px;display:grid;gap:8px}.dm-chat-empty-suggested{width:100%;border:1px solid rgba(148,163,184,.26);border-radius:14px;padding:8px 10px;background:#0f172a8f;color:#e2e8f0;display:flex;align-items:center;gap:10px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}.dm-chat-empty-suggested:hover{transform:translateY(-1px);border-color:#7dd3fc85;background:#0f172ab8}.dm-chat-empty-suggested-avatar{width:44px;height:44px;border-radius:12px;position:relative;display:flex;align-items:center;justify-content:center;overflow:visible;flex:0 0 auto;background:#1e293bbd;border:1px solid rgba(148,163,184,.35)}.dm-chat-empty-suggested-avatar .avatar-core{width:100%;height:100%;border-radius:inherit;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.dm-chat-empty-suggested-avatar .avatar-core img,.dm-chat-empty-suggested-avatar .avatar-core svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.dm-chat-empty-suggested-avatar .avatar-core .avatar-initials{position:relative;z-index:1;font-size:15px;font-weight:700}.dm-chat-empty-suggested-avatar.has-frame{border-color:transparent;box-shadow:none}.dm-chat-empty-suggested-avatar.has-photo,.dm-chat-empty-suggested-avatar.has-svg{background:transparent}.dm-chat-empty-suggested-avatar .frame-effect{top:-10px;right:-10px;bottom:-10px;left:-10px}.dm-chat-empty-suggested-avatar .frame-effect-neon-orbit{top:-24px;right:-24px;bottom:-24px;left:-24px;--orbit-radius: calc(50% + 24px) }.dm-chat-empty-suggested-avatar>:not(.frame-effect):not(.frame-image-effect){position:relative;z-index:1}.dm-chat-empty-suggested-meta{min-width:0;text-align:left;display:flex;flex-direction:column;gap:2px}.dm-chat-empty-suggested-name{font-size:13px;font-weight:700;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat-empty-suggested-last{font-size:11px;color:#e2e8f0b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat-empty-no-suggested{margin-top:14px;font-size:12px;color:#cbd5e1c2}.date-separator{display:flex;align-items:center;justify-content:center;gap:12px;margin:6px 0}.date-separator:before,.date-separator:after{content:"";flex:1;height:1px;background:#ffffff14}.date-separator span{font-size:11px;color:#ffffffb3;background:#ffffff14;padding:4px 10px;border-radius:999px;white-space:nowrap}.messages-area.is-auto-scroll{opacity:1}.typing-indicator{padding:8px 30px 0;font-size:12px;opacity:.75;color:#c7f7ff;font-weight:400;letter-spacing:.2px}.typing-indicator .typing-text,#chat-status.is-typing .typing-text{color:#e5e7eb;background:linear-gradient(90deg,#ffffff73,#fffffff2,#ffffff73);background-size:200% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:typingShine 1.6s linear infinite}.message-input-area .typing-indicator.footer{padding:0 24px;margin:0;font-size:11px;opacity:.9;background:transparent;width:fit-content;align-self:flex-start;position:absolute;left:12px!important;top:-18px!important;z-index:2;pointer-events:none;text-align:left}#dmTypingIndicator{display:none!important}.typing-indicator.is-typing:after,#chat-status.is-typing:after{content:"...";display:inline-block;width:1.2em;overflow:hidden;vertical-align:baseline;animation:typingDots 1.2s steps(4,end) infinite}.typing-dots{display:none}#chat-status.is-typing{opacity:.7}@keyframes typingDots{0%{width:0}to{width:1.2em}}@keyframes typingShine{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-actions{display:flex;gap:10px;flex:0 0 auto;position:relative;z-index:6}.chat-action-btn{border:none;background:transparent;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:12px}.chat-actions .chat-action-btn.is-hidden{display:none!important}.icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px}.chat-action-btn.icon-btn{width:38px;height:38px;padding:0}.chat-action-btn.danger{color:#ff9aa2}.chat-action-btn.danger:hover{background:transparent}.chat-action-btn svg{width:18px;height:18px}.chat-action-btn i{width:18px;height:18px;font-size:18px;line-height:1;display:block}.dm-container .chat-actions-menu-wrap{position:relative;display:inline-flex;align-items:center}.dm-container .chat-actions-menu{position:absolute;top:calc(100% + 8px);right:0;display:none;flex-direction:column;gap:6px;min-width:190px;padding:8px;border-radius:12px;background:#0c1221f2;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 24px #00000059;z-index:20}.dm-container .chat-actions-menu.is-open{display:flex}.dm-container .chat-actions-menu button{border:none;border-radius:8px;padding:8px 10px;background:#ffffff0f;color:#fff;font-size:12px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:8px;position:relative;box-shadow:inset 0 -1px #ffffff1f}.dm-container .chat-actions-menu button:hover{background:#ffffff1f}.dm-container .chat-actions-menu button:last-child{box-shadow:none}.dm-container .chat-actions-menu button i{width:14px;height:14px;font-size:14px;line-height:1;display:block}.dm-call-panel{display:none;position:fixed;left:50%;top:50%;right:auto;bottom:auto;transform:translate(-50%,-50%);margin:0;padding:14px;border-radius:18px;background:#0c1222f5;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 40px #0006;z-index:60;width:min(92vw,320px)}.dm-call-panel.is-active{display:block}.dm-call-panel.is-minimized{display:none}.dm-call-panel.is-draggable{touch-action:none;cursor:grab}.dm-call-panel.is-draggable .dm-call-header{cursor:grab}.dm-call-panel.is-dragging,.dm-call-panel.is-dragging .dm-call-header{cursor:grabbing}.dm-call-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.dm-call-minimize{width:30px;height:30px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-call-minimize i{font-size:16px;line-height:1}.dm-call-meta{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.dm-call-peer{display:grid;place-items:center;text-align:center;gap:10px;margin-bottom:14px}.dm-call-peer-avatar{width:88px;height:88px;border-radius:22px;background:radial-gradient(circle at 30% 30%,rgba(0,255,255,.2),transparent 60%),radial-gradient(circle at 70% 70%,rgba(255,0,230,.18),transparent 55%),#ffffff0a;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;color:#bdf9ff;position:relative;overflow:hidden}.dm-call-peer-avatar i{font-size:36px;line-height:1}.dm-call-peer-avatar .avatar-core{width:100%;height:100%;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative;z-index:1}.dm-call-peer-avatar img,.dm-call-peer-avatar svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.dm-call-peer-name{font-size:14px;font-weight:700;color:#f2f7ff}.dm-call-pill{position:fixed;top:16px;right:16px;z-index:60;display:none;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;border:1px solid rgba(0,255,255,.4);background:#080c1af2;color:#e6f9ff;font-size:12px;font-weight:600;cursor:pointer}.dm-call-pill.is-active{display:inline-flex}.dm-call-pill-dot{width:8px;height:8px;border-radius:50%;background:#00ffd1;box-shadow:0 0 10px #00ffd199}@media (max-width: 900px){.dm-call-pill{top:auto;right:auto;left:50%;bottom:calc(88px + var(--dm-keyboard-offset, 0px));transform:translate(-50%)}}.dm-call-panel.is-compact{width:min(100%,320px)}.dm-call-panel.is-expanded{width:min(100%,420px)}.dm-call-panel.is-voice{width:min(100%,320px)}.dm-call-panel.is-voice.is-expanded{width:min(100%,420px)}.dm-call-panel.is-voice .dm-call-media{display:none}.dm-call-panel.is-voice .dm-call-controls{justify-content:center}.dm-call-panel.is-voice .dm-call-status{margin-bottom:6px}.dm-call-panel.is-video{width:min(100%,420px)}.dm-call-panel.is-video.is-compact{width:min(100%,360px)}.dm-call-panel.is-video.is-expanded{width:min(100%,520px)}.dm-call-status-row{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;margin-bottom:12px;text-align:center}.dm-call-status{color:#9bb3d1;font-size:13px;margin-bottom:0;font-weight:500}.dm-call-timer{padding:4px 10px;border-radius:999px;background:#ffffff14;color:#fff;font-size:12px;letter-spacing:.6px;min-width:64px;text-align:center}.dm-call-route{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#ffffffd1;font-size:11px;font-weight:600;letter-spacing:.2px}.dm-call-route i{font-size:12px;line-height:1}.dm-call-icon{width:96px;height:96px;margin:6px auto 12px;border-radius:24px;display:none;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(0,255,255,.2),transparent 60%),radial-gradient(circle at 70% 70%,rgba(255,0,230,.18),transparent 55%),#ffffff0a;border:1px solid rgba(255,255,255,.12);color:#bdf9ff;box-shadow:0 14px 30px #00000059}.dm-call-icon i{font-size:40px;line-height:1}.dm-call-panel.is-voice .dm-call-icon{display:flex}.dm-call-panel.is-video .dm-call-icon{display:none}.dm-call-media{position:relative;border-radius:14px;overflow:hidden;background:#ffffff0a;min-height:120px;max-height:240px;aspect-ratio:16 / 9}.dm-call-panel.is-video .dm-call-media{max-height:360px}.dm-call-remote{width:100%;height:100%;min-height:120px}.dm-call-local{position:absolute;bottom:12px;right:12px;width:110px;height:74px;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.15);background:#00000059}.dm-call-size{display:flex;justify-content:flex-end;margin-top:8px}.dm-call-size-btn{border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;width:32px;height:32px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-call-size-btn i{font-size:14px;line-height:1}.dm-video{width:100%;height:100%;object-fit:cover;display:block}.dm-call-controls{display:flex;gap:10px;margin-top:14px;justify-content:center;flex-wrap:wrap}@media (max-width: 1200px){.dm-call-panel{margin:0}.dm-call-local{width:100px;height:70px}}@media (max-width: 900px){.dm-call-panel{margin:0}.dm-call-media{aspect-ratio:4 / 3;max-height:200px}.dm-call-local{width:88px;height:64px}}.dm-call-btn{border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-size:12px;font-weight:600}.dm-call-btn:disabled{opacity:.45;cursor:not-allowed;border-color:#ffffff14;background:#ffffff08;box-shadow:none}.dm-call-btn.is-active{border-color:#0ff9;box-shadow:0 0 12px #00ffff40}.dm-call-btn.danger{border-color:#ff646466;color:#ff9aa2}.dm-call-btn.danger:hover{background:#ff64642e;border-color:#ff7878a6}.dm-call-audio{display:none}.dm-incoming-call{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1220eb;display:none;align-items:center;justify-content:center;z-index:2000;padding:24px}.dm-incoming-call.is-active{display:flex}.dm-incoming-card{width:100%;max-width:420px;background:#0f1b2d;border-radius:24px;padding:36px 32px;text-align:center;box-shadow:0 30px 80px #0009;border:1px solid rgba(43,140,255,.2)}.dm-incoming-icon{position:relative;width:96px;height:96px;margin:0 auto 24px}.dm-incoming-ring{position:absolute;top:0;right:0;bottom:0;left:0;border:3px solid #2b8cff;border-radius:50%;animation:dmCallPulse 2s ease-out infinite}.dm-incoming-ring:nth-child(2){animation-delay:.5s}.dm-incoming-ring:nth-child(3){animation-delay:1s}.dm-incoming-core{position:relative;width:80px;height:80px;margin:8px auto 0;background:linear-gradient(135deg,#2b8cff,#1f6fd6);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px #2b8cff80}.dm-incoming-core svg{width:36px;height:36px;stroke:currentColor}.dm-incoming-info{margin-bottom:24px}.dm-incoming-name{font-size:28px;font-weight:800;color:#fff;margin-bottom:6px}.dm-incoming-type{font-size:16px;font-weight:600;color:#2b8cff;margin-bottom:6px}.dm-incoming-status{font-size:14px;color:#9bb3d1}.dm-incoming-actions{display:flex;gap:14px}.dm-incoming-secondary{margin-top:18px;display:flex;justify-content:center;gap:16px}.dm-incoming-mini{width:76px;height:76px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:#0c1221a6;color:#e2e8f0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;font-size:12px;font-weight:600;cursor:pointer}.dm-incoming-mini svg{width:22px;height:22px}.dm-incoming-mini:hover{background:#141c30cc;border-color:#6366f180}.dm-incoming-btn{flex:1;padding:14px 16px;border:none;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;color:#fff}.dm-incoming-btn.decline{background:#f87171;box-shadow:0 8px 24px #f8717166}.dm-incoming-btn.accept{background:#4ade80;box-shadow:0 8px 24px #4ade8066}@keyframes dmCallPulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.6);opacity:0}}.mute-icon{width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.5px;border:1px solid rgba(255,255,255,.4)}.mute-icon.is-muted{background:#fff3}.sound-icon{width:24px;height:24px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;letter-spacing:.5px;border:1px solid rgba(255,255,255,.4)}.sound-icon.is-off{background:#fff3;opacity:.6}.message-wrapper{display:flex;gap:14px;align-items:flex-start}.message-wrapper.own{flex-direction:row-reverse}.msg-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#ff00e6,#ffeb3b);display:flex;align-items:center;justify-content:center}.own .msg-avatar{background:linear-gradient(135deg,#0ff,#667eea)}.msg-avatar.has-frame{border:2px solid var(--frame-color, rgba(0, 255, 255, .6));box-shadow:0 0 14px color-mix(in srgb,var(--frame-color, #00ffff) 65%,transparent)}.message-wrapper.own .msg-avatar{border-color:transparent;box-shadow:none}.message-wrapper.own .msg-avatar .frame-effect,.message-wrapper.own .msg-avatar .frame-image-effect{display:none}.msg-avatar.has-frame{border-color:transparent;box-shadow:none}.msg-avatar .frame-effect,.msg-avatar .frame-image-effect{display:none}.msg-avatar.has-frame{border-color:transparent!important;box-shadow:none!important}.msg-avatar .frame-effect,.msg-avatar .frame-image-effect{display:none!important}.msg-avatar.has-svg,.msg-avatar.has-photo{background:transparent}.msg-avatar svg{width:100%;height:100%;display:block}.msg-avatar img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.msg-avatar .frame-effect{top:-8px;right:-8px;bottom:-8px;left:-8px;transform:none;--orbit-radius: calc(50% + 4px) }.msg-avatar .frame-effect-neon-orbit .neon-orbit-dot{width:3px;height:3px;box-shadow:0 0 8px var(--frame-primary)}.msg-avatar>:not(.frame-effect):not(.frame-image-effect){position:relative;z-index:1}.msg-bubble{padding:14px 18px;border-radius:18px;background:#ffffff0f;max-width:65%;position:relative;white-space:normal;overflow-wrap:break-word;word-break:break-word}.own .msg-bubble{background:linear-gradient(135deg,#ff00e633,#0ff3)}.msg-deleted{opacity:.65;font-style:italic}.msg-action-btn{position:absolute;top:50%;bottom:auto;right:-34px;left:auto;width:22px;height:22px;border-radius:50%;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;font-size:0;line-height:1;cursor:pointer;opacity:0;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;transform:translateY(-50%)}.msg-action-btn:before{content:"";width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:7px solid rgba(255,255,255,.95)}.message-wrapper:hover .msg-action-btn{opacity:1}.msg-action-menu{position:absolute;top:calc(100% + 8px);bottom:auto;right:0;left:auto;display:none;flex-direction:column;gap:6px;min-width:150px;padding:8px;border-radius:10px;background:#0c1221f2;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 24px #00000059;z-index:3}.message-wrapper.own .msg-action-btn{right:-34px;left:auto}.message-wrapper.own .msg-action-menu{right:0;left:auto}.msg-action-menu.open-up{top:auto;bottom:calc(100% + 8px)}.msg-action-menu.is-open{display:flex}.msg-action-menu button{border:none;border-radius:8px;padding:8px 10px;background:#ffffff0f;color:#fff;font-size:12px;text-align:center;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:6px}.msg-action-menu button i{width:14px;height:14px;font-size:14px;line-height:1;display:block}.msg-action-menu button:hover{background:#ffffff1f}.msg-info-popup{position:absolute;bottom:calc(100% + 10px);left:0;right:auto;min-width:180px;max-width:min(240px,70vw);padding:10px 12px;border-radius:12px;background:#0e1424f5;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 24px #00000059;color:#e5e7eb;font-size:12px;opacity:0;transform:translateY(6px);pointer-events:none;z-index:3}.message-wrapper.own .msg-info-popup{right:0;left:auto}.msg-info-popup.is-open{opacity:1;transform:translateY(0);pointer-events:auto;transition:opacity .2s ease,transform .2s ease}.msg-info-title{font-weight:700;margin-bottom:6px;color:#a5f3fc}.msg-info-row{display:flex;justify-content:space-between;gap:10px;color:#fffc}.msg-info-row strong{color:#fff;font-weight:600}.message-input-area{padding:12px 18px;border-top:1px solid rgba(255,255,255,.05);margin-bottom:0;background:var(--dm-chat-bg);position:relative;transform:translateY(calc(-1 * var(--dm-keyboard-offset, 0px)));transition:transform .12s ease;will-change:transform}.input-container{display:flex;gap:0;align-items:center;justify-content:flex-start;background:#ffffff0d;padding:10px 14px;min-height:52px;border-radius:16px;margin-bottom:12px}.input-container:focus-within{box-shadow:none;border-color:transparent}.attach-btn{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin:0}.attach-btn svg{width:18px;height:18px;display:block}.attach-btn i{width:18px;height:18px;font-size:18px;line-height:1;display:block}.emoji-toggle{width:36px;height:36px;border:none;border-radius:10px;background:transparent;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;margin:0}.attach-btn+.emoji-toggle{margin-left:-5px}.emoji-toggle svg{width:18px;height:18px;display:block}.emoji-toggle i{width:18px;height:18px;font-size:18px;line-height:1;display:block}.file-input{display:none}.msg-input{flex:1;background:transparent;border:none;color:#fff;resize:none;padding:8px 6px;margin:0;line-height:1.35;align-self:center}.msg-input::placeholder{line-height:1.35}.msg-input:focus{outline:none}.send-btn{width:42px;height:42px;border:none;border-radius:12px;background:linear-gradient(135deg,#ff00e6,#0ff);color:#fff;font-size:18px;cursor:pointer;position:relative;z-index:2;pointer-events:auto}.send-btn svg{width:20px;height:20px;display:block;transform:none}.send-btn i{width:20px;height:20px;font-size:20px;line-height:1;display:block;transform:none}.emoji-row{display:none;width:min(92vw,368px);margin-left:0;margin-top:0;padding:0;background:#09121ff0;border:1px solid rgba(91,126,190,.34);border-radius:18px;overflow:hidden;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.emoji-row.visible{display:block}.message-input-area{position:relative}.message-input-area .emoji-row{position:absolute;left:18px;right:auto;bottom:calc(100% + 8px);z-index:12;box-shadow:0 18px 42px #0000006b}.emoji-row button{border:none;background:#ffffff0f;border-radius:10px;padding:6px 8px;cursor:pointer;font-size:18px;line-height:1;font-family:"Segoe UI Emoji","Apple Color Emoji","Noto Color Emoji",sans-serif;color:#fff}.dm-emoji-picker{width:100%;height:min(58vh,430px);--background: rgba(8, 18, 32, .98);--border-color: rgba(91, 126, 190, .28);--border-size: 0;--border-radius: 18px;--button-hover-background: rgba(111, 168, 255, .18);--button-active-background: rgba(111, 168, 255, .24);--category-font-color: #d9f0ff;--indicator-color: #52b6ff;--input-border-color: rgba(110, 152, 255, .36);--input-font-color: #f5fbff;--input-placeholder-color: rgba(225, 236, 255, .56);--outline-color: rgba(112, 214, 255, .78);--num-columns: 8}.contact-meta{flex:1;min-width:0}.contact-last-msg{font-size:12px;opacity:.7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-badges{display:flex;flex-direction:column;align-items:center;gap:6px}.contact-unread{min-width:22px;padding:2px 6px;border-radius:999px;background:#22c55ecc;color:#0a0e27;font-size:11px;font-weight:700;text-align:center}.contact-muted{font-size:14px}.msg-image{width:100%;max-width:240px;height:auto;border-radius:12px;display:block}.msg-file{color:#a5f3fc;text-decoration:none}.msg-file-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.msg-invite-card{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:12px;background:#0f172a99;border:1px solid rgba(139,92,246,.25)}.msg-invite-actions{display:flex;gap:8px;flex-wrap:wrap}.msg-invite-title{font-weight:700;color:#e2e8f0;font-size:14px}.msg-invite-text{font-size:12px;color:#e2e8f0b3}.msg-invite-btn{align-self:flex-start;padding:6px 12px;border-radius:10px;border:1px solid rgba(139,92,246,.35);background:#8b5cf633;color:#e2e8f0;font-size:12px;font-weight:600;cursor:pointer}.msg-invite-btn.ghost{background:#0f172a66;border-color:#8b5cf633}.msg-invite-btn:disabled{opacity:.6;cursor:not-allowed}.msg-attachment-actions{margin-top:8px;display:flex;justify-content:flex-start}.msg-download{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#e2faff;font-size:11px;font-weight:600;text-decoration:none;cursor:pointer}.msg-download i{font-size:14px;line-height:1}.msg-read{position:absolute;bottom:6px;right:10px;font-size:11px;opacity:.7}.msg-read.msg-read-sent{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:.9;background:transparent;border:none}.msg-read.msg-read-sent:before{content:none}.msg-read.msg-read-sent i{font-size:14px;line-height:1;color:#ffffffeb}.msg-read.msg-read-seen{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0;opacity:.95}.msg-read.msg-read-seen i{font-size:14px;line-height:1;color:#78ffdcf2}@media (max-width: 900px){.msg-action-btn{right:-24px}.message-wrapper.own .msg-action-btn{right:-24px;left:auto}}.chat-panel>*{position:relative;z-index:1}@media (max-width: 900px){.chat-actions{flex-wrap:wrap}.chat-action-btn.icon-btn{width:34px;height:34px}html,body{height:100%}#app{min-height:100%}body[data-page=dm] #page-root{height:calc(100vh - var(--app-header-height));height:calc(100dvh - var(--app-header-height));overflow:hidden}.animated-bg{animation:none;opacity:.4}.dm-container{display:flex;flex-direction:column;height:100%;min-height:0}.contacts-panel{max-height:32vh;border-right:none;border-bottom:1px solid rgba(255,255,255,.08);min-height:0;overflow:hidden}.contacts-list{padding:12px 16px;margin-top:0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.contact-item{padding:12px}.chat-panel{flex:1;min-height:0;height:100%}.chat-header{padding:12px 16px;flex-wrap:nowrap;gap:10px;position:relative;border-bottom:1px solid rgba(255,255,255,.12)}.chat-actions{gap:6px}.chat-actions>button:not(#toggleContactsBtn):not(#dmCallBtn):not(#dmVideoBtn):not(#dmActionsMenuBtn){display:none}#dmCallBtn,#dmVideoBtn{display:inline-flex}.dm-container.dm-mobile-pick .contacts-panel{display:flex;flex:1;max-height:none;height:100%}.dm-container.dm-mobile-pick .chat-panel,.dm-container.dm-mobile-chat .contacts-panel{display:none}.dm-container.dm-mobile-chat .chat-panel{display:flex}.header-title{font-size:18px}.panel-header{padding:16px 16px 12px}.header-title{margin-bottom:8px}.search-input{padding:6px 10px;font-size:12px;border-radius:9px;min-height:36px}.dm-search-popover{right:12px;top:calc(100% - 2px);width:min(220px,78%)}.contacts-tabs{display:none}.contacts-list{padding:10px 14px}.contact-item{padding:10px;gap:10px;margin-bottom:6px}.contact-avatar{width:44px;height:44px;font-size:20px}.contact-last-msg{font-size:11px}.contact-menu-btn{width:26px;height:26px}.chat-user-info strong{font-size:14px}.messages-area{padding:16px 16px calc(16px + var(--dm-keyboard-offset, 0px));flex:1;min-height:0}.msg-avatar{display:none!important}.message-input-area{position:sticky;bottom:0;margin-bottom:0;padding:10px 16px calc(12px + env(safe-area-inset-bottom));background:#0a0e27eb;z-index:3;overflow:visible}.message-input-area .typing-indicator.footer{left:8px!important;top:-18px!important}.input-container{width:100%;box-sizing:border-box;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);padding:12px 16px}.msg-input{min-height:20px;max-height:80px}.attach-btn{width:34px;height:34px;border-radius:50%;background:transparent;border:none;color:#fff;display:inline-flex;align-items:center;justify-content:center}.message-input-area .emoji-row{left:12px;right:12px;bottom:calc(100% + 4px);width:auto}.input-container{justify-content:flex-start;gap:3px}.contacts-collapse-btn{display:none}}.msg-meta{margin-top:6px;display:flex;justify-content:flex-end;gap:8px;font-size:11px;opacity:.7}.msg-edited{font-size:11px;color:#ffffff8c}.msg-pin{font-size:12px;line-height:1}.pinned-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);cursor:pointer;position:relative;position:sticky;top:8px;z-index:5}.pinned-bar:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:1px;background:#ffffff14}.pinned-icon{font-size:14px}.pinned-label{font-size:12px;color:#ffffffb3;font-weight:600}.pinned-preview{font-size:12px;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pinned-chevron{margin-left:auto;font-size:16px;opacity:.6}.pinned-menu{position:absolute;top:calc(100% + 6px);right:0;display:none;flex-direction:column;gap:6px;min-width:180px;padding:8px;border-radius:10px;background:#0c1221f2;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 24px #00000059;z-index:4}.pinned-menu.open{display:flex}.pinned-menu button{border:none;border-radius:8px;padding:8px 10px;background:#ffffff0f;color:#e2e8f0;font-size:12px;cursor:pointer;text-align:left}.pinned-menu button:hover{background:#ffffff1f}.msg-highlight{box-shadow:0 0 0 2px #00ffff59;border-radius:12px;transition:box-shadow .3s ease}.msg-time{letter-spacing:.2px}.msg-read{position:static}.reply-preview{display:flex;align-items:center;gap:10px;padding:8px 12px;margin-bottom:10px;background:#ffffff0f;border-radius:12px;border-left:3px solid rgba(0,255,255,.6)}.reply-preview-meta{display:flex;flex-direction:column;gap:2px;font-size:11px;opacity:.8}.reply-preview-label{font-weight:700;letter-spacing:.2px}.reply-preview-name{font-weight:700}.reply-preview-text{flex:1;font-size:12px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reply-preview-close{border:none;background:#ffffff14;color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:11px}.attachment-preview{display:flex;align-items:center;gap:10px;padding:8px 12px;margin-bottom:10px;background:#ffffff0a;border-radius:12px;border-left:3px solid rgba(99,102,241,.6)}.attachment-preview-name{flex:1;font-size:12px;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attachment-preview-close{border:none;background:#ffffff14;color:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:11px}.msg-reply{margin-bottom:8px;padding:6px 10px;border-radius:10px;background:#ffffff0d;border-left:3px solid rgba(255,255,255,.2)}.msg-reply-name{font-size:11px;font-weight:700;opacity:.8;margin-bottom:4px}.msg-reply-text{font-size:12px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-popup{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;padding:20px;z-index:2500}.profile-popup.is-open{display:flex}.profile-popup-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#060a16bf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.profile-popup-card{position:relative;z-index:1;width:100%;max-width:560px;background:#0d1226fa;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:28px;box-shadow:0 24px 60px #00000073}.profile-popup-close{top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:transparent;cursor:pointer;font-size:0;line-height:0;padding:0;font-family:Segoe UI,Arial,sans-serif;font-weight:600;position:absolute;display:block;place-items:unset;text-align:center;box-sizing:border-box;overflow:hidden}.profile-popup-close:before{content:"×";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;line-height:1;transform:none}.profile-popup-header{display:flex;gap:16px;align-items:center;margin-bottom:14px}.profile-popup-avatar{width:96px!important;height:96px!important;border-radius:50%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#ff00e6,#0ff);display:flex;align-items:center;justify-content:center;font-size:34px;position:relative;overflow:hidden;flex:0 0 96px}.profile-popup-avatar.has-frame{border:2px solid var(--frame-color, rgba(0, 255, 255, .6));box-shadow:0 0 16px color-mix(in srgb,var(--frame-color, #00ffff) 65%,transparent)}.profile-popup-avatar.has-frame{border-color:transparent;box-shadow:none}.profile-popup-avatar .frame-effect:not(.frame-effect-neon-orbit),.profile-popup-avatar .frame-image-effect{display:none}.profile-popup-avatar.has-svg,.profile-popup-avatar.has-photo{background:transparent}.profile-popup-avatar img,.profile-popup-avatar svg{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.profile-popup-avatar .frame-effect{top:-12px;right:-12px;bottom:-12px;left:-12px;transform:none;--orbit-radius: calc(50% + 8px) }.profile-popup-avatar .frame-effect-neon-orbit{top:-8px;right:-8px;bottom:-8px;left:-8px;transform:none!important;--orbit-radius: calc(50% + 8px) ;border-radius:50%;clip-path:circle(50%)}.profile-popup-avatar .frame-effect-neon-orbit .neon-orbit-dot{width:4px;height:4px;box-shadow:0 0 10px var(--frame-primary)}.profile-popup-avatar>:not(.frame-effect):not(.frame-image-effect){position:relative;z-index:1}.profile-popup-info{display:flex;flex-direction:column;gap:6px}.profile-popup-name{font-size:26px;font-weight:800;color:#fff}.profile-popup-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#ffffffa6}.profile-popup-status{padding:4px 10px;border-radius:999px;background:#00ffff1f;color:#b7faff;font-weight:600}.profile-popup-code{padding:4px 10px;border-radius:999px;background:#ffffff14}.profile-popup-bio{font-size:14px;color:#ffffffb3;line-height:1.5;min-height:60px;white-space:pre-wrap;margin-bottom:20px}.profile-popup-actions{display:flex;justify-content:flex-end}.profile-popup-btn{padding:12px 18px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,#ff00e6,#0ff);color:#0b1220;font-weight:700;cursor:pointer}body[data-page=dm] #dmProfileDmBtn{display:none}body[data-theme=light] .animated-bg{background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--app-accent-2) 14%,transparent),transparent 55%),radial-gradient(circle at 80% 80%,color-mix(in srgb,var(--app-accent) 14%,transparent),transparent 55%)}body[data-theme=light] .contacts-panel{background:var(--app-surface);border-right:1px solid var(--app-border)}body[data-theme=light] .chat-panel,body[data-theme=light] .messages-area,body[data-theme=light] .message-input-area{background:var(--app-bg)}body[data-theme=light] .message-input-area{border-top:1px solid rgba(148,163,184,.45);box-shadow:0 -1px #ffffffb3 inset}body[data-theme=light] .messages-area{position:relative;isolation:isolate;background:radial-gradient(900px 340px at 0% 0%,rgba(56,189,248,.28),transparent 64%),radial-gradient(900px 340px at 100% 0%,rgba(129,140,248,.24),transparent 66%),linear-gradient(90deg,#d9e5f7e6,#f1f6fff2 20%,#fff,#f1f6fff2 80%,#d9e5f7e6),linear-gradient(180deg,#f4f8ff,#e7eefb)!important;background-size:auto,auto,auto,auto}body[data-theme=light] .messages-area:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:linear-gradient(90deg,#3b82f61a,#fff0 24%,#fff0 76%,#6366f117),linear-gradient(180deg,#ffffff5c,#ffffff0a 30%,#ffffff0a 70%,#e2e8f052)}body[data-theme=light] .messages-area>*{position:relative;z-index:1}body[data-theme=light] .chat-header{background:var(--app-surface);border-bottom:1px solid var(--app-border)}body[data-theme=light] .search-input,body[data-theme=light] .input-container,body[data-theme=light] .message-input-area .emoji-row,body[data-theme=light] .msg-action-menu{background:var(--app-surface);border-color:var(--app-border);color:var(--app-text)}body[data-theme=light] .input-container{border:1px solid rgba(148,163,184,.55);box-shadow:0 4px 14px #94a3b824}body[data-theme=light] .search-input::placeholder{color:var(--app-muted)}body[data-theme=light] .contact-item{background:linear-gradient(180deg,#fffffff5,#f2f7ffeb);border:1px solid rgba(148,163,184,.34);box-shadow:0 6px 16px #3b82f614;border-radius:16px}body[data-theme=light] .contact-item.active{background:linear-gradient(135deg,#7dd3fc3d,#818cf833);border-color:#6366f173;box-shadow:0 10px 22px #4f46e524}body[data-theme=light] .contact-item:hover{border-color:#6366f161;box-shadow:0 10px 20px #3b82f61f;transform:translateY(-1px)}body[data-theme=light] .header-title,body[data-theme=light] .chat-action-btn,body[data-theme=light] .msg-input,body[data-theme=light] .msg-action-menu button,body[data-theme=light] .reply-preview,body[data-theme=light] .msg-reply{color:var(--app-text)}body[data-theme=light] .typing-indicator,body[data-theme=light] .contact-last-msg,body[data-theme=light] .msg-meta,body[data-theme=light] .reply-preview-meta,body[data-theme=light] .msg-reply-text{color:var(--app-muted)}body[data-theme=light] .typing-indicator .typing-text,body[data-theme=light] #chat-status.is-typing .typing-text{color:#0f172a!important;background:none!important;-webkit-text-fill-color:currentColor!important;animation:none!important;text-shadow:none!important}body[data-theme=light] .message-wrapper{gap:10px}body[data-theme=light] .message-wrapper .msg-avatar{border:1px solid rgba(99,130,245,.28);box-shadow:0 6px 14px #3b82f629}body[data-theme=light] .chat-action-btn,body[data-theme=light] .attach-btn,body[data-theme=light] .emoji-toggle{background:color-mix(in srgb,var(--app-bg) 70%,#ffffff);border-color:var(--app-border);color:var(--app-text)}body[data-theme=light] .contact-menu-btn{color:#0f172a!important;background:#ffffffdb;border:1px solid rgba(148,163,184,.42)}body[data-theme=light] .contact-menu-btn i,body[data-theme=light] .contact-menu-btn svg{color:#0f172a!important;fill:#0f172a!important;stroke:#0f172a!important}body[data-theme=light] .contact-menu-btn:hover,body[data-theme=light] .contact-menu-btn:focus-visible{background:#f1f5fff5;border-color:#6366f173}body[data-theme=light] .msg-bubble{background:linear-gradient(180deg,#fff,#f5f9ff)!important;border:1px solid rgba(148,163,184,.42)!important;box-shadow:0 10px 20px #2563eb1a,0 1px #fffffff2 inset!important;color:#0f172a!important;border-radius:18px!important;padding:10px 14px!important;max-width:min(520px,62%)!important;width:fit-content!important}body[data-theme=light] .own .msg-bubble{background:linear-gradient(135deg,#7dd3fc52,#818cf842)!important;border:1px solid rgba(99,102,241,.38)!important;box-shadow:0 12px 24px #4f46e529,0 1px #ffffffa6 inset!important;color:#0f172a!important}body[data-theme=light] .msg-bubble .msg-file-media,body[data-theme=light] .msg-bubble .msg-file-row,body[data-theme=light] .msg-bubble .msg-text{max-width:100%}body[data-theme=light] .msg-bubble .msg-time,body[data-theme=light] .msg-bubble .msg-read,body[data-theme=light] .msg-bubble .msg-pin,body[data-theme=light] .msg-bubble .msg-edited,body[data-theme=light] .msg-meta{color:#475569!important;opacity:1!important}body[data-theme=light] .reply-preview,body[data-theme=light] .msg-reply{background:#f1f5ffe6!important;border:1px solid rgba(148,163,184,.36)!important;border-left-color:#6366f18c!important}body[data-theme=light] .date-separator:before,body[data-theme=light] .date-separator:after{background:#64748b42}body[data-theme=light] .date-separator span{color:#475569!important;background:#e2e8f0b8!important;border:1px solid rgba(148,163,184,.38)!important}body[data-theme=green] .animated-bg{background:radial-gradient(circle at 20% 50%,color-mix(in srgb,var(--app-accent) 18%,transparent),transparent 55%),radial-gradient(circle at 80% 80%,color-mix(in srgb,var(--app-accent-2) 16%,transparent),transparent 55%)}body[data-theme=green] .contacts-panel{background:color-mix(in srgb,var(--app-surface) 90%,transparent);border-right:1px solid color-mix(in srgb,var(--app-border) 82%,transparent)}body[data-theme=green] .chat-panel,body[data-theme=green] .messages-area,body[data-theme=green] .message-input-area{background:color-mix(in srgb,var(--app-bg) 92%,#000)}body[data-theme=green] .chat-header{background:color-mix(in srgb,var(--app-surface) 86%,transparent);border-bottom:1px solid color-mix(in srgb,var(--app-border) 82%,transparent)}body[data-theme=green] .search-input,body[data-theme=green] .input-container,body[data-theme=green] .message-input-area .emoji-row,body[data-theme=green] .msg-action-menu{background:color-mix(in srgb,var(--app-surface) 88%,transparent);border-color:color-mix(in srgb,var(--app-border) 78%,transparent);color:var(--app-text)}body[data-theme=green] .dm-emoji-picker{--background: color-mix(in srgb, var(--app-surface) 96%, rgba(0, 0, 0, .04));--border-color: color-mix(in srgb, var(--app-border) 72%, transparent);--button-hover-background: color-mix(in srgb, var(--app-accent) 18%, transparent);--button-active-background: color-mix(in srgb, var(--app-accent) 26%, transparent);--category-font-color: var(--app-text);--indicator-color: var(--app-accent);--input-border-color: color-mix(in srgb, var(--app-border) 76%, transparent);--input-font-color: var(--app-text);--input-placeholder-color: var(--app-muted);--outline-color: color-mix(in srgb, var(--app-accent) 68%, white 8%)}body[data-theme=light] .dm-emoji-picker{--background: rgba(250, 252, 255, .99);--border-color: rgba(143, 164, 211, .34);--button-hover-background: rgba(72, 125, 255, .14);--button-active-background: rgba(72, 125, 255, .2);--category-font-color: #172554;--indicator-color: #365df5;--input-border-color: rgba(112, 136, 200, .36);--input-font-color: #14213d;--input-placeholder-color: rgba(46, 64, 108, .54);--outline-color: rgba(54, 93, 245, .62)}body[data-theme=green] .search-input::placeholder{color:var(--app-muted)}body[data-theme=green] .contact-item{background:color-mix(in srgb,var(--app-surface) 84%,transparent);border-color:color-mix(in srgb,var(--app-border) 66%,transparent)}body[data-theme=green] .contact-item.active{background:linear-gradient(135deg,color-mix(in srgb,var(--app-accent) 18%,transparent),color-mix(in srgb,var(--app-accent-2) 14%,transparent));border-color:color-mix(in srgb,var(--app-border) 95%,transparent)}body[data-theme=green] .header-title,body[data-theme=green] .chat-action-btn,body[data-theme=green] .msg-input,body[data-theme=green] .msg-action-menu button,body[data-theme=green] .reply-preview,body[data-theme=green] .msg-reply{color:var(--app-text)}body[data-theme=green] .typing-indicator,body[data-theme=green] .contact-last-msg,body[data-theme=green] .msg-meta,body[data-theme=green] .reply-preview-meta,body[data-theme=green] .msg-reply-text{color:var(--app-muted)}body[data-theme=green] .chat-action-btn,body[data-theme=green] .attach-btn,body[data-theme=green] .emoji-toggle{background:color-mix(in srgb,var(--app-surface-strong) 84%,transparent);border-color:color-mix(in srgb,var(--app-border) 82%,transparent);color:var(--app-text)}body[data-theme=green] .msg-bubble{background:color-mix(in srgb,var(--app-surface) 84%,transparent);border-color:color-mix(in srgb,var(--app-border) 62%,transparent)}body[data-theme=green] .own .msg-bubble{background:linear-gradient(135deg,color-mix(in srgb,var(--app-accent-2) 18%,transparent),color-mix(in srgb,var(--app-accent) 20%,transparent));border-color:color-mix(in srgb,var(--app-border) 85%,transparent)}.dm-dropzone{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#080c18bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:5}.dm-dropzone.is-active{display:flex}.dm-dropzone-card{padding:16px 22px;border-radius:16px;border:1px dashed rgba(99,102,241,.7);background:#0a0f20e6;color:#e2e8f0;font-size:14px;letter-spacing:.3px}body[data-theme=light] .dm-container .contacts-list{padding:14px;gap:10px}body[data-theme=light] .dm-container .contact-item{border:1px solid rgba(148,163,184,.4)!important;border-radius:16px!important;background:linear-gradient(180deg,#fffffff7,#f5f9fff0)!important;box-shadow:0 8px 18px #3b82f61a!important}body[data-theme=light] .dm-container .contact-item.active{border-color:#6366f175!important;background:linear-gradient(135deg,#7dd3fc47,#818cf838)!important}body[data-theme=light] .dm-container .contact-menu-btn{border:1px solid rgba(100,116,139,.42)!important;background:#fffffff5!important;color:#0f172a!important}body[data-theme=light] .dm-container .contact-menu-icon{color:#0f172a!important;font-weight:800;font-size:17px;line-height:1}body[data-theme=light] .dm-container .message-input-area{border-top:1px solid rgba(148,163,184,.45)!important;box-shadow:0 -1px #ffffffbf inset!important}body[data-theme=light] .dm-container .input-container{border:1px solid rgba(148,163,184,.55)!important;border-radius:16px!important;background:#fffffff2!important;box-shadow:0 8px 20px #3b82f61a!important}body[data-theme=light] .dm-container .message-wrapper{gap:10px!important;align-items:flex-end}body[data-theme=light] .dm-container .msg-bubble{width:fit-content!important;min-width:0!important;max-width:min(560px,72%)!important;padding:10px 14px!important;border-radius:16px!important}body[data-theme=light] .dm-container .msg-text{color:#0f172a!important;line-height:1.45!important}body[data-theme=light] .dm-container .msg-meta,body[data-theme=light] .dm-container .msg-time,body[data-theme=light] .dm-container .msg-read,body[data-theme=light] .dm-container .msg-edited{color:#475569!important}body[data-theme=light] .dm-container .contacts-list{padding:14px!important;gap:10px!important}body[data-theme=light] .dm-container .contact-item{border:1px solid rgba(148,163,184,.4)!important;border-radius:16px!important;background:linear-gradient(180deg,#fffffffa,#f4f8fff2)!important;box-shadow:0 8px 16px #3b82f614!important}body[data-theme=light] .dm-container .contact-item.active{border-color:#6366f16b!important;background:linear-gradient(135deg,#7dd3fc47,#818cf833)!important}body[data-theme=light] .dm-container .contact-name{color:#0f172a!important;font-weight:700!important}body[data-theme=light] .dm-container .contact-last-msg{color:#4b5563!important;opacity:1!important}body[data-theme=light] .dm-container .message-wrapper{display:flex!important;align-items:flex-end!important;gap:10px!important}body[data-theme=light] .dm-container .message-wrapper.own{flex-direction:row-reverse!important}body[data-theme=light] .dm-container .msg-bubble{display:inline-block!important;width:fit-content!important;min-width:0!important;max-width:min(560px,72%)!important;padding:10px 14px!important;border-radius:16px!important;border:1px solid rgba(148,163,184,.42)!important}body[data-theme=light] .dm-container .msg-text{display:block!important;color:#0f172a!important;line-height:1.45!important}body[data-theme=light] .dm-container .message-input-area{border-top:1px solid rgba(148,163,184,.42)!important}body[data-theme=light] .dm-container .input-container{border:1px solid rgba(148,163,184,.5)!important;border-radius:16px!important;background:#fffffff5!important}body[data-theme=light] .dm-container .contacts-panel,body[data-theme=light] .dm-container .chat-panel,body[data-theme=light] .dm-container .chat-header,body[data-theme=light] .dm-container .contacts-tabs,body[data-theme=light] .dm-container .search-input,body[data-theme=light] .dm-container .date-separator span,body[data-theme=light] .dm-container .msg-action-menu,body[data-theme=light] .dm-container .message-input-area,body[data-theme=light] .dm-container .input-container,body[data-theme=light] .dm-container .chat-actions-menu,body[data-theme=light] .dm-container .contact-menu-btn{border-color:#47556985!important}body[data-theme=light] .dm-container .contact-item{border:1px solid rgba(71,85,105,.46)!important}body[data-theme=light] .dm-container .contact-item.active{border-color:#334155ad!important}body[data-theme=light] .dm-container .msg-bubble{border:1px solid rgba(51,65,85,.58)!important;box-shadow:0 1px #0f172a14!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-bubble{border-color:#2563eb9e!important}body[data-theme=light] .dm-container .contacts-panel,body[data-theme=light] .dm-container .chat-panel,body[data-theme=light] .dm-container .chat-header,body[data-theme=light] .dm-container .message-input-area,body[data-theme=light] .dm-container .input-container,body[data-theme=light] .dm-container .search-input,body[data-theme=light] .dm-container .contacts-tab,body[data-theme=light] .dm-container .chat-actions-menu,body[data-theme=light] .dm-container .msg-action-menu,body[data-theme=light] .dm-container .contact-menu-btn{border-color:#788eb194!important;box-shadow:inset 0 1px #ffffffb8!important}body[data-theme=light] .dm-container .contact-item{border:1px solid rgba(112,136,174,.62)!important;box-shadow:inset 0 1px #ffffffd1,0 6px 14px #4f6e9e24!important}body[data-theme=light] .dm-container .contact-item.active{border-color:#5372aabd!important;box-shadow:inset 0 1px #ffffffe6,0 8px 18px #486aa833!important}body[data-theme=light] .dm-container .msg-bubble{border:1px solid rgba(109,132,168,.68)!important;box-shadow:inset 0 1px #ffffffdb,0 4px 10px #4e68981f!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-bubble{border-color:#4c76c8bd!important}body[data-theme=light] .dm-container .message-wrapper{gap:8px!important}body[data-theme=light] .dm-container .msg-bubble{padding:2px 12px 4px!important;border-radius:15px!important;max-width:min(500px,72%)!important;min-width:78px!important}body[data-theme=light] .dm-container .msg-text{margin:0!important;padding:0!important;line-height:1.14!important}body[data-theme=light] .dm-container .msg-meta{margin-top:0!important;gap:4px!important;font-size:9px!important;line-height:1!important}body[data-theme=light] .dm-container .msg-bubble{position:relative!important;padding:4px 40px 5px 10px!important;min-width:0!important;width:fit-content!important;max-width:min(520px,76%)!important;border-radius:14px!important}body[data-theme=light] .dm-container .msg-text{margin:0!important;padding:0!important;line-height:1.18!important;font-size:16px!important}body[data-theme=light] .dm-container .msg-meta{position:absolute!important;right:10px!important;bottom:5px!important;margin:0!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;font-size:9px!important;line-height:1!important;opacity:1!important}.dm-container .chat-actions-divider{height:1px;margin:4px 0 2px;background:#ffffff1f}.dm-container .chat-actions-title{font-size:11px;font-weight:700;opacity:.8;padding:4px 4px 2px}.dm-container .chat-actions-color-row{display:flex;gap:8px;padding:4px 2px 2px}.dm-container .chat-actions-menu .chat-color-btn{width:22px;height:22px;min-width:22px;border-radius:50%;border:2px solid rgba(255,255,255,.45);padding:0;cursor:pointer;box-shadow:0 1px 6px #00000047}.dm-container .chat-actions-menu .chat-color-btn[data-color=ocean]{background:linear-gradient(135deg,#2f9af0,#2384de)}.dm-container .chat-actions-menu .chat-color-btn[data-color=violet]{background:linear-gradient(135deg,#7c5cff,#6a45eb)}.dm-container .chat-actions-menu .chat-color-btn[data-color=emerald]{background:linear-gradient(135deg,#14b48a,#0f9d73)}.dm-container .chat-actions-menu .chat-color-btn[data-color=coral]{background:linear-gradient(135deg,#ff6b6b,#ef4444)}.dm-container .chat-actions-menu .chat-color-btn[data-color=graphite]{background:linear-gradient(135deg,#334155,#1f2937)}.dm-container .chat-actions-menu .chat-color-btn.is-active{border-color:#fff;box-shadow:0 0 0 2px #ffffff59,0 1px 8px #00000052}body[data-theme=light] .dm-container .message-wrapper.own .msg-bubble{background:var(--dm-own-bubble-bg, linear-gradient(135deg, #2f9af0 0%, #2384de 100%))!important;border:1px solid var(--dm-own-bubble-border, rgba(27, 110, 196, .95))!important;color:var(--dm-own-bubble-text, #ffffff)!important;padding:6px 44px 6px 12px!important;min-width:0!important;max-width:min(520px,76%)!important;box-shadow:0 6px 14px color-mix(in srgb,var(--dm-own-bubble-border, #1b6ec4) 28%,transparent),inset 0 1px #ffffff38!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-text,body[data-theme=light] .dm-container .message-wrapper.own .msg-file,body[data-theme=light] .dm-container .message-wrapper.own .msg-file-row,body[data-theme=light] .dm-container .message-wrapper.own .msg-reply-name,body[data-theme=light] .dm-container .message-wrapper.own .msg-reply-text{color:var(--dm-own-bubble-text, #ffffff)!important}body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-bubble{padding:6px 10px!important;min-width:0!important}body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-meta{position:static!important;margin-top:2px!important;right:auto!important;bottom:auto!important}body[data-theme=light] .dm-container .message-wrapper{gap:8px!important;align-items:flex-end!important}body[data-theme=light] .dm-container .msg-bubble{width:fit-content!important;min-width:0!important;max-width:min(620px,78%)!important;border-radius:18px!important}body[data-theme=light] .dm-container .msg-bubble.is-text{display:inline-flex!important;align-items:flex-end!important;flex-wrap:nowrap!important;gap:7px!important;min-width:102px!important;padding:3px 12px 5px!important}body[data-theme=light] .dm-container .msg-bubble.is-text .msg-text{display:block!important;margin:0!important;padding:0!important;min-width:0!important;line-height:1.22!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important}body[data-theme=light] .dm-container .msg-bubble.is-text .msg-meta{position:static!important;right:auto!important;bottom:auto!important;margin:0!important;display:inline-flex!important;align-items:baseline!important;justify-content:flex-end!important;gap:4px!important;flex:0 0 auto!important;font-size:11px!important;line-height:1!important;opacity:1!important}body[data-theme=light] .dm-container .msg-bubble.is-rich{display:block!important;padding:8px 12px!important}body[data-theme=light] .dm-container .msg-bubble.is-rich .msg-meta{position:static!important;right:auto!important;bottom:auto!important;margin-top:5px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-end!important;gap:5px!important;font-size:11px!important;line-height:1.1!important;opacity:1!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-bubble{background:var(--dm-own-bubble-bg, linear-gradient(135deg, #2f9af0 0%, #2384de 100%))!important;border:1px solid var(--dm-own-bubble-border, rgba(27, 110, 196, .95))!important;color:var(--dm-own-bubble-text, #ffffff)!important;box-shadow:0 7px 16px #2d569c3d,inset 0 1px #ffffff38!important}body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-bubble{background:var(--dm-peer-bubble-bg, linear-gradient(135deg, #5aaef7 0%, #3f93eb 100%))!important;border:1px solid var(--dm-peer-bubble-border, rgba(43, 114, 201, .86))!important;color:var(--dm-peer-bubble-text, #ffffff)!important;box-shadow:0 7px 16px #3e629c33,inset 0 1px #ffffff2e!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-text,body[data-theme=light] .dm-container .message-wrapper.own .msg-file,body[data-theme=light] .dm-container .message-wrapper.own .msg-file-row,body[data-theme=light] .dm-container .message-wrapper.own .msg-reply-name,body[data-theme=light] .dm-container .message-wrapper.own .msg-reply-text,body[data-theme=light] .dm-container .message-wrapper.own .msg-invite-title,body[data-theme=light] .dm-container .message-wrapper.own .msg-invite-text{color:var(--dm-own-bubble-text, #ffffff)!important}body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-text,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-file,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-file-row,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-reply-name,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-reply-text,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-invite-title,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-invite-text{color:var(--dm-peer-bubble-text, #ffffff)!important}body[data-theme=light] .dm-container .message-wrapper.own .msg-meta,body[data-theme=light] .dm-container .message-wrapper.own .msg-time,body[data-theme=light] .dm-container .message-wrapper.own .msg-read,body[data-theme=light] .dm-container .message-wrapper.own .msg-pin,body[data-theme=light] .dm-container .message-wrapper.own .msg-edited{color:var(--dm-own-bubble-meta, rgba(255, 255, 255, .9))!important}body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-meta,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-time,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-read,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-pin,body[data-theme=light] .dm-container .message-wrapper:not(.own) .msg-edited{color:var(--dm-peer-bubble-meta, rgba(255, 255, 255, .92))!important}.dm-container .messages-area .msg-avatar{display:none!important}.dm-container .messages-area .message-wrapper{width:100%!important;gap:0!important;margin:2px 0!important}.dm-container .messages-area .message-wrapper:not(.own){align-self:flex-start!important;flex-direction:row!important;justify-content:flex-start!important}.dm-container .messages-area .message-wrapper.own{align-self:flex-end!important;flex-direction:row!important;justify-content:flex-end!important}.dm-container .messages-area .message-wrapper:not(.own) .msg-bubble{margin-right:auto!important}.dm-container .messages-area .message-wrapper.own .msg-bubble{margin-left:auto!important}body[data-theme=light] .dm-container .messages-area .msg-bubble{max-width:min(640px,82%)!important}body[data-theme=light] .dm-container .messages-area .msg-bubble.is-text{min-width:0!important;padding:6px 13px 7px!important;border-radius:17px!important;gap:8px!important}body[data-theme=light] .dm-container .messages-area .msg-bubble.is-text .msg-text{font-size:14px!important;line-height:1.2!important;font-weight:500!important}body[data-theme=light] .dm-container .messages-area .msg-bubble.is-text .msg-meta{font-size:12px!important;line-height:1!important;white-space:nowrap!important;align-items:center!important}body[data-theme=light] .dm-container .messages-area .message-wrapper.own .msg-text,body[data-theme=light] .dm-container .messages-area .message-wrapper:not(.own) .msg-text{color:#fff!important;font-weight:400!important;letter-spacing:.1px!important}.dm-container .messages-area .message-wrapper .msg-bubble{overflow:visible!important}.dm-container .messages-area .message-wrapper:not(.own) .msg-action-btn{position:absolute!important;top:50%!important;bottom:auto!important;right:-30px!important;left:auto!important;transform:translateY(-50%)!important;margin:0!important;z-index:30!important}.dm-container .messages-area .message-wrapper.own .msg-action-btn{position:absolute!important;top:50%!important;bottom:auto!important;left:-30px!important;right:auto!important;transform:translateY(-50%)!important;margin:0!important;z-index:30!important}.dm-container .messages-area .message-wrapper:not(.own) .msg-action-menu{left:calc(100% + 8px)!important;right:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.dm-container .messages-area .message-wrapper.own .msg-action-menu{right:calc(100% + 8px)!important;left:auto!important;top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.dm-container .messages-area .message-wrapper .msg-action-menu.open-up{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}.dm-container .message-input-area{padding-top:8px!important;padding-bottom:8px!important}.dm-container .input-container{min-height:38px!important;padding:4px 12px!important;border-radius:14px!important;align-items:center!important}.dm-container .msg-input{box-sizing:border-box!important;min-height:20px!important;height:20px!important;padding:0 6px!important;line-height:20px!important;margin:0!important;align-self:center!important;overflow-y:auto!important}.dm-container .msg-input::placeholder{line-height:20px!important;transform:none!important}.dm-container .attach-btn,.dm-container .emoji-toggle{width:32px!important;height:32px!important}@media (max-width: 900px){.dm-container .messages-area .message-wrapper:not(.own) .msg-action-btn{right:-22px!important;left:auto!important}.dm-container .messages-area .message-wrapper.own .msg-action-btn{left:-22px!important;right:auto!important}}.dm-container .messages-area .message-wrapper.own .msg-bubble{background:var(--dm-own-bubble-bg, linear-gradient(135deg, rgba(255,0,230,.2), rgba(0,255,255,.2)))!important;border:1px solid var(--dm-own-bubble-border, rgba(255, 255, 255, .2))!important;color:var(--dm-own-bubble-text, #ffffff)!important}.dm-container .messages-area .message-wrapper:not(.own) .msg-bubble{background:var(--dm-peer-bubble-bg, rgba(255,255,255,.06))!important;border:1px solid var(--dm-peer-bubble-border, rgba(255, 255, 255, .12))!important;color:var(--dm-peer-bubble-text, #ffffff)!important}.dm-container .messages-area .message-wrapper.own .msg-meta,.dm-container .messages-area .message-wrapper.own .msg-time,.dm-container .messages-area .message-wrapper.own .msg-read,.dm-container .messages-area .message-wrapper.own .msg-edited{color:var(--dm-own-bubble-meta, rgba(255,255,255,.9))!important}.dm-container .messages-area .message-wrapper:not(.own) .msg-meta,.dm-container .messages-area .message-wrapper:not(.own) .msg-time,.dm-container .messages-area .message-wrapper:not(.own) .msg-read,.dm-container .messages-area .message-wrapper:not(.own) .msg-edited{color:var(--dm-peer-bubble-meta, rgba(255,255,255,.86))!important}body:not([data-theme=light]) .dm-container .messages-area .message-wrapper.own .msg-text{color:var(--dm-own-bubble-text, #ffffff)!important;font-weight:500!important}body:not([data-theme=light]) .dm-container .messages-area .message-wrapper:not(.own) .msg-text{color:var(--dm-peer-bubble-text, #ffffff)!important;font-weight:500!important}body:not([data-theme=light]) .dm-container .messages-area .message-wrapper .msg-meta{opacity:1!important}body:not([data-theme=light]) .dm-container .messages-area .message-wrapper .msg-time,body:not([data-theme=light]) .dm-container .messages-area .message-wrapper .msg-read,body:not([data-theme=light]) .dm-container .messages-area .message-wrapper .msg-edited,body:not([data-theme=light]) .dm-container .messages-area .message-wrapper .msg-pin{opacity:1!important}.dm-call-panel{display:none!important;position:fixed!important;left:50%!important;top:50%!important;right:auto!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(360px,calc(100vw - 24px))!important;padding:14px!important;border-radius:18px!important;border:1px solid rgba(128,167,255,.35)!important;background:linear-gradient(155deg,#080f21f7,#101b34f5)!important;box-shadow:0 18px 36px #00000073!important;z-index:20050!important}.dm-call-panel.is-active{display:block!important}.dm-call-panel.is-minimized{display:none!important}.dm-call-header{position:relative!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:10px!important;margin-bottom:8px!important}.dm-call-status{position:absolute!important;left:50%!important;transform:translate(-50%)!important;font-size:13px!important;font-weight:700!important;color:#dbeafe!important;text-align:center!important}.dm-call-meta{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:6px!important;margin-bottom:10px!important}.dm-call-timer{font-family:Consolas,Courier New,monospace!important;font-size:16px!important;font-weight:700!important;color:#7dd3fc!important}.dm-call-route{display:inline-flex!important;align-items:center!important;gap:6px!important;font-size:12px!important;font-weight:600!important;color:#dbeafee0!important}.dm-call-peer{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;gap:8px!important;margin-bottom:12px!important}.dm-call-peer-avatar{width:68px!important;height:68px!important;border-radius:18px!important;overflow:hidden!important;border:1px solid rgba(125,211,252,.5)!important;background:#0f172ad9!important}.dm-call-peer-name{font-size:15px!important;font-weight:700!important;color:#f8fafc!important;text-align:center!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.dm-call-media{position:relative!important;min-height:120px!important;border-radius:14px!important;border:1px solid rgba(148,163,184,.28)!important;background:linear-gradient(145deg,#0f172aeb,#1e293bb8)!important;margin-bottom:12px!important;overflow:hidden!important}.dm-call-remote,.dm-call-local{width:100%!important;height:100%!important}.dm-call-local{position:absolute!important;right:8px!important;bottom:8px!important;width:110px!important;height:78px!important;border-radius:10px!important;overflow:hidden!important;border:1px solid rgba(125,211,252,.55)!important;background:#0f172ae6!important}.dm-call-controls{display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;flex-wrap:nowrap!important}.dm-call-btn{width:64px!important;min-height:42px!important;border-radius:12px!important;border:1px solid rgba(148,163,184,.4)!important;background:#0f172acc!important;color:#e2e8f0!important;font-size:12px!important;font-weight:700!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:0!important}.dm-call-btn svg{width:16px!important;height:16px!important;display:block!important;flex:0 0 auto!important}.dm-call-btn.is-active{border-color:#38bdf8bf!important;background:#0c4a6ecc!important;color:#e0f2fe!important}.dm-call-btn.is-off{border-color:#94a3b873!important;color:#cbd5e1db!important}.dm-call-btn.danger{border-color:#f87171b8!important;background:#7f1d1dbf!important;color:#fee2e2!important}.dm-call-pill{z-index:81!important}.dm-call-panel.hide-route-controls .dm-call-route,.dm-call-panel.hide-route-controls #dmCallSpeakerBtn{display:none!important}.dm-call-panel.hide-route-controls .dm-call-controls{justify-content:center!important}body[data-page=dm] #globalCallPill{display:none!important}.dm-incoming-call{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:none!important;align-items:center!important;justify-content:center!important;z-index:90!important;background:#020617a8!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important}.dm-incoming-call.is-active{display:flex!important}.dm-incoming-card{width:min(460px,calc(100vw - 24px))!important;border-radius:22px!important;border:1px solid rgba(148,197,255,.38)!important;background:linear-gradient(150deg,#0f172afa,#1e293bf2)!important;box-shadow:0 24px 60px #0000007a!important;padding:22px 20px!important}.dm-incoming-name{font-size:26px!important;font-weight:800!important;color:#f8fafc!important}.dm-incoming-type,.dm-incoming-status{color:#e2e8f0db!important}.dm-incoming-btn{min-height:44px!important;border-radius:14px!important;font-size:14px!important;font-weight:800!important}.dm-incoming-btn.accept{background:linear-gradient(135deg,#10b981,#22c55e)!important;color:#052e16!important}.dm-incoming-btn.decline{background:linear-gradient(135deg,#ef4444,#f97316)!important;color:#fff7ed!important}body[data-theme=light] .dm-call-panel{background:linear-gradient(150deg,#f8fafcfa,#e2e8f0f5)!important;border-color:#7d92b873!important}body[data-theme=light] .dm-call-status,body[data-theme=light] .dm-call-peer-name{color:#0f172a!important}body[data-theme=light] .dm-call-minimize{color:#0f172a!important;border-color:#0f172a47!important;background:#fffffff5!important}body[data-theme=light] .dm-call-minimize i,body[data-theme=light] .dm-call-minimize svg{color:#0f172a!important}body[data-theme=light] .dm-call-btn{background:#fffffff0!important;color:#0f172a!important}body[data-theme=light] .dm-chat-empty{border-color:#94a3b866;background:radial-gradient(circle at 14% 18%,rgba(14,165,233,.16),transparent 42%),radial-gradient(circle at 84% 14%,rgba(236,72,153,.14),transparent 42%),#f1f5f9f2;color:#0f172a}body[data-theme=light] .dm-chat-empty h3{color:#0f172a}body[data-theme=light] .dm-chat-empty p{color:#0f172abf}body[data-theme=light] .dm-chat-empty-badges span{background:#ffffffe6;border-color:#94a3b87a;color:#0f172acc}body[data-theme=light] .dm-chat-empty-icon{background:#fffffff0;border-color:#0ea5e973;color:#0369a1}body[data-theme=light] .dm-chat-empty-btn{border-color:#0ea5e99e;background:linear-gradient(135deg,#bae6fdf2,#93c5fdf2);color:#0f172a}body[data-theme=light] .dm-chat-empty-suggested-title{color:#0369a1eb}body[data-theme=light] .dm-chat-empty-suggested{background:#ffffffdb;border-color:#94a3b86b;color:#0f172a}body[data-theme=light] .dm-chat-empty-suggested:hover{border-color:#0ea5e98c;background:#fffffffa}body[data-theme=light] .dm-chat-empty-suggested-avatar{background:#e2e8f0f2;border-color:#94a3b873}body[data-theme=light] .dm-chat-empty-suggested-name{color:#0f172a}body[data-theme=light] .dm-chat-empty-suggested-last,body[data-theme=light] .dm-chat-empty-no-suggested{color:#0f172aa6}@media (max-width: 900px){.dm-call-panel{right:10px!important;left:10px!important;width:auto!important;bottom:10px!important}}
