:root{color:#17202a;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f7fa}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{margin:0}button,input{font:inherit}button{cursor:pointer}.center,.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-panel{width:min(420px,100%);background:#fff;border:1px solid #d9e1ea;border-radius:8px;padding:24px;box-shadow:0 10px 30px #1e2a3614}.auth-panel h1{margin:0 0 20px;font-size:28px}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:4px;background:#edf2f7;border-radius:8px;margin-bottom:18px}.segmented button,.sidebar-header button{border:0;border-radius:6px;background:transparent;padding:9px 12px}.avatar{--avatar-hue: 210;position:relative;width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:50%;background:hsl(var(--avatar-hue) 68% 46%);color:#fff;font-size:16px;font-weight:800;line-height:1;overflow:hidden}.avatar-initial{position:relative;z-index:1}.avatar img{position:absolute;inset:0;z-index:2;width:100%;height:100%;object-fit:cover}.avatar.small{width:32px;height:32px;flex-basis:32px;font-size:14px}.segmented .active{background:#fff;box-shadow:0 1px 3px #1e2a361f}.form{display:grid;gap:14px}label{display:grid;gap:7px;font-weight:600}input{width:100%;border:1px solid #cbd5e1;border-radius:6px;padding:11px 12px;outline:none}input:focus{border-color:#2374ab;box-shadow:0 0 0 3px #2374ab26}.primary{border:0;border-radius:6px;background:#2374ab;color:#fff;padding:11px 14px;font-weight:700}.secondary{border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#17202a;padding:11px 12px;font-weight:700}.primary:disabled{opacity:.55;cursor:not-allowed}.secondary:disabled{opacity:.55;cursor:not-allowed}.error{margin:0;color:#b42318}.notice{margin:0;color:#166534}.banner{padding:10px 12px;background:#fff0ed;border:1px solid #ffd6cf;border-radius:6px}.notice.banner{background:#ecfdf3;border-color:#bbf7d0}.chat-app{position:fixed;inset:0;width:100%;height:100vh;height:100dvh;height:var(--webtg-app-height, 100dvh);display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);background:#fff;overflow:hidden}.sidebar{border-right:1px solid #d9e1ea;display:grid;grid-template-rows:auto auto 1fr;min-width:0;min-height:0;height:100%;max-height:100%;overflow:hidden}.sidebar-header,.conversation-header{height:58px;display:flex;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid #d9e1ea}.sidebar-header{justify-content:space-between}.sidebar-actions{display:inline-flex;align-items:center;gap:6px}.chat-folder-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:10px 12px;border-bottom:1px solid #d9e1ea;background:#fff}.chat-folder-tabs button{min-width:0;border:0;border-radius:6px;background:#edf2f7;color:#17202a;padding:8px 10px;font-weight:700}.chat-folder-tabs button.active{background:#2374ab;color:#fff}.account-summary{min-width:0;display:flex;align-items:center;gap:10px}.account-text{min-width:0;display:grid;gap:2px}.account-summary strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.connection-status{display:inline-flex;align-items:center;gap:5px;color:#64748b;font-size:12px;line-height:1.2}.connection-status:before{content:"";width:7px;height:7px;border-radius:999px;background:#8a97a7}.connection-status.connected:before{background:#2f9e44}.connection-status.connecting:before,.connection-status.reconnecting:before{background:#f08c00}.connection-status.disconnected:before{background:#c92a2a}.conversation-header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-title{min-width:0;display:grid;gap:2px}.peer-presence{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px}.voice-call-button{width:40px;height:40px;min-width:40px;border:0;border-radius:50%;background:transparent;color:#2374ab;display:grid;place-items:center;padding:0;flex:0 0 auto}.voice-call-button:hover:not(:disabled),.voice-call-button:focus-visible:not(:disabled){background:#edf7ff}.voice-call-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.voice-call-button:disabled{opacity:.55;cursor:not-allowed}.voice-call-overlay{position:fixed;inset:0;z-index:80;background:#111827;color:#fff;display:grid;place-items:stretch}.voice-call-screen{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:1fr auto;align-items:center;justify-items:center;padding:56px 24px 44px}.voice-call-peer{display:grid;justify-items:center;align-content:center;gap:12px;min-width:0}.voice-call-avatar{position:relative;width:min(34vw,156px);height:min(34vw,156px);border-radius:50%;display:grid;place-items:center;overflow:hidden;background:hsl(var(--avatar-hue),62%,46%);color:#fff;font-size:clamp(42px,12vw,72px);font-weight:800;box-shadow:0 22px 70px #00000059}.voice-call-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.voice-call-peer h2{max-width:min(82vw,520px);margin:14px 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:28px;line-height:1.2;font-weight:760}.voice-call-status{margin:0;color:#cbd5e1;font-size:15px}.voice-call-status.failed{color:#fecaca}.voice-call-hangup{width:72px;height:72px;border:0;border-radius:50%;background:#ef4444;color:#fff;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 40px #ef444452}.voice-call-hangup span{transform:rotate(135deg)}.voice-call-hangup:disabled{opacity:.7;cursor:wait}.back-button{display:none;border:0;border-radius:6px;background:#edf2f7;color:#17202a;width:38px;height:38px;flex:0 0 38px;padding:0;place-items:center;font-size:28px;line-height:1}.chat-list{min-height:0;overflow:auto}.chat-list-state{margin:18px 16px;color:#64748b;font-size:14px}.chat-item{width:100%;min-height:72px;border:0;border-bottom:1px solid #eef2f6;background:#fff;display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:10px;padding:9px 16px;text-align:left}.chat-item.active{background:#e9f4fb}.chat-main{min-width:0;display:grid;gap:4px}.chat-topline{min-width:0;display:flex;align-items:center;gap:8px}.chat-title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-time{flex:0 0 auto;color:#8a97a7;font-size:12px}.chat-preview{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:13px;line-height:1.35}.chat-preview-line{min-width:0;display:flex;align-items:center;gap:6px}.chat-pin{flex:0 0 auto;border-radius:4px;background:#edf2f7;color:#2374ab;padding:1px 5px;font-size:11px;font-weight:700;line-height:1.4}.chat-read{flex:0 0 auto;color:#8a97a7;font-size:12px;font-weight:700;line-height:1.35;letter-spacing:0}.chat-read.read{color:#2374ab}.chat-item.unread .chat-title,.chat-item.unread .chat-preview{color:#152033;font-weight:700}.chat-item b{min-width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border-radius:999px;background:#2f9e44;color:#fff;font-size:12px}.conversation{position:relative;min-width:0;min-height:0;height:100%;max-height:100%;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto auto;background:#f7f9fb;overflow:hidden;touch-action:pan-y;overscroll-behavior-x:contain}.pinned-message-slot{position:relative;min-width:0;min-height:0;z-index:8}.pinned-message-bar{width:100%;min-width:0;border-bottom:1px solid #d9e1ea;background:#fff;display:grid;grid-template-columns:5px minmax(0,1fr) 40px;align-items:center;gap:10px;padding:6px clamp(14px,4vw,48px)}.pinned-message-indicator{width:3px;height:30px;display:grid;gap:2px}.pinned-message-indicator span{min-height:0;border-radius:999px;background:#b9ddf5}.pinned-message-indicator span.active{background:#2374ab}.pinned-message-main{min-width:0;border:0;background:transparent;display:block;padding:0;text-align:left}.pinned-message-copy{min-width:0;display:grid;gap:2px}.pinned-message-label{color:#2374ab;font-size:13px;font-weight:800;line-height:1.2}.pinned-message-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17202a;font-size:14px;line-height:1.25}.pinned-message-list-button{width:40px;height:36px;min-width:40px;border:0;border-radius:50%;background:transparent;color:#2374ab;display:grid;place-items:center;padding:0}.pinned-message-list-button:hover,.pinned-message-list-button:focus-visible,.pinned-message-list-button[aria-expanded=true]{background:#edf7ff}.pinned-message-list-button svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pinned-message-page{position:absolute;inset:103px 0 0;z-index:30;display:grid;grid-template-rows:auto minmax(0,1fr);background:#f7f9fb}.pinned-message-page header{height:54px;display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;gap:8px;padding:0 clamp(14px,4vw,48px);border-bottom:1px solid #d9e1ea;background:#fff}.pinned-message-page header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:17px}.pinned-message-page header>span{border-radius:999px;background:#edf2f7;color:#64748b;padding:2px 8px;font-size:12px;font-weight:800}.pinned-message-page header button{width:38px;height:38px;min-width:38px;border:0;border-radius:50%;padding:0;background:transparent;color:#2374ab;font-size:28px;line-height:1}.pinned-message-page header button:hover,.pinned-message-page header button:focus-visible{background:#edf7ff}.pinned-message-list{overflow:auto;padding:12px clamp(14px,4vw,48px);display:flex;flex-direction:column;gap:8px}.pinned-message-list button{border:1px solid #e5ebf2;border-radius:8px;background:#fff;display:grid;gap:5px;padding:11px 12px;text-align:left;box-shadow:0 1px 2px #0f172a0a}.pinned-message-list button:last-child{border-bottom:1px solid #e5ebf2}.pinned-message-list button:hover,.pinned-message-list button:focus-visible,.pinned-message-list button.active{border-color:#b9ddf5;background:#edf7ff}.pinned-message-list-meta{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px}.pinned-message-list-meta strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#17202a;font-size:13px}.pinned-message-list-meta time{flex:0 0 auto;color:#8a97a7;font-size:12px}.pinned-message-list-text{min-width:0;overflow:visible;overflow-wrap:anywhere;white-space:pre-wrap;color:#475569;font-size:13px;line-height:1.45}.messages{position:relative;overflow:auto;padding:18px clamp(14px,4vw,48px);min-height:0;background:#f7f9fb}.message-list{width:min(860px,100%);min-height:100%;margin:0 auto;display:flex;flex-direction:column;gap:12px}.message-row{width:100%;display:flex;align-items:flex-end;gap:8px;touch-action:pan-y}.message-row-highlight .message{box-shadow:0 0 0 3px #2374ab38}.message-row.outgoing{justify-content:flex-end}.message-row.system{justify-content:center}.message-avatar{width:30px;height:30px;flex-basis:30px;font-size:13px}.message-avatar-action{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;-webkit-touch-callout:none}.message{max-width:min(680px,calc(100% - 44px));background:#fff;border:1px solid #dfe7ef;border-radius:8px;padding:9px 12px;-webkit-touch-callout:none}.message-row.outgoing .message{background:#dff1ff;border-color:#b9ddf5}.system-message{max-width:min(560px,100%);margin:0;border-radius:999px;background:#e9eef4;color:#5f6f82;padding:5px 12px;font-size:12px;line-height:1.35;text-align:center;overflow-wrap:anywhere}.empty-state{margin:auto;color:#64748b}.history-state{align-self:center;margin:0;border-radius:999px;background:#edf2f7;color:#64748b;padding:5px 10px;font-size:12px}.message-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#64748b;font-size:12px}.message-meta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-meta time{flex:0 0 auto;color:#8a97a7}.message-meta-side{display:inline-flex;align-items:center;justify-content:flex-end;gap:5px}.message-read{flex:0 0 auto;color:#8a97a7;font-weight:700;letter-spacing:0}.message-read.read{color:#2374ab}.message p{margin:4px 0 0;white-space:pre-wrap;overflow-wrap:anywhere}.message-reply-reference{width:100%;min-width:0;margin:6px 0 2px;border:0;border-left:3px solid #2374ab;border-radius:4px;background:#2374ab14;color:#17202a;display:grid;gap:1px;padding:5px 8px;text-align:left}.message-reply-reference:hover,.message-reply-reference:focus-visible{background:#2374ab21}.message-reply-sender,.message-reply-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-reply-sender{color:#2374ab;font-size:12px;font-weight:800;line-height:1.25}.message-reply-text{color:#526174;font-size:12px;line-height:1.3}.message-image-button{display:block;max-width:min(360px,100%);margin:4px 0 0;padding:0;border:0;border-radius:8px;background:transparent;overflow:hidden}.message-image{display:block;max-width:100%;max-height:360px;object-fit:contain;background:#eef2f6}.message-sticker{margin-top:4px}.message-sticker-media{width:132px;height:132px;object-fit:contain;display:block}.sticker-placeholder{display:inline-flex;align-items:center;justify-content:center;min-width:96px;min-height:44px;border-radius:6px;background:#edf2f7;color:#64748b;font-size:13px}.jump-bottom{position:absolute;right:clamp(14px,4vw,48px);bottom:84px;z-index:3;width:42px;height:42px;border:1px solid #b9ddf5;border-radius:50%;background:#fff;color:#2374ab;font-size:24px;font-weight:800;box-shadow:0 8px 24px #1e2a3629}.message-action-menu{position:fixed;z-index:90;width:168px;padding:6px;border:1px solid #d9e1ea;border-radius:8px;background:#fff;box-shadow:0 16px 44px #1e2a3638}.message-action-menu button{width:100%;min-height:38px;border:0;border-radius:6px;background:transparent;color:#17202a;padding:8px 10px;text-align:left;font-size:14px;font-weight:700}.message-action-menu button:hover,.message-action-menu button:focus-visible{background:#edf7ff;color:#0f5f92}.composer{width:min(956px,100%);justify-self:center;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:10px;padding:12px;border-top:1px solid #d9e1ea;background:#fff}.composer-reply-bar{grid-column:1 / -1;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:8px;border-left:3px solid #2374ab;border-radius:6px;background:#edf7ff;padding:6px 6px 6px 10px}.composer-reply-main{min-width:0;border:0;background:transparent;display:grid;gap:2px;padding:0;text-align:left}.composer-reply-label,.composer-reply-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.composer-reply-label{color:#2374ab;font-size:13px;font-weight:800;line-height:1.2}.composer-reply-text{color:#526174;font-size:13px;line-height:1.25}.composer-reply-close{width:34px;height:34px;border:0;border-radius:50%;background:transparent;color:#64748b;padding:0;font-size:20px;line-height:1}.composer-reply-close:hover,.composer-reply-close:focus-visible{background:#dcefff;color:#17202a}.photo-input{display:none}.composer-photo,.composer-sticker{width:44px;min-width:44px;height:44px}.composer-photo,.composer-sticker{display:grid;place-items:center;padding:0;border-color:#d3dce7;color:#2374ab}.composer-photo:hover:not(:disabled),.composer-photo:focus-visible:not(:disabled),.composer-sticker:hover:not(:disabled),.composer-sticker:focus-visible:not(:disabled),.composer-sticker.active{border-color:#9ccdeb;background:#edf7ff;color:#0f5f92}.composer-photo.busy .composer-icon{animation:composer-icon-pulse .9s ease-in-out infinite}.composer-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@keyframes composer-icon-pulse{0%,to{opacity:.48;transform:scale(.94)}50%{opacity:1;transform:scale(1)}}.sticker-panel{width:min(956px,100%);justify-self:center;border-top:1px solid #d9e1ea;border-radius:8px 8px 0 0;background:#fff;display:grid;grid-template-columns:minmax(132px,180px) 1fr;min-height:178px;max-height:260px;box-shadow:0 -10px 28px #0f172a14;animation:sticker-panel-rise .16s ease-out;overflow:hidden}@keyframes sticker-panel-rise{0%{transform:translateY(20px);opacity:.7}to{transform:translateY(0);opacity:1}}.sticker-set-list{border-right:1px solid #d9e1ea;overflow:auto;padding:8px;display:flex;flex-direction:column;gap:6px}.sticker-set-list button{min-height:32px;border:0;border-radius:6px;background:transparent;color:#17202a;text-align:left;padding:7px 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticker-set-list button.active{background:#edf2f7;font-weight:700}.sticker-set-list button:disabled{color:#94a3b8;cursor:default}.sticker-grid{min-width:0;overflow:auto;padding:10px;display:grid;grid-template-columns:repeat(auto-fill,minmax(58px,1fr));align-content:start;gap:8px}.sticker-button{aspect-ratio:1;border:1px solid transparent;border-radius:6px;background:transparent;padding:5px}.sticker-button:hover,.sticker-button:focus-visible{border-color:#b9ddf5;background:#edf7ff}.sticker-thumb{width:100%;height:100%;object-fit:contain;display:flex;align-items:center;justify-content:center;font-size:12px}.sticker-state{color:#64748b;font-size:13px;padding:8px}.settings-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:20px;background:#0f172a47;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.settings-dialog{width:min(460px,100%);border-radius:8px;background:#fff;border:1px solid #d9e1ea;box-shadow:0 18px 44px #0f172a2e;overflow:hidden}.settings-dialog header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #d9e1ea;background:#fbfdff}.settings-dialog h2{margin:0;font-size:17px}.settings-dialog header button{width:34px;height:34px;padding:0;border-radius:50%}.settings-list{display:grid}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px;padding:14px 16px;border-bottom:1px solid #edf2f7}.setting-row:last-child{border-bottom:0}.setting-copy{display:grid;gap:4px;min-width:0}.setting-row small{color:#64748b;font-size:12px;line-height:1.35}.setting-row strong{color:#17202a;font-size:14px}.setting-switch-control{position:relative;width:42px;height:24px;flex:0 0 auto}.setting-switch-input{position:absolute;inset:0;z-index:1;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.setting-switch{position:relative;display:block;width:42px;height:24px;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 0 0 1px #0f172a14;transition:background .14s ease}.setting-switch-thumb{position:absolute;left:2px;top:2px;display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a3d;transition:transform .14s ease}.setting-switch-input:checked+.setting-switch{background:#2374ab}.setting-switch-input:checked+.setting-switch .setting-switch-thumb{transform:translate(18px)}.setting-switch-input:focus-visible+.setting-switch{outline:2px solid #93c5fd;outline-offset:2px}.image-preview{position:fixed;inset:0;z-index:20;padding:24px;background:#0f172ad1;overflow:hidden;-webkit-user-select:none;user-select:none}.image-preview-stage{position:absolute;inset:24px;display:grid;place-items:center;touch-action:none;cursor:zoom-in}.image-preview-stage.zoomed{cursor:grab}.image-preview-stage img{max-width:min(1080px,100%);max-height:88vh;border-radius:8px;box-shadow:0 20px 80px #00000059;transition:transform .12s ease;will-change:transform;cursor:inherit}.image-preview-toolbar{position:absolute;top:16px;left:50%;z-index:22;display:flex;gap:8px;transform:translate(-50%)}.image-preview-toolbar button{min-width:44px;height:38px;border:0;border-radius:999px;background:#fff;color:#17202a;font-weight:800;box-shadow:0 10px 30px #00000038}.image-preview-close{position:absolute;top:16px;right:16px;z-index:23;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:#17202a;font-size:28px;line-height:1}.chat-app.mobile-shell{position:fixed;display:block}.chat-app.mobile-shell .sidebar,.chat-app.mobile-shell .conversation{position:absolute;inset:0;width:100%;transition:transform .18s ease,opacity .18s ease}.chat-app.mobile-shell .sidebar{border-right:0;background:#fff;transform:translate(0);opacity:1}.chat-app.mobile-shell .conversation{transform:translate(100%)}.chat-app.mobile-shell.chat-open .sidebar{transform:translate(-24%);opacity:0;pointer-events:none}.chat-app.mobile-shell.chat-open .conversation{transform:translate(0)}.chat-app.mobile-shell .back-button{display:grid;align-items:center}.chat-app.mobile-shell .conversation-header{height:56px;padding:0 10px}.chat-app.mobile-shell .conversation-header .avatar,.chat-app.mobile-shell .chat-item .avatar{width:34px;height:34px;flex-basis:34px;font-size:14px}.chat-app.mobile-shell .chat-item{min-height:58px;padding:0 14px}.chat-app.mobile-shell .message{max-width:calc(100% - 42px);padding:9px 11px}.chat-app.mobile-shell .messages{padding:10px 12px}.chat-app.mobile-shell .pinned-message-bar,.chat-app.mobile-shell .pinned-message-page header{padding-inline:10px}.chat-app.mobile-shell .pinned-message-page{top:101px}.chat-app.mobile-shell .pinned-message-list{padding:10px}.chat-app.mobile-shell .composer{padding:10px 10px calc(10px + env(safe-area-inset-bottom));grid-template-columns:52px 52px minmax(0,1fr) 58px;background:#fff;border-top:1px solid #d9e1ea}.chat-app.mobile-shell .composer .primary{padding-inline:0}.chat-app.mobile-shell .composer-photo,.chat-app.mobile-shell .composer-sticker{width:52px;min-width:0;height:42px;padding-inline:0}.chat-app.mobile-shell .sticker-panel{width:100%;grid-template-columns:112px 1fr;min-height:190px;max-height:42vh;border-radius:0}.chat-app.mobile-shell .message-image{max-height:260px}.chat-app.mobile-shell .jump-bottom{right:16px;bottom:calc(78px + env(safe-area-inset-bottom))}@media(max-width:900px),(hover:none)and (pointer:coarse){.chat-app{position:fixed;display:block}.sidebar,.conversation{position:absolute;inset:0;width:100%;transition:transform .18s ease,opacity .18s ease}.sidebar{border-right:0;background:#fff;transform:translate(0);opacity:1}.conversation{transform:translate(100%)}.chat-app.chat-open .sidebar{transform:translate(-24%);opacity:0;pointer-events:none}.chat-app.chat-open .conversation{transform:translate(0)}.back-button{display:grid;align-items:center}.conversation-header{height:56px;padding:0 10px}.conversation-header .avatar{width:34px;height:34px;flex-basis:34px;font-size:14px}.chat-item{min-height:58px;padding:0 14px}.chat-item .avatar{width:34px;height:34px;flex-basis:34px;font-size:14px}.message{max-width:calc(100% - 42px);padding:9px 11px}.messages{padding:10px 12px}.pinned-message-bar{padding:6px 10px}.pinned-message-main{min-width:0}.pinned-message-label{font-size:12px}.pinned-message-list-button{width:38px;min-width:38px}.pinned-message-page{top:101px}.pinned-message-page header{padding:0 10px}.pinned-message-list{padding:10px}.composer{padding:10px 10px calc(10px + env(safe-area-inset-bottom));grid-template-columns:52px 52px minmax(0,1fr) 58px;background:#fff;border-top:1px solid #d9e1ea}.composer .primary{padding-inline:0}.composer-photo,.composer-sticker{width:52px;min-width:0;height:42px;padding-inline:0}.sticker-panel{width:100%;grid-template-columns:112px 1fr;min-height:190px;max-height:42vh;border-radius:0}.message-image{max-height:260px}.image-preview{padding:12px}.image-preview-stage{inset:12px}.image-preview-toolbar{top:calc(14px + env(safe-area-inset-top))}.image-preview-close{top:calc(14px + env(safe-area-inset-top));right:14px}.jump-bottom{right:16px;bottom:calc(78px + env(safe-area-inset-bottom))}}
