:root{--yellow: #FFD700;--yellow-dim: rgba(255, 215, 0, .16);--accent: #FFD700;--tick-read: #FFD700;--bg-light: #FFFFFF;--panel-light: #FFFFFF;--panel2-light: #F5F5F5;--text-light: #000000;--text2-light: #6E6E6E;--border-light: #E8E8E8;--bubble-in-light: #FFFFFF;--bubble-out-light: #FFD700;--chatbg-light: #FFFFFF;--bubble-text-out: #000000;--bg-dark: #000000;--panel-dark: #000000;--panel2-dark: #0D0D0D;--text-dark: #FFFFFF;--text2-dark: #9E9E9E;--border-dark: #1F1F1F;--bubble-in-dark: #0D0D0D;--bubble-out-dark: #FFD700;--chatbg-dark: #000000;--danger: #F15C6D;--header-h: 60px;--bottomnav-h: 58px}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Segoe UI,Helvetica Neue,Helvetica,-apple-system,Arial,sans-serif;font-size:14px;-webkit-font-smoothing:antialiased}body[data-theme=light]{background:var(--bg-light);color:var(--text-light)}body[data-theme=dark]{background:var(--bg-dark);color:var(--text-dark)}body[data-theme=light]{--bg: var(--bg-light);--panel: var(--panel-light);--panel2: var(--panel2-light);--text: var(--text-light);--text2: var(--text2-light);--border: var(--border-light);--bubble-in: var(--bubble-in-light);--bubble-out: var(--bubble-out-light);--chatbg: var(--chatbg-light)}body[data-theme=dark]{--bg: var(--bg-dark);--panel: var(--panel-dark);--panel2: var(--panel2-dark);--text: var(--text-dark);--text2: var(--text2-dark);--border: var(--border-dark);--bubble-in: var(--bubble-in-dark);--bubble-out: var(--bubble-out-dark);--chatbg: var(--chatbg-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,textarea,select{font-family:inherit;font-size:14px;color:inherit}a{color:var(--yellow);text-decoration:none}.linklike{color:var(--yellow);font-weight:600;font-size:13px}.app{height:100vh;display:flex;flex-direction:column;overflow:hidden}.btn-primary{background:var(--yellow);color:#000;font-weight:700;padding:10px 18px;border-radius:24px;transition:filter .15s}.btn-primary:hover{filter:brightness(.95)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{padding:8px 14px;border-radius:20px;color:var(--yellow);font-weight:700}.card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:16px}.row{display:flex;align-items:center;gap:10px}.spacer{flex:1}.muted{color:var(--text2)}.small{font-size:12px}.input-wrap{position:relative;margin:14px 0}.input-wrap input,.input-wrap textarea,.select{width:100%;padding:12px 14px;border-radius:8px;border:1px solid var(--border);background:var(--panel2);outline:none}.input-wrap input:focus,.input-wrap textarea:focus{border-color:var(--yellow)}.input-wrap label{position:absolute;top:-8px;left:10px;background:var(--panel);padding:0 6px;font-size:11px;color:var(--yellow);border-radius:4px}.error-text{color:var(--danger);font-size:12.5px;margin-top:6px}.ok-text{color:var(--yellow);font-size:12.5px;margin-top:6px}.banner{padding:10px 14px;background:var(--yellow-dim);color:var(--yellow);border-bottom:1px solid var(--border);text-align:center;font-size:13px}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.auth-card{width:100%;max-width:420px;background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:32px}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:18px}.auth-logo .mark{width:64px;height:64px;border-radius:18px;background:var(--yellow);display:flex;align-items:center;justify-content:center;color:#000;font-weight:800;font-size:30px}.auth-title{font-size:20px;font-weight:700;text-align:center}.auth-sub{color:var(--text2);font-size:13px;text-align:center;margin-bottom:16px}.splash{height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:var(--bg)}.splash .mark{width:90px;height:90px;border-radius:24px;background:var(--yellow);display:flex;align-items:center;justify-content:center;font-size:44px;font-weight:800;color:#000;animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.loader-ring{width:28px;height:28px;border:3px solid var(--border);border-top-color:var(--yellow);border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.shell{display:flex;height:100vh;width:100%}.navrail{width:64px;background:var(--panel2);border-right:1px solid var(--border);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:6px}.navrail button{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--text2);position:relative}.navrail button.active{background:var(--yellow);color:#000}.navrail .badge{position:absolute;top:4px;right:4px;background:var(--yellow);color:#000;font-size:10px;border-radius:10px;padding:0 5px;min-width:16px;font-weight:700}.sidebar{width:400px;min-width:320px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:var(--panel)}.sidebar-head{padding:12px 16px;display:flex;align-items:center;gap:10px}.sidebar-title{font-size:22px;font-weight:700;color:var(--yellow)}.searchbar{margin:0 12px 10px;background:var(--panel2);border-radius:10px;display:flex;align-items:center;padding:0 10px}.searchbar input{flex:1;background:none;border:none;outline:none;padding:9px}.chatlist{flex:1;overflow-y:auto}.filters{display:flex;gap:8px;padding:0 12px 10px;flex-wrap:wrap}.filters button{padding:5px 12px;border-radius:16px;background:var(--panel2);color:var(--text2);font-size:12.5px}.filters button.active{background:var(--yellow-dim);color:var(--yellow)}.chat-item{display:flex;gap:12px;padding:10px 14px;cursor:pointer;align-items:center;position:relative}.chat-item:hover,.chat-item.active{background:var(--panel2)}.chat-item .meta{flex:1;min-width:0}.chat-item .title{font-weight:600;display:flex;align-items:center;gap:6px}.chat-item .preview{color:var(--text2);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-item .time{font-size:11.5px;color:var(--text2)}.unread-badge{background:var(--yellow);color:#000;border-radius:12px;font-size:11px;padding:1px 7px;font-weight:700}.draft-label{color:var(--danger);font-weight:600}.fab{position:absolute;bottom:22px;right:22px;width:54px;height:54px;border-radius:50%;background:var(--yellow);color:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #0000004d;z-index:5}.main-pane{flex:1;display:flex;flex-direction:column;background:var(--chatbg);position:relative;min-width:0}.main-pane.full{display:flex}.empty-pane{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--text2)}.m-back,.chat-header .m-back{display:none}.chat-header{height:var(--header-h);background:var(--panel2);display:flex;align-items:center;padding:0 14px;gap:12px;border-bottom:1px solid var(--border);z-index:3}.chat-header .subtitle{font-size:12.5px;color:var(--text2)}.messages{flex:1;overflow-y:auto;padding:16px 6%;background:var(--chatbg);position:relative}.encryption-badge{text-align:center;font-size:12px;color:var(--text2);background:var(--panel2);border-radius:8px;padding:7px 12px;margin:0 auto 14px;max-width:480px}.date-sep{text-align:center;margin:14px 0}.date-sep span{background:var(--panel2);color:var(--text2);font-size:12px;padding:5px 10px;border-radius:8px}.msg-row{display:flex;margin:2px 0}.msg-row+.msg-row{margin-top:2px}.msg-row.out{justify-content:flex-end}.msg-row.in{justify-content:flex-start}.ticks{font-size:11px;letter-spacing:1px;margin-left:3px;vertical-align:middle;opacity:.85;font-weight:600}.ticks-read{opacity:1;color:#000;text-shadow:0 0 6px rgba(255,215,0,.65)}.bubble{max-width:65%;border-radius:12px;padding:6px 9px 8px;position:relative;box-shadow:0 1px .5px #00000021;animation:pop .12s ease-out}@keyframes pop{0%{transform:scale(.97);opacity:.6}to{transform:scale(1);opacity:1}}.msg-row.out .bubble{background:var(--bubble-out);color:var(--bubble-text-out);border-top-right-radius:0}.msg-row.out .bubble .bubble-meta{color:#0000008c}.msg-row.out .bubble .muted{color:#0000008c!important}.msg-row.in .bubble{background:var(--bubble-in);border:1px solid var(--border);border-top-left-radius:0}.bubble .sender-name{font-size:12.5px;font-weight:700;color:var(--yellow);margin-bottom:2px}.msg-row.out .bubble .sender-name{color:#000}.bubble .text{font-size:14.2px;line-height:1.4;word-wrap:break-word;white-space:pre-wrap}.bubble .text code{background:#0000001f;padding:1px 5px;border-radius:4px;font-family:Consolas,monospace}.bubble .text blockquote{border-left:3px solid var(--yellow);padding-left:8px;margin:4px 0;color:var(--text2)}.bubble .text ul{padding-left:18px}.bubble-meta{display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:11px;color:var(--text2);margin-top:2px}.tick-read{color:var(--tick-read)}.msg-row.out .tick-read{color:#000}.labels{display:flex;gap:5px;align-items:center;font-size:11.5px;color:var(--text2);margin-bottom:3px}.forwarded-tag,.edited-tag{font-style:italic;color:var(--text2)}.star-ind{color:var(--yellow)}.msg-row.out .star-ind{color:#000}.quote-preview{border-left:4px solid var(--yellow);background:var(--yellow-dim);border-radius:6px;padding:5px 8px;margin-bottom:5px;font-size:12.5px}.quote-preview .qp-name{color:var(--yellow);font-weight:700;font-size:12px}.msg-row.out .quote-preview .qp-name{color:#000}.reactions-row{display:flex;gap:4px;margin-top:4px;flex-wrap:wrap}.reaction-chip{background:var(--panel2);border:1px solid var(--border);border-radius:12px;padding:1px 7px;font-size:12px;cursor:pointer}.reaction-chip.mine{border-color:var(--yellow);background:var(--yellow-dim)}.msg-row.out .reaction-chip{background:#00000014;border-color:#0003}.msg-menu{position:fixed;z-index:60;background:var(--panel);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 26px #00000059;overflow:hidden;min-width:190px}.msg-menu button{display:flex;width:100%;gap:10px;padding:10px 16px;font-size:13.5px;align-items:center}.msg-menu button:hover{background:var(--panel2)}.msg-menu .danger{color:var(--danger)}.composer{background:var(--panel2);padding:8px 14px;display:flex;align-items:flex-end;gap:8px;z-index:3}.composer textarea{flex:1;resize:none;max-height:120px;border:none;background:var(--panel);border-radius:10px;padding:11px 12px;outline:none;font-size:14.5px;line-height:1.35}.icon-btn{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text2);flex-shrink:0}.icon-btn:hover{background:#9e9e9e26}.icon-btn.active{color:var(--yellow)}.icon-btn.send{background:var(--yellow);color:#000}.icon-btn.rec{background:var(--danger);color:#fff;animation:pulse 1.2s infinite}.attach-menu{position:absolute;bottom:70px;left:60px;background:var(--panel);border:1px solid var(--border);border-radius:14px;box-shadow:0 10px 30px #0006;padding:8px;z-index:50;min-width:230px}.attach-menu button{display:flex;width:100%;gap:12px;align-items:center;padding:10px 12px;border-radius:10px;font-size:13.5px}.attach-menu button:hover{background:var(--panel2)}.fmt-bar{display:flex;gap:2px;background:var(--panel);border-radius:10px;padding:4px;margin-right:6px}.fmt-bar button{width:30px;height:30px;border-radius:6px;font-weight:700;color:var(--text2);font-size:13px}.fmt-bar button:hover{background:var(--panel2);color:var(--yellow)}.emoji-pop{position:absolute;bottom:70px;left:14px;width:340px;height:320px;background:var(--panel);border:1px solid var(--border);border-radius:14px;z-index:50;display:flex;flex-direction:column;box-shadow:0 10px 30px #0006;overflow:hidden}.emoji-cats{display:flex;border-bottom:1px solid var(--border)}.emoji-cats button{flex:1;padding:8px 0;font-size:16px;opacity:.55}.emoji-cats button.active{opacity:1;border-bottom:2px solid var(--yellow)}.emoji-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(8,1fr);padding:8px;gap:2px}.emoji-grid button{font-size:21px;padding:4px;border-radius:6px}.emoji-grid button:hover{background:var(--panel2)}.waveform{display:flex;align-items:center;gap:8px;min-width:190px}.wave-bars{display:flex;align-items:center;gap:2px;height:26px;flex:1}.wave-bars span{width:3px;border-radius:2px;background:var(--text2)}.wave-bars span.played{background:var(--yellow)}.poll-opt{margin:6px 0;cursor:pointer}.poll-bar{height:22px;background:var(--panel2);border-radius:6px;overflow:hidden;position:relative}.poll-fill{height:100%;background:var(--yellow-dim);transition:width .4s}.msg-row.out .poll-fill{background:#00000026}.poll-line{position:absolute;top:0;left:8px;height:100%;display:flex;align-items:center;font-size:13px}.poll-pct{position:absolute;right:8px;top:0;height:100%;display:flex;align-items:center;font-size:12px;color:var(--text2)}.doc-card{display:flex;gap:10px;background:var(--panel2);border-radius:10px;padding:10px;margin:4px 0;min-width:240px;align-items:center}.msg-row.out .doc-card{background:#00000014}.doc-card .fname{font-weight:600;font-size:13.5px;word-break:break-all}.doc-card .fpath{font-size:11px;color:var(--text2);word-break:break-all}.doc-actions{display:flex;gap:6px;margin-top:6px}.doc-actions a,.doc-actions button{font-size:12px;padding:4px 10px;border-radius:14px;background:var(--yellow-dim);color:var(--yellow);font-weight:700}.msg-row.out .doc-actions a,.msg-row.out .doc-actions button{background:#0000001f;color:#000}.link-preview-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-top:4px;max-width:320px}.link-preview-card img{width:100%;height:140px;object-fit:cover}.link-preview-card .lp-body{padding:8px 10px;background:var(--panel2)}.link-preview-card .lp-title{font-weight:600;font-size:13px}.link-preview-card .lp-desc{font-size:12px;color:var(--text2)}.media-thumb{max-width:260px;border-radius:8px;display:block;cursor:pointer}.video-wrap{position:relative}.video-dur{position:absolute;bottom:8px;right:8px;background:#0009;color:#fff;font-size:11px;padding:2px 7px;border-radius:10px}.loc-card{background:var(--panel2);border-radius:10px;overflow:hidden;min-width:230px}.loc-map{height:110px;background:linear-gradient(135deg,#1a1a1a,#000);position:relative;display:flex;align-items:center;justify-content:center}.loc-pin{width:18px;height:18px;border-radius:50% 50% 50% 0;background:var(--yellow);transform:rotate(-45deg);animation:bounce .9s infinite alternate}@keyframes bounce{to{transform:rotate(-45deg) translate(6px,2px)}}.loc-body{padding:8px 10px;font-size:13px}.contact-card{display:flex;gap:10px;align-items:center;background:var(--panel2);border-radius:10px;padding:10px;min-width:220px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:90;display:flex;align-items:center;justify-content:center;animation:fade .15s}@keyframes fade{0%{opacity:0}to{opacity:1}}.modal{background:var(--panel);border-radius:16px;padding:22px;width:100%;max-width:440px;max-height:88vh;overflow-y:auto;border:1px solid var(--border)}.modal h3{margin-bottom:12px;color:var(--yellow)}.toasts{position:fixed;top:16px;right:16px;z-index:200;display:flex;flex-direction:column;gap:8px}.toast{background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--yellow);padding:12px 16px;border-radius:10px;box-shadow:0 8px 24px #0000004d;font-size:13.5px;animation:slidein .2s;max-width:340px}.toast.error{border-left-color:var(--danger)}@keyframes slidein{0%{transform:translate(30px);opacity:0}to{transform:none;opacity:1}}.toggle{width:42px;height:24px;background:var(--border);border-radius:14px;position:relative;transition:background .2s;flex-shrink:0}.toggle.on{background:var(--yellow)}.toggle:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;transition:left .2s}.toggle.on:after{left:21px}.setting-row{display:flex;align-items:center;gap:14px;padding:13px 18px;cursor:pointer}.setting-row:hover{background:var(--panel2)}.setting-row .s-title{font-size:14.5px}.setting-row .s-sub{font-size:12.5px;color:var(--text2)}.section-label{padding:14px 18px 6px;color:var(--yellow);font-size:13px;font-weight:700}.list-pane{width:100%;max-width:620px;margin:0 auto;background:var(--panel);min-height:100vh;border-left:1px solid var(--border);border-right:1px solid var(--border)}.pane-header{position:sticky;top:0;background:var(--panel);z-index:5;padding:14px 16px;display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--border)}.pane-header h2{font-size:17px}.add-strip{display:flex;gap:8px;padding:10px 14px;overflow-x:auto}.add-strip button{display:flex;align-items:center;gap:7px;padding:8px 14px;border-radius:20px;background:var(--yellow-dim);color:var(--yellow);font-weight:700;font-size:13px;white-space:nowrap}.avatar{border-radius:50%;object-fit:cover;background:var(--panel2);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--text2);flex-shrink:0;overflow:hidden;position:relative}.avatar img{width:100%;height:100%;object-fit:cover}.online-dot{position:absolute;bottom:0;right:0;width:11px;height:11px;background:var(--yellow);border-radius:50%;border:2px solid var(--panel)}.status-ring{padding:2px;border-radius:50%;background:conic-gradient(var(--yellow) 0 65%,var(--border) 65% 100%)}.status-ring.seen{background:var(--border)}.status-ring .inner{padding:2px;border-radius:50%;background:var(--panel)}.typing-dot{width:6px;height:6px;background:var(--text2);border-radius:50%;display:inline-block;animation:blink 1.2s infinite}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}.status-viewer{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;z-index:100;display:flex;flex-direction:column}.status-progress{display:flex;gap:4px;padding:10px 12px}.status-progress .seg{flex:1;height:3px;background:#ffffff4d;border-radius:2px;overflow:hidden}.status-progress .seg .fill{height:100%;background:var(--yellow);transition:width .1s linear}.status-content{flex:1;display:flex;align-items:center;justify-content:center;position:relative}.status-text{font-size:26px;max-width:70%;text-align:center;line-height:1.4;padding:24px;border-radius:12px}.status-reply-bar{padding:12px 16px;display:flex;gap:10px;align-items:center;background:transparent}.status-reply-bar input{flex:1;border-radius:24px;padding:12px 18px;border:none;outline:none;background:#ffffff1a;color:#fff}.call-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:linear-gradient(160deg,#0d0d0d,#000);display:flex;flex-direction:column;align-items:center;color:#fff}.call-status{margin-top:60px;font-size:15px;color:var(--text2)}.call-name{font-size:28px;font-weight:700;margin-top:8px}.call-timer{margin-top:6px;color:var(--yellow)}.call-avatar-lg{width:140px;height:140px;border-radius:50%;margin-top:48px;background:var(--panel2);display:flex;align-items:center;justify-content:center;font-size:52px;font-weight:700;color:var(--yellow)}.call-controls{margin-top:auto;margin-bottom:48px;display:flex;gap:18px;flex-wrap:wrap;justify-content:center}.call-ctrl{width:58px;height:58px;border-radius:50%;background:#ffffff1f;display:flex;align-items:center;justify-content:center;color:#fff;transition:background .15s}.call-ctrl:hover{background:#fff3}.call-ctrl.on{background:var(--yellow);color:#000}.call-ctrl.danger{background:var(--danger)}.call-grid{flex:1;width:100%;display:grid;gap:8px;padding:16px;grid-auto-rows:1fr}.call-tile{background:var(--panel2);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.call-tile video{width:100%;height:100%;object-fit:cover}.call-tile .tile-name{position:absolute;bottom:8px;left:10px;background:#00000080;padding:2px 10px;border-radius:12px;font-size:12px}.call-tile .tile-mic{position:absolute;top:8px;right:10px;color:var(--danger)}.video-self{position:absolute;bottom:110px;right:16px;width:130px;height:190px;border-radius:12px;object-fit:cover;border:2px solid var(--yellow);z-index:5;background:#000}.skeleton{background:linear-gradient(90deg,var(--panel2) 25%,var(--border) 50%,var(--panel2) 75%);background-size:200% 100%;animation:shimmer 1.3s infinite;border-radius:8px}@keyframes shimmer{to{background-position:-200% 0}}.badge-dot{width:9px;height:9px;border-radius:50%;background:var(--yellow);display:inline-block}.qr-box{background:#fff;padding:14px;border-radius:12px;display:inline-block}.mono{font-family:Consolas,Courier New,monospace;font-size:12px;word-break:break-all}.center-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:12px}.avatar-edit-wrap{position:relative;display:inline-block}.avatar-edit-icon{position:absolute;bottom:2px;right:2px;width:30px;height:30px;border-radius:50%;background:var(--yellow);color:#000;display:flex;align-items:center;justify-content:center;border:2px solid var(--panel);box-shadow:0 2px 8px #00000059;z-index:2}.avatar-edit-icon:hover{transform:scale(1.08)}.react-bar{display:flex;align-items:center;justify-content:space-around;gap:2px;padding:6px 10px;border-bottom:1px solid var(--border)}.react-bar button{border-radius:50%;transition:transform .12s ease}.react-bar button:hover{transform:scale(1.25);background:var(--yellow-dim)}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:89;background:#0000002e}.msg-menu.action-menu{z-index:90;min-width:210px;box-shadow:0 10px 34px #00000073}.quick-reply{position:absolute;top:50%;transform:translateY(-50%);width:26px;height:26px;border-radius:50%;background:var(--panel2);color:var(--text2);border:1px solid var(--border);display:none;align-items:center;justify-content:center;z-index:2}.msg-row:hover .quick-reply{display:flex}.msg-row.out .quick-reply{left:-32px}.msg-row.in .quick-reply{right:-32px}body[data-font=small] .messages .text,body[data-font=small] .bubble .text{font-size:12.5px}body[data-font=large] .messages .text,body[data-font=large] .bubble .text{font-size:16.5px}body[data-font=large] .bubble{line-height:1.45}.pane-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;height:100%;position:relative}.pane-content .list-pane,.main-pane .list-pane{max-width:none;margin:0;border:none;min-height:0;height:100%;overflow-y:auto}.main-pane>.empty-pane{flex:1}.main-pane .status-viewer{position:absolute}.main-pane .center-page{position:static;min-height:100%}.bottom-nav{display:none}.bn-icon{position:relative;display:flex;align-items:center;justify-content:center}.bn-badge{position:absolute;top:-6px;right:-10px;background:var(--yellow);color:#000;font-size:10px;border-radius:10px;padding:0 5px;min-width:16px;font-weight:700}.bn-label{font-size:10.5px;font-weight:600}@media (min-width: 641px) and (max-width: 1024px){.navrail,.bottom-nav{display:none}.sidebar{width:300px;min-width:260px}.bubble{max-width:72%}.messages{padding:14px 4%}.modal{max-width:420px}.list-pane{border:none}.page-shell{grid-template-columns:minmax(320px,44%) 1fr}.page-shell .ps-list .list-pane{max-width:none}}@media (max-width: 640px){.navrail,.main-pane{display:none}.main-pane.full{display:flex}.empty-pane{display:none}.app{height:100vh}.shell{height:calc(100vh - var(--bottomnav-h))}.sidebar{width:100%;min-width:0;border-right:none}.bottom-nav{display:flex;position:fixed;bottom:0;left:0;right:0;height:var(--bottomnav-h);background:var(--panel);border-top:1px solid var(--border);z-index:40;align-items:stretch;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav button{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--text2);font-size:10.5px}.bottom-nav button.active,.bottom-nav button.active .bn-label{color:var(--yellow)}.list-pane{max-width:100%;border:none;padding-bottom:calc(var(--bottomnav-h) + 10px);min-height:calc(100vh - var(--bottomnav-h))}.list-pane.with-bottom-nav{padding-bottom:calc(var(--bottomnav-h) + 70px)}.fab{bottom:calc(var(--bottomnav-h) + 16px)}.pane-content.m-full{height:100vh;display:flex;flex-direction:column}.pane-content.m-full .list-pane{height:auto;overflow:visible}.pane-content .pane-header,.main-pane .pane-header{position:sticky;top:0;z-index:5;background:var(--panel)}.m-back,.chat-header .m-back{display:flex}.chat-header .subtitle{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:168px}.chat-header .btn-hide-sm{display:none!important}.quick-reply{display:flex;width:28px;height:28px;top:-11px;transform:none}.msg-row.out .quick-reply{left:-9px}.msg-row.in .quick-reply{right:-9px}.react-bar button{font-size:24px;padding:8px}.bubble{max-width:82%}.messages{padding:12px 3%}.composer{padding:6px 8px calc(6px + env(safe-area-inset-bottom))}.composer textarea{font-size:16px}.emoji-pop{left:0;right:0;bottom:0;width:100%;height:46vh;border-radius:14px 14px 0 0}.attach-menu{left:8px;right:8px;min-width:0}.fmt-bar{display:none}.modal-overlay{align-items:flex-end}.modal{max-width:100%;width:100%;border-radius:18px 18px 0 0;max-height:86vh;padding-bottom:calc(22px + env(safe-area-inset-bottom))}.msg-menu{min-width:170px}.toasts{left:12px;right:12px;top:12px}.toast{max-width:100%}.video-self{width:92px;height:140px;bottom:96px}.call-status{margin-top:40px}.call-avatar-lg{width:110px;height:110px;margin-top:28px;font-size:42px}.call-controls{margin-bottom:calc(24px + env(safe-area-inset-bottom));gap:12px}.call-ctrl{width:52px;height:52px}.status-text{font-size:20px;max-width:86%}.auth-card{padding:22px 18px}.sidebar-head{padding:10px 12px}.sidebar-title{font-size:19px}}@media (max-width: 360px){.bubble{max-width:88%}.chat-item{padding:8px 10px;gap:8px}}.ceo-badge{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.4px;color:#000;background:gold;border-radius:999px;padding:1px 7px;margin-left:6px;vertical-align:middle;white-space:nowrap;box-shadow:0 0 6px #ffd70080}.sidebar-title.locker-on{color:gold}.pane-content[data-ctheme]:not([data-ctheme=default]) .chat-header{background:var(--ct-chrome-bg, var(--panel));color:var(--ct-chrome-text, inherit);border-bottom:1px solid rgba(128,128,128,.28)}.pane-content[data-ctheme]:not([data-ctheme=default]) .chat-header .subtitle,.pane-content[data-ctheme]:not([data-ctheme=default]) .chat-header .icon-btn{color:var(--ct-chrome-text, inherit)}.pane-content[data-ctheme]:not([data-ctheme=default]) .composer{background:var(--ct-chrome-bg, var(--panel))}.pane-content[data-ctheme]:not([data-ctheme=default]) .composer textarea{background:#7f7f7f26;color:var(--ct-chrome-text, inherit)}.pane-content[data-ctheme]:not([data-ctheme=default]) .composer .fmt-bar button{color:var(--ct-chrome-text, inherit)}body[data-theme=light] .messages[data-ctheme=love]{--ct-bg: #FFE9F0;--ct-out: #F48FB1;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E💕%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E❤️%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E💗%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E💞%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=love]{--ct-bg: #2B0A12;--ct-out: #C2497A;--ct-in: #41121F;--ct-out-text: #FFFFFF;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E💕%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E❤️%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E💗%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E💞%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=cool]{--ct-bg: #E3F2FD;--ct-out: #64B5F6;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E😎%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E❄️%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E💙%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E🧊%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=cool]{--ct-bg: #071A2B;--ct-out: #1E88C9;--ct-in: #0D2B44;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E😎%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E❄️%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E💙%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E🧊%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=angry]{--ct-bg: #FFE3E0;--ct-out: #EF5350;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E😠%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E🔥%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E💢%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E⚡%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=angry]{--ct-bg: #1C0505;--ct-out: #D64541;--ct-in: #3A0D0D;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E😠%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E🔥%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E💢%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E⚡%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=ocean]{--ct-bg: #DFF3F7;--ct-out: #26A9B8;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E🌊%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E🐚%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E💧%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E🐠%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=ocean]{--ct-bg: #04222E;--ct-out: #0FA3B1;--ct-in: #0A3441;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E🌊%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E🐚%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E💧%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E🐠%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=forest]{--ct-bg: #E4F4E4;--ct-out: #66BB6A;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E🌿%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E🍃%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E🌳%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E🍀%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=forest]{--ct-bg: #0B1D0E;--ct-out: #43A047;--ct-in: #153B1B;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E🌿%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E🍃%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E🌳%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E🍀%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=sunset]{--ct-bg: #FFEDD5;--ct-out: #FB8C42;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E🌅%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E🌞%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E🧡%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E🌤️%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=sunset]{--ct-bg: #2B1204;--ct-out: #F4722B;--ct-in: #46200A;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E🌅%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E🌞%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E🧡%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E🌤️%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=royal]{--ct-bg: #EDE4FF;--ct-out: #9D6FE0;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E👑%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E💜%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E🎩%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E💎%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=royal]{--ct-bg: #14082B;--ct-out: #8E55D6;--ct-in: #241147;--ct-out-text: #FFFFFF;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E👑%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E💜%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E🎩%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E💎%3C/text%3E%3C/svg%3E")}body[data-theme=light] .messages[data-ctheme=gold]{--ct-bg: #FFF6D6;--ct-out: #E5B100;--ct-in: #FFFFFF;--ct-out-text: #000000;--ct-in-text: #000000;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-12 14 42)%27%3E⭐%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(10 86 30)%27%3E✨%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(14 46 96)%27%3E🏆%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.20%27 transform=%27rotate(-8 120 104)%27%3E🌟%3C/text%3E%3C/svg%3E")}body[data-theme=dark] .messages[data-ctheme=gold]{--ct-bg: #1A1503;--ct-out: #D4A70A;--ct-in: #33290A;--ct-out-text: #000000;--ct-in-text: #FFFFFF;--ct-emoji: url("data:image/svg+xml;utf8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27160%27 height=%27160%27%3E%3Ctext x=%2714%27 y=%2742%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-12 14 42)%27%3E⭐%3C/text%3E%3Ctext x=%2786%27 y=%2730%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(10 86 30)%27%3E✨%3C/text%3E%3Ctext x=%2746%27 y=%2796%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(14 46 96)%27%3E🏆%3C/text%3E%3Ctext x=%27120%27 y=%27104%27 font-size=%2730%27 opacity=%270.13%27 transform=%27rotate(-8 120 104)%27%3E🌟%3C/text%3E%3C/svg%3E")}.messages[data-ctheme]:not([data-ctheme=default]){background-color:var(--ct-bg);background-image:var(--ct-emoji);background-repeat:repeat}.messages[data-ctheme=image]{background-size:cover;background-position:center}.messages[data-ctheme]:not([data-ctheme=default]):not([data-ctheme=image]){background-size:160px 160px}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble{background:var(--ct-out);color:var(--ct-out-text)}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.in .bubble{background:var(--ct-in);border-color:#80808040;color:var(--ct-in-text)}.messages[data-ctheme]:not([data-ctheme=default]) .bubble .text,.messages[data-ctheme]:not([data-ctheme=default]) .bubble .sender-name{color:inherit}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.in .bubble .sender-name{color:gold}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble .sender-name{color:inherit}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble .bubble-meta{color:var(--ct-out-text);opacity:.75}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.in .bubble .bubble-meta{color:var(--ct-in-text);opacity:.7}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble .ticks{color:var(--ct-out-text);opacity:.85}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble .ticks-read{color:var(--ct-out-text);text-shadow:0 0 6px rgba(255,215,0,.8)}.messages[data-ctheme]:not([data-ctheme=default]) .msg-row.out .bubble .muted{color:var(--ct-out-text)!important}.messages[data-ctheme]:not([data-ctheme=default]) .bubble .text code{background:#80808038}.messages[data-ctheme]:not([data-ctheme=default]) .bubble .text blockquote{color:inherit;border-color:gold}.messages[data-ctheme]:not([data-ctheme=default]) .date-sep span{background:#0000008c;color:#fff}.messages[data-ctheme]:not([data-ctheme=default]) .encryption-badge{background:#0000008c;color:#ffffffd9}.messages[data-ctheme]:not([data-ctheme=default]) .msg-reaction-chip{background:#00000073!important;color:#fff!important}
