:root{--green:#128c7e;--deep:#0d3934;--lime:#cfee67;--ink:#17322d;--muted:#75827d;--line:#dfe5e1;--paper:#f3f5f1;--white:#fff}*{box-sizing:border-box}html,body{min-height:100%;color:var(--ink);background:var(--paper);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{color:inherit}.hidden{display:none!important}.status-bar{z-index:100;text-align:center;min-height:0;padding:0;font-size:12px;position:fixed;top:0;left:0;right:0}.status-bar:not(:empty){color:#fff;background:#3c625b;padding:8px 16px}.status-bar.error{background:#9b3131}.brand{color:#fff;align-items:center;gap:10px;font-size:23px;font-weight:800;text-decoration:none;display:flex}.brand img{border-radius:12px;width:42px;height:42px}.brand span span{color:var(--lime)}.brand.compact{color:var(--deep);font-size:18px}.brand.compact img{width:36px;height:36px}.login-view{grid-template-columns:minmax(390px,44%) 1fr;min-height:100vh;display:grid}.pilot-story{color:#fff;background:radial-gradient(circle at 80% 18%,#1a655b 0,transparent 32%),var(--deep);flex-direction:column;justify-content:space-between;padding:46px 62px;display:flex}.pilot-story h1{letter-spacing:-4px;margin:16px 0 22px;font-size:clamp(46px,5vw,72px);line-height:.96}.pilot-story>div>p:not(.eyebrow){color:#c8d9d4;max-width:520px;line-height:1.65}.pilot-story>small{color:#8eb0a8}.eyebrow{color:var(--lime);letter-spacing:2.1px;margin:0;font-size:11px;font-weight:850}.eyebrow.green{color:var(--green)}.security-card{background:#153f39;border:1px solid #4c736b;border-radius:15px;flex-direction:column;gap:5px;width:min(420px,100%);margin-top:35px;padding:18px 20px;display:flex}.security-card b{color:var(--lime)}.security-card span{color:#9fbab4;font-size:12px}.login-panel{background:#fafbf8;place-items:center;padding:40px;display:grid}.login-card{width:min(430px,100%)}.login-card h2,dialog h2{letter-spacing:-1.8px;margin:10px 0 8px;font-size:37px}.muted{color:var(--muted);line-height:1.55}.muted code{background:#edf0ec;border-radius:4px;padding:2px 4px}.login-card>label,dialog label{margin-top:23px;font-size:13px;font-weight:750;display:block}.login-card input:not([type=checkbox]),dialog input,dialog textarea{background:#fff;border:1px solid #cfd8d2;border-radius:10px;outline:none;width:100%;margin-top:8px;padding:14px;display:block}.login-card input:focus,dialog input:focus,dialog textarea:focus,.composer textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #128c7e1f}.remember{align-items:center;gap:9px;font-weight:500!important;display:flex!important}.remember input{accent-color:var(--green)}.primary{color:#fff;background:var(--deep);cursor:pointer;border:0;border-radius:10px;justify-content:space-between;width:100%;margin-top:25px;padding:15px 18px;font-weight:800;display:flex}.primary:disabled{opacity:.55}.back-link{color:var(--muted);text-align:center;margin-top:25px;font-size:12px;display:block}.form-error{color:#b02c2c;min-height:18px;margin:11px 0;font-size:12px}.app-view{grid-template-columns:340px 1fr;height:100vh;display:grid;overflow:hidden}.room-sidebar{border-right:1px solid var(--line);background:#fff;grid-template-rows:auto auto 1fr auto;display:grid}.room-sidebar>header{justify-content:space-between;align-items:center;padding:19px;display:flex}.icon-button{width:38px;height:38px;color:var(--deep);background:var(--lime);cursor:pointer;border:0;border-radius:50%;place-items:center;font-size:22px;display:grid}.pilot-label{color:#fff;background:var(--deep);border-radius:11px;align-items:center;gap:10px;margin:0 14px 12px;padding:12px;display:flex}.pilot-label>span{width:28px;height:28px;color:var(--deep);background:var(--lime);border-radius:8px;place-items:center;font-weight:900;display:grid}.pilot-label b,.pilot-label small{display:block}.pilot-label b{font-size:12px}.pilot-label small{color:#9fbab4;margin-top:3px;font-size:9px}.room-list{border-top:1px solid var(--line);overflow:auto}.room-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0ee;grid-template-columns:auto 1fr auto;gap:11px;width:100%;padding:15px 16px;display:grid}.room-row.active{box-shadow:inset 3px 0 var(--green);background:#eaf5ef}.room-row.locked{opacity:.65}.room-icon,.room-avatar{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:42px;height:42px;font-weight:900;display:grid}.room-row b,.room-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.room-row b{margin:2px 0 5px;font-size:13px}.room-row small{max-width:210px;color:var(--muted);font-size:10px}.room-row em{color:var(--green);align-self:center;font-size:12px;font-style:normal}.room-sidebar>footer{border-top:1px solid var(--line);padding:12px 16px}.room-sidebar>footer button{color:#8d3131;cursor:pointer;background:0 0;border:0;width:100%;padding:11px}.empty-room{text-align:center;background:radial-gradient(circle,#fff,#0000 55%);place-content:center;justify-items:center;display:grid}.lock-mark{border:3px solid var(--lime);color:#fff;background:var(--deep);border-radius:27px;place-items:center;width:80px;height:80px;font-size:35px;display:grid}.empty-room h2{margin-bottom:4px}.empty-room p{color:var(--muted)}.conversation{grid-template-rows:72px 1fr 82px;min-width:0;display:grid}.conversation-head{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;padding:0 22px;display:flex}.conversation-head h1{margin:0;font-size:16px}.conversation-head p{color:var(--muted);margin:4px 0 0;font-size:10px}.encryption-badge{color:#285f52;background:#e4f3e9;border-radius:20px;margin-left:auto;padding:7px 10px;font-size:10px;font-weight:800}.timeline{background:#f1f3ef;padding:26px clamp(20px,6vw,90px);overflow:auto}.message{margin:0 0 13px;display:flex}.message.mine{justify-content:flex-end}.message>div{max-width:min(650px,78%)}.message-meta{color:var(--muted);gap:7px;margin:0 5px 4px;font-size:9px;display:flex}.message.mine .message-meta{justify-content:flex-end}.bubble{border:1px solid var(--line);white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:5px 15px 15px;padding:11px 14px}.mine .bubble{background:#d9f0bb;border:0;border-radius:15px 5px 15px 15px}.failed .bubble{color:#7e3939;background:#f8e5e2}.check-card{background:#fff;border:1px solid #d5dfd8;border-radius:14px;width:min(570px,88vw);overflow:hidden;box-shadow:0 8px 24px #12322b12}.check-head{border-bottom:1px solid #e8ece9;justify-content:space-between;align-items:center;padding:15px 17px;display:flex}.check-head h3{margin:4px 0 0}.check-head small{color:var(--muted)}.check-progress{color:var(--green);font-size:11px;font-weight:800}.check-item{cursor:pointer;border-bottom:1px solid #f0f2f0;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px 17px;display:grid}.check-item input{opacity:0;position:absolute}.check-box{color:#0000;border:1px solid #bdc9c1;border-radius:7px;place-items:center;width:22px;height:22px;display:grid}.check-item.done .check-box{border-color:var(--green);color:#fff;background:var(--green)}.check-item.done .check-text{color:var(--muted);text-decoration:line-through}.check-item small{color:var(--muted);font-size:9px}.progress-track{background:#e6ebe7;border-radius:9px;height:5px;margin:14px 17px 17px;overflow:hidden}.progress-track i{background:var(--green);height:100%;display:block}.composer-wrap{border-top:1px solid var(--line);background:#fff;align-items:center;padding:12px 20px;display:flex}.composer{background:#f8faf7;border:1px solid #d4ddd7;border-radius:14px;align-items:center;gap:8px;width:100%;padding:6px;display:flex}.composer button{width:38px;height:38px;color:var(--deep);cursor:pointer;background:0 0;border:0;border-radius:10px;font-weight:900}.composer button:first-child{background:#e6f4e9}.composer .send{background:var(--lime)}.composer textarea{resize:none;background:0 0;border:0;outline:none;flex:1;min-width:0;max-height:130px;padding:9px}.mobile-back{background:0 0;border:0;font-size:28px;display:none}dialog{width:min(480px,100vw - 28px);color:var(--ink);border:0;border-radius:18px;padding:0;box-shadow:0 25px 80px #00000040}dialog::backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#081e1b7a}dialog form{padding:23px}dialog header{justify-content:space-between;align-items:flex-start;display:flex}dialog header button{cursor:pointer;background:0 0;border:0;font-size:25px}dialog h2{font-size:27px}.small{font-size:11px}@media (max-width:720px){.login-view{display:block}.pilot-story{display:none}.login-panel{min-height:100vh;padding:28px 22px}.login-card:before{content:"WhatsCheck";color:var(--deep);margin-bottom:70px;font-size:22px;font-weight:900;display:block}.app-view{display:block}.room-sidebar,.empty-room,.conversation{height:100vh}.app-view.room-open .room-sidebar{display:none}.app-view:not(.room-open) .conversation,.app-view:not(.room-open) .empty-room{display:none!important}.conversation{grid-template-rows:66px 1fr auto}.conversation-head{padding:0 10px}.mobile-back{display:block}.encryption-badge{padding:7px;font-size:0}.encryption-badge:first-letter{font-size:12px}.timeline{padding:17px 11px}.message>div{max-width:94%}.composer-wrap{padding:9px}.composer{gap:3px}.composer button{width:34px}.composer .tool-button{display:none}.brand.compact{font-size:17px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.sidebar-actions{gap:8px;display:flex}.icon-button.secondary{border:1px solid var(--line);background:#fff;font-size:20px}.dialog-body{padding:23px}.wide-dialog{width:min(720px,100vw - 28px);max-height:min(860px,100vh - 28px);overflow:auto}.security-summary{grid-template-columns:repeat(3,1fr);gap:9px;margin:20px 0;display:grid}.security-stat{border:1px solid var(--line);background:#f8faf7;border-radius:11px;padding:12px}.security-stat b,.security-stat span{display:block}.security-stat b{font-size:12px}.security-stat span{color:var(--muted);margin-top:4px;font-size:10px}.security-stat.ready{background:#edf8f0;border-color:#b8d8c3}.security-section{border:1px solid var(--line);border-radius:14px;margin-top:14px;padding:17px}.security-section h3{margin:0 0 5px}.security-section>p,.section-head p{color:var(--muted);margin:5px 0;font-size:12px;line-height:1.5}.security-section label{margin-top:15px;font-size:12px;font-weight:750;display:block}.security-section input,.security-section textarea{background:#fff;border:1px solid #cfd8d2;border-radius:9px;width:100%;margin-top:7px;padding:12px;display:block}.section-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.text-button,.danger-button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 12px}.danger-button{color:#922f2f;background:#fff6f5;border-color:#e2baba;width:100%;margin-top:8px}.device-list{border-top:1px solid var(--line);margin-top:12px}.device-row{border-bottom:1px solid var(--line);grid-template-columns:1fr auto;gap:12px;padding:13px 2px;display:grid}.device-row b,.device-row small{display:block}.device-row small{color:var(--muted);word-break:break-all;margin-top:4px;font-size:10px}.device-row .device-badge{color:#6e4a14;background:#fff1cd;border-radius:20px;align-self:center;padding:6px 9px;font-size:9px;font-weight:800}.device-row .device-badge.verified{color:#245c42;background:#dff2e6}.device-row button{align-self:center}.recovery-output{background:#f2fbf4;border-color:#9dcdb1}.recovery-output code{border:1px dashed var(--green);word-break:break-word;-webkit-user-select:all;user-select:all;background:#fff;border-radius:9px;margin:13px 0;padding:14px;font-size:13px;font-weight:700;line-height:1.7;display:block}.verification-dialog{width:min(520px,100vw - 28px)}.verification-emoji{grid-template-columns:repeat(4,1fr);gap:9px;margin:22px 0;display:grid}.verification-emoji span{border:1px solid var(--line);background:#f8faf7;border-radius:12px;place-items:center;min-height:68px;padding:7px;font-size:28px;display:grid}.verification-emoji small{color:var(--muted);text-align:center;font-size:8px;display:block}.verification-actions{margin-top:18px}.verification-actions .primary{justify-content:center}.verification-actions .text-button{width:100%;margin-top:8px}.security-section .primary{margin-top:15px}@media (max-width:720px){.wide-dialog{border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:none}.dialog-body{padding:19px}.security-summary{grid-template-columns:1fr}.verification-emoji{grid-template-columns:repeat(4,1fr)}.verification-emoji span{min-height:58px;font-size:24px}.section-head{display:block}.section-head .text-button{margin-top:8px}}.security-notice{color:#245c42;background:#dff2e6;border-radius:10px;margin:0 0 14px;padding:11px 13px;font-size:12px;font-weight:700}.visually-hidden{clip:rect(0 0 0 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.conversation{grid-template-rows:72px 1fr auto}.composer-wrap{gap:8px;display:grid}.composer .tool-button{background:#e6f4e9}.composer #attachmentButton{font-size:17px}.composer #recordButton{font-size:16px}.recording-bar{background:#fff7f6;border:1px solid #efcaca;border-radius:13px;grid-template-columns:auto auto 1fr auto auto;align-items:center;gap:9px;min-height:48px;padding:7px 10px;display:grid}.recording-dot{background:#c93d3d;border-radius:50%;width:10px;height:10px;animation:1.3s infinite recording-pulse;box-shadow:0 0 0 5px #c93d3d1f}.recording-bar b{font-variant-numeric:tabular-nums}.recording-bar span{color:var(--muted);font-size:11px}.recording-bar button{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:8px 10px;font-size:11px;font-weight:800}.recording-bar .recording-send{color:#fff;background:var(--deep)}@keyframes recording-pulse{50%{opacity:.45}}.media-selection{border:1px solid var(--line);background:#f8faf7;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:13px;margin-top:20px;padding:14px;display:grid}.media-selection>span{background:#e3f2e8;border-radius:11px;place-items:center;width:43px;height:43px;font-size:20px;display:grid}.media-selection b,.media-selection small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-selection small{color:var(--muted);margin-top:5px;font-size:10px}.dialog-actions{grid-template-columns:auto 1fr;align-items:end;gap:9px;display:grid}.dialog-actions .text-button{min-height:47px}.dialog-actions .primary{margin-top:0}.upload-progress{margin:17px 0 2px}.upload-progress>div{background:#e4e9e5;border-radius:8px;height:7px;overflow:hidden}.upload-progress i{background:var(--green);width:0;height:100%;transition:width .15s;display:block}.upload-progress span{color:var(--muted);margin-top:7px;font-size:10px;display:block}.media-card{background:#fff;border:1px solid #d5dfd8;border-radius:13px;width:min(520px,88vw);overflow:hidden;box-shadow:0 8px 24px #12322b0f}.mine .media-card{background:#eff9df;border-color:#c2d9b0}.media-card-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 14px;display:grid}.media-kind{width:39px;height:39px;color:var(--deep);background:#e4f3e9;border-radius:10px;place-items:center;font-size:18px;display:grid}.media-card-head b,.media-card-head small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-card-head small{color:var(--muted);margin-top:4px;font-size:9px}.media-lock{color:var(--green);font-size:11px;font-weight:800}.media-preview{object-fit:contain;background:#10231f;width:100%;max-height:430px;display:block}.media-preview.video{aspect-ratio:16/9}.media-audio{width:calc(100% - 28px);margin:4px 14px 14px}.media-caption{white-space:pre-wrap;word-break:break-word;border-top:1px solid #1446371a;margin:0;padding:11px 14px}.media-actions{gap:8px;padding:0 14px 13px;display:flex}.media-actions button,.media-actions a{color:var(--deep);cursor:pointer;background:#fff;border:1px solid #cbd9d0;border-radius:9px;justify-content:center;align-items:center;padding:9px 11px;font-size:11px;font-weight:800;text-decoration:none;display:inline-flex}.media-load{width:calc(100% - 28px);color:var(--deep);cursor:pointer;background:#fff;border:1px solid #cbd9d0;border-radius:9px;margin:0 14px 13px;padding:11px;font-weight:800}.media-error{color:#9b3131;margin:0;padding:0 14px 13px;font-size:11px}.media-file-ready{color:#24634e;align-items:center;gap:7px;padding:0 14px 13px;font-size:11px;font-weight:800;display:flex}@media (max-width:720px){.composer .tool-button{display:block}.composer{gap:2px}.composer button{width:32px;height:36px}.composer #attachmentButton{font-size:15px}.composer #recordButton{font-size:14px}.composer textarea{padding:8px 4px}.recording-bar{grid-template-columns:auto auto 1fr auto auto}.recording-bar span:not(.recording-dot){display:none}.media-card{width:min(520px,92vw)}.media-preview{max-height:55vh}.dialog-actions{grid-template-columns:1fr}.dialog-actions .text-button{order:2}}.outbox-bar{color:#315b52;background:#f0f7f1;border:1px solid #d5dfd8;border-radius:11px;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;min-height:38px;padding:7px 10px;font-size:10px;display:grid}.outbox-bar>span{color:#fff;background:var(--green);border-radius:50%;place-items:center;width:22px;height:22px;font-size:14px;display:grid}.outbox-bar button,.queued-actions button{color:var(--deep);cursor:pointer;background:#fff;border:1px solid #c7d7cd;border-radius:8px;padding:7px 9px;font-size:10px;font-weight:800}.outbox-bar button:disabled{opacity:.55}.queued{opacity:.9}.queued .bubble,.queued .check-card,.queued .media-card{border-style:dashed}.queued .bubble{position:relative}.queued .bubble:after{content:"↻";color:var(--green);margin-left:8px;font-weight:900}.queued-actions{justify-content:flex-end;gap:6px;margin-top:5px;display:flex}.queued-actions button:last-child{color:#8d3131}.pending-card{filter:saturate(.85)}.queued-more{color:var(--muted);margin:0;padding:10px 17px;font-size:10px}.check-item>span.check-text:last-child{grid-column:2/-1}@media (max-width:720px){.outbox-bar{grid-template-columns:auto 1fr}.outbox-bar button{grid-column:2;justify-self:start}.queued-actions{margin-right:2px}}.room-heading{min-width:0}.conversation-actions{align-items:center;gap:7px;margin-left:auto;display:flex}.conversation-tool{border:1px solid var(--line);width:34px;height:34px;color:var(--deep);cursor:pointer;background:#fff;border-radius:50%;place-items:center;font-size:17px;display:grid}.conversation-actions .encryption-badge{margin-left:0}.search-field{margin-top:18px!important}.search-field input{font-size:15px;padding-left:15px!important}.search-tabs{grid-template-columns:1fr 1fr;gap:7px;margin:12px 0;display:grid}.search-tabs button{border:1px solid var(--line);color:var(--muted);cursor:pointer;background:#fff;border-radius:10px;padding:10px;font-size:11px;font-weight:800}.search-tabs button.active{color:#fff;border-color:var(--deep);background:var(--deep)}.search-privacy{color:#315b52;background:#edf7f0;border-radius:10px;margin:12px 0;padding:11px 12px;font-size:10px;line-height:1.5}.search-results{border-top:1px solid var(--line);max-height:min(540px,55vh);overflow:auto}.search-result{border:0;border-bottom:1px solid var(--line);text-align:left;cursor:pointer;background:#fff;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;padding:13px 4px;display:grid}.search-result:hover,.search-result:focus-visible{background:#f2f8f3;outline:none}.search-result-icon{width:40px;height:40px;color:var(--deep);background:#e4f3e9;border-radius:11px;place-items:center;font-size:17px;font-weight:900;display:grid}.search-result>span:nth-child(2){min-width:0}.search-result small,.search-result b,.search-result>span:nth-child(2)>span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.search-result small{color:var(--muted);font-size:9px}.search-result b{margin:4px 0;font-size:12px}.search-result>span:nth-child(2)>span{color:#52635d;font-size:10px}.search-result em{color:var(--green);font-size:24px;font-style:normal}.message.search-highlight>div{border-radius:15px;transition:box-shadow .25s;box-shadow:0 0 0 4px #128c7e38}.search-dialog .dialog-body{padding-bottom:18px}@media (max-width:720px){.conversation-actions{gap:4px}.conversation-tool{width:31px;height:31px;font-size:15px}.conversation-actions .encryption-badge{display:none}.search-dialog{border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:none}.search-results{max-height:calc(100dvh - 310px)}.search-result{padding:13px 2px}.search-result small{max-width:72vw}}.push-section{background:#f8faf7}.push-section.push-active{background:#f2fbf4;border-color:#9dcdb1}.push-section>small{color:#47756a;margin-top:11px;font-size:10px;font-weight:750;display:block}.push-section .text-button:disabled{opacity:.55}.composer-context{border-left:3px solid var(--green);background:#edf7f0;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px 11px;display:grid}.composer-context>span{color:var(--green);font-size:20px}.composer-context b,.composer-context small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.composer-context b{font-size:11px}.composer-context small{color:var(--muted);margin-top:3px;font-size:10px}.composer-context button{cursor:pointer;background:0 0;border:0;border-radius:50%;width:32px;height:32px;font-size:20px}.reply-quote{border:0;border-left:3px solid var(--green);width:100%;color:inherit;text-align:left;cursor:pointer;background:#128c7e14;border-radius:8px;margin:0 0 5px;padding:8px 10px;display:block}.reply-quote b,.reply-quote span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.reply-quote b{color:var(--green);font-size:10px}.reply-quote span{color:#53665f;margin-top:3px;font-size:10px}.message-actions{opacity:0;flex-wrap:wrap;gap:3px;margin:4px 3px 0;transition:opacity .15s;display:flex}.message:hover .message-actions,.message:focus-within .message-actions{opacity:1}.message-actions>button,.reaction-picker>summary{color:#66766f;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:5px 7px;font-size:9px;list-style:none}.reaction-picker{position:relative}.reaction-picker>summary::-webkit-details-marker{display:none}.reaction-picker>span{z-index:5;border:1px solid var(--line);background:#fff;border-radius:11px;gap:3px;padding:6px;display:flex;position:absolute;bottom:27px;left:0;box-shadow:0 8px 24px #12322b29}.mine .reaction-picker>span{left:auto;right:0}.reaction-picker>span button{cursor:pointer;background:#f1f6f2;border:0;border-radius:8px;width:32px;height:32px;font-size:17px}.message-actions .delete-message{color:#9b3131}.reaction-chips{flex-wrap:wrap;gap:4px;margin:5px 3px 0;display:flex}.reaction-chips button{cursor:pointer;background:#fff;border:1px solid #d5dfd8;border-radius:14px;padding:4px 8px;font-size:11px}.reaction-chips button.mine{background:#e5f5e9;border-color:#77b893}.deleted-bubble{color:var(--muted);background:#edf0ed;font-style:italic}.redacted.mine .deleted-bubble{background:#e4eadf}@media (max-width:720px){.message-actions{opacity:1}.message-actions>button,.reaction-picker>summary{min-height:28px;padding:6px}.reaction-picker>span{justify-content:space-around;position:fixed;bottom:82px;left:10px!important;right:10px!important}.reaction-picker>span button{width:42px;height:42px;font-size:21px}.composer-context{margin:0 1px}.reply-quote{max-width:92vw}}.confirmation-dialog{width:min(430px,100vw - 28px)}.confirmation-dialog .muted{margin:18px 0}.confirmation-actions{grid-template-columns:1fr 1fr;gap:9px;display:grid}.confirmation-actions .text-button,.confirmation-actions .danger-button{width:100%;min-height:45px;margin:0}.confirmation-actions .danger-button{color:#fff;background:#9b3131;border-color:#9b3131;font-weight:800}.room-sidebar{grid-template-rows:auto auto auto 1fr auto}.composer-wrap{position:relative}.room-filters{scrollbar-width:none;gap:6px;padding:0 14px 12px;display:flex;overflow-x:auto}.room-filters::-webkit-scrollbar{display:none}.room-filters button{color:#61716a;cursor:pointer;background:#fff;border:1px solid #dfe5e1;border-radius:16px;flex:none;padding:7px 11px;font-size:10px}.room-filters button.active{border-color:var(--green);color:#fff;background:var(--green);font-weight:800}.room-row-tail{align-content:center;justify-items:end;gap:5px;min-width:36px;display:grid}.room-row-tail time{color:var(--muted);font-size:9px}.room-badges{align-items:center;gap:4px;display:flex}.room-unread{color:#fff;background:var(--green);border-radius:12px;place-items:center;min-width:20px;height:20px;padding:0 5px;font-size:9px;font-weight:850;display:grid}.room-unread.mention{background:#a43b56}.room-state-icon{font-size:10px}.room-menu{position:relative}.room-menu>summary{cursor:pointer;place-items:center;list-style:none;display:grid}.room-menu>summary::-webkit-details-marker{display:none}.room-menu>div{z-index:25;border:1px solid var(--line);background:#fff;border-radius:12px;min-width:190px;display:grid;position:absolute;top:45px;right:0;overflow:hidden;box-shadow:0 10px 30px #12322b2e}.room-menu>div button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0ee;padding:12px 14px}.room-menu>div button:last-child{border-bottom:0}.room-menu>div button:hover,.room-menu>div button:focus{background:#eef6f1}.room-subtitle-typing{font-weight:750;color:var(--green)!important}.mention-suggestions{z-index:18;border:1px solid var(--line);background:#fff;border-radius:13px;gap:6px;padding:8px;display:flex;position:absolute;bottom:78px;left:20px;right:20px;overflow-x:auto;box-shadow:0 8px 28px #12322b29}.mention-suggestions button{text-align:left;cursor:pointer;background:#eef6f1;border:0;border-radius:9px;flex:none;gap:2px;min-width:125px;padding:9px 11px;display:grid}.mention-suggestions b{font-size:11px}.mention-suggestions small{color:var(--muted);font-size:8px}.mention{color:#126959;background:#128c7e1f;border-radius:4px;padding:1px 3px;font-weight:750;display:inline}.mention.me{color:#fff;background:var(--green)}.receipt-state{color:#3f786a;font-weight:700}.receipt-state.read{color:var(--green)}.view-once-card{background:linear-gradient(145deg,#f1faf5,#e5f4eb);border-color:#9ecfba}.mine .view-once-card{background:linear-gradient(145deg,#eff9df,#e2f2ce)}.view-once-card .media-kind{color:#fff;background:var(--green);border-radius:50%}.view-once-state{color:#41645a;margin:0;padding:2px 14px 13px;font-size:11px;line-height:1.45}.view-once-card .media-load{border-color:var(--green);color:#fff;background:var(--green)}.view-once-viewer{background:#07110f;border-radius:14px;place-items:center;min-height:240px;max-height:68vh;margin-top:18px;display:grid;overflow:hidden}.view-once-viewer img,.view-once-viewer video{object-fit:contain;width:100%;max-height:68vh;display:block}.view-once-dialog .primary{justify-content:center}.retention-options{border:0;gap:8px;margin:20px 0 0;padding:0;display:grid}.retention-options legend{margin-bottom:8px;font-size:12px;font-weight:800}.retention-options label{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:11px;align-items:flex-start;gap:11px;padding:13px;margin:0!important;display:flex!important}.retention-options input{height:18px;accent-color:var(--green);flex:none;width:18px!important;margin:2px 0 0!important}.retention-options span,.retention-options b,.retention-options small{display:block}.retention-options small{color:var(--muted);margin-top:3px;font-weight:500}.retention-options label:has(input:checked){border-color:var(--green);background:#edf7f0}.retention-options label:has(input:disabled){cursor:not-allowed;opacity:.6}@media (max-width:720px){.room-filters{padding-left:10px;padding-right:10px}.room-menu>div{position:fixed;top:70px;left:10px;right:10px}.encryption-badge{display:none}.mention-suggestions{bottom:82px;left:10px;right:10px}.conversation-actions{gap:3px}}.room-sidebar>header .sidebar-actions{gap:5px}.room-sidebar>header .sidebar-actions .icon-button{width:34px;height:34px;font-size:17px}.profile-button,.profile-avatar{color:#fff;background:linear-gradient(145deg,#128c7e,#0d5f56);border:0;border-radius:50%;flex:none;place-items:center;font-weight:850;display:grid;position:relative;overflow:hidden}.profile-button{cursor:pointer;width:34px;height:34px}.profile-button img,.profile-avatar img,.room-avatar img{object-fit:cover;width:100%;height:100%}.room-info-button{cursor:pointer;border:0;padding:0}.room-heading-button{text-align:left;cursor:pointer;background:0 0;border:0;min-width:0;padding:0}.room-heading-button .room-heading{display:block}.profile-avatar.large{width:92px;height:92px;font-size:25px}.profile-avatar.xlarge{width:112px;height:112px;font-size:30px}.profile-editor-head{align-items:center;gap:18px;margin:22px 0 5px;display:flex}.profile-editor-head>div:last-child{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.profile-editor-head small{color:var(--muted);flex-basis:100%;font-size:10px;display:block}.text-button.subtle{color:#8d3131}.privacy-toggle{border:1px solid var(--line);cursor:pointer;background:#f8faf7;border-radius:12px;align-items:flex-start;gap:11px;padding:15px;margin-top:20px!important;display:flex!important}.privacy-toggle input{height:18px;accent-color:var(--green);flex:none;width:18px!important;margin:2px 0 0!important}.privacy-toggle span,.privacy-toggle b,.privacy-toggle small{display:block}.privacy-toggle small{color:var(--muted);margin-top:4px;font-weight:500;line-height:1.45}.profile-privacy-note{color:#536760;background:#edf5f0;border-radius:11px;margin:15px 0 0;padding:12px 14px;font-size:10px;line-height:1.55}.contact-hero{text-align:center;justify-items:center;margin:22px 0;display:grid}.contact-hero h3{margin:13px 0 2px;font-size:24px}.contact-presence{color:var(--green);margin:7px 0 0;font-size:12px;font-weight:750}.contact-status{background:#eef5f0;border-radius:20px;max-width:420px;margin:13px 0 0;padding:10px 14px;font-size:12px}.contact-member-list{margin-top:10px}.contact-member-row{border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-items:center;gap:11px;padding:10px 0;display:grid}.contact-member-row:last-child{border-bottom:0}.contact-member-row .profile-avatar{width:42px;height:42px}.contact-member-row b,.contact-member-row small{display:block}.contact-member-row small{color:var(--muted);margin-top:3px;font-size:9px}.room-row .profile-avatar{width:42px;height:42px}.profile-dialog{max-height:min(820px,100vh - 24px);overflow:auto}@media (max-width:720px){.room-sidebar>header{padding:14px 12px}.brand.compact{font-size:17px}.brand.compact img{width:33px;height:33px}.profile-editor-head{align-items:flex-start}.profile-avatar.large{width:78px;height:78px}.contact-dialog .dialog-body,.profile-dialog .dialog-body{padding:18px}.profile-avatar.xlarge{width:96px;height:96px}.room-heading-button{flex:1}.conversation-head{gap:9px;padding-left:10px;padding-right:10px}}@media (max-width:520px){.confirmation-actions{grid-template-columns:1fr}.confirmation-actions .danger-button{order:1}.confirmation-actions .text-button{order:2}}
