.messly-tooltip-trigger{display:inline-flex;vertical-align:middle}.messly-tooltip{position:fixed;z-index:100000;pointer-events:none;opacity:0;transform:scale(.95);transition:opacity .12s ease,transform .12s ease;will-change:opacity,transform,top,left}.messly-tooltip[data-placement=top]{transform:translateY(4px) scale(.95)}.messly-tooltip[data-placement=bottom]{transform:translateY(-4px) scale(.95)}.messly-tooltip[data-placement=left]{transform:translate(4px) scale(.95)}.messly-tooltip[data-placement=right]{transform:translate(-4px) scale(.95)}.messly-tooltip.is-visible[data-placement=top],.messly-tooltip.is-visible[data-placement=bottom],.messly-tooltip.is-visible[data-placement=left],.messly-tooltip.is-visible[data-placement=right]{opacity:1;transform:translate(0) scale(1)}.messly-tooltip__content{--tooltip-bg: #111214;--tooltip-border: rgba(255, 255, 255, .08);max-width:min(200px,calc(100vw - 16px));position:relative;padding:6px 10px;border-radius:6px;border:1px solid var(--tooltip-border);background:var(--tooltip-bg);color:#fff;font-size:12px;font-weight:600;line-height:1.25;white-space:nowrap;box-shadow:0 4px 12px #0006}.messly-tooltip__content:after{content:"";position:absolute;background:var(--tooltip-bg)}.messly-tooltip[data-placement=top] .messly-tooltip__content:after{left:50%;bottom:-6px;width:10px;height:6px;margin-left:-5px;clip-path:polygon(50% 100%,0 0,100% 0)}.messly-tooltip[data-placement=bottom] .messly-tooltip__content:after{left:50%;top:-6px;width:10px;height:6px;margin-left:-5px;clip-path:polygon(50% 0,0 100%,100% 100%)}.messly-tooltip[data-placement=left] .messly-tooltip__content:after{right:-6px;top:50%;width:6px;height:10px;margin-top:-5px;clip-path:polygon(100% 50%,0 0,0 100%)}.messly-tooltip[data-placement=right] .messly-tooltip__content:after{left:-6px;top:50%;width:6px;height:10px;margin-top:-5px;clip-path:polygon(0 50%,100% 0,100% 100%)}.voice-call-panel{width:min(360px,100%);border-radius:12px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#181b22eb,#11141af0);box-shadow:0 16px 34px #00000057;padding:12px;display:grid;gap:10px}.voice-call-panel__header{display:flex;align-items:center;justify-content:space-between}.voice-call-panel__title{margin:0;color:#f4f7ff;font-size:14px;line-height:1.2;font-weight:700}.voice-call-panel__subtitle{margin:2px 0 0;color:#d2dbe9b8;font-size:12px;line-height:1.2;font-weight:600}.voice-call-panel__error{margin:0;color:#ffb3b9;font-size:12px;line-height:1.3}.voice-call-panel__warning{margin:0;color:#ffd587;font-size:12px;line-height:1.3}.voice-call-panel__participants{display:grid;gap:8px}.voice-call-participant{border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff08;padding:8px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px;align-items:center}.voice-call-participant--muted{opacity:.76}.voice-call-participant__avatar-wrap{position:relative;width:42px;height:42px}.voice-call-participant__avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block}.voice-call-participant__speaking-ring{position:absolute;inset:-4px;border-radius:999px;border:2px solid #35be81;box-shadow:0 0 0 1px #35be813d,0 0 18px #35be818c;animation:voice-speaking-pulse .86s ease-in-out infinite;pointer-events:none}@keyframes voice-speaking-pulse{0%{transform:scale(.97)}50%{transform:scale(1.01)}to{transform:scale(.97)}}.voice-call-participant__meta{min-width:0}.voice-call-participant__name{margin:0;color:#f3f6fd;font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-call-participant__status{margin:3px 0 0;color:#ced6e2c7;font-size:11px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-call-participant__level-meter{margin-top:6px;width:100%;height:6px;border-radius:999px;overflow:hidden;background:#ffffff14}.voice-call-participant__level-fill{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2bcf80,#6df2af);box-shadow:0 0 8px #3ae08f7a;transition:width 90ms linear}.voice-call-panel__controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.voice-call-panel__control-btn{min-height:36px;border-radius:9px;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#f2f6ff;display:inline-flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-size:12px;font-weight:700}.voice-call-panel__control-btn:hover,.voice-call-panel__control-btn:focus-visible{background:#ffffff1f}.voice-call-panel__control-btn:focus-visible{outline:2px solid rgba(255,255,255,.35);outline-offset:1px}.voice-call-panel__control-btn--active{border-color:#6184ff8c;background:#6184ff33}.voice-call-panel__control-btn--danger{border-color:#f061618c;background:#f061612e}.voice-call-panel__control-btn--danger:hover,.voice-call-panel__control-btn--danger:focus-visible{background:#f0616147}.voice-call-panel__control-btn:disabled{opacity:.55;cursor:not-allowed}.voice-call-panel__debug{border-top:1px solid rgba(255,255,255,.12);padding-top:8px;display:grid;gap:6px}.voice-call-panel__debug-title{margin:0;color:#d8dfecd1;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.voice-call-panel__debug-empty{margin:0;color:#cbd3e1b8;font-size:11px}.voice-call-panel__debug-list{display:grid;gap:6px}.voice-call-panel__debug-row{border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;padding:6px 8px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px 8px}.voice-call-panel__debug-user{margin:0;color:#f2f6fd;font-size:11px;font-weight:700;grid-column:1 / -1}.voice-call-panel__debug-metric{margin:0;color:#d1d9e6d6;font-size:11px;line-height:1.2}.dm-chat{--message-left-offset: 38px;--dm-chat-profile-bg: #262626;--dm-chat-profile-banner-height: 128px;--dm-chat-profile-accent: #ff3b3b;--dm-chat-profile-avatar-size: 82px;--dm-chat-profile-banner-divider-left: 32px;--dm-chat-profile-banner-divider-gap-start: 106px;--dm-chat-profile-banner-divider-right: 0px;--dm-chat-profile-avatar-ring-size: 4px;--dm-chat-profile-avatar-ring-color: var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg));--dm-chat-profile-avatar-border-color: color-mix( in srgb, var(--dm-chat-profile-accent, #ff3b3b) 58%, var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) );--dm-chat-profile-presence-ring-size: 3px;--dm-chat-profile-presence-ring-color: var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg));--dm-chat-profile-presence-current-color: var(--dm-chat-profile-presence-invisible, #8b93a2);--dm-chat-sk-bg: #2b2d31;--dm-chat-sk-fill: rgba(255, 255, 255, .06);--dm-chat-sk-shine: rgba(255, 255, 255, .12);flex:1 1 auto;width:100%;height:100%;min-height:0;border:0;border-radius:0;background:transparent;display:flex;flex-direction:column}.dm-chat__body{flex:1 1 auto;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 320px}.dm-chat__main{min-width:0;min-height:0;display:flex;flex-direction:column;border-right:0}.dm-chat__voice-call-wrap{flex:0 0 auto;padding:10px 10px 0}.dm-chat__voice-call-wrap .voice-call-panel{width:100%;max-width:100%}.dm-chat__rejoin-stage{flex:0 0 auto;padding:10px 14px 12px;border-bottom:1px solid var(--border-subtle);background:#000}.dm-chat__rejoin-stage-surface{width:100%;height:210px;min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;border-radius:0;background:transparent}.dm-chat__rejoin-stage-avatar{width:70px;height:70px;border-radius:999px;object-fit:cover;display:block;box-shadow:0 8px 18px #00000059}.dm-chat__rejoin-stage-controls{margin:0 auto;display:inline-flex;align-items:center;gap:10px}.dm-chat__rejoin-stage-title{margin:0;font-size:14px;line-height:1.3;font-weight:600;color:#f4f8ff;text-align:center}.dm-chat__rejoin-stage-btn{min-width:96px;height:34px;border-radius:9px;border:0;padding:0 14px;font-size:12px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:transform .12s ease,opacity .12s ease}.dm-chat__rejoin-stage-btn:hover,.dm-chat__rejoin-stage-btn:focus-visible{transform:translateY(-1px)}.dm-chat__rejoin-stage-btn:focus-visible{outline:2px solid rgba(255,255,255,.24);outline-offset:2px}.dm-chat__rejoin-stage-btn:active{transform:translateY(0)}.dm-chat__rejoin-stage-btn--accept{background:#2fb35d;color:#fff}.dm-chat__rejoin-stage-btn--dismiss{background:#ffffff1f;color:#f0f4fb}.dm-chat__profile-sidebar{min-width:0;min-height:0;padding:0;overflow-y:auto;background:var(--dm-chat-profile-sidebar-bg, var(--dm-chat-profile-bg));border-left:0}.dm-chat__profile-panel{position:relative;isolation:isolate;min-height:100%;display:flex;flex-direction:column;background:var(--dm-chat-profile-panel-gradient, var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)))}.dm-chat__profile-banner-wrap{position:relative;z-index:0;width:100%;height:var(--dm-chat-profile-banner-height);background:var(--dm-chat-profile-banner-bg, transparent);overflow:hidden}.dm-chat__profile-banner-wrap--image:after{content:none}.dm-chat__profile-banner-wrap--separator:before{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,var(--profile-divider, var(--dm-chat-profile-footer-border, rgba(255, 255, 255, .08))) 0,var(--profile-divider, var(--dm-chat-profile-footer-border, rgba(255, 255, 255, .08))) var(--dm-chat-profile-banner-divider-left),transparent var(--dm-chat-profile-banner-divider-left),transparent var(--dm-chat-profile-banner-divider-gap-start),var(--profile-divider, var(--dm-chat-profile-footer-border, rgba(255, 255, 255, .08))) var(--dm-chat-profile-banner-divider-gap-start),var(--profile-divider, var(--dm-chat-profile-footer-border, rgba(255, 255, 255, .08))) calc(100% - var(--dm-chat-profile-banner-divider-right)),transparent calc(100% - var(--dm-chat-profile-banner-divider-right)),transparent 100%);pointer-events:none;z-index:3}.dm-chat__profile-banner{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__profile-content{position:relative;isolation:isolate;z-index:4;padding:calc(var(--dm-chat-profile-avatar-size) / 2 + 8px) 16px 20px;display:grid;gap:6px}.dm-chat__profile-content--banner-image:before{content:none}.dm-chat__profile-avatar-wrap{position:absolute;top:0;left:12px;width:var(--dm-chat-profile-avatar-size);height:var(--dm-chat-profile-avatar-size);transform:translateY(-50%);box-sizing:border-box;border-radius:999px;border:var(--dm-chat-profile-avatar-ring-size) solid var(--dm-chat-profile-avatar-ring-color, var(--dm-chat-profile-bg));background:var(--dm-chat-profile-avatar-ring-color, var(--dm-chat-profile-bg));box-shadow:0 0 0 var(--dm-chat-profile-avatar-ring-size) var(--dm-chat-profile-avatar-ring-color, var(--dm-chat-profile-bg));overflow:visible;z-index:5}.dm-chat__profile-avatar-button{-webkit-appearance:none;appearance:none;background:transparent;display:block;padding:0;cursor:pointer}.dm-chat__profile-avatar-button:focus-visible{outline:2px solid var(--dm-chat-profile-focus-ring, var(--focus));outline-offset:2px}.dm-chat__profile-avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block;box-shadow:inset 0 0 0 1px color-mix(in srgb,#ffffff 34%,transparent)}.dm-chat__profile-presence{position:absolute;right:1px;bottom:1px;width:20px;height:20px;border-radius:999px;border:var(--dm-chat-profile-presence-ring-size) solid var(--dm-chat-profile-presence-ring-color, var(--dm-chat-profile-bg));background:var(--dm-chat-profile-presence-invisible, #8b93a2)}.dm-chat__profile-presence--online{background:var(--dm-chat-profile-presence-online, #35be81)}.dm-chat__profile-presence--idle{background:var(--dm-chat-profile-presence-idle, #d6a44f)}.dm-chat__profile-presence--dnd{background:var(--dm-chat-profile-presence-dnd, #db6262)}.dm-chat__profile-presence--offline{background:var(--dm-chat-profile-presence-invisible, #8b93a2)}.dm-chat__profile-name-heading{position:relative;z-index:1;margin:0}.dm-chat__profile-name{margin:0;color:var(--dm-chat-profile-text, #ffffff);font-family:var(--font-sans);font-size:20px;line-height:1.15;font-weight:600;word-break:break-word}.dm-chat__profile-name-button{border:0;background:transparent;padding:0;text-align:left;cursor:pointer}.dm-chat__profile-name-button:hover,.dm-chat__profile-name-button:focus-visible{text-decoration:underline}.dm-chat__profile-name-button:focus-visible{outline:none}.dm-chat__profile-username{position:relative;z-index:1;margin:0;color:var(--dm-chat-profile-muted, rgba(216, 223, 234, .86));font-size:14px;line-height:1.25;word-break:break-word}.dm-chat__profile-spotify-section{position:relative;z-index:1;margin-top:12px}.dm-chat__profile-spotify-card{border-radius:12px;border:1px solid var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12));background:var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04));padding:12px;display:grid;gap:12px;box-shadow:0 6px 18px #12161b14}.dm-chat__profile-spotify-title{margin:0;color:var(--dm-chat-profile-muted, rgba(216, 223, 234, .86));font-size:12px;line-height:1.2;font-weight:600;display:inline-flex;align-items:center;gap:6px}.dm-chat__profile-spotify-title-icon{width:14px;height:14px;display:inline-flex;align-items:center;justify-content:center;color:var(--dm-chat-profile-text, #ffffff);flex-shrink:0}.dm-chat__profile-spotify-main{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:center}.dm-chat__profile-spotify-cover-button{width:62px;height:62px;border:0;border-radius:10px;padding:0;overflow:hidden;background:color-mix(in srgb,var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)) 84%,white 16%);cursor:pointer;transition:filter .16s ease,transform .16s ease}.dm-chat__profile-spotify-cover-button:hover,.dm-chat__profile-spotify-cover-button:focus-visible{filter:brightness(1.03);transform:translateY(-1px)}.dm-chat__profile-spotify-cover-button:focus-visible{outline:2px solid var(--profile-focus-ring, var(--focus));outline-offset:2px}.dm-chat__profile-spotify-cover{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__profile-spotify-meta{min-width:0;display:grid;gap:4px}.dm-chat__profile-spotify-track,.dm-chat__profile-spotify-artist{border:0;background:transparent;padding:0;margin:0;text-align:left;cursor:pointer;min-width:0}.dm-chat__profile-spotify-track{color:var(--dm-chat-profile-text, #ffffff);font-size:15px;line-height:1.2;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__profile-spotify-artist{color:var(--dm-chat-profile-text, #ffffff);opacity:.84;font-size:13px;line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__profile-spotify-track:hover,.dm-chat__profile-spotify-track:focus-visible,.dm-chat__profile-spotify-artist:hover,.dm-chat__profile-spotify-artist:focus-visible{text-decoration:underline;text-underline-offset:2px}.dm-chat__profile-spotify-track:focus-visible,.dm-chat__profile-spotify-artist:focus-visible{outline:none}.dm-chat__profile-spotify-timeline{margin-top:2px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.dm-chat__profile-spotify-time{color:var(--dm-chat-profile-muted, rgba(216, 223, 234, .86));font-size:12px;line-height:1;font-weight:700;font-variant-numeric:tabular-nums}.dm-chat__profile-spotify-progress-track{width:100%;height:4px;border-radius:999px;background:color-mix(in srgb,var(--dm-chat-profile-text, #ffffff) 14%,transparent);overflow:hidden}.dm-chat__profile-spotify-progress-bar{display:block;height:100%;border-radius:999px;background:var(--profile-spotify-progress, #1ed760);box-shadow:0 0 10px #1ed76029}.dm-chat__profile-spotify-actions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.dm-chat__profile-spotify-action{height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12));cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease}.dm-chat__profile-spotify-action--primary{padding:0 14px;background:var(--profile-full-secondary-btn-bg, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)));color:var(--profile-full-secondary-btn-fg, var(--dm-chat-profile-text, #ffffff));font-size:13px;line-height:1.2;font-weight:700;box-shadow:inset 0 1px #ffffff38}.dm-chat__profile-spotify-action--primary:hover,.dm-chat__profile-spotify-action--primary:focus-visible{background:var( --profile-full-secondary-btn-bg-hover, linear-gradient( 180deg, color-mix(in srgb, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)) 74%, white 26%) 0%, color-mix(in srgb, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)) 64%, white 36%) 100% ) );border-color:color-mix(in srgb,var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12)) 66%,white 34%);transform:translateY(-1px);box-shadow:0 6px 14px #12161b14}.dm-chat__profile-spotify-action--primary:active{transform:translateY(0);background:linear-gradient(180deg,color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 16%,white 84%),color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 22%,white 78%))}.dm-chat__profile-spotify-action--icon{width:34px;padding:0;background:var(--profile-full-secondary-btn-bg, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)));color:var(--profile-full-secondary-btn-fg, var(--dm-chat-profile-text, #ffffff));box-shadow:inset 0 1px #ffffff38}.dm-chat__profile-spotify-action--icon:hover,.dm-chat__profile-spotify-action--icon:focus-visible{background:var( --profile-full-secondary-btn-bg-hover, linear-gradient( 180deg, color-mix(in srgb, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)) 74%, white 26%) 0%, color-mix(in srgb, var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04)) 64%, white 36%) 100% ) );border-color:color-mix(in srgb,var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12)) 66%,white 34%);transform:translateY(-1px);box-shadow:0 6px 14px #12161b14}.dm-chat__profile-spotify-action--active{border-color:color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 28%,var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12)));background:linear-gradient(180deg,color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 16%,white 84%),color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 22%,white 78%));color:var(--profile-full-secondary-btn-fg, var(--dm-chat-profile-text, #ffffff))}.dm-chat__profile-spotify-action--active:hover,.dm-chat__profile-spotify-action--active:focus-visible{background:linear-gradient(180deg,color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 20%,white 80%),color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 26%,white 74%));border-color:color-mix(in srgb,var(--dm-chat-profile-meta-accent, #ffb9b9) 34%,var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12)))}.dm-chat__profile-spotify-action:disabled{cursor:default;opacity:.58;transform:none;box-shadow:none}.dm-chat__profile-spotify-action:disabled:hover,.dm-chat__profile-spotify-action:disabled:focus-visible{transform:none;box-shadow:none}.dm-chat__profile-spotify-action:focus-visible{outline:2px solid var(--profile-focus-ring, var(--focus));outline-offset:1px}.dm-chat__profile-meta-card{position:relative;z-index:1;margin-top:12px;padding:10px 12px 11px;border-radius:8px;border:1px solid var(--dm-chat-profile-meta-border, rgba(60, 67, 74, .12));background:var(--dm-chat-profile-meta-bg, rgba(255, 255, 255, .04));box-shadow:none;display:grid;gap:0}.dm-chat__profile-meta-section{display:grid;gap:6px}.dm-chat__profile-meta-section+.dm-chat__profile-meta-section{margin-top:12px}.dm-chat__profile-meta-title{margin:0;color:var(--dm-chat-profile-text, #ffffff);font-family:var(--font-sans);font-size:13px;line-height:1.2;font-weight:600}.dm-chat__profile-meta-value{margin:0;color:var(--dm-chat-profile-text, #ffffff);font-family:var(--font-sans);font-size:13px;line-height:1.35;font-weight:400;letter-spacing:0;word-break:break-word}.dm-chat__profile-meta-about{font-size:14px;line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.dm-chat__profile-meta-link{display:inline-block;border:0;background:transparent;padding:0;cursor:pointer;text-align:left;color:var(--dm-chat-profile-link, #6f7782);font-family:var(--font-sans);font-size:13px;line-height:1.2;font-weight:500;margin:0}.dm-chat__profile-meta-link:hover,.dm-chat__profile-meta-link:focus-visible{color:var(--dm-chat-profile-link-hover, #252a31);text-decoration:underline}.dm-chat__profile-meta-link:focus-visible{outline:none}.dm-chat__profile-footer{margin-top:auto;min-height:56px;padding:10px 16px 12px;border-top:1px solid var(--dm-chat-profile-footer-border, var(--border-subtle));background:var(--dm-chat-profile-footer-bg, transparent);display:flex;align-items:center;justify-content:center}.dm-chat__profile-footer-link{border:0;background:transparent;color:var(--dm-chat-profile-link, #6f7782);font-family:var(--font-sans);font-size:14px;line-height:1.2;font-weight:400;margin:0;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none}.dm-chat__profile-footer-link:hover,.dm-chat__profile-footer-link:focus-visible{color:var(--dm-chat-profile-link-hover, #252a31);text-decoration:underline;text-underline-offset:2px}.dm-chat__profile-footer-link:focus-visible{outline:none}.dm-chat__center-profile{position:fixed;inset:0;padding:24px;display:flex;align-items:center;justify-content:center;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:auto;z-index:230;animation:dm-chat-center-profile-backdrop-in .14s ease}.dm-chat__center-profile-card{width:auto;max-width:96vw;height:auto;max-height:90vh;display:flex;align-items:center;justify-content:center;pointer-events:auto;animation:dm-chat-center-profile-card-in .15s ease}@keyframes dm-chat-center-profile-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes dm-chat-center-profile-card-in{0%{opacity:0;transform:translateY(6px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:760px){.dm-chat__center-profile{padding:10px}.dm-chat__center-profile-card{width:auto;max-width:96vw;max-height:90vh}}.dm-chat__header{flex:0 0 auto;position:sticky;top:0;z-index:2;height:var(--app-navbar-height);display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--border-subtle);background:var(--cool-neutral-600)}.dm-chat__header-user{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:10px}.dm-chat__header-avatar-wrap{position:relative;width:30px;height:30px;flex-shrink:0}.dm-chat__header-avatar{width:100%;height:100%;border-radius:999px;object-fit:cover;display:block}.dm-chat__header-meta{min-width:0;display:grid;gap:1px}.dm-chat__header-name{margin:0;font-family:var(--font-sans);font-size:14px;line-height:1.2;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__header-actions{display:inline-flex;align-items:center;gap:8px}.dm-chat__header-action-btn{width:32px;height:32px;border:0;border-radius:10px;background:transparent;color:#e4e9f3;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,color .12s ease}.dm-chat__header-action-btn:hover,.dm-chat__header-action-btn:focus-visible{background:#ffffff29;color:#fff}.dm-chat__header-action-btn:disabled{opacity:.45;cursor:not-allowed}.dm-chat__header-action-btn--icon-only,.dm-chat__header-action-btn--icon-only:hover,.dm-chat__header-action-btn--icon-only:focus-visible{background:transparent}.dm-chat__header-action-btn--icon-only:focus-visible{outline:2px solid rgba(255,255,255,.3);outline-offset:2px}.dm-chat__header-action-icon{width:18px;height:18px;display:block;opacity:.88;transition:opacity .12s ease}.dm-chat__header-action-btn--icon-only:hover .dm-chat__header-action-icon,.dm-chat__header-action-btn--icon-only:focus-visible .dm-chat__header-action-icon{opacity:1}.dm-chat__header-tools{margin-left:auto;min-width:0;display:inline-flex;align-items:center;gap:8px}.dm-chat__header-search{min-width:0;width:min(250px,28vw);height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0003;display:inline-flex;align-items:center;gap:6px;padding:0 9px;transition:border-color .12s ease,background-color .12s ease}.dm-chat__header-search:focus-within{border-color:#ffffff52;background:#00000047}.dm-chat__header-search--empty{border-color:#eb575780}.dm-chat__header-search-icon{color:#e4e9f3b8;flex:0 0 auto}.dm-chat__header-search-input{min-width:0;width:100%;border:0;outline:none;background:transparent;color:#e4e9f3;font-family:var(--font-sans);font-size:13px;line-height:1}.dm-chat__header-search-input::placeholder{color:#e4e9f38f}.dm-chat__header-search-count{flex:0 0 auto;color:#e4e9f39e;font-size:11px;line-height:1;font-weight:600}@media(max-width:760px){.dm-chat__header-search{width:min(150px,44vw)}.dm-chat__voice-call-wrap{padding:8px 8px 0}}@media(max-width:980px){.dm-chat__body{grid-template-columns:minmax(0,1fr)}.dm-chat__main{border-right:0}.dm-chat__profile-sidebar{display:none}}.dm-chat__messages-wrap{flex:1 1 auto;position:relative;min-height:0}.dm-chat__messages{height:100%;overflow-y:scroll;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:16px 0 14px}.dm-chat__messages::-webkit-scrollbar{width:0;height:0;background:transparent}.dm-chat__scrollbar{position:absolute;top:14px;bottom:14px;right:4px;width:8px;border-radius:999px;background:transparent;pointer-events:none;opacity:1;transition:opacity .12s ease;z-index:1}.dm-chat__scrollbar-thumb{position:absolute;top:0;right:0;width:100%;border-radius:999px;background:#787878f2;box-shadow:0 0 0 1px #00000040}.dm-chat__new-messages-wrap{flex:0 0 auto;display:flex;justify-content:center;padding:8px 12px 6px}.dm-chat__new-messages-btn{border:1px solid var(--button-primary-border);border-radius:999px;padding:6px 14px;background:var(--button-primary-bg);color:var(--button-primary-text);font-size:12px;font-weight:600;line-height:1.2;cursor:pointer;box-shadow:var(--button-primary-shadow);transition:var(--button-transition)}.dm-chat__new-messages-btn:hover,.dm-chat__new-messages-btn:focus-visible{background:var(--button-primary-bg-hover);border-color:var(--button-primary-border-hover)}.dm-chat__new-messages-btn:active{background:var(--button-primary-bg-active);border-color:var(--button-primary-border-active)}.dm-chat__new-messages-btn:focus-visible{outline:none;box-shadow:var(--button-primary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-chat__state{margin:0;padding:10px 18px;color:#d6dde8b8;font-size:13px;line-height:1.35}.dm-chat__state--error{color:#f39ca4}.dm-chat__intro{display:grid;gap:2px;padding:14px 16px 12px;margin:0 0 10px}.dm-chat__intro-avatar{width:72px;height:72px;border-radius:999px;object-fit:cover;display:block;margin:0 0 10px}.dm-chat__intro-name{margin:0;color:#f8fbff;font-family:var(--font-sans);font-size:clamp(22px,2.2vw,30px);line-height:1.05;font-weight:600;letter-spacing:-.01em}.dm-chat__intro-username{margin:0;color:#e1e8f3f0;font-family:var(--font-sans);font-size:clamp(16px,1.6vw,21px);line-height:1.1;font-weight:500}.dm-chat__intro-copy{margin:12px 0 0;color:#cdd6e4eb;font-family:var(--font-sans);font-size:14px;line-height:1.3}.dm-chat__intro-empty-note{margin:8px 0 0;color:#c3cddce0;font-family:var(--font-sans);font-size:12px;line-height:1.35}.dm-chat__messages-skeleton{display:grid;gap:6px;padding:10px 16px}.dm-chat__sk-msg{display:flex;gap:12px;padding:8px 0}.dm-chat__sk-avatar,.dm-chat__sk-line,.dm-chat__sk-attachment{background:var(--dm-chat-sk-fill)}.dm-chat__sk-avatar{width:40px;height:40px;border-radius:999px;flex:0 0 auto}.dm-chat__sk-lines{min-width:0;width:100%;display:flex;flex-direction:column;gap:8px;padding-top:2px}.dm-chat__sk-line{height:12px;border-radius:8px}.dm-chat__sk-line--w40{width:40%}.dm-chat__sk-line--w55{width:55%}.dm-chat__sk-line--w70{width:70%}.dm-chat__sk-attachment{margin-top:8px;width:min(320px,72%);height:180px;border-radius:12px}.dm-chat__sk-shimmer{position:relative;overflow:hidden}.dm-chat__sk-shimmer:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--dm-chat-sk-shine),transparent);animation:dm-chat-skeleton-shimmer 1.25s linear infinite}@media(prefers-reduced-motion:reduce){.dm-chat__sk-shimmer:after{animation:none}}@keyframes dm-chat-skeleton-shimmer{to{transform:translate(100%)}}.dm-chat__messages--ready{animation:dm-chat-messages-fade-in .14s ease}.dm-chat__date-divider{display:flex;align-items:center;gap:12px;margin:6px 16px 8px;color:#ffffff7a;-webkit-user-select:none;user-select:none}.dm-chat__date-divider:before,.dm-chat__date-divider:after{content:"";flex:1 1 auto;min-width:20px;height:1px;background:color-mix(in srgb,var(--border-subtle, rgba(255, 255, 255, .12)) 86%,transparent)}.dm-chat__date-divider-label{font-size:12px;line-height:1;letter-spacing:.01em;font-weight:500;color:#ffffff7a;white-space:nowrap}@keyframes dm-chat-messages-fade-in{0%{opacity:0}to{opacity:1}}.dm-chat__message{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;padding:2px 16px;position:relative;overflow:visible}.dm-chat__message--with-header{padding-top:8px}.dm-chat__message--with-header:has(.dm-chat__message-file-card){padding-bottom:7px}.dm-chat__message--grouped{padding-top:1px}.dm-chat__message--grouped:has(.dm-chat__message-file-card){padding-top:12px;padding-bottom:7px}.dm-chat__message-wrapper{position:relative;overflow:visible;display:block;height:auto;flex:0 0 auto;margin-bottom:10px;z-index:0}.dm-chat__message-item{margin-left:4px;margin-right:18px;border-radius:6px;contain:layout style;content-visibility:auto;contain-intrinsic-size:72px;position:relative;isolation:isolate;z-index:0}.dm-chat__message-wrapper--grouped:has(.dm-chat__message-file-card){margin-bottom:6px}.dm-chat__message-wrapper--with-header:has(.dm-chat__message-file-card){margin-bottom:8px}.dm-chat__messages-upload-status-wrap{display:flex;padding:1px 16px 10px 72px}.dm-chat__message-wrapper.dm-chat__message--highlight{background:#5865f21f;transition:background .22s ease}.dm-chat__message-item:hover,.dm-chat__message-item:focus-within{background:#ffffff08;z-index:24;content-visibility:visible;contain:layout style}.dm-chat__message-item:has(.dm-chat__message-actions:hover),.dm-chat__message-item:has(.dm-chat__message-actions:focus-within){z-index:24;content-visibility:visible}.dm-chat__message-actions{position:absolute;top:-12px;right:12px;display:inline-flex;gap:6px;padding:4px;border-radius:10px;background:#00000080;border:1px solid rgba(255,255,255,.08);box-shadow:0 8px 18px #00000059;opacity:0;transform:translateY(4px);pointer-events:none;transition:opacity .12s ease,transform .12s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:340;isolation:isolate}.dm-chat__message--grouped .dm-chat__message-actions{top:-19px}.dm-chat__message-wrapper--with-reply .dm-chat__message-actions{top:-30px}.dm-chat__message-wrapper--with-reply .dm-chat__message--grouped .dm-chat__message-actions{top:-37px}.dm-chat__message-item:hover .dm-chat__message-actions,.dm-chat__message-item:focus-within .dm-chat__message-actions{opacity:1;transform:translateY(0);pointer-events:auto}.dm-chat__message-actions--hidden,.dm-chat__message-item:hover .dm-chat__message-actions--hidden,.dm-chat__message-item:focus-within .dm-chat__message-actions--hidden{opacity:0;pointer-events:none;transform:translateY(4px)}.dm-chat__message-action{width:26px;height:26px;border:1px solid var(--button-secondary-border);border-radius:8px;background:var(--button-secondary-bg);color:var(--button-secondary-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--button-secondary-shadow);transition:var(--button-transition)}.dm-chat__message-action:hover,.dm-chat__message-action:focus-visible{background:var(--button-secondary-bg-hover);border-color:var(--button-secondary-border-hover);color:var(--button-secondary-text)}.dm-chat__message-action:active{background:var(--button-secondary-bg-active);border-color:var(--button-secondary-border-active)}.dm-chat__message-action:focus-visible{outline:none;box-shadow:var(--button-secondary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-chat__message-action--danger:hover,.dm-chat__message-action--danger:focus-visible{background:var(--button-danger-soft-bg-hover);border-color:var(--button-danger-soft-border-hover);color:var(--button-danger-text)}.dm-chat__message-action--danger:active{background:var(--button-danger-soft-bg-active)}.dm-chat__message-action--danger:focus-visible{box-shadow:0 0 0 2px var(--button-focus-ring)}.dm-chat__reply-preview{display:flex;align-items:center;gap:5px;font-size:12px;line-height:1.1;color:#c9d1dfb3;width:fit-content;margin-top:2px;margin-bottom:0;margin-left:var(--message-left-offset);padding-left:33px;border:0;background:transparent;cursor:pointer;text-align:left;position:relative;border-radius:6px}.dm-chat__reply-preview:before{content:"";position:absolute;left:-5px;top:6px;width:30px;height:10px;border-left:2px solid rgba(255,255,255,.25);border-top:2px solid rgba(255,255,255,.25);border-top-left-radius:6px}.dm-chat__message-wrapper--with-reply .dm-chat__message--with-header{padding-top:3px}.dm-chat__reply-preview:hover{color:#ecf0f8eb}.dm-chat__reply-preview:disabled{cursor:default;opacity:.7}.dm-chat__reply-preview--deleted{color:#d8e0ecb8}.dm-chat__reply-preview--deleted:before{top:5px}.dm-chat__reply-deleted{display:inline-flex;align-items:center;gap:5px;min-width:0;min-height:18px}.dm-chat__reply-deleted-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:#e1e8f3c7;position:relative;top:-1px;transform:rotate(180deg)}.dm-chat__reply-deleted-text{min-width:0;font-size:12px;line-height:1.2;color:#e1e8f3c7;font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__reply-avatar{width:18px;height:18px;border-radius:999px;object-fit:cover;flex-shrink:0}.dm-chat__reply-avatar--placeholder{background:#ffffff2e}.dm-chat__reply-text{display:inline-flex;align-items:center;gap:6px;min-width:0}.dm-chat__reply-author{font-family:var(--font-sans);font-size:12px;font-weight:500;color:#f2f5fa}.dm-chat__reply-snippet{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#c9d1dfb3;max-width:240px}.dm-chat__reply-snippet-icon{flex-shrink:0;color:#c9d1dfdb}.dm-chat__reply-snippet-text{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__message-avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;display:block}.dm-chat__message-avatar-trigger{width:40px;height:40px;padding:0;border:0;border-radius:999px;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-chat__message-avatar-trigger:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.dm-chat__message-avatar-spacer{width:40px;height:1px;display:block}.dm-chat__message-content-wrap{min-width:0;display:grid;gap:2px}.dm-chat__message-head{display:inline-flex;align-items:baseline;gap:8px;min-width:0}.dm-chat__message-author-button{border:0;background:transparent;margin:0;padding:0;cursor:pointer;border-radius:4px;display:inline-flex;align-items:baseline}.dm-chat__message-author-button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.dm-chat__message-author{color:#f7f8fa;font-family:var(--font-sans);font-size:15px;line-height:1.2;font-weight:600;text-decoration:none}.dm-chat__message-author-button:hover .dm-chat__message-author,.dm-chat__message-author-button:focus-visible .dm-chat__message-author{text-decoration:underline;text-decoration-thickness:from-font;text-underline-offset:2px}.dm-chat__message-time{color:#c9d1df99;font-size:12px;line-height:1.2}.dm-chat__message-profile-popover{position:fixed;top:8px;left:8px;width:300px;z-index:220}.dm-chat__message-edited{color:#c9d1df99;font-size:11px;line-height:1.2}.dm-chat__message-text{margin:0;color:#eaeff8eb;font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-height-body);white-space:pre-wrap;word-break:break-word}.dm-chat__message-text-content{white-space:pre-wrap}.dm-chat__message-text--emoji-only{line-height:1.16}.dm-chat__message-text--emoji-only .dm-chat__message-text-content{display:inline-block;line-height:1.05}.dm-chat__message-text--emoji-only .dm-chat__twemoji{margin:0 .03em;vertical-align:-.16em}.dm-chat__message-text--emoji-count-1 .dm-chat__twemoji{width:2.62rem;height:2.62rem}.dm-chat__message-text--emoji-count-1 .dm-chat__message-text-content{font-size:2.62rem}.dm-chat__message-text--emoji-count-2 .dm-chat__twemoji{width:2.32rem;height:2.32rem}.dm-chat__message-text--emoji-count-2 .dm-chat__message-text-content{font-size:2.32rem}.dm-chat__message-text--emoji-count-3 .dm-chat__twemoji{width:2.12rem;height:2.12rem}.dm-chat__message-text--emoji-count-3 .dm-chat__message-text-content{font-size:2.12rem}.dm-chat__message-text--emoji-count-many .dm-chat__twemoji{width:1.8rem;height:1.8rem}.dm-chat__message-text--emoji-count-many .dm-chat__message-text-content{font-size:1.8rem}.dm-chat__twemoji{width:1.14em;height:1.14em;margin:0 .02em;vertical-align:-.18em;-webkit-user-select:none;user-select:none;pointer-events:none}.dm-chat__message-edit{display:grid;gap:6px}.dm-chat__message-edit-input{width:100%;min-height:30px;padding:6px 12px;border-radius:8px;border:0;background:#ffffff0a;color:#f4f6f9;font-family:var(--font-sans);font-size:14px;line-height:18px;resize:none;overflow:hidden;max-height:160px}.dm-chat__message-edit-input:focus{outline:none;box-shadow:none}.dm-chat__message-edit-actions{display:inline-flex;gap:8px}.dm-chat__message-edit-btn{border:1px solid var(--button-primary-border);border-radius:8px;padding:6px 12px;background:var(--button-primary-bg);color:var(--button-primary-text);font-size:12px;font-weight:600;cursor:pointer;box-shadow:var(--button-primary-shadow);transition:var(--button-transition)}.dm-chat__message-edit-btn:hover,.dm-chat__message-edit-btn:focus-visible{background:var(--button-primary-bg-hover);border-color:var(--button-primary-border-hover)}.dm-chat__message-edit-btn:active{background:var(--button-primary-bg-active);border-color:var(--button-primary-border-active)}.dm-chat__message-edit-btn:focus-visible{outline:none;box-shadow:var(--button-primary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-chat__message-edit-btn--ghost{border-color:var(--button-secondary-border);background:var(--button-secondary-bg);color:var(--button-secondary-text);box-shadow:var(--button-secondary-shadow)}.dm-chat__message-edit-btn--ghost:hover,.dm-chat__message-edit-btn--ghost:focus-visible{background:var(--button-secondary-bg-hover);border-color:var(--button-secondary-border-hover)}.dm-chat__message-edit-btn--ghost:active{background:var(--button-secondary-bg-active);border-color:var(--button-secondary-border-active)}.dm-chat__message-edit-btn--ghost:focus-visible{box-shadow:var(--button-secondary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-chat__message-edit-btn:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed;box-shadow:none}.dm-chat__attachments-grid{width:min(520px,100%);display:grid;gap:6px;margin-top:6px;border-radius:12px;overflow:hidden}.dm-chat__attachments-grid--count-1{grid-template-columns:1fr;width:fit-content;max-width:min(560px,100%);justify-items:start}.dm-chat__attachments-grid--count-2,.dm-chat__attachments-grid--count-3,.dm-chat__attachments-grid--count-4,.dm-chat__attachments-grid--count-5{grid-template-columns:repeat(2,minmax(0,1fr))}.dm-chat__attachments-grid--count-3 .dm-chat__attachment-item:nth-child(3),.dm-chat__attachments-grid--count-5 .dm-chat__attachment-item:nth-child(5){grid-column:1 / -1}.dm-chat__attachment-item{position:relative;border:0;border-radius:8px;overflow:hidden;background:#050505;cursor:pointer;min-height:112px;max-height:320px}.dm-chat__attachment-item--loading{cursor:default}.dm-chat__attachment-item img,.dm-chat__attachment-item video{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__attachment-item video{background:#050505}.dm-chat__attachment-item:focus-visible{outline:2px solid rgba(114,137,218,.72);outline-offset:-2px}.dm-chat__attachment-delete-btn{position:absolute;top:8px;right:8px;width:34px;height:34px;border:0;border-radius:10px;background:#11151ce0;color:#f2f6ff;display:inline-flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease,background-color .12s ease;z-index:2}.dm-chat__attachment-item:hover .dm-chat__attachment-delete-btn,.dm-chat__attachment-item:focus-within .dm-chat__attachment-delete-btn{opacity:1;pointer-events:auto;transform:translateY(0)}.dm-chat__attachment-delete-btn:hover,.dm-chat__attachment-delete-btn:focus-visible{background:#202632f5}.dm-chat__attachments-grid--count-1 .dm-chat__attachment-item{width:auto;min-width:0;min-height:0;max-width:min(560px,100%);max-height:none;background:transparent}.dm-chat__attachments-grid--count-1 .dm-chat__attachment-item img,.dm-chat__attachments-grid--count-1 .dm-chat__attachment-item video{width:auto;height:auto;max-width:min(560px,100%);max-height:420px;object-fit:contain;border-radius:8px;background:#0b0d12}.dm-chat__attachments-grid--count-2 .dm-chat__attachment-item,.dm-chat__attachments-grid--count-3 .dm-chat__attachment-item,.dm-chat__attachments-grid--count-4 .dm-chat__attachment-item,.dm-chat__attachments-grid--count-5 .dm-chat__attachment-item{min-height:146px;max-height:268px}.dm-chat__attachments-grid--count-1 .dm-chat__attachment-delete-btn{display:none}.dm-chat__attachment-loading{width:100%;height:100%;min-height:inherit;background:linear-gradient(120deg,#ffffff0f,#ffffff1c,#ffffff0f);background-size:200% 100%;animation:dm-chat-attachment-shimmer 1.2s linear infinite}.dm-chat__attachment-more-overlay{position:absolute;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;font-size:20px;line-height:1;font-weight:600;color:#fff}@keyframes dm-chat-attachment-shimmer{0%{background-position:0 0}to{background-position:-200% 0}}.dm-chat__message-image-link{display:inline-block;width:fit-content;max-width:min(420px,100%);border-radius:10px;overflow:hidden}.dm-chat__message-image{max-width:min(420px,100%);max-height:320px;border-radius:10px;object-fit:cover;display:block}.dm-chat__message-image--loading{width:min(320px,100%);height:180px;border-radius:10px;background:#ffffff14}.dm-chat__message-video{max-width:min(420px,100%);max-height:320px;border-radius:10px;display:block;background:#00000073}.dm-chat__message-video--loading{width:min(320px,100%);height:180px;border-radius:10px;background:#ffffff14}.dm-chat__message-file-card{position:relative;width:min(368px,100%);max-width:100%}.dm-chat__message-file-card--disabled{opacity:.72}.dm-chat__message-file-surface{width:100%;min-height:74px;display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border-radius:6px;border:1px solid rgba(255,255,255,.14);background:linear-gradient(180deg,#ffffff0d,#ffffff08);box-shadow:0 10px 24px #0000002e;color:#f4f7fb;text-align:left;appearance:none;-webkit-appearance:none;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.dm-chat__message-file-surface:hover,.dm-chat__message-file-surface:focus-visible{border-color:#ffffff38;background:linear-gradient(180deg,#ffffff13,#ffffff0d)}.dm-chat__message-file-icon-wrap{width:40px;height:40px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#ffffff09;color:#e4eaf5d1;display:inline-flex;align-items:center;justify-content:center}.dm-chat__message-file-meta{min-width:0;display:grid;gap:6px}.dm-chat__message-file-title{min-width:0;display:inline-block;max-width:min(290px,62vw);color:#7aa2ff;font-size:13px;line-height:1.2;font-weight:600;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__message-file-title:hover,.dm-chat__message-file-surface:focus-visible .dm-chat__message-file-title{color:#8db1ff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.dm-chat__message-file-size{color:#d6ddeab3;font-size:12px;line-height:1.2;font-weight:500}.dm-chat__message-file-download-btn{position:absolute;top:8px;right:8px;width:30px;height:30px;border:1px solid rgba(255,255,255,.14);border-radius:9px;background:#0b0e14eb;color:#f3f6fd;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .14s ease,transform .14s ease,background-color .14s ease,border-color .14s ease}.dm-chat__message-file-card:hover .dm-chat__message-file-download-btn,.dm-chat__message-file-card:focus-within .dm-chat__message-file-download-btn{opacity:1;pointer-events:auto;transform:translateY(0)}.dm-chat__message-file-download-btn:hover,.dm-chat__message-file-download-btn:focus-visible{border-color:#ffffff3d;background:#1e232efa}.dm-chat__message-file-download-btn:disabled{opacity:0;pointer-events:none}@media(max-width:720px){.dm-chat__message-file-card{width:min(100%,320px)}.dm-chat__message-file-surface{min-height:68px;grid-template-columns:40px minmax(0,1fr);gap:10px;padding:11px 12px}.dm-chat__message-file-icon-wrap{width:36px;height:36px}.dm-chat__message-file-title{max-width:min(220px,58vw);font-size:12px}.dm-chat__message-file-size{font-size:11px}}.dm-chat__message--failed .dm-chat__message-text{color:#f39ca4f2}.dm-chat__message-failed{color:#f39ca4f2;font-size:12px;line-height:1.25;display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.dm-chat__message-retry-btn{border:0;border-radius:8px;padding:4px 10px;background:#ffffff1f;color:#f8fbff;font-size:11px;font-weight:600;line-height:1.2;cursor:pointer}.dm-chat__message-retry-btn:hover,.dm-chat__message-retry-btn:focus-visible{background:#ffffff2e}.dm-chat__media-viewer{position:fixed;inset:0;z-index:1500;background:#0000009e;-webkit-backdrop-filter:none;backdrop-filter:none;display:flex;align-items:center;justify-content:center;padding:24px}.dm-chat__media-viewer-inner{position:relative;display:contents;pointer-events:none}.dm-chat__media-viewer-toolbar{position:fixed;top:54px;right:18px;display:inline-flex;align-items:center;gap:10px;z-index:3;pointer-events:auto}.dm-chat__media-viewer-author{position:fixed;top:54px;left:22px;z-index:3;display:inline-flex;align-items:center;gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;max-width:min(340px,calc(100vw - 180px));pointer-events:auto}.dm-chat__media-viewer-author-avatar{width:40px;height:40px;border-radius:999px;object-fit:cover;display:block;flex-shrink:0}.dm-chat__media-viewer-author-meta{min-width:0;display:grid;gap:2px}.dm-chat__media-viewer-author-name{margin:0;color:#f5f7fc;font-size:16px;line-height:1.1;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.7);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__media-viewer-author-date{margin:0;color:#dbe2edb8;font-size:13px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.7);white-space:nowrap}.dm-chat__media-viewer-toolbar-group{display:inline-flex;align-items:center;gap:2px;padding:4px;border-radius:12px;background:#141821eb;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px #00000059}.dm-chat__media-viewer-tool-btn,.dm-chat__media-viewer-close-btn{width:34px;height:34px;border:0;border-radius:9px;background:transparent;color:#f2f6ff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,color .12s ease}.dm-chat__media-viewer-close-btn{width:34px;height:34px;border-radius:9px;background:#141821eb;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 24px #00000059}.dm-chat__media-viewer-tool-btn:hover,.dm-chat__media-viewer-tool-btn:focus-visible,.dm-chat__media-viewer-close-btn:focus-visible{background:#ffffff24;color:#fff}.dm-chat__media-viewer-close-btn:hover{background:#141821eb;color:#f2f6ff}.dm-chat__media-viewer-counter{position:fixed;left:50%;transform:translate(-50%);padding:4px 10px;border-radius:999px;background:#11151cc7;color:#ebf0f8f5;font-size:12px;line-height:1.2;font-weight:600;z-index:2}.dm-chat__media-viewer-counter--top{top:20px}.dm-chat__media-viewer-content{max-width:min(94vw,1220px);max-height:calc(100vh - 88px);border-radius:14px;overflow:hidden;background:#05070bc7;box-shadow:0 24px 54px #0000008c;pointer-events:auto}.dm-chat__media-viewer-content img,.dm-chat__media-viewer-content video{width:auto;max-width:min(94vw,1220px);max-height:calc(100vh - 88px);object-fit:contain;display:block;background:#07090f}.dm-chat__media-viewer-content video{min-width:min(70vw,860px)}.dm-chat__download-notice{position:fixed;left:50%;bottom:28px;transform:translate(-50%);z-index:1600;min-width:220px;max-width:min(420px,calc(100vw - 32px));padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#11151cf0;box-shadow:0 16px 34px #00000057;color:#f3f6fd;font-size:13px;line-height:1.25;font-weight:600;text-align:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(max-width:900px){.dm-chat__media-viewer{padding:12px}.dm-chat__media-viewer-author{top:46px;left:16px;max-width:min(280px,calc(100vw - 140px));gap:8px}.dm-chat__media-viewer-author-avatar{width:36px;height:36px}.dm-chat__media-viewer-author-name{font-size:14px}.dm-chat__media-viewer-author-date{font-size:12px}.dm-chat__media-viewer-toolbar{top:46px;right:12px;gap:8px}.dm-chat__media-viewer-toolbar-group{gap:0;padding:3px}.dm-chat__media-viewer-tool-btn,.dm-chat__media-viewer-close-btn{width:32px;height:32px;border-radius:9px}.dm-chat__media-viewer-counter--top{top:56px}.dm-chat__media-viewer-content{max-width:calc(100vw - 24px);max-height:calc(100vh - 96px)}.dm-chat__media-viewer-content img,.dm-chat__media-viewer-content video{max-width:calc(100vw - 24px);max-height:calc(100vh - 96px)}.dm-chat__media-viewer-content video{min-width:0}.dm-chat__download-notice{bottom:18px;max-width:calc(100vw - 24px);padding:9px 12px;font-size:12px}.dm-chat__messages-upload-status-wrap{padding:1px 16px 10px}.dm-chat__upload-status--in-messages{width:100%;grid-template-columns:40px minmax(0,1fr) 20px;gap:10px;padding:11px 12px}.dm-chat__upload-status--in-messages .dm-chat__upload-status-icon{width:36px;height:36px}.dm-chat__upload-status--in-messages .dm-chat__upload-status-title{font-size:12px}.dm-chat__upload-status-detail{font-size:11px}}.dm-chat__composer{flex:0 0 auto;border-top:0;padding:8px 6px var(--sidebar-user-card-bottom);background:transparent}.dm-chat__reply-composer{width:100%;border-radius:10px 10px 0 0;border:1px solid rgba(255,255,255,.12);border-bottom:0;background:#ffffff0a;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px 7px;margin-bottom:0}.dm-chat__reply-composer-heading{min-width:0;color:#e0e6f0e0;font-size:14px;line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__reply-composer-name{font-family:var(--font-sans);font-size:inherit;font-weight:600;color:#f5f8ff}.dm-chat__reply-composer-close{width:20px;height:20px;border:0;border-radius:0;background:transparent;color:#e6ecf7bd;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;padding:0}.dm-chat__reply-composer-close:hover,.dm-chat__reply-composer-close:focus-visible{background:transparent;color:#fff}.dm-chat__upload-status{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#323540d1,#2b2d37c7);display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 12px;margin-bottom:10px}.dm-chat__upload-status--in-messages{width:min(368px,100%);margin-bottom:0;border-radius:6px;grid-template-columns:46px minmax(0,1fr) 22px;gap:12px;padding:12px 14px;background:linear-gradient(180deg,#ffffff0d,#ffffff08);border:1px solid rgba(255,255,255,.14);box-shadow:0 10px 24px #0000002e}.dm-chat__upload-status-icon{width:24px;height:24px;color:#e0e8f6eb;display:inline-flex;align-items:center;justify-content:center;background:transparent}.dm-chat__upload-status--in-messages .dm-chat__upload-status-icon{width:40px;height:40px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:#ffffff09;color:#e4eaf5d1}.dm-chat__upload-status-content{min-width:0;display:grid;gap:6px}.dm-chat__upload-status-title{margin:0;color:#f2f5fa;font-size:13px;font-weight:500;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__upload-status--in-messages .dm-chat__upload-status-title{font-size:13px;line-height:1.15;font-weight:600;color:#7aa2ff}.dm-chat__upload-status-detail{margin:0;color:#cdd5e2b8;font-size:12px;line-height:1.2;font-weight:500}.dm-chat__upload-status-track{width:100%;height:6px;border-radius:999px;background:#ffffff29;overflow:hidden}.dm-chat__upload-status-bar{display:block;height:100%;border-radius:inherit;background:#9ea7b7;transition:width .12s ease}.dm-chat__upload-status-close{width:22px;height:22px;border:0;border-radius:0;background:transparent;color:#e6ecf7d1;display:inline-flex;align-items:center;justify-content:center;cursor:default;box-shadow:none}.dm-chat__upload-status--in-messages .dm-chat__upload-status-track{height:2px;margin-top:2px;background:#ffffff1a}.dm-chat__upload-status--in-messages .dm-chat__upload-status-bar{background:#3d82ff}.dm-chat__upload-status--in-messages .dm-chat__upload-status-close{width:20px;height:20px;align-self:start;color:#dce2ee85}.dm-chat__upload-status-close:disabled{opacity:1}.dm-chat__composer-drafts{width:100%;display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;scrollbar-width:thin;scrollbar-color:rgba(177,186,203,.82) transparent}.dm-chat__composer-drafts::-webkit-scrollbar{height:10px}.dm-chat__composer-drafts::-webkit-scrollbar-track{background:transparent;border-radius:999px}.dm-chat__composer-drafts::-webkit-scrollbar-thumb{border-radius:999px;background:linear-gradient(180deg,#c2cad8e0,#929cb2db);border:1px solid rgba(28,31,40,.72)}.dm-chat__composer-drafts::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#d7dfecf0,#a4aec4e6)}.dm-chat__composer-drafts::-webkit-scrollbar-button{display:none;width:0;height:0}.dm-chat__composer-drafts::-webkit-scrollbar-corner{background:transparent}.dm-chat__draft-item{position:relative;flex:0 0 170px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#ffffff08;padding:8px;display:grid;gap:8px}.dm-chat__draft-remove{position:absolute;top:6px;right:6px;width:26px;height:26px;border:0;border-radius:7px;background:#0f1117c7;color:#f4f7fb;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-chat__draft-remove:hover,.dm-chat__draft-remove:focus-visible{background:#0f1117f2}.dm-chat__draft-remove:disabled{opacity:.6;cursor:not-allowed}.dm-chat__draft-preview{width:100%;height:132px;border-radius:8px;overflow:hidden;background:#00000059}.dm-chat__draft-image,.dm-chat__draft-video{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__draft-file-icon-wrap{width:100%;height:100%;color:#e1e8f2d1;display:flex;align-items:center;justify-content:center}.dm-chat__draft-meta{min-width:0;display:grid;gap:2px}.dm-chat__draft-name,.dm-chat__draft-size{margin:0}.dm-chat__draft-name{color:#f3f6fc;font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-chat__draft-size{color:#ced6e3b8;font-size:11px;line-height:1.2}.dm-chat__draft-progress{margin-top:6px;width:100%;height:5px;border-radius:999px;background:#ffffff1f;overflow:hidden}.dm-chat__draft-progress-bar{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f78ff,#5fd2ff);transition:width .12s ease}.dm-chat__draft-error{margin:5px 0 0;color:#f39ca4f2;font-size:11px;line-height:1.3}.dm-chat__composer-box{width:100%;min-height:60px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:4px;align-items:center;padding:8px 6px}.dm-chat__composer-box--with-reply{border-top:1px solid rgba(255,255,255,.1);border-radius:0 0 10px 10px}.dm-chat__composer-box:focus-within{border-color:#ffffff1f;box-shadow:none}.dm-chat__composer-media{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#d8deea;display:inline-flex;align-items:center;justify-content:center;align-self:center;line-height:0;margin-left:6px;cursor:pointer;transition:background-color .12s ease,color .12s ease}.dm-chat__composer-media:hover,.dm-chat__composer-media:focus-visible{background:#ffffff24;color:#fff}.dm-chat__composer-media:disabled{opacity:.6;cursor:not-allowed}.dm-chat__composer-media-input{display:none}.dm-chat__composer-emoji{width:34px;height:34px;border:0;border-radius:10px;background:transparent;color:#d8deea;display:inline-flex;align-items:center;justify-content:center;align-self:center;line-height:0;margin-right:6px;cursor:pointer;transition:color .12s ease,transform .12s ease}.dm-chat__composer-emoji:hover,.dm-chat__composer-emoji:focus-visible{background:#ffffff24;color:#fff}.dm-chat__composer-emoji--active{background:#ffffff2e;color:#fff}.dm-chat__composer-emoji:disabled{opacity:.6;cursor:not-allowed}.dm-chat__composer-input{height:100%;min-height:22px;width:100%;padding:0;box-sizing:border-box;border:0;outline:none;background:transparent;color:#f4f6f9;caret-color:#f4f6f9;font-family:var(--font-sans);font-size:var(--font-size-base);line-height:var(--line-height-body);letter-spacing:normal;white-space:pre-wrap;word-break:break-word;position:relative;z-index:2}.dm-chat__composer-input::placeholder{color:#d6dde89e}.dm-chat__composer-input-wrap{position:relative;min-width:0;width:100%;height:100%;padding:0;display:flex;align-items:center}.dm-chat__emoji-popover,.emojiPopover{--ep-bg: #2b2d31;--ep-bg2: #1f2126;--ep-border: rgba(255, 255, 255, .08);--ep-text: rgba(255, 255, 255, .85);--ep-muted: rgba(255, 255, 255, .55);position:fixed;z-index:1800;width:460px;max-width:92vw;height:380px;background:var(--ep-bg);border-radius:12px;overflow:hidden;border:1px solid var(--ep-border);box-shadow:0 18px 40px #0000006b;animation:dm-chat-emoji-popover-in .13s ease;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}.dm-chat__emoji-popover .EmojiPickerReact,.emojiPopover .EmojiPickerReact{--epr-bg-color: var(--ep-bg);--epr-category-label-bg-color: var(--ep-bg);--epr-text-color: var(--ep-text);--epr-hover-bg-color: rgba(255, 255, 255, .08);--epr-focus-bg-color: rgba(255, 255, 255, .14);--epr-search-border-color: var(--ep-border);--epr-search-input-bg-color: var(--ep-bg2);--epr-search-input-bg-color-active: var(--ep-bg2);--epr-dark-search-input-bg-color: var(--ep-bg2);--epr-dark-search-input-bg-color-active: var(--ep-bg2);--epr-picker-border-color: var(--ep-border);--epr-emoji-size: 30px;--epr-emoji-padding: 3px;--epr-horizontal-padding: 10px;border:0;border-radius:12px}.dm-chat__emoji-popover .epr-search-container input.epr-search,.emojiPopover .epr-search-container input.epr-search{border-radius:10px;font-size:13px;color:var(--ep-text)}.dm-chat__emoji-popover .epr-search-container input.epr-search:focus,.dm-chat__emoji-popover .epr-search-container input.epr-search:focus-visible,.emojiPopover .epr-search-container input.epr-search:focus,.emojiPopover .epr-search-container input.epr-search:focus-visible{background:var(--ep-bg2);box-shadow:none;border-color:var(--ep-border)}.dm-chat__emoji-popover .epr-search-container input.epr-search::placeholder,.emojiPopover .epr-search-container input.epr-search::placeholder{color:var(--ep-muted)}.dm-chat__emoji-popover .epr-category-nav button,.emojiPopover .epr-category-nav button{color:var(--ep-muted)}.dm-chat__emoji-popover .epr-category-nav button:hover,.dm-chat__emoji-popover .epr-category-nav button:focus-visible,.emojiPopover .epr-category-nav button:hover,.emojiPopover .epr-category-nav button:focus-visible{color:var(--ep-text);background-color:#ffffff14;border-radius:8px}.dm-chat__emoji-popover .epr-emoji-category-label,.emojiPopover .epr-emoji-category-label{font-size:11px;letter-spacing:.02em;color:var(--ep-muted)}.dm-chat__emoji-popover .epr-body,.emojiPopover .epr-body{box-sizing:border-box;padding-right:14px}.dm-chat__emoji-popover .epr-emoji-list,.emojiPopover .epr-emoji-list{padding-right:8px}.dm-chat__emoji-popover .epr-emoji-category-label,.emojiPopover .epr-emoji-category-label{box-sizing:border-box;width:calc(100% + 14px);margin-right:-14px;padding-right:20px}.dm-chat__emoji-popover *::-webkit-scrollbar,.emojiPopover *::-webkit-scrollbar{width:8px;height:8px}.dm-chat__emoji-popover *::-webkit-scrollbar-track,.emojiPopover *::-webkit-scrollbar-track{background:transparent}.dm-chat__emoji-popover *::-webkit-scrollbar-track-piece,.emojiPopover *::-webkit-scrollbar-track-piece{background:transparent}.dm-chat__emoji-popover *::-webkit-scrollbar-thumb,.emojiPopover *::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}.dm-chat__emoji-popover *::-webkit-scrollbar-thumb:hover,.emojiPopover *::-webkit-scrollbar-thumb:hover{background:#ffffff42}.dm-chat__emoji-popover *::-webkit-scrollbar-button,.emojiPopover *::-webkit-scrollbar-button{display:none;width:0;height:0;background:transparent;border:0}.dm-chat__emoji-popover *::-webkit-scrollbar-button:single-button,.emojiPopover *::-webkit-scrollbar-button:single-button{display:none;width:0;height:0;background:transparent;border:0}.dm-chat__emoji-popover *::-webkit-scrollbar-corner,.emojiPopover *::-webkit-scrollbar-corner{background:transparent}.dm-chat__emoji-popover *,.emojiPopover *{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.18) transparent}@keyframes dm-chat-emoji-popover-in{0%{opacity:0;transform:translateY(6px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.dm-chat__delete-modal-panel{width:min(420px,90vw)}.dm-chat__delete-modal-body{color:#e6ebf5e6;font-size:14px;line-height:1.5}.dm-chat__delete-modal-text{margin:0}.dm-chat__delete-modal-footer{display:flex;justify-content:flex-end;gap:8px}.dm-chat__delete-modal-btn{border:1px solid var(--button-secondary-border);border-radius:8px;padding:8px 14px;background:var(--button-secondary-bg);color:var(--button-secondary-text);font-size:13px;font-weight:600;cursor:pointer;box-shadow:var(--button-secondary-shadow);transition:var(--button-transition)}.dm-chat__delete-modal-btn:hover,.dm-chat__delete-modal-btn:focus-visible{background:var(--button-secondary-bg-hover);border-color:var(--button-secondary-border-hover)}.dm-chat__delete-modal-btn:active{background:var(--button-secondary-bg-active);border-color:var(--button-secondary-border-active)}.dm-chat__delete-modal-btn:focus-visible{outline:none;box-shadow:var(--button-secondary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-chat__delete-modal-btn--danger{border-color:var(--button-danger-border);background:var(--button-danger-bg);color:var(--button-danger-text);box-shadow:none}.dm-chat__delete-modal-btn--danger:hover,.dm-chat__delete-modal-btn--danger:focus-visible{background:var(--button-danger-bg-hover);border-color:var(--button-danger-border-hover);color:var(--button-danger-text)}.dm-chat__delete-modal-btn--danger:active{background:var(--button-danger-bg-active);border-color:var(--button-danger-border-active)}.dm-chat__delete-modal-btn--danger:focus-visible{box-shadow:0 0 0 2px var(--button-focus-ring)}.dm-chat__delete-modal-btn:disabled{opacity:var(--button-disabled-opacity);cursor:not-allowed;box-shadow:none}
