.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%)}.video-call-wrapper{position:sticky;top:0;width:100%;z-index:70;pointer-events:none;background:#000;border-top:1px solid var(--border-subtle)}.video-call-wrapper.is-screen-share-mode{position:relative;top:auto;flex:0 0 auto;min-height:0;display:block;background:#000}.video-call-card{pointer-events:auto;position:relative;border-radius:0;overflow:hidden;border-top:1px solid var(--border-subtle);border-left:0;border-right:0;border-bottom:0;background:#000;box-shadow:none}.video-call-wrapper.is-screen-share-mode .video-call-card{flex:0 0 auto;min-height:auto;display:block;background:#000}.video-call-card.is-transmission-active{overflow:visible;padding-top:15px;padding-bottom:94px;transition:padding-top .32s cubic-bezier(.22,1,.36,1),padding-bottom .32s cubic-bezier(.22,1,.36,1)}.video-call-card.is-transmission-active.is-members-visible{padding-bottom:154px}.video-call-card:before{display:none}.video-call-viewport{position:relative;width:100%;height:220px;background:#000}.video-call-viewport.is-transmission-stage{--transmission-radius: 12px;width:calc(100% - 220px);max-width:860px;aspect-ratio:16 / 9;height:auto;min-height:150px;max-height:46vh;margin:0 auto;border-radius:var(--transmission-radius);border:0;overflow:visible;box-sizing:border-box;isolation:isolate;clip-path:none}.video-call-card.is-transmission-active .video-call-viewport.is-transmission-stage{transform:translate3d(0,8px,0);transition:transform .34s cubic-bezier(.22,1,.36,1);will-change:transform}.video-call-card.is-transmission-active.is-members-visible .video-call-viewport.is-transmission-stage{transform:translate3d(0,-6px,0)}.video-call-viewport.is-transmission-stage.is-transmission-split{aspect-ratio:32 / 9;min-height:140px;max-height:40vh}.video-call-viewport.is-transmission-stage.is-transmission-stream,.video-call-viewport.is-transmission-stage.is-transmission-member{width:calc(100% - 220px);max-width:860px;margin:0 auto;border-radius:var(--transmission-radius);overflow:visible;clip-path:none}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-overlay.is-transmission,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-overlay.is-transmission{border-radius:var(--transmission-radius);padding:0}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-stage,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-stage{padding:0;gap:0;border-radius:var(--transmission-radius);clip-path:inset(0 round var(--transmission-radius))}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-tile--stream,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-tile--member{border-radius:var(--transmission-radius)}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-tile--member,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-tile--stream{border-radius:var(--transmission-radius);overflow:hidden}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-stage--stream .video-call-transmission-tile--member,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-stage--member .video-call-transmission-tile--stream{border-radius:12px;overflow:hidden}.video-call-viewport.is-transmission-stage .remote-video,.video-call-viewport.is-transmission-stage .video-call-share-video{object-position:center 56%;border-radius:inherit}.video-call-viewport:fullscreen,.video-call-viewport:-webkit-full-screen{width:100vw;height:100vh;background:#000}.remote-video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;z-index:1}.video-call-share-video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;z-index:2}.video-call-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:10px;padding:12px 14px;background:transparent;z-index:3}.video-call-overlay.is-transmission{justify-content:flex-start;padding:10px 12px;background:none;border-radius:var(--transmission-radius);overflow:visible}.video-call-transmission-presenter-pill{position:absolute;left:12px;top:10px;z-index:9;display:inline-flex;align-items:center;gap:6px;max-width:min(72%,320px);padding:5px 9px;border-radius:10px;background:#090d15d6;backdrop-filter:blur(8px) saturate(1.2);-webkit-backdrop-filter:blur(8px) saturate(1.2);color:#eef4ff;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:600;line-height:1.2}.video-call-transmission-presenter-pill>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-overlay.is-transmission.is-fullscreen{background:none}.video-call-overlay.is-transmission .video-call-share-controls--overlay{width:auto;margin-left:auto;position:absolute;right:12px;left:auto;bottom:10px;transform:none;justify-content:flex-end;z-index:6;gap:12px}.video-call-transmission-stream-controls{position:absolute;right:12px;bottom:10px;z-index:9;pointer-events:auto}.video-call-share-controls--in-tile{width:auto;margin:0;justify-content:flex-end;gap:10px}.video-call-share-controls--in-tile .video-call-share-btn{width:30px;height:30px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f7fbfff0}.video-call-share-controls--in-tile .video-call-share-btn:hover,.video-call-share-controls--in-tile .video-call-share-btn:focus-visible,.video-call-share-controls--in-tile .video-call-share-btn.is-active{background:transparent;border-color:transparent}.video-call-transmission-stage{position:absolute;inset:0;padding:8px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;z-index:4;box-sizing:border-box;border-radius:var(--transmission-radius);background:#000;overflow:hidden;clip-path:inset(0 round var(--transmission-radius))}.video-call-transmission-detached{position:absolute;inset:0;z-index:5;display:grid;justify-items:center;align-content:center;gap:10px;text-align:center;color:#e9f0fcf0;pointer-events:auto}.video-call-transmission-detached p{margin:0;font-size:14px;font-weight:600}.video-call-transmission-detached__return{border:1px solid rgba(255,255,255,.18);background:#0a0e16c7;color:#f3f8ff;border-radius:10px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.video-call-transmission-detached__return:hover,.video-call-transmission-detached__return:focus-visible{background:#181f2ce6;border-color:#ffffff4d;outline:none}.video-call-transmission-stage--stream,.video-call-transmission-stage--member{grid-template-columns:minmax(0,1fr)}.video-call-transmission-tile{position:relative;min-width:0;min-height:0;box-sizing:border-box;border:0;border-radius:var(--transmission-radius);overflow:hidden;background:#000;padding:0;margin:0;cursor:pointer;box-shadow:none;transition:box-shadow .22s ease,transform .22s ease,filter .22s ease}.video-call-transmission-tile:focus,.video-call-transmission-tile:active{outline:none}.video-call-transmission-tile:hover,.video-call-transmission-tile:focus-visible{box-shadow:none;outline:none}.video-call-transmission-tile.is-focused{box-shadow:none}.video-call-transmission-stream-video{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:#000;border-radius:inherit}.video-call-transmission-tile--member{display:flex;align-items:center;justify-content:center;background:var(--call-card-deep, rgba(18, 10, 12, .96));isolation:isolate}.video-call-transmission-tile--member:before{content:"";position:absolute;inset:-16px;z-index:0;background-image:var(--call-card-avatar-image, radial-gradient(circle at 50% 45%, var(--call-card-glow, rgba(122, 20, 34, .94)) 0%, var(--call-card-surface-strong, rgba(69, 12, 24, .96)) 70%, var(--call-card-deep, rgba(34, 8, 16, .98)) 100%));background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(20px) saturate(1.22) brightness(.88);transform:scale(1.16);opacity:.92;transition:filter .22s ease,transform .22s ease}.video-call-transmission-tile--member:after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 64% 18%,#ffffff17,#fff0 54%),linear-gradient(165deg,#0c080c3d,#0a070ba8 60%,#08060ad6)}.video-call-transmission-tile--member>*{position:relative;z-index:2}.video-call-transmission-tile--member.is-focused:before{filter:blur(24px) saturate(1.28) brightness(.92);transform:scale(1.2)}.video-call-transmission-stage--stream .video-call-transmission-tile--stream.is-focused{width:100%;height:100%}.video-call-transmission-stage--member .video-call-transmission-tile--member.is-focused{width:100%;max-width:none;height:100%;margin:0 auto}.video-call-transmission-member-avatar{width:78px;height:78px;border-radius:999px;object-fit:cover;border:0;box-shadow:none}.video-call-transmission-stage--stream .video-call-transmission-tile--member{position:absolute;right:12px;top:12px;bottom:auto;width:clamp(156px,18vw,212px);aspect-ratio:16 / 9;height:auto;z-index:5;border:1px solid rgba(255,255,255,.2);border-radius:12px;box-shadow:0 14px 30px #00000070;backdrop-filter:blur(6px) saturate(1.15);-webkit-backdrop-filter:blur(6px) saturate(1.15)}.video-call-transmission-stage--stream .video-call-transmission-member-avatar{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:54px;height:54px;border:2px solid rgba(255,255,255,.2);box-shadow:0 10px 22px #00000061}.video-call-transmission-stage--stream .video-call-transmission-tile--member .video-call-transmission-tile-label{left:8px;bottom:8px;max-width:calc(100% - 78px);padding:3px 7px;border-radius:999px;font-size:11px;gap:4px}.video-call-transmission-stage--stream .video-call-transmission-tile--member .video-call-transmission-tile-label .video-call-source-title-icon{opacity:.9}.video-call-transmission-stage--member .video-call-transmission-tile--stream{position:absolute;right:10px;bottom:10px;width:160px;height:96px;z-index:5}.video-call-transmission-tile-label{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);padding:4px 8px;border-radius:8px;background:#090d15d6;color:#eef4ff;font-size:12px;font-weight:600;line-height:1.2;display:inline-flex;align-items:center;gap:6px}.video-call-transmission-tile-label>span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-transmission-actions{position:absolute;left:50%;bottom:-6px;transform:translate(-50%);width:auto;display:grid;justify-items:center;gap:10px;z-index:7;pointer-events:auto;transition:bottom .32s cubic-bezier(.22,1,.36,1)}.video-call-transmission-actions .video-call-participants-toggle{background:#484f5be6;border:1px solid rgba(255,255,255,.2)}.video-call-transmission-user-dock{position:absolute;left:50%;bottom:-120px;transform:translate(-50%) translateY(16px) scale(.97);display:inline-flex;align-items:center;gap:10px;z-index:7;opacity:0;pointer-events:none;transition:opacity .24s cubic-bezier(.22,1,.36,1),transform .32s cubic-bezier(.22,1,.36,1)}.video-call-transmission-user-dock.is-visible{opacity:1;transform:translate(-50%) translateY(0) scale(1);pointer-events:auto}.video-call-transmission-user-card{position:relative;width:188px;height:104px;border:1px solid rgba(146,154,170,.42);border-radius:12px;background:var(--call-card-deep, rgba(4, 7, 12, .98));overflow:hidden;isolation:isolate;box-shadow:0 12px 28px #00000075;color:#f3f7ff;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:10px 12px;cursor:pointer;transition:border-color .12s ease,box-shadow .12s ease,transform .12s ease}.video-call-transmission-user-card--stream{justify-content:flex-end}.video-call-transmission-user-card:before{content:"";position:absolute;inset:-14px;z-index:0;background-image:var(--call-card-avatar-image, linear-gradient(160deg, var(--call-card-surface-strong, rgba(6, 10, 16, .92)) 0%, var(--call-card-deep, rgba(4, 7, 12, .98)) 100%));background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(16px) saturate(1.2) brightness(.86);transform:scale(1.14);opacity:.9;transition:filter .18s ease,transform .18s ease,opacity .18s ease}.video-call-transmission-user-card--stream:before{display:none}.video-call-transmission-user-card:after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 68% 22%,#ffffff14,#fff0 52%),linear-gradient(165deg,#070b1247,#06090eb8 62%,#05080ce0);transition:background .18s ease}.video-call-transmission-user-card--stream:after{background:linear-gradient(180deg,#06090e0f,#06090e38 42%,#06090eb8)}.video-call-transmission-user-card>*{position:relative;z-index:2}.video-call-transmission-user-preview{position:absolute;inset:0;z-index:2;pointer-events:none}.video-call-transmission-user-preview-video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.video-call-transmission-user-card.is-focused{border-color:#a2aaba9e}.video-call-transmission-user-card:hover,.video-call-transmission-user-card:focus-visible{border-color:#b2bacac7;box-shadow:0 14px 30px #00000080;transform:translateY(-1px);outline:none}.video-call-transmission-user-card:hover:before,.video-call-transmission-user-card:focus-visible:before{filter:blur(18px) saturate(1.25) brightness(.9);transform:scale(1.17)}.video-call-transmission-user-card.is-speaking{border-color:#48eb8eeb;box-shadow:0 0 0 1px #48eb8e70,0 14px 30px #00000080}.video-call-transmission-user-card.is-speaking:after{background:radial-gradient(circle at 68% 22%,#9cffcd1f,#fff0 52%),linear-gradient(165deg,#0a2c1847,#081c12b3 62%,#06160ed6)}.video-call-transmission-user-avatar{width:56px;height:56px;border-radius:999px;object-fit:cover}.video-call-transmission-user-name{display:inline-flex;align-items:center;gap:6px;max-width:100%;padding:4px 8px;border-radius:999px;background:var(--call-card-chip, rgba(8, 12, 20, .82));font-size:12px;font-weight:600}.video-call-transmission-user-name>span:last-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-transmission-actions .video-call-controls--card{background:#0e141ed6;border:0;box-shadow:none}.video-call-card.is-transmission-active .video-call-transmission-actions,.video-call-card.is-transmission-active .video-call-transmission-stream-controls,.video-call-card.is-transmission-active .video-call-overlay.is-transmission .video-call-share-controls--overlay{opacity:0;pointer-events:none;transition:opacity .14s ease,transform .14s ease}.video-call-card.is-transmission-active .video-call-transmission-actions{transform:translate(-50%,8px)}.video-call-card.is-transmission-active .video-call-transmission-stream-controls,.video-call-card.is-transmission-active .video-call-overlay.is-transmission .video-call-share-controls--overlay{transform:translateY(8px)}.video-call-card.is-transmission-active:hover .video-call-transmission-actions,.video-call-card.is-transmission-active:hover .video-call-transmission-stream-controls,.video-call-card.is-transmission-active:hover .video-call-overlay.is-transmission .video-call-share-controls--overlay,.video-call-card.is-transmission-active:focus-within .video-call-transmission-actions,.video-call-card.is-transmission-active:focus-within .video-call-transmission-stream-controls,.video-call-card.is-transmission-active:focus-within .video-call-overlay.is-transmission .video-call-share-controls--overlay{opacity:1;pointer-events:auto}.video-call-card.is-transmission-active:hover .video-call-transmission-actions,.video-call-card.is-transmission-active:focus-within .video-call-transmission-actions{transform:translate(-50%)}.video-call-card.is-transmission-active:hover .video-call-transmission-stream-controls,.video-call-card.is-transmission-active:hover .video-call-overlay.is-transmission .video-call-share-controls--overlay,.video-call-card.is-transmission-active:focus-within .video-call-transmission-stream-controls,.video-call-card.is-transmission-active:focus-within .video-call-overlay.is-transmission .video-call-share-controls--overlay{transform:translateY(0)}.video-call-share-controls--overlay .video-call-share-btn{width:30px;height:30px;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f7fbfff0}.video-call-share-controls--overlay .video-call-share-btn--volume-toggle,.video-call-share-controls--overlay .video-call-share-btn--volume-toggle .ms-icon{color:#fff}.video-call-share-controls--overlay .video-call-share-btn:hover,.video-call-share-controls--overlay .video-call-share-btn:focus-visible{background:transparent;border-color:transparent;transform:scale(1.08)}.video-call-share-controls--overlay .video-call-share-btn.is-active{background:transparent;border-color:transparent}.video-call-overlay.is-avatar-stage{justify-content:center;background:#000}.video-call-overlay.is-avatar-stage .video-call-participants{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0}.video-call-overlay.is-avatar-stage .video-call-footer{position:absolute;left:0;right:0;bottom:12px;margin-top:0;justify-items:center}.video-call-overlay.is-fullscreen{padding:12px 18px 16px;background:linear-gradient(180deg,#030508d1,#03050833 18%,#0305082e 80%,#030508e0)}.video-call-fullscreen-head{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-call-fullscreen-source{min-width:0;display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:10px;background:#06090eb8;border:1px solid rgba(255,255,255,.14)}.video-call-fullscreen-source-avatar{width:26px;height:26px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.2);flex-shrink:0;transition:border-color .12s ease,box-shadow .12s ease}.video-call-fullscreen-source-avatar.is-speaking{border-color:#ffffffeb;box-shadow:0 0 0 2px #ff5e7459,0 0 22px #ff5e744d}.video-call-fullscreen-source-meta{min-width:0}.video-call-fullscreen-source-title,.video-call-fullscreen-source-watchers{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-fullscreen-source-title{display:inline-flex;align-items:center;gap:6px;color:#f7fbff;font-size:13px;font-weight:600}.video-call-source-title-icon{color:#f1f6ffeb}.video-call-fullscreen-source-status{margin:2px 0 0;color:#ffd17cf2;font-size:11px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-fullscreen-badges{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.video-call-fullscreen-badge{padding:4px 8px;border-radius:999px;background:#090d15e6;border:1px solid rgba(255,255,255,.14);color:#f0f5ff;font-size:11px;font-weight:600;letter-spacing:.02em}.video-call-share-controls{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:8px}.video-call-share-controls--inline{width:auto;justify-content:center}.video-call-share-btn{width:36px;height:36px;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#0a0e16ad;color:#f7fbff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,border-color .12s ease,transform .12s ease}.video-call-share-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.video-call-share-btn:hover,.video-call-share-btn:focus-visible{background:#ffffff2e;border-color:#ffffff38;transform:translateY(-1px)}.video-call-share-btn.is-active{background:#000000b8;border-color:#ffffff47}.video-call-volume-control{position:relative;display:inline-flex}.video-call-share-btn--volume-toggle{width:36px;height:36px;color:#fff}.video-call-share-btn--volume-toggle .ms-icon{color:#fff}.video-call-volume-control.is-volume-anim .video-call-share-btn--volume-toggle{animation:none}.video-call-share-btn--volume-toggle:focus,.video-call-share-btn--volume-toggle:focus-visible,.video-call-share-btn--volume-toggle:active{outline:none;box-shadow:none}.video-call-volume-popover{position:absolute;left:50%;bottom:calc(100% - 15px);width:26px;height:88px;transform:translate(-50%,5px);opacity:0;pointer-events:none;border:0;border-radius:0;background:transparent;box-shadow:none;display:flex;align-items:center;justify-content:center;transition:opacity .12s ease,transform .12s ease;z-index:8}.video-call-volume-control:hover .video-call-volume-popover,.video-call-volume-control:focus-within .video-call-volume-popover,.video-call-volume-popover:hover{opacity:1;transform:translate(-50%,-2px);pointer-events:auto}.video-call-volume-slider{-webkit-appearance:none;appearance:none;width:70px;height:12px;transform:rotate(-90deg);border-radius:999px;background:transparent;outline:none;cursor:pointer;touch-action:none}.video-call-volume-slider:active{cursor:grabbing}.video-call-volume-slider:disabled{cursor:not-allowed;opacity:.5}.video-call-volume-slider::-webkit-slider-runnable-track{height:6px;border-radius:999px;background:#959eacb3}.video-call-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;margin-top:-4px;border-radius:999px;border:0;background:#8f98a8;box-shadow:none}.video-call-remote-audio{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.video-call-share-btn.is-volume-anim{animation:video-call-volume-pulse .32s ease}@keyframes video-call-volume-pulse{0%{transform:scale(1)}45%{transform:scale(1.08)}to{transform:scale(1)}}.video-call-fullscreen-watchers{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:8px;padding-left:2px}.video-call-overlay.is-transmission .video-call-fullscreen-watchers{position:absolute;left:14px;bottom:12px;width:auto;padding-left:0}.video-call-fullscreen-watcher-avatar{width:30px;height:30px;border-radius:999px;object-fit:cover;border:1px solid rgba(255,255,255,.26);box-shadow:0 7px 16px #0000005c;transition:border-color .12s ease,box-shadow .12s ease}.video-call-fullscreen-watcher-avatar.is-speaking{border-color:#ffffffeb;box-shadow:0 0 0 2px #ff5e7459,0 0 20px #ff5e744d}.video-call-head{width:100%;display:grid;justify-items:center;gap:3px;text-align:center}.video-call-title{margin:0;color:#f7fbff;font-size:14px;font-weight:600;text-shadow:0 1px 0 rgba(0,0,0,.28)}.video-call-status{margin-top:0;color:#e8eefce0;font-size:10px;letter-spacing:.18em;text-transform:uppercase;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#080c1485}.video-call-participants{display:flex;align-items:center;justify-content:center;gap:0;padding:2px 0}.video-call-participant{position:relative;width:70px;height:70px;border-radius:999px;overflow:hidden;border:1px solid var(--call-card-border, rgba(255, 255, 255, .24));background-image:radial-gradient(circle at 52% 36%,#090c132e,#080c149e 58%,#070a11e0),var(--call-card-avatar-image, radial-gradient(circle at 52% 36%, var(--call-card-glow-soft, rgba(106, 128, 176, .26)) 0%, var(--call-card-surface-strong, #101826) 58%, var(--call-card-deep, #0d1422) 100%));background-size:cover;background-position:center;background-repeat:no-repeat;background-blend-mode:normal,normal;box-shadow:0 8px 18px #00000059;transition:border-color .12s ease,box-shadow .12s ease}.video-call-participant.is-speaking{border-color:#48eb8ef2;box-shadow:0 0 0 2px #48eb8e61,0 10px 24px #28ba6e4d}.video-call-participant:first-child{transform:translate(9px);z-index:2}.video-call-participant:last-child{transform:translate(-9px)}.video-call-participants--single .video-call-participant:first-child,.video-call-participants--single .video-call-participant:last-child{transform:none}.video-call-participant img{width:100%;height:100%;object-fit:cover;display:block}.video-call-participant-status{position:absolute;left:50%;bottom:4px;transform:translate(-50%);max-width:calc(100% - 8px);padding:2px 6px;border-radius:999px;background:#090d15eb;border:1px solid rgba(255,209,124,.52);color:#ffe2a5fa;font-size:9px;font-weight:600;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-actions{display:flex;justify-content:center;gap:8px;width:auto;margin:0 auto}.video-call-btn{border:0;border-radius:10px;width:44px;height:38px;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-weight:600;color:#f6f9ff;background:#ffffff24;box-shadow:0 6px 14px #00000038}.video-call-btn--accept{background:#40be8166}.video-call-btn--hangup{background:#e85162}.video-call-controls{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;margin:0 auto}.video-call-controls--card{padding:6px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.16);background:#1c2027c7;box-shadow:0 8px 20px #00000059}.video-call-control{width:34px;height:34px;border:0;border-radius:8px;background:#555c68d1;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.video-call-control:hover,.video-call-control:focus-visible{background:#69707ce6;transform:translateY(-1px)}.video-call-control.is-off{background:#434954e6}.video-call-control.is-active{background:#707682e6;border:1px solid rgba(255,255,255,.2)}.video-call-control.is-hangup{background:#e85162}.video-call-error{color:#ffb3b3;font-size:12px;text-align:center}.video-call-footer{width:100%;display:grid;justify-items:center;gap:8px;margin-top:auto}.video-call-overlay.is-fullscreen .video-call-footer{justify-items:stretch}.video-call-bottom-controls{width:100%;border-top:0;background:transparent;display:flex;justify-content:center;padding:10px 12px 12px}.video-call-footer--outside{margin-top:0;width:100%;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;display:grid;justify-items:center;gap:8px}.video-call-participants-toggle{position:relative;border:0;border-radius:999px;width:34px;height:34px;padding:0;min-height:0;display:inline-flex;align-items:center;justify-content:center;gap:0;background:#484f5bd1;color:#eef3ff;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.video-call-participants-toggle:hover,.video-call-participants-toggle:focus-visible{background:#5c6472e6;transform:translateY(-1px);outline:none}.video-call-participants-toggle--screen-share{width:44px;height:34px;gap:1px;padding:0 2px;border:1px solid rgba(255,255,255,.1);background:#0b0e14d6;box-shadow:0 8px 18px #0000003d}.video-call-participants-toggle--screen-share .ms-icon:first-child{font-size:15px;opacity:.95}.video-call-participants-toggle--screen-share .ms-icon:last-child{font-size:15px}.video-call-participants-toggle--in-stage{width:46px;height:34px;border-radius:999px;background:#0b0e14e6;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 18px #00000042}.local-video{position:absolute;right:14px;top:14px;width:136px;height:86px;border-radius:10px;border:1px solid rgba(255,255,255,.2);object-fit:cover;background:#0a0f17}@media(max-width:720px){.video-call-wrapper{top:0;width:100%}.video-call-viewport{height:190px}.video-call-card.is-transmission-active{padding-top:15px;padding-bottom:86px}.video-call-card.is-transmission-active.is-members-visible{padding-bottom:138px}.video-call-viewport.is-transmission-stage{--transmission-radius: 12px;width:calc(100% - 12px);max-width:none;aspect-ratio:16 / 9;height:auto;min-height:220px;max-height:62vh;margin-top:0;border-radius:var(--transmission-radius);clip-path:inset(0 round var(--transmission-radius))}.video-call-viewport.is-transmission-stage.is-transmission-split{aspect-ratio:24 / 9;min-height:180px;max-height:48vh}.video-call-viewport.is-transmission-stage.is-transmission-stream,.video-call-viewport.is-transmission-stage.is-transmission-member{width:100%;max-width:none;margin:0;border-radius:var(--transmission-radius);overflow:visible;clip-path:none}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-overlay.is-transmission,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-overlay.is-transmission{border-radius:var(--transmission-radius);padding:0}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-stage,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-stage{padding:0;gap:0;border-radius:var(--transmission-radius);clip-path:inset(0 round var(--transmission-radius))}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-tile--stream,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-tile--member{border-radius:var(--transmission-radius)}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-tile--member,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-tile--stream{border-radius:var(--transmission-radius);overflow:hidden}.video-call-viewport.is-transmission-stage.is-transmission-stream .video-call-transmission-stage--stream .video-call-transmission-tile--member,.video-call-viewport.is-transmission-stage.is-transmission-member .video-call-transmission-stage--member .video-call-transmission-tile--stream{border-radius:12px;overflow:hidden}.video-call-transmission-stage--stream .video-call-transmission-tile--member{right:8px;top:8px;width:132px;border-radius:10px}.video-call-transmission-stage--stream .video-call-transmission-member-avatar{width:42px;height:42px;right:8px}.video-call-transmission-stage--stream .video-call-transmission-tile--member .video-call-transmission-tile-label{max-width:calc(100% - 58px);font-size:10px;padding:3px 6px}.local-video{width:114px;height:72px}.video-call-transmission-user-dock{bottom:-108px;gap:8px}.video-call-transmission-user-card{width:156px;height:92px;padding:8px 10px}.video-call-transmission-user-avatar{width:48px;height:48px}.video-call-transmission-stage--member .video-call-transmission-tile--member.is-focused{width:100%;max-width:none}.video-call-transmission-actions{bottom:-8px}.video-call-card.is-transmission-active .video-call-transmission-actions,.video-call-card.is-transmission-active .video-call-transmission-stream-controls,.video-call-card.is-transmission-active .video-call-overlay.is-transmission .video-call-share-controls--overlay{opacity:1;pointer-events:auto;transform:none;transition:none}.video-call-fullscreen-head{align-items:stretch;flex-direction:column}.video-call-fullscreen-badges{justify-content:flex-end}}@media(prefers-reduced-motion:reduce){.video-call-card.is-transmission-active,.video-call-card.is-transmission-active .video-call-viewport.is-transmission-stage,.video-call-transmission-actions,.video-call-transmission-user-dock{transition:none!important}}.video-call-card.is-screen-share-layout{--screen-share-stage-max-width: 100%;padding:0 0 10px;background:radial-gradient(circle at 50% -8%,#ffffff0a,#fff0 40%),#000;height:auto;min-height:0}.video-call-viewport.is-screen-share-layout{height:auto;min-height:0;display:flex;flex-direction:column;border-radius:16px;overflow:visible;background:#000}.video-call-wrapper.is-screen-share-mode .video-call-viewport.is-screen-share-layout{flex:0 0 auto;min-height:0;height:auto;max-height:none}.video-call-viewport.is-screen-share-layout:fullscreen,.video-call-viewport.is-screen-share-layout:-webkit-full-screen{width:100vw;height:100vh;border-radius:0}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-overlay.is-screen-share.is-fullscreen,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-overlay.is-screen-share.is-fullscreen{position:absolute;inset:0;padding:10px 16px;background:#000}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-overlay.is-screen-share.is-screen-share-focus-stage.is-fullscreen,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-overlay.is-screen-share.is-screen-share-focus-stage.is-fullscreen{padding:0}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-layout,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-layout{height:100%;flex:1 1 auto;min-height:0;gap:10px;padding-bottom:82px;box-sizing:border-box}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-screen-layout,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-screen-layout{gap:0;padding-bottom:0}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-focus-size,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-focus-size{flex:1 1 auto;height:auto;min-height:0;max-height:none;margin-top:0}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__video,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__video{object-fit:cover}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-footer--screen-share,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-footer--screen-share{position:absolute;left:50%;bottom:6px;transform:translate(-50%);z-index:10;margin-top:0;padding-bottom:0;width:auto;pointer-events:auto}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-footer--screen-share .video-call-transmission-actions,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-footer--screen-share .video-call-transmission-actions{width:auto;justify-items:center;gap:10px}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-footer--screen-share .video-call-controls--card,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-footer--screen-share .video-call-controls--card{margin:0}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-footer--screen-share,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-footer--screen-share{display:none}.video-call-overlay.is-screen-share{position:relative;inset:auto;justify-content:flex-start;gap:0;padding:0;background:#000;min-height:auto}.video-call-screen-layout{width:100%;height:auto;flex:0 0 auto;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;gap:18px}.video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-screen-layout{padding-bottom:88px;box-sizing:border-box}.video-call-overlay.is-screen-share.is-screen-share-focus-stage.is-screen-share-members-visible .video-call-screen-layout{padding-bottom:94px}.video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-footer--screen-share{position:absolute;left:50%;bottom:6px;transform:translate(-50%);z-index:10;margin-top:0;padding-bottom:0;width:auto;pointer-events:auto}.video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-footer--screen-share .video-call-transmission-actions{width:auto;justify-items:center;gap:10px}.video-call-overlay.is-screen-share.is-screen-share-focus-stage .video-call-footer--screen-share .video-call-controls--card{margin:0}.video-call-screen-grid{width:100%;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:16px;align-items:stretch;padding:10px 20px 0}.video-call-screen-grid__tile{position:relative;min-width:0;aspect-ratio:16 / 9;border-radius:12px;overflow:hidden;background:#06090eeb;border-top:1px solid rgba(255,255,255,.14);border-left:0;border-right:0;border-bottom:0;box-shadow:0 10px 22px #0003}.video-call-screen-grid__tile--share{cursor:pointer}.video-call-screen-grid__tile--share:focus-visible{outline:2px solid rgba(179,206,255,.72);outline-offset:2px}.video-call-screen-grid__video{width:100%;height:100%;display:block;object-fit:contain;background:#000}.video-call-screen-stage{position:relative;flex:0 0 auto;min-height:0;width:100%;aspect-ratio:16 / 9;height:auto;margin:0 auto;border-radius:18px;overflow:hidden;background:#00000059;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 1px #ffffff05 inset,0 22px 50px #00000057}.video-call-screen-stage.is-focus-size{--video-call-screen-focus-half-width: min(50%, calc(clamp(260px, 36vh, 400px) * 8 / 9));margin-top:10px;width:100%;aspect-ratio:auto;height:clamp(260px,36vh,400px)}.video-call-screen-stage.is-screen-focus{border:0;border-radius:0;box-shadow:none}.video-call-screen-stage:fullscreen,.video-call-screen-stage:-webkit-full-screen{width:100vw;height:100vh;margin:0;aspect-ratio:auto;border:0;border-radius:0;box-shadow:none;background:#000}.video-call-screen-stage__member{position:relative;width:100%;height:100%;display:grid;place-items:center;background:var(--call-card-deep, #0a0c11);overflow:hidden;isolation:isolate}.video-call-screen-stage__member:before{content:"";position:absolute;inset:-26px;z-index:0;background-image:var(--call-card-avatar-image, radial-gradient(circle at 50% 40%, rgba(112, 28, 44, .9) 0%, rgba(38, 10, 18, .96) 68%, rgba(14, 8, 11, .98) 100%));background-size:cover;background-position:center;background-repeat:no-repeat;filter:blur(28px) saturate(1.18) brightness(.84);transform:scale(1.14);opacity:.96}.video-call-screen-stage__member:after{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at 52% 42%,#ffffff0a,#fff0 58%),linear-gradient(180deg,#07090d2e,#07090d75 58%,#07090dd1)}.video-call-screen-stage__member.is-speaking:after{background:radial-gradient(circle at 52% 42%,#63ffac14,#fff0 58%),linear-gradient(180deg,#05110b24,#07120c66 58%,#07100bc2)}.video-call-screen-stage__member-glass{position:absolute;inset:0;z-index:2;backdrop-filter:blur(10px) saturate(1.12);-webkit-backdrop-filter:blur(10px) saturate(1.12);pointer-events:none}.video-call-screen-stage__member-avatar{position:relative;z-index:3;width:clamp(82px,11vw,128px);height:clamp(82px,11vw,128px);border-radius:999px;object-fit:cover;box-shadow:0 0 0 2px #ffffff1f,0 20px 44px #00000070}.video-call-screen-stage__member.is-speaking .video-call-screen-stage__member-avatar{box-shadow:0 0 0 2px #5effa875,0 0 0 8px #5effa81f,0 20px 44px #00000070}.video-call-screen-stage__member-name{position:absolute;left:12px;bottom:12px;z-index:4;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 24px);padding:6px 10px;border-radius:999px;background:#06090eb8;color:#f4f8ff;font-size:12px;font-weight:600;line-height:1.2}.video-call-screen-stage__member-name>span:first-child{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-screen-stage__member-presenting{display:inline-flex;align-items:center;gap:5px;padding-left:8px;border-left:1px solid rgba(255,255,255,.14);color:#f2f7ffeb;font-size:11px;font-weight:600;flex-shrink:0}.video-call-screen-stage__member-status{position:absolute;top:12px;left:12px;z-index:4;max-width:min(80%,440px);padding:5px 9px;border-radius:999px;background:#080c14b3;color:#f1f6fff0;font-size:11px;font-weight:600;line-height:1.2}.video-call-screen-stage__video{width:100%;height:100%;display:block;object-fit:contain;background:#000}.video-call-screen-stage__video.is-fit-cover{object-fit:cover}.video-call-screen-stage__label{position:absolute;left:12px;bottom:12px;z-index:7;display:inline-flex;align-items:center;gap:6px;max-width:min(76%,380px);padding:6px 10px;border-radius:999px;background:#070a0eb3;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 24px #0003;color:#f3f7ff;font-size:12px;font-weight:600;line-height:1.2}.video-call-screen-stage__label>span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.video-call-screen-stage__quality{position:absolute;right:12px;top:12px;z-index:7;display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:none;padding:4px 8px;border-radius:999px;background:#070a0eb8;border:1px solid rgba(255,255,255,.1);color:#f7fbfff5;font-size:11px;font-weight:600;line-height:1;white-space:nowrap;letter-spacing:.02em}.video-call-screen-stage.is-screen-focus .video-call-screen-stage__quality{right:auto;left:calc(50% + var(--video-call-screen-focus-half-width) - clamp(14px,1.6vw,24px));top:calc(var(--video-call-screen-focus-vertical-inset, 0px) + clamp(10px,1.4vh,16px));transform:translate(-100%)}.video-call-screen-stage__controls{position:absolute;right:14px;bottom:14px;z-index:8;pointer-events:auto}.video-call-screen-stage.is-screen-focus .video-call-screen-stage__controls{left:calc(50% + var(--video-call-screen-focus-half-width) - clamp(14px,1.6vw,24px));right:auto;bottom:calc(var(--video-call-screen-focus-vertical-inset, 0px) + clamp(14px,1.8vh,22px));transform:translate(-100%)}.video-call-screen-stage.is-screen-focus .video-call-screen-stage__label{left:calc(50% - var(--video-call-screen-focus-half-width) + clamp(14px,1.6vw,24px));bottom:calc(var(--video-call-screen-focus-vertical-inset, 0px) + 12px)}.video-call-screen-stage__members-toggle{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:8;pointer-events:auto}.video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle{bottom:calc(var(--video-call-screen-focus-vertical-inset, 0px) + 5px)}.video-call-screen-stage__call-controls{position:absolute;left:50%;bottom:clamp(8px,1.2vh,14px);transform:translate(-50%);z-index:8;pointer-events:auto}.video-call-screen-stage__call-controls .video-call-controls--card,.video-call-screen-stage__call-controls .video-call-actions{margin:0}.video-call-screen-stage.is-screen-focus .video-call-screen-stage__call-controls{bottom:calc(var(--video-call-screen-focus-vertical-inset, 0px) + clamp(8px,1.2vh,14px))}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle{bottom:calc(var(--video-call-screen-focus-vertical-inset, 0px) + clamp(54px,7.4vh,76px))}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__quality,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__quality{left:auto;right:12px;top:12px;transform:none}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__label,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__label{left:12px;bottom:12px}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__controls,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__controls{left:auto;right:14px;bottom:14px;transform:none}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle{left:50%;transform:translate(-50%)}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__call-controls,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__call-controls{bottom:12px}.video-call-viewport.is-screen-share-layout:fullscreen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle,.video-call-viewport.is-screen-share-layout:-webkit-full-screen .video-call-screen-stage.is-screen-focus .video-call-screen-stage__members-toggle{bottom:58px}.video-call-share-controls--in-stage{width:auto;justify-content:flex-end;gap:6px;padding:0;border-radius:0;background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.video-call-screen-filmstrip{display:flex;justify-content:center;align-items:center;flex-wrap:nowrap;gap:14px;width:100%;margin:0 auto;margin-top:clamp(12px,2.8vh,28px);padding:8px 6px 2px;min-height:0;max-height:220px;opacity:1;transform:translateY(0);overflow:hidden;pointer-events:auto;transition:max-height .22s ease,opacity .18s ease,transform .22s ease,margin-top .22s ease,padding-top .22s ease,padding-bottom .22s ease}.video-call-screen-filmstrip.is-collapsed{max-height:0;opacity:0;transform:translateY(-8px);margin-top:0;padding-top:0;padding-bottom:0;pointer-events:none}.video-call-screen-tile{position:relative;width:220px;height:124px;border-radius:14px;overflow:hidden;border:1px solid rgba(155,164,180,.42);background:var(--call-card-deep, rgba(8, 11, 16, .9));box-shadow:0 10px 24px #00000038;color:#f4f8ff;padding:0;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.video-call-screen-tile--grid{width:auto;height:auto;aspect-ratio:16 / 9;border-radius:12px;border-top:1px solid rgba(255,255,255,.14);border-left:0;border-right:0;border-bottom:0;box-shadow:0 10px 22px #0003}.video-call-screen-tile--grid:hover,.video-call-screen-tile--grid:focus-visible{border-top-color:#ffffff2e;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent;box-shadow:0 14px 26px #00000042}.video-call-screen-tile--grid.is-presenter,.video-call-screen-tile--grid.is-stage-focused{border-top-color:#fff3;border-left-color:transparent;border-right-color:transparent;border-bottom-color:transparent}.video-call-screen-tile:hover,.video-call-screen-tile:focus-visible{transform:translateY(-1px);border-color:#bac2d1b8;box-shadow:0 14px 28px #00000057;outline:none}.video-call-screen-tile.is-stage-focused{border-color:#ced6e4c7;box-shadow:0 12px 24px #00000070}.video-call-screen-tile.is-speaking{border-color:#48eb8eeb;box-shadow:0 0 0 1px #48eb8e61}.video-call-screen-tile.is-presenter{border-color:#c6d0e2b3}.video-call-screen-tile__video{width:100%;height:100%;object-fit:cover;display:block;background:#000}.video-call-screen-tile__avatar{position:absolute;left:50%;top:50%;width:56px;height:56px;border-radius:999px;transform:translate(-50%,-50%);object-fit:cover;box-shadow:0 8px 18px #00000059}.video-call-screen-tile__badge{position:absolute;left:10px;top:10px;z-index:6;display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border-radius:999px;background:#0000008c;color:#f6faff;font-size:11px;font-weight:600;line-height:1.1}.video-call-screen-tile__quality-pill{position:absolute;right:10px;top:10px;z-index:6;padding:4px 8px;border-radius:999px;background:#0009;color:#f6fafff5;font-size:10px;font-weight:600;line-height:1;letter-spacing:.02em}.video-call-screen-tile__meta{position:absolute;left:10px;right:10px;bottom:10px;z-index:6;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 9px;border-radius:999px;background:#080b10b8;border:1px solid rgba(255,255,255,.08)}.video-call-screen-tile__controls{position:absolute;right:8px;bottom:8px;z-index:7;pointer-events:auto}.video-call-screen-tile--share-preview .video-call-screen-tile__meta{right:120px}.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-share-controls{width:auto;justify-content:flex-end;gap:4px}.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-share-btn{width:26px;height:26px;border-radius:6px;background:#070a0eb8;border:1px solid rgba(255,255,255,.14)}.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-share-btn:hover,.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-share-btn:focus-visible{background:#121822eb;border-color:#ffffff38;transform:none}.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-share-btn .ms-icon{font-size:15px}.video-call-screen-tile--share-preview .video-call-screen-tile__controls .video-call-volume-popover{bottom:calc(100% - 11px)}.video-call-screen-tile__name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;font-weight:600}.video-call-screen-tile__icons{display:inline-flex;align-items:center;gap:5px;color:#f4f9fff0;flex-shrink:0}.video-call-footer--screen-share{margin-top:clamp(20px,3.6vh,38px);width:100%;margin-left:auto;margin-right:auto;padding-bottom:14px}.video-call-footer--screen-share .video-call-transmission-actions{position:static;transform:none;width:100%;display:grid;justify-items:center;gap:12px}.video-call-card.is-transmission-active .video-call-footer--screen-share .video-call-transmission-actions{opacity:1;pointer-events:auto;transform:none}.video-call-footer--screen-share .video-call-controls--card{margin:0;padding:9px 12px;background:#0b0e14d6;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 30px #00000038}@media(max-width:960px){.video-call-card.is-screen-share-layout{padding:10px 8px 8px}.video-call-viewport.is-screen-share-layout{height:clamp(240px,42vh,420px);border-radius:14px}.video-call-screen-stage{border-radius:14px}.video-call-screen-filmstrip{gap:8px}.video-call-screen-grid{grid-template-columns:1fr;gap:10px}.video-call-screen-tile{width:180px;height:102px;border-radius:12px}.video-call-screen-tile--grid{width:auto;height:auto;aspect-ratio:16 / 9}.video-call-screen-tile--share-preview .video-call-screen-tile__meta{right:92px}.video-call-screen-tile__quality-pill{right:8px;top:8px;padding:3px 6px}.video-call-screen-stage__member-name{max-width:calc(100% - 20px)}.video-call-screen-tile__avatar{width:48px;height:48px}}@media(max-width:1180px)and (min-width:961px){.video-call-screen-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.dm-screen-share-modal{width:min(940px,calc(100vw - 28px));max-height:min(780px,calc(100vh - 28px))}.dm-screen-share-modal__body{display:grid;gap:16px;min-height:420px}.dm-screen-share-tabs{display:inline-flex;align-items:center;gap:8px}.dm-screen-share-tab{border:1px solid rgba(255,255,255,.11);background:#ffffff0a;color:#d8dfeb;border-radius:10px;padding:8px 11px;font-size:13px;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.dm-screen-share-tab:hover,.dm-screen-share-tab:focus-visible{background:#ffffff1a;border-color:#ffffff29}.dm-screen-share-tab.is-active{background:#5a75ff38;border-color:#7a92ff8f;color:#eef2ff}.dm-screen-share-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;min-height:248px;max-height:430px;overflow:auto;padding:2px}.dm-screen-share-grid::-webkit-scrollbar{width:10px}.dm-screen-share-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#ffffff24}.dm-screen-share-empty{grid-column:1 / -1;border:1px dashed rgba(255,255,255,.14);border-radius:14px;padding:24px 14px;color:#aeb9ca;font-size:14px;text-align:center;background:#ffffff08}.dm-screen-share-tile{border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#11141bf2;color:#f2f7ff;padding:10px;display:grid;gap:10px;cursor:pointer;outline:none;transition:border-color .12s ease,box-shadow .12s ease,background-color .12s ease}.dm-screen-share-tile:hover,.dm-screen-share-tile:focus-visible{border-color:#ffffffe6;box-shadow:0 10px 22px #060a1247;background:#14171ffa}.dm-screen-share-tile.is-selected{border-color:#8296ffd9;box-shadow:0 0 0 1px #8296ff80}.dm-screen-share-tile__thumb{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.08);background:#0b0f16}.dm-screen-share-tile__share-btn{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) scale(.96);opacity:0;pointer-events:none;border:1px solid rgba(255,255,255,.22);background:#090c12e0;color:#f4f7ff;border-radius:10px;padding:7px 10px;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;transition:opacity .12s ease,transform .12s ease,background-color .12s ease}.dm-screen-share-tile:hover .dm-screen-share-tile__share-btn,.dm-screen-share-tile:focus-visible .dm-screen-share-tile__share-btn,.dm-screen-share-tile:focus-within .dm-screen-share-tile__share-btn{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.dm-screen-share-tile__share-btn:hover,.dm-screen-share-tile__share-btn:focus-visible{background:#121822f0}.dm-screen-share-tile__thumb img{display:block;width:100%;height:100%;object-fit:cover}.dm-screen-share-tile__thumb-fallback{width:100%;height:100%;background:linear-gradient(135deg,#444f7259,#252d41cc)}.dm-screen-share-tile__title{display:flex;align-items:center;gap:7px;min-width:0}.dm-screen-share-tile__title img{width:16px;height:16px;border-radius:4px;object-fit:cover}.dm-screen-share-tile__title span{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dm-screen-share-footer{display:flex;justify-content:flex-start;align-items:flex-end;gap:10px;padding-top:2px}.dm-screen-share-quality{display:inline-flex;gap:10px;flex-wrap:wrap}.dm-screen-share-quality__field{display:grid;gap:5px}.dm-screen-share-quality__field label{font-size:12px;color:#aeb8c8}.dm-screen-share-quality__field select{border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:#f2f7ff;border-radius:8px;padding:7px 10px;font-size:13px}@media(max-width:760px){.dm-screen-share-modal{width:calc(100vw - 14px);max-height:calc(100vh - 14px)}.dm-screen-share-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-height:360px}.dm-screen-share-footer{flex-direction:column;align-items:stretch}}.dm-chat{--message-left-offset: 38px;--dm-chat-profile-bg: #262626;--dm-chat-profile-banner-height: 122px;--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-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__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}.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:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,color-mix(in srgb,var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) 10%,transparent) 52%,color-mix(in srgb,var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) 42%,transparent) 76%,var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) 100%);pointer-events:none;z-index:2}.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:"";position:absolute;left:0;right:0;top:0;height:30px;background:linear-gradient(180deg,color-mix(in srgb,var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) 96%,transparent) 0%,color-mix(in srgb,var(--dm-chat-profile-panel-bg, var(--dm-chat-profile-bg)) 50%,transparent) 58%,transparent 100%);box-shadow:inset 0 18px 22px -22px color-mix(in srgb,var(--profile-overlay) 52%,transparent);pointer-events:none;z-index:0}.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:2px solid var(--dm-chat-profile-avatar-border-color);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{border:0;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}.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-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}.dm-chat--call-active .dm-chat__body,.dm-chat--rejoin-layout .dm-chat__body{grid-template-columns:minmax(0,1fr)}.dm-chat--rejoin-layout .dm-chat__profile-sidebar{display:none}.dm-chat--call-layout .dm-chat__main{flex:1 1 auto;min-height:0;overflow:hidden}.dm-chat--call-layout .dm-chat__main>.video-call-wrapper{flex:1 1 auto;min-height:0}.dm-chat--screen-share-layout-active .dm-chat__main>.video-call-wrapper{flex:0 0 auto;min-height:0}.dm-chat--screen-share-layout-active .dm-chat__main{justify-content:flex-start;overflow-y:auto;padding:0 0 18px;background:transparent}.dm-chat--screen-share-layout-active .dm-chat__main>.video-call-wrapper{width:100%;margin:0;background:transparent}.dm-chat--call-layout .dm-chat__messages-wrap,.dm-chat--call-layout .dm-chat__scrollbar,.dm-chat--call-layout .dm-chat__new-messages-wrap,.dm-chat--call-layout .dm-chat__composer{display:none}.dm-chat__call-stage{flex:0 0 auto;padding:10px 14px 12px;border-bottom:1px solid var(--border-subtle);background:#000}.dm-chat__call-stage-surface{position:relative;min-height:0;border-radius:0;overflow:visible;background:transparent;border:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:10px;padding:4px 0 2px}.dm-chat__call-stage-surface--video{height:210px;overflow:hidden;background:#06070a;border:1px solid rgba(255,255,255,.08);justify-content:center;gap:0;padding:0}.dm-chat__call-stage-remote-video{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__call-stage-card{width:118px;height:66px;border-radius:6px;overflow:hidden;border:1px solid rgba(255,255,255,.22)}.dm-chat__call-stage-card-image{width:100%;height:100%;object-fit:cover;display:block}.dm-chat__call-stage-meta{position:static;display:grid;gap:2px;text-align:center;text-shadow:none}.dm-chat__call-stage-name{margin:0;color:#f7f9ff;font-size:14px;line-height:1.2;font-weight:600}.dm-chat__call-stage-status{margin:0;color:#edf2ffc7;font-size:12px;line-height:1.2;font-weight:500}.dm-chat__call-stage-error{margin:0;color:#ff9e9e;font-size:12px;line-height:1.2}.dm-chat__call-stage-controls{position:static;transform:none;display:inline-flex;align-items:center;gap:8px;padding:6px 8px;border-radius:12px;background:#0d1016cc;border:1px solid rgba(255,255,255,.08)}.dm-chat__call-stage-btn{width:34px;height:34px;border:0;border-radius:6px;background:#ffffff24;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.dm-chat__call-stage-btn:hover,.dm-chat__call-stage-btn:focus-visible{background:#ffffff3d;transform:translateY(-1px)}.dm-chat__call-stage-btn--muted{background:#ff626238}.dm-chat__call-stage-btn--active{background:#5f8eff57}.dm-chat__call-stage-btn--ok{background:#40be8161}.dm-chat__call-stage-btn--hang{background:#ff4e60cc}.dm-chat__call-stage-surface--video .dm-chat__call-stage-meta{position:absolute;left:14px;top:12px;text-align:left;text-shadow:0 1px 1px rgba(0,0,0,.45)}.dm-chat__call-stage-surface--video .dm-chat__call-stage-controls{position:absolute;left:50%;bottom:10px;transform:translate(-50%)}@media(max-width:760px){.dm-chat__header-search{width:min(150px,44vw)}.dm-chat__call-stage{padding:10px 10px 8px}.dm-chat__call-stage-surface{gap:8px}.dm-chat__call-stage-card{width:108px;height:60px}.dm-chat__call-stage-surface--video{height:190px}.dm-chat__call-stage-controls{gap:6px;padding:5px 7px}.dm-chat__call-stage-btn{width:32px;height:32px}}@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}@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 paint style;content-visibility:auto;contain-intrinsic-size:72px}.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;contain:layout style}.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:240;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}.dm-chat__call-event-row{width:100%;display:flex;justify-content:center;padding:4px 16px;box-sizing:border-box}.dm-chat__call-event{margin:0;max-width:min(420px,calc(100% - 24px));border-radius:10px;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);display:grid;gap:4px;text-align:center}.dm-chat__call-event-title{margin:0;color:#f0f4fb;font-size:13px;font-weight:600;line-height:1.25}.dm-chat__call-event-meta{margin:0;color:#dbe3eeb8;font-size:12px;line-height:1.3}.dm-call{position:fixed;inset:0;z-index:2600;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#06080b9e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dm-call__panel{width:min(420px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,#22262c,#1a1e24);padding:18px;box-sizing:border-box;display:grid;justify-items:center;gap:10px}.dm-call__eyebrow{margin:0;color:#dbe3eebf;font-size:13px;line-height:1.2}.dm-call__avatar{width:88px;height:88px;border-radius:999px;object-fit:cover;display:block}.dm-call__name{margin:0;color:#f4f7ff;font-size:22px;line-height:1.2;font-weight:600}.dm-call__actions{width:100%;display:flex;justify-content:center;gap:10px;margin-top:8px}.dm-call__btn{border:1px solid var(--button-primary-border);border-radius:10px;min-height:40px;padding:0 14px;color:var(--button-primary-text);font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:6px;cursor:pointer;box-shadow:var(--button-primary-shadow);transition:var(--button-transition)}.dm-call__btn--accept{background:var(--button-primary-bg)}.dm-call__btn--decline{border-color:var(--button-danger-border);background:var(--button-danger-bg);color:var(--button-danger-text);box-shadow:none}.dm-call__btn:hover,.dm-call__btn:focus-visible{outline:none}.dm-call__btn--accept:hover,.dm-call__btn--accept:focus-visible{background:var(--button-primary-bg-hover);border-color:var(--button-primary-border-hover)}.dm-call__btn--accept:active{background:var(--button-primary-bg-active);border-color:var(--button-primary-border-active)}.dm-call__btn--decline:hover,.dm-call__btn--decline:focus-visible{background:var(--button-danger-bg-hover);border-color:var(--button-danger-border-hover)}.dm-call__btn--decline:active{background:var(--button-danger-bg-active);border-color:var(--button-danger-border-active)}.dm-call__btn:focus-visible{box-shadow:0 0 0 2px var(--button-focus-ring)}.dm-call__btn--accept:focus-visible{box-shadow:var(--button-primary-shadow),0 0 0 2px var(--button-focus-ring)}.dm-call__stage{width:min(1080px,100%);height:min(78vh,760px);border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#101317;position:relative;overflow:hidden}.dm-call__remote-video{width:100%;height:100%;object-fit:cover;display:block}.dm-call__remote-placeholder{width:100%;height:100%;display:grid;place-items:center;gap:8px;color:#e4ebf5d6;font-size:14px}.dm-call__local-video{position:absolute;right:14px;bottom:86px;width:208px;aspect-ratio:16 / 9;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#0e1116;object-fit:cover;display:block}.dm-call__status-wrap{position:absolute;left:14px;top:12px;max-width:min(70%,460px);border-radius:10px;background:#070a0e85;border:1px solid rgba(255,255,255,.1);padding:8px 10px;box-sizing:border-box;display:grid;gap:4px}.dm-call__status,.dm-call__error{margin:0}.dm-call__status{color:#edf2fb;font-size:13px;line-height:1.2;font-weight:600}.dm-call__error{color:#faa4a4f2;font-size:12px;line-height:1.3}.dm-call__control-bar{position:absolute;left:50%;bottom:14px;transform:translate(-50%);display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:999px;background:#080c12b3;border:1px solid rgba(255,255,255,.12)}.dm-call__control{width:42px;height:42px;border:0;border-radius:999px;background:#ffffff1f;color:#f4f7ff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.dm-call__control:hover,.dm-call__control:focus-visible{background:#fff3}.dm-call__control--off{background:#d24c4c59}.dm-call__control--active{background:#497cec5c}.dm-call__control--hangup{background:#d24c57}@media(max-width:760px){.dm-call{padding:8px}.dm-call__stage{width:100%;height:100%;border-radius:10px}.dm-call__local-video{width:128px;bottom:82px;right:10px}.dm-call__status-wrap{max-width:calc(100% - 20px)}.dm-call__control-bar{bottom:10px;gap:8px;padding:7px 8px}.dm-call__control{width:38px;height:38px}}
