:root,:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#090909;--bg-glow:radial-gradient(circle at 75% -20%, #2a140a 0, transparent 32%);--surface:#100f0e;--surface2:#161311;--panel-from:#11100f;--panel-to:#0e0d0c;--rail:#0a0909f2;--rail-line:#29231f;--appbar:#0b0a09e6;--pane:#0b0a09;--line:#2c2724;--line-soft:#211d1a;--text:#f2efed;--text-2:#d8d1cc;--muted:#918983;--faint:#5f5853;--input-bg:#0c0b0a;--composer-bg:#0f0e0d;--placeholder:#625b56;--hover:#17110e;--selected:#1b120e;--accent:#ff6a00;--accent-hover:#ff812e;--accent-strong:#ff8a45;--accent-soft:#ff6a0018;--accent-line:#4a2610;--focus-line:#a74b16;--focus-ring:#ff6a0012;--avatar-from:#2b1a10;--avatar-to:#1a120d;--avatar-line:#3a2616;--avatar-text:#ffb27a;--ok-bg:#0f2a1a;--ok-line:#1c4a2f;--ok-text:#52d98a;--danger-bg:#271411;--danger-line:#4e221e;--danger-text:#ff9b92;--bubble-in:var(--surface2);--bubble-in-line:var(--line);--bubble-out-from:#46230c;--bubble-out-to:#46230c;--bubble-out-line:#46230c;--bubble-out-text:#ffeada;--chat-bg:#14100d;--scroll-track:#0d0b0a;--scroll-thumb:#3a2a20;--shadow-card:0 16px 44px #0003;--shadow-modal:0 30px 100px #000;--backdrop:#030303c7;--radius-sm:10px;--radius-md:16px;--sidebar:260px;--appbar-h:56px;--footer-h:40px;--type-caption:12px;--type-body:13px;--type-control:14px;color:var(--text);background:var(--bg);font-family:Roboto,Arial,sans-serif}:root[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f5f6f8;--bg-glow:radial-gradient(circle at 78% -24%, #ffe9d6 0, transparent 34%);--surface:#fff;--surface2:#f2f3f6;--panel-from:#fff;--panel-to:#fff;--rail:#ffffffef;--rail-line:#e2e4e9;--appbar:#ffffffe8;--pane:#fff;--line:#e2e4e9;--line-soft:#edeef2;--text:#15181d;--text-2:#39414c;--muted:#6b7280;--faint:#98a0ab;--input-bg:#fff;--composer-bg:#fff;--placeholder:#a3aab4;--hover:#f3f4f7;--selected:#fff1e6;--accent:#ff6a00;--accent-hover:#ec6000;--accent-strong:#b04a00;--accent-soft:#ff6a0014;--accent-line:#ffd0a8;--focus-line:#ff9d52;--focus-ring:#ff6a001f;--avatar-from:#fff0e3;--avatar-to:#ffe4cd;--avatar-line:#ffd0a8;--avatar-text:#b04a00;--ok-bg:#ecfdf3;--ok-line:#abefc6;--ok-text:#067647;--danger-bg:#fff1f0;--danger-line:#ffcfca;--danger-text:#b42318;--bubble-in:#fff;--bubble-in-line:#e6e8ec;--bubble-out-from:#ffe3c7;--bubble-out-to:#ffe3c7;--bubble-out-line:#ffe3c7;--bubble-out-text:#3d2109;--chat-bg:#efe7de;--scroll-track:#eef0f3;--scroll-thumb:#cfd4dc;--shadow-card:0 10px 30px #10182814;--shadow-modal:0 30px 80px #1018283d;--backdrop:#1018287a}*{box-sizing:border-box}html,body,#root{max-width:100%;height:100%;overflow-x:hidden}body{font-size:var(--type-body);background:var(--bg-glow), var(--bg);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}h1,h2,h3{margin:0;font-weight:700}p{margin:0}code,.mono{font-variant-numeric:tabular-nums;letter-spacing:.02em;font-family:inherit;font-size:12px}code{background:var(--surface2);border-radius:5px;padding:1px 5px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--scroll-track)}::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border-radius:8px}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.spin{animation:.9s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{0%{opacity:0}}@keyframes pop{0%{opacity:0;transform:translateY(6px)scale(.98)}}.shell{grid-template-columns:var(--sidebar) 1fr;height:100vh;display:grid}.sidebar{background:var(--rail);border-right:1px solid var(--rail-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);flex-direction:column;gap:22px;min-height:0;padding:24px 16px 18px;display:flex;overflow-y:auto}.brand{align-items:center;gap:12px;padding:0 6px;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;box-shadow:0 8px 24px #ff6a0033}.brand strong{font-size:16px;display:block}.brand small{color:var(--muted);font-size:var(--type-caption)}.nav-label{letter-spacing:.12em;color:var(--muted);padding:0 10px 8px;font-size:10px;display:block}.nav-group+.nav-group{border-top:1px solid var(--line-soft);margin-top:20px;padding-top:18px}nav{flex-direction:column;gap:4px;display:flex}.nav-item{border-radius:var(--radius-sm);height:54px;color:var(--text-2);align-items:center;gap:12px;padding:0 10px;transition:background .15s;display:flex;position:relative}.nav-item:hover{background:var(--hover)}.nav-item.active{background:var(--selected);color:var(--text)}.nav-item.active:before{content:"";background:var(--accent);width:2px;box-shadow:0 0 12px var(--accent);border-radius:2px;position:absolute;top:12px;bottom:12px;left:-16px}.nav-icon{background:var(--surface2);border:1px solid var(--line-soft);border-radius:9px;flex:none;place-items:center;width:30px;height:30px;display:grid}.nav-item.active .nav-icon{color:var(--accent);border-color:var(--accent-line)}.nav-copy{flex-direction:column;min-width:0;display:flex}.nav-copy strong{font-size:13px;font-weight:500}.nav-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.sidebar-foot{flex-direction:column;gap:10px;margin-top:auto;display:flex}.api-state{border-radius:var(--radius-sm);background:var(--surface);border:1px solid var(--line-soft);align-items:center;gap:10px;padding:10px 12px;display:flex}.api-state i{background:var(--muted);border-radius:50%;flex:none;width:8px;height:8px}.api-state.online i{background:var(--ok-text);box-shadow:0 0 8px var(--ok-text)}.api-state.offline i{background:var(--danger-text)}.api-state strong{font-size:12px;font-weight:500;display:block}.api-state small{color:var(--muted);font-size:11px}.main{background:linear-gradient(180deg, var(--surface) 0, transparent 280px);flex-direction:column;min-width:0;min-height:0;display:flex}.content{flex:1;min-height:0;overflow:auto}.appbar{min-height:var(--appbar-h);border-bottom:1px solid var(--line);background:var(--appbar);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);flex:none;align-items:center;gap:12px;padding:10px 28px 10px 20px;display:flex}.appbar-title{font-size:15px;display:none}.appbar-actions{align-items:center;gap:6px;margin-left:auto;display:flex}.menu-toggle{width:42px;height:42px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;place-items:center;display:none}.menu-toggle:hover,.menu-toggle[aria-expanded=true]{border-color:var(--line);background:var(--hover)}.theme-toggle{width:38px;height:38px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;flex:none;place-items:center;transition:all .15s;display:grid}.theme-toggle:hover{border-color:var(--line);background:var(--hover);color:var(--text)}.user-menu{position:relative}.user-trigger{height:42px;color:var(--text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:12px;align-items:center;gap:10px;padding:4px 10px 4px 4px;transition:all .15s;display:flex}.user-trigger:hover,.user-trigger[aria-expanded=true]{border-color:var(--line);background:var(--hover)}.user-trigger>span{text-overflow:ellipsis;white-space:nowrap;max-width:220px;font-size:13.5px;font-weight:500;overflow:hidden}.user-trigger svg{color:var(--muted);transition:transform .16s}.user-trigger svg.open{transform:rotate(180deg)}.appbar-avatar{border:1px solid var(--avatar-line);object-fit:cover;background:linear-gradient(145deg, var(--avatar-from), var(--avatar-to));width:32px;height:32px;color:var(--avatar-text);border-radius:50%;flex:none;place-items:center;font-size:12px;font-weight:600;display:grid}.user-dropdown{z-index:30;border:1px solid var(--line);background:var(--surface);min-width:210px;box-shadow:var(--shadow-modal);border-radius:12px;padding:6px;animation:.14s both pop;position:absolute;top:calc(100% + 8px);right:0}.user-dropdown-head{border-bottom:1px solid var(--line-soft);margin-bottom:6px;padding:8px 10px 10px}.user-dropdown-head strong{font-size:13px;display:block}.user-dropdown-head small{color:var(--muted);align-items:center;gap:5px;margin-top:3px;font-size:11.5px;display:flex}.user-dropdown button{width:100%;height:40px;color:var(--danger-text);cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:10px;padding:0 10px;font-size:13.5px;display:flex}.user-dropdown button:hover,.user-dropdown button:focus-visible{background:var(--danger-bg);outline:none}.release-footer{min-height:var(--footer-h);border-top:1px solid var(--line);background:var(--appbar);color:var(--faint);flex:none;justify-content:flex-end;align-items:center;gap:18px;padding:0 24px;font-size:12px;display:flex}.release-footer a{color:var(--accent-strong);font-weight:500}.release-footer a:hover{text-underline-offset:3px;text-decoration:underline}.modal-backdrop{z-index:50;background:var(--backdrop);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);place-items:center;padding:16px;animation:.15s fade;display:grid;position:fixed;inset:0}.modal{background:linear-gradient(145deg, var(--panel-from), var(--panel-to));border:1px solid var(--line);border-radius:var(--radius-md);width:min(500px,100%);max-height:calc(100vh - 32px);box-shadow:var(--shadow-modal);flex-direction:column;animation:.18s pop;display:flex}.modal-head{justify-content:space-between;align-items:flex-start;gap:14px;padding:22px 24px 0;display:flex}.modal-head h2{font-size:18px}.modal-head p{color:var(--muted);margin-top:4px;font-size:13px}.modal-body{flex-direction:column;gap:16px;padding:20px 24px;display:flex;overflow-y:auto}.modal-foot{border-top:1px solid var(--line-soft);justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex}.modal-text{color:var(--text-2);font-size:13.5px;line-height:1.55}.release-backdrop{z-index:100}.release-dialog{width:min(560px,100%);overflow:hidden}.release-dialog-head{flex-direction:column;gap:8px;padding:24px 24px 12px;display:flex}.release-dialog-head h2{font-size:20px}.release-icon{background:var(--accent);color:#fff;border-radius:12px;place-items:center;width:42px;height:42px;margin-bottom:4px;display:grid}.release-dialog-body{flex:auto;min-height:0;padding:4px 24px 12px;overflow-y:auto}.release-dialog-foot{border-top:1px solid var(--line-soft);justify-content:flex-end;padding:16px 24px 20px;display:flex}.release-dialog-foot p{color:var(--muted);font-size:12.5px}.release-current{color:var(--accent-strong);align-items:center;gap:6px;font-weight:500;display:inline-flex}.release-list{flex-direction:column;gap:16px;display:flex}.release-list article{flex-direction:column;gap:16px;padding:20px 22px;display:flex}.release-list header{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:6px;padding-bottom:14px;display:flex}.release-meta{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.release-list h2{font-size:17px}.release-list time{color:var(--muted);font-size:12px}.release-group+.release-group{margin-top:12px}.release-area{letter-spacing:.1em;text-transform:uppercase;color:var(--accent-strong);margin:0 0 6px;font-size:11px;font-weight:600}.release-group ul{margin:0;padding:0;list-style:none}.release-group li{color:var(--text-2);padding:0 0 8px 16px;font-size:13.5px;line-height:1.55;position:relative}.release-group li:before{content:"";background:var(--accent);border-radius:50%;width:5px;height:5px;position:absolute;top:.6em;left:0}.btn{border-radius:var(--radius-sm);height:36px;font-size:var(--type-control);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 14px;font-weight:500;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:not(:disabled):hover{background:var(--accent-hover)}.btn-secondary{background:var(--accent-soft);color:var(--accent-strong);border-color:var(--accent-line)}.btn-secondary:not(:disabled):hover{background:var(--selected)}.btn-ghost{color:var(--text);border-color:var(--line);background:0 0}.btn-ghost:not(:disabled):hover{background:var(--hover)}.btn-danger{background:var(--danger-bg);color:var(--danger-text);border-color:var(--danger-line)}.btn-danger:not(:disabled):hover{background:var(--danger-bg);border-color:var(--danger-text)}.btn.full{width:100%}.icon-btn{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;flex:none;place-items:center;display:inline-grid}.icon-btn:hover,.icon-btn.active{background:var(--hover);color:var(--text);border-color:var(--line-soft)}input,textarea{background:var(--input-bg);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;font-size:var(--type-control);outline:none;padding:9px 12px;transition:border-color .15s,box-shadow .15s}input:focus,textarea:focus{border-color:var(--focus-line);box-shadow:0 0 0 3px var(--focus-ring)}input::placeholder,textarea::placeholder{color:var(--placeholder)}input[type=checkbox]{width:auto;accent-color:var(--accent)}.error-banner,.ok-banner{border-radius:12px;align-items:flex-start;gap:8px;padding:10px 12px;font-size:13px;display:flex}.error-banner{background:var(--danger-bg);border:1px solid var(--danger-line);color:var(--danger-text)}.ok-banner{background:var(--ok-bg);border:1px solid var(--ok-line);color:var(--ok-text)}.error-banner svg,.ok-banner svg{flex:none;margin-top:1px}.spinner-row{color:var(--muted);align-items:center;gap:8px;padding:18px;display:flex}.empty-state{text-align:center;color:var(--muted);flex-direction:column;align-items:center;gap:8px;padding:40px 20px;display:flex}.empty-state strong{color:var(--text);font-size:14px}.empty-state p{max-width:280px;line-height:1.5}.empty-icon{background:var(--surface2);border:1px solid var(--line);width:46px;height:46px;color:var(--accent);border-radius:14px;place-items:center;display:grid}.muted{color:var(--muted)}.avatar{background:linear-gradient(145deg, var(--avatar-from), var(--avatar-to));border:1px solid var(--avatar-line);color:var(--avatar-text);border-radius:50%;flex:none;place-items:center;font-weight:500;display:inline-grid}.avatar-sm{width:28px;height:28px;font-size:11px}.avatar-md{width:40px;height:40px;font-size:13px}.avatar-lg{width:64px;height:64px;font-size:20px}.channel-badge,.status-badge,.count-pill{border-radius:999px;flex:none;align-items:center;gap:4px;height:20px;padding:0 8px;font-size:11px;font-weight:500;display:inline-flex}.channel-whatsapp,.status-open{background:var(--ok-bg);color:var(--ok-text);border:1px solid var(--ok-line)}.status-closed,.count-pill{background:var(--surface2);color:var(--muted);border:1px solid var(--line)}.card{background:linear-gradient(145deg, var(--panel-from), var(--panel-to));border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.page{flex-direction:column;gap:20px;max-width:1100px;padding:32px 40px 54px;display:flex}.page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.eyebrow{letter-spacing:.12em;color:var(--accent-strong);margin-bottom:6px;font-size:11px;display:block}.page-header h1{font-size:30px}.stack{flex-direction:column;gap:16px;display:flex}.note{flex-direction:column;gap:8px;padding:16px 18px;display:flex}.note strong{font-size:14px}.note p{color:var(--muted);line-height:1.6}.note-links{flex-wrap:wrap;gap:16px;display:flex}.note-links a{color:var(--accent-strong);align-items:center;gap:5px;font-weight:500;display:inline-flex}.note-links a:hover{text-underline-offset:3px;text-decoration:underline}.form{flex-direction:column;gap:16px;padding:20px;display:flex}.form h3{font-size:16px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field-label{color:var(--text-2);font-size:12px;font-weight:500}.field-hint{color:var(--muted);font-size:12px;line-height:1.4}.input-with-action{align-items:center;gap:6px;display:flex}.checkbox{cursor:pointer;grid-column:1/-1;align-items:center;gap:10px;display:flex}.form-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.saved-note{color:var(--ok-text);align-items:center;gap:6px;display:inline-flex}.settings-section{flex-direction:column;gap:18px;padding:20px;display:flex}.settings-head{align-items:flex-start;gap:12px;display:flex}.settings-head .nav-icon{color:var(--accent)}.settings-head h3{font-size:16px}.settings-head p{color:var(--muted);margin-top:3px}.account-card{flex-direction:column;gap:14px;padding:18px 20px;display:flex}.account-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.account-head strong{font-size:15px;display:block}.account-head small{color:var(--muted)}.account-badges{align-items:center;gap:8px;display:flex}.user-row{flex-wrap:wrap;align-items:center;gap:14px;padding:14px 18px;display:flex}.user-row-main{flex-direction:column;flex:1;gap:2px;min-width:160px;display:flex}.user-row-main strong{font-size:14px}.user-row-main small{color:var(--muted)}.user-row-seen{text-align:right;flex-direction:column;gap:2px;display:flex}.user-row-seen small{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.user-row-seen span{font-size:13px}.details{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px 20px;margin:0;display:grid}.details div{min-width:0}.details dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px;font-size:11px}.details dd{overflow-wrap:anywhere;margin:0}.with-copy{align-items:center;gap:6px;display:flex}.inbox{grid-template-columns:340px minmax(0,1fr) 0;height:100%;transition:grid-template-columns .3s cubic-bezier(.4,0,.2,1);display:grid}.inbox.has-selection:has(.panel-slot.open){grid-template-columns:340px minmax(0,1fr) 290px}.panel-slot{min-width:0;display:flex;overflow:hidden}.panel-slot>.contact-panel{flex:none;width:290px}@media (prefers-reduced-motion:reduce){.inbox{transition:none}}.inbox:not(.has-selection),.inbox.contacts{grid-template-columns:340px minmax(0,1fr)}.conv-list{border-right:1px solid var(--line);background:var(--pane);flex-direction:column;min-height:0;display:flex}.conv-list-head{border-bottom:1px solid var(--line-soft);flex-direction:column;gap:12px;padding:22px 16px 12px;display:flex}.conv-list-head h2{font-size:20px}.search{background:var(--input-bg);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--muted);align-items:center;gap:8px;padding:0 6px 0 12px;display:flex}.search:focus-within{border-color:var(--focus-line);box-shadow:0 0 0 3px var(--focus-ring)}.search input{box-shadow:none;background:0 0;border:0;padding:9px 0}.segmented{background:var(--input-bg);border:1px solid var(--line);border-radius:var(--radius-sm);grid-template-columns:repeat(3,1fr);gap:4px;padding:3px;display:grid}.segmented button{height:28px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:7px;font-size:12px;font-weight:500}.segmented button.active{background:var(--selected);color:var(--accent-strong)}.conv-items{flex-direction:column;flex:1;gap:2px;padding:8px;display:flex;overflow-y:auto}.conv-item{border-radius:12px;align-items:center;gap:12px;padding:11px 10px;transition:background .15s;display:flex;position:relative}.conv-item:hover{background:var(--hover)}.conv-item.active{background:var(--selected);box-shadow:inset 2px 0 0 var(--accent)}.conv-item-body{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.conv-item-top,.conv-item-bottom{justify-content:space-between;align-items:center;gap:8px;display:flex}.conv-item-top strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;overflow:hidden}.conv-item-top time{color:var(--muted);flex:none;font-size:11px}.preview{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.closed-dot{background:var(--faint);border:2px solid var(--pane);border-radius:50%;width:9px;height:9px;position:absolute;top:10px;left:40px}.chat{flex-direction:column;min-width:0;min-height:0;display:flex}.chat-empty{flex:1;place-items:center;padding:24px;display:grid}.chat-head{border-bottom:1px solid var(--line);background:var(--appbar);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);align-items:center;gap:12px;padding:14px 20px;display:flex}.chat-title{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.chat-title strong{white-space:nowrap;text-overflow:ellipsis;font-size:15px;overflow:hidden}.chat-title span{color:var(--muted);align-items:center;gap:8px;display:flex}.chat-actions{align-items:center;gap:8px;display:flex}.back-btn{display:none}.messages{background:var(--chat-bg);flex-direction:column;flex:1;gap:3px;padding:20px 28px;display:flex;overflow-y:auto}.message-group{flex-direction:column;gap:3px;display:flex}.day-separator{justify-content:center;margin:12px 0 8px;display:flex}.day-separator span{color:var(--muted);background:var(--surface2);border:1px solid var(--line-soft);border-radius:999px;padding:3px 10px;font-size:11px}.bubble-row{display:flex}.bubble-row.outbound{justify-content:flex-end}.bubble{border-radius:8px;max-width:min(640px,78%);padding:6px 9px 8px 10px;line-height:1.35;position:relative;box-shadow:0 1px .5px #0000002e}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;padding-right:52px;font-size:14.2px}.bubble time{opacity:.55;font-size:11px;position:absolute;bottom:6px;right:9px}.bubble-author{color:var(--accent-strong);margin-bottom:2px;font-size:12.5px;font-weight:500;display:block}.inbound .bubble{background:var(--bubble-in);border-top-left-radius:0}.outbound .bubble{background:var(--bubble-out-from);color:var(--bubble-out-text);border-top-right-radius:0}.bubble:before{content:"";width:9px;height:12px;position:absolute;top:0}.inbound .bubble:before{background:var(--bubble-in);clip-path:polygon(100% 0,0 0,100% 40%);left:-8px}.outbound .bubble:before{background:var(--bubble-out-from);clip-path:polygon(0 0,100% 0,0 40%);right:-8px}.bubble-row+.bubble-row.inbound .bubble,.bubble-row+.bubble-row.outbound .bubble{border-radius:8px}.bubble-row+.bubble-row.inbound .bubble:before,.bubble-row+.bubble-row.outbound .bubble:before{display:none}.bubble-row.inbound+.bubble-row.outbound .bubble{border-top-right-radius:0}.bubble-row.outbound+.bubble-row.inbound .bubble{border-top-left-radius:0}.bubble-row.inbound+.bubble-row.outbound .bubble:before,.bubble-row.outbound+.bubble-row.inbound .bubble:before{display:block}.composer{border-top:1px solid var(--line);background:var(--pane);flex-direction:column;gap:10px;padding:14px 20px 16px;display:flex}.composer textarea{resize:vertical;min-height:90px;max-height:320px;line-height:1.5}.composer textarea:disabled{opacity:.7}.ai-note{color:var(--accent-strong);align-items:center;gap:6px;font-size:12px;display:flex}.composer-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.composer-ai,.composer-send{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.shortcut{color:var(--faint);font-size:11px}.contact-panel{border-left:1px solid var(--line);background:var(--pane);flex-direction:column;gap:20px;min-height:0;padding:22px 18px;display:flex;overflow-y:auto}.contact-panel-head{text-align:center;border-bottom:1px solid var(--line-soft);flex-direction:column;align-items:center;gap:8px;padding-bottom:18px;display:flex;position:relative}.contact-panel-head strong{font-size:16px}.contact-panel-head small{color:var(--muted)}.panel-close{position:absolute;top:-8px;right:-6px}.contact-panel .details{grid-template-columns:1fr}.panel-link{color:var(--accent-strong);font-weight:500}.panel-link:hover{text-underline-offset:3px;text-decoration:underline}.detail-pane{overflow-y:auto}.contact-detail{flex-direction:column;gap:18px;max-width:820px;padding:28px 32px;display:flex}.contact-hero{align-items:center;gap:16px;display:flex}.contact-hero h2{font-size:24px}.contact-hero small{color:var(--muted)}.contact-detail .details.card{padding:18px 20px}.section-title{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:6px;font-size:14px}.thread-list{flex-direction:column;gap:10px;display:flex}.thread{flex-direction:column;gap:8px;padding:14px 16px;transition:border-color .15s;display:flex}.thread:hover{border-color:var(--accent-line)}.thread-top{align-items:center;gap:8px;display:flex}.thread-top time{color:var(--muted);margin-left:auto;font-size:12px}.login{place-items:center;min-height:100vh;padding:20px;display:grid}.login-card{background:linear-gradient(145deg, var(--panel-from), var(--panel-to));border:1px solid var(--line);border-radius:var(--radius-md);width:min(420px,100%);box-shadow:var(--shadow-modal);flex-direction:column;gap:16px;padding:32px;display:flex}.login-card .brand{margin-bottom:8px;padding:0}.login-card h1{font-size:24px}.login-card p{color:var(--muted);line-height:1.6}.login-foot{color:var(--faint);text-align:center}.session-check{color:var(--muted);align-items:center;gap:10px;display:flex}@media (width<=1280px){.inbox.has-selection:not(.contacts){grid-template-columns:300px minmax(0,1fr)}.inbox.has-selection .panel-slot{z-index:20;width:300px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;overflow:visible;transform:translate(100%);box-shadow:-20px 0 40px #0000005c}.inbox.has-selection .panel-slot.open{transform:translate(0)}.inbox.has-selection .panel-slot>.contact-panel{width:300px}.inbox.has-selection:has(.panel-slot.open){grid-template-columns:300px minmax(0,1fr)}.inbox:not(.has-selection),.inbox.contacts{grid-template-columns:300px minmax(0,1fr)}}@media (width<=900px){.inbox,.inbox.has-selection:not(.contacts),.inbox:not(.has-selection),.inbox.contacts{grid-template-columns:minmax(0,1fr)}.conv-list,.chat{min-width:0}.inbox.has-selection .conv-list,.inbox:not(.has-selection) .chat{display:none}.back-btn{display:inline-grid}.form-grid{grid-template-columns:1fr}.page{padding:24px 18px 40px}.messages,.contact-detail{padding:16px}.release-list article{grid-template-columns:1fr;gap:12px}}.menu-scrim{border:0;padding:0;display:none}@media (width<=1000px){:root{--sidebar:0px}.shell{flex-direction:column;height:100dvh;display:flex}.main{flex:1;min-height:0}.menu-toggle{display:inline-grid}.appbar-title{display:block}.appbar{padding:0 12px}.release-footer{justify-content:space-between;padding:0 16px}.sidebar{z-index:60;width:min(292px,84vw);height:100dvh;box-shadow:none;visibility:hidden;transition:left .26s cubic-bezier(.32,.72,0,1),box-shadow .26s,visibility 0s linear .26s;position:fixed;top:0;bottom:0;left:calc(-1*min(292px,84vw))}.shell.menu-open .sidebar{visibility:visible;transition:left .26s cubic-bezier(.32,.72,0,1),box-shadow .26s,visibility;left:0;box-shadow:26px 0 60px #0000006b}.menu-scrim{z-index:55;opacity:0;pointer-events:none;background:#00000080;transition:opacity .26s;display:block;position:fixed;inset:0}.shell.menu-open .menu-scrim{opacity:1;pointer-events:auto}body.menu-open{overflow:hidden}}@media (prefers-reduced-motion:reduce){.sidebar,.menu-scrim{transition:none}.modal,.modal-backdrop,.user-dropdown{animation:none}}@media (width<=760px){.user-trigger>span{display:none}}@media (width<=720px){.composer-actions{flex-direction:column;align-items:stretch}.composer-ai,.composer-send{justify-content:space-between}.composer-ai .btn{flex:auto;justify-content:center}.shortcut{display:none}}.main,.content{max-width:100%;overflow-x:hidden}.head-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.detail-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.window-note{color:var(--accent-strong);align-items:flex-start;gap:6px;font-size:12px;line-height:1.45;display:flex}.window-note svg{flex:none;margin-top:2px}.template-list{flex-direction:column;gap:8px;max-height:320px;display:flex;overflow-y:auto}.template-item{text-align:left;border:1px solid var(--line);background:var(--surface2);width:100%;color:inherit;border-radius:10px;flex-direction:column;gap:6px;padding:12px 14px;transition:border-color .15s;display:flex}.template-item:hover{border-color:var(--accent-line)}.template-item.active{border-color:var(--accent-strong)}.template-item-top{align-items:baseline;gap:8px;display:flex}.template-item-top .muted{font-size:12px}.template-params{margin-top:18px}.template-params h4,.template-preview h4{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:12px}.template-preview{background:var(--surface2);border-radius:10px;margin-top:18px;padding:12px 14px}.template-preview p{white-space:pre-wrap;margin:0;line-height:1.5}.unread-pill{background:var(--accent);color:#fff;border-radius:10px;flex:none;place-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:grid}.notify-toggle.active{color:var(--accent-strong)}.notify-toggle:disabled{opacity:.45;cursor:not-allowed}.pairing-code{border:1px dashed var(--accent-line);background:var(--accent-soft);border-radius:12px;flex-direction:column;align-items:center;gap:6px;padding:20px;display:flex}.pairing-code strong{color:var(--accent-strong);letter-spacing:.18em;font-variant-numeric:tabular-nums;font-size:32px}.pairing-code small{color:var(--muted)}.install-steps{color:var(--muted);gap:6px;margin:0;padding-left:20px;font-size:13px;display:grid}.sha{word-break:break-all}.field-row{grid-template-columns:1fr 1fr;gap:0 14px;display:grid}@media (width<=560px){.field-row{grid-template-columns:1fr}}.contact-notes{flex-direction:column;gap:6px;padding:16px 20px;display:flex}.contact-notes dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px}.contact-notes p{white-space:pre-wrap;margin:0;line-height:1.55}.label-filter{flex-wrap:wrap;gap:6px;display:flex}.label-chip{border:1px solid var(--line);background:var(--surface2);color:var(--text);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;transition:border-color .15s,background .15s;display:inline-flex}.label-chip:hover:not(.static){border-color:var(--accent-line)}.label-chip.active{border-width:2px;padding:3px 9px;font-weight:500}.label-chip i{background:var(--muted);border-radius:50%;flex:none;width:8px;height:8px}.label-remove{color:var(--muted);background:0 0;border:0;place-items:center;padding:0 0 0 2px;display:inline-grid}.label-remove:hover{color:var(--danger,#e03131)}.label-row{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.label-tag{background:var(--muted);color:#fff;border-radius:999px;padding:1px 7px;font-size:10.5px}.label-areas,.contact-labels{flex-direction:column;gap:14px;display:flex}.label-area dt{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px}.label-new{flex-wrap:wrap;align-items:flex-end;gap:12px;display:flex}.label-new>*{flex:140px}.label-new>.btn{flex:none}.colour-input{cursor:pointer;height:38px;padding:2px}.chat-head{min-width:0}.chat-actions{flex:none;align-items:center;gap:8px;display:flex}.chat-title span small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (width<=620px){.chat-head{gap:8px;padding:10px 12px}.chat-title span small,.chat-actions .status-badge,.chat-actions .btn>span{display:none}.chat-actions .btn{padding:8px}}.avatar-photo{object-fit:cover;padding:0}.hero-photo{flex:none;position:relative}.photo-btn{border:2px solid var(--pane);background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:26px;height:26px;display:grid;position:absolute;bottom:-2px;right:-2px}.photo-btn:hover{filter:brightness(1.08)}.photo-btn:disabled{opacity:.6}.link-btn{color:var(--accent-strong);background:0 0;border:0;margin-top:4px;padding:0;font-size:12px;display:block}.link-btn:hover{text-underline-offset:3px;text-decoration:underline}.template-labels{border:1px solid var(--line-soft);border-radius:12px;gap:10px;padding:14px;display:grid}.template-labels-head{align-items:baseline;gap:8px;display:flex}.template-labels .preview{color:var(--muted);margin:0;font-size:13px}.emoji-picker{position:relative}.emoji-panel{z-index:40;background:var(--pane);border:1px solid var(--line);border-radius:12px;gap:10px;width:296px;max-height:300px;padding:10px;display:grid;position:absolute;bottom:calc(100% + 8px);left:0;overflow-y:auto;box-shadow:0 18px 40px #0006}.emoji-group-name{letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-size:10px;display:block}.emoji-grid{grid-template-columns:repeat(8,1fr);gap:2px;display:grid}.emoji-cell{cursor:pointer;background:0 0;border:0;border-radius:8px;padding:5px 0;font-size:20px;line-height:1}.emoji-cell:hover{background:var(--hover)}.label-empty{font-size:12px}.pick-list{gap:2px;max-height:320px;margin-top:10px;display:grid;overflow-y:auto}.pick-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:9px 10px;display:flex}.pick-item:hover:not(:disabled){background:var(--hover)}.pick-item:disabled{opacity:.55;cursor:not-allowed}.pick-item strong{font-size:14px;display:block}.pick-item small{color:var(--muted);font-size:12px;display:block}.template-filter-note{flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 8px;font-size:12.5px;display:flex}.linklike{color:var(--accent);cursor:pointer;font:inherit;background:0 0;border:0;padding:0;text-decoration:underline}.label-row .label-tag{color:#fff}.chat-title .label-row{margin-top:0}.composer textarea{background:var(--composer-bg)}.btn-primary:disabled{background:var(--surface2);color:var(--muted);border-color:var(--line);opacity:1}.bubble time{align-items:center;gap:3px;display:inline-flex}.ticks{opacity:.85;display:inline-flex}.tick-read{color:#34b7f1;opacity:1}.ticks.failed{color:#e03131;opacity:1}.bubble.has-reaction{margin-bottom:10px}.bubble-reaction{background:var(--bubble-in);border:1px solid var(--line);border-radius:999px;padding:1px 5px;font-size:12px;line-height:1.4;position:absolute;bottom:-12px;left:8px}.outbound .bubble-reaction{left:auto;right:8px}.ai-prompt{border:1px solid var(--line);background:var(--input-bg);width:100%;color:var(--text);font:inherit;border-radius:10px;margin:8px 0 4px;padding:8px 12px;font-size:13px}.ai-prompt:focus{border-color:var(--focus-line);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.ai-sources a{color:inherit;text-decoration:underline}.knowledge-list{grid-column:1/-1;gap:8px;display:grid}.knowledge-item{border:1px solid var(--line-soft);border-radius:10px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.knowledge-main{gap:2px;min-width:0;display:grid}.knowledge-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.knowledge-error{color:var(--danger,#e03131);font-size:12px}.knowledge-state{text-align:right;justify-items:end;gap:2px;display:grid}.knowledge-actions{align-items:center;gap:4px;display:flex}.status-badge.knowledge-ready{color:var(--ok-text)}.status-badge.knowledge-error{color:var(--danger,#e03131)}.knowledge-new,.knowledge-search{grid-column:1/-1;gap:10px;display:grid}.knowledge-passage{border-left:3px solid var(--accent-line);background:var(--accent-soft);border-radius:8px;gap:2px;padding:10px 12px;display:grid}.knowledge-passage a{color:var(--accent-strong);word-break:break-all;font-size:12px}.knowledge-passage p{color:var(--text-2);margin:4px 0 0;font-size:13px}@media (width<=720px){.knowledge-item{grid-template-columns:1fr}.knowledge-state{text-align:left;justify-items:start}}.bubble-media{background:#0000000d;border-radius:6px;max-width:min(320px,100%);max-height:360px;margin:2px 0 18px;display:block}.bubble-media.sticker{background:0 0;max-width:160px}.bubble-audio{width:min(280px,100%);margin:2px 0 18px;display:block}.bubble-document{color:inherit;background:#0000000d;border-radius:6px;align-items:center;gap:8px;margin:2px 0 18px;padding:8px 10px;text-decoration:none;display:inline-flex}.bubble-document:hover{text-underline-offset:3px;text-decoration:underline}.bubble-media+p,.bubble-audio+p,.bubble-document+p{margin-top:-12px}.app-tooltip{z-index:1000;background:var(--text);max-width:260px;color:var(--bg);pointer-events:none;border-radius:8px;padding:6px 10px;font-size:12px;font-weight:500;line-height:1.35;animation:.12s ease-out tooltip-in;position:fixed;transform:translateY(-100%);box-shadow:0 6px 18px #00000038}.app-tooltip.below{transform:none}@keyframes tooltip-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.app-tooltip{animation:none}}.btn:focus{outline:none}.btn:focus-visible{box-shadow:0 0 0 3px var(--focus-ring);outline:none}:root{--chat-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='0.05' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 30h34a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H40l-10 8v-8h-6a8 8 0 0 1-8-8V38a8 8 0 0 1 8-8z'/%3E%3Cpath d='M128 44c-5-9-19-6-19 4 0 9 19 19 19 19s19-10 19-19c0-10-14-13-19-4z'/%3E%3Cpath d='M232 22l6 12 13 2-9 9 2 13-12-6-12 6 2-13-9-9 13-2z'/%3E%3Cpath d='M40 150l52-22-20 50-8-20z M64 158l28-30'/%3E%3Ccircle cx='166' cy='150' r='18'/%3E%3Cpath d='M159 145h.1 M173 145h.1 M158 156c4 5 12 5 16 0'/%3E%3Cpath d='M236 130l8 8 16-18 M232 146l8 8 16-18'/%3E%3Cpath d='M30 240c0-11 9-20 20-20s20 9 20 20-9 20-20 20c-4 0-7-1-10-2l-9 3 3-8c-3-4-4-8-4-13z'/%3E%3Crect x='118' y='220' width='26' height='44' rx='5'/%3E%3Cpath d='M127 256h8'/%3E%3Cpath d='M214 236h40 M214 248h28 M214 260h34'/%3E%3Cpath d='M92 90v-6 M92 110v6 M82 100h-6 M102 100h6'/%3E%3Cpath d='M196 84c8 0 8 12 16 12s8-12 16-12'/%3E%3Cpath d='M276 200l-8 14h10l-8 14'/%3E%3C/g%3E%3C/svg%3E")}:root[data-theme=light]{--chat-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cg fill='none' stroke='%235c4632' stroke-opacity='0.10' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 30h34a8 8 0 0 1 8 8v16a8 8 0 0 1-8 8H40l-10 8v-8h-6a8 8 0 0 1-8-8V38a8 8 0 0 1 8-8z'/%3E%3Cpath d='M128 44c-5-9-19-6-19 4 0 9 19 19 19 19s19-10 19-19c0-10-14-13-19-4z'/%3E%3Cpath d='M232 22l6 12 13 2-9 9 2 13-12-6-12 6 2-13-9-9 13-2z'/%3E%3Cpath d='M40 150l52-22-20 50-8-20z M64 158l28-30'/%3E%3Ccircle cx='166' cy='150' r='18'/%3E%3Cpath d='M159 145h.1 M173 145h.1 M158 156c4 5 12 5 16 0'/%3E%3Cpath d='M236 130l8 8 16-18 M232 146l8 8 16-18'/%3E%3Cpath d='M30 240c0-11 9-20 20-20s20 9 20 20-9 20-20 20c-4 0-7-1-10-2l-9 3 3-8c-3-4-4-8-4-13z'/%3E%3Crect x='118' y='220' width='26' height='44' rx='5'/%3E%3Cpath d='M127 256h8'/%3E%3Cpath d='M214 236h40 M214 248h28 M214 260h34'/%3E%3Cpath d='M92 90v-6 M92 110v6 M82 100h-6 M102 100h6'/%3E%3Cpath d='M196 84c8 0 8 12 16 12s8-12 16-12'/%3E%3Cpath d='M276 200l-8 14h10l-8 14'/%3E%3C/g%3E%3C/svg%3E")}.messages{background-color:var(--chat-bg);background-image:var(--chat-pattern);background-size:300px 300px;background-attachment:local}.messages-inner{flex-direction:column;gap:3px;display:flex}:root{--tick-muted:#e9cdb4;--tick-read:#53bdeb;--link:#7cc4ff}:root[data-theme=light]{--tick-muted:#7a5f4a;--tick-read:#0b84d8;--link:#0a66c2}.bubble time{opacity:1}.inbound .bubble time{color:var(--muted)}.outbound .bubble time{color:var(--tick-muted)}.ticks{opacity:1}.ticks svg{stroke-width:2.6px}.tick-read{color:var(--tick-read)}.bubble-link{color:var(--link);text-underline-offset:2px;overflow-wrap:anywhere;text-decoration:underline}.bubble-link:hover{text-decoration-thickness:2px}.sidebar-toggle{flex:none;margin-left:auto}@media (width>=1001px){.shell{transition:grid-template-columns .25s cubic-bezier(.4,0,.2,1)}.shell.sidebar-collapsed{--sidebar:72px}.shell.sidebar-collapsed .sidebar{padding-left:10px;padding-right:10px;overflow:hidden}.shell.sidebar-collapsed .brand{justify-content:center;padding:0}.shell.sidebar-collapsed .brand>:not(.sidebar-toggle),.shell.sidebar-collapsed .nav-copy,.shell.sidebar-collapsed .nav-label,.shell.sidebar-collapsed .api-state>div{display:none}.shell.sidebar-collapsed .sidebar-toggle{margin-left:0}.shell.sidebar-collapsed .nav-item{justify-content:center;gap:0;padding-left:0;padding-right:0}.shell.sidebar-collapsed .nav-group+.nav-group{margin-top:12px;padding-top:12px}.shell.sidebar-collapsed .api-state{justify-content:center;padding-left:0;padding-right:0}}@media (width<=1000px){.sidebar-toggle{display:none}}@media (prefers-reduced-motion:reduce){.shell{transition:none}}.edit-head{align-items:center;gap:12px;display:flex}.edit-head h2{font-size:22px}.edit-head small{color:var(--muted)}.edit-card{flex-direction:column;gap:4px;padding:20px 22px;display:flex}.edit-card .form-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.tpl-status{white-space:nowrap;border-radius:999px;align-items:center;padding:1px 8px;font-size:11px;font-weight:500;display:inline-flex}.tpl-status.ok{color:#2b8a3e;background:#2f9e441f}.tpl-status.wait{color:#b35c00;background:#f59f001f}.tpl-status.ko{color:#c92a2a;background:#e031311f}:root:not([data-theme=light]) .tpl-status.ok{color:#69db7c}:root:not([data-theme=light]) .tpl-status.wait{color:#ffc078}:root:not([data-theme=light]) .tpl-status.ko{color:#ff8787}.tpl-item .conv-item-top{align-items:center}.tpl-meta{align-items:center;gap:8px;display:inline-flex}.tpl-section{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin:0 0 6px;font-size:12px}.tpl-note{margin:6px 0 0;font-size:12px}.tpl-mapping{flex-direction:column;gap:2px;margin:8px 0;display:flex}.tpl-delete{color:var(--danger,#c92a2a);margin-right:auto}.field-chips{flex-wrap:wrap;gap:6px;margin:-4px 0 10px;display:flex}.field-chip{border:1px dashed var(--accent-line);background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;padding:3px 9px;font-family:inherit;font-size:12px}.field-chip:hover{border-style:solid}.edit-card select{background:var(--input-bg);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;padding:9px 10px}.composer{gap:6px;padding:8px 14px 10px}.composer-bar{align-items:flex-end;gap:8px;display:flex}.composer-box{background:var(--composer-bg);border:1px solid var(--line);border-radius:24px;flex:1;align-items:flex-end;gap:2px;min-width:0;padding:3px 8px 3px 4px;display:flex}.composer-box:focus-within{border-color:var(--focus-line)}.composer .composer-input{resize:none;min-width:0;min-height:0;max-height:160px;box-shadow:none;background:0 0;border:0;flex:1;padding:9px 4px;line-height:1.4;overflow-y:auto}.composer .composer-input:focus{box-shadow:none;outline:none}.composer-icon{width:38px;height:38px;color:var(--muted);flex:none}.composer-icon.active,.composer-icon.attention{color:var(--accent-strong)}.composer-box .emoji-picker>.icon-btn,.composer-box>div>.icon-btn{width:38px;height:38px}.send-fab{background:var(--accent);color:#fff;border:0;border-radius:50%;flex:none;place-items:center;width:46px;height:46px;transition:background .15s,transform .1s;display:grid;box-shadow:0 1px 2px #00000026}.send-fab:not(:disabled):hover{background:var(--accent-hover)}.send-fab:not(:disabled):active{transform:scale(.94)}.send-fab:disabled{background:var(--surface2);color:var(--muted);box-shadow:none}.send-fab:focus-visible{box-shadow:0 0 0 3px var(--focus-ring);outline:none}.ai-popover{color:var(--accent-strong);background:var(--composer-bg);border:1px solid var(--accent-line);border-radius:14px;align-items:center;gap:8px;padding:5px 6px 5px 12px;display:flex}.ai-popover .ai-prompt{min-width:0;box-shadow:none;color:var(--text);background:0 0;border:0;flex:1;padding:6px 0}.ai-popover .ai-prompt:focus{box-shadow:none;outline:none}.bubble-template{color:var(--tick-muted);opacity:.95;align-items:center;gap:4px;margin-bottom:3px;font-size:11.5px;font-weight:500;display:inline-flex}.inbound .bubble-template{color:var(--muted)}.tpl-stats{color:var(--muted);margin-top:3px;font-size:11.5px;display:block}.tpl-stats strong{color:var(--accent-strong);font-weight:600}.tpl-meta .tpl-stats{margin:0;display:inline}.user-edit{flex-direction:column;gap:4px;padding:18px 20px;display:flex}.user-edit-head{align-items:center;gap:14px;margin-bottom:10px;display:flex}.user-edit-head strong{font-size:16px;display:block}.user-edit-head small{color:var(--muted)}.user-edit select{background:var(--input-bg);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--text);font:inherit;padding:9px 10px}.user-edit select:disabled,.user-edit input:disabled{opacity:.65;cursor:not-allowed}.switch-row{cursor:pointer;align-items:center;gap:8px;padding:9px 0;display:inline-flex}.switch-row input{width:18px;height:18px;accent-color:var(--accent)}.user-row.is-disabled{opacity:.7}.user-row .btn{margin-left:4px}.bubble-more{z-index:2;width:26px;height:22px;color:var(--muted);opacity:0;background:linear-gradient(to left, var(--bubble-in) 60%, transparent);border:0;border-radius:6px;place-items:center;transition:opacity .12s;display:grid;position:absolute;top:3px;right:4px}.outbound .bubble-more{background:linear-gradient(to left, var(--bubble-out-from) 60%, transparent);color:var(--tick-muted)}.bubble:hover .bubble-more,.bubble-more[aria-expanded=true],.bubble-more:focus-visible{opacity:1}@media (hover:none){.bubble-more{opacity:.8}}.msg-menu{z-index:30;background:var(--pane);border:1px solid var(--line);border-radius:12px;flex-direction:column;min-width:210px;padding:6px;display:flex;position:absolute;top:28px;right:0;box-shadow:0 10px 28px #0003}.inbound .msg-menu{left:0;right:auto}.msg-menu.up{top:auto;bottom:calc(100% - 2px)}.msg-menu>button{color:var(--text);font:inherit;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;padding:9px 12px;font-size:14px;display:flex}.msg-menu>button:hover:not(:disabled){background:var(--hover)}.msg-menu>button:disabled{opacity:.45;cursor:not-allowed}.msg-menu>button.danger{color:#c92a2a}:root:not([data-theme=light]) .msg-menu>button.danger{color:#ff8787}.msg-menu-sep{background:var(--line-soft);height:1px;margin:4px 6px}.msg-menu-reactions{border-bottom:1px solid var(--line-soft);gap:2px;margin-bottom:4px;padding:2px 2px 6px;display:flex}.msg-menu-reactions button{background:0 0;border:0;border-radius:8px;flex:1;padding:6px 0;font-size:20px;line-height:1}.msg-menu-reactions button:hover,.msg-menu-reactions button.active{background:var(--hover)}.bubble-quote{border-left:3px solid var(--accent);background:#00000010;border-radius:6px;flex-direction:column;gap:1px;max-width:100%;margin:2px 0 5px;padding:5px 9px;font-size:13px;display:flex}.bubble-quote strong{color:var(--accent-strong);font-size:12.5px}.bubble-quote span{color:var(--muted);-webkit-line-clamp:3;white-space:pre-wrap;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.reply-bar{color:var(--accent-strong);background:var(--composer-bg);border:1px solid var(--line);border-left:4px solid var(--accent);border-radius:12px;align-items:center;gap:10px;padding:6px 6px 6px 12px;display:flex}.reply-bar-text{flex-direction:column;flex:1;min-width:0;display:flex}.reply-bar-text strong{font-size:12.5px}.reply-bar-text span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.forward-list{flex-direction:column;gap:2px;max-height:340px;margin-top:10px;display:flex;overflow-y:auto}.forward-item{color:var(--text);font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;align-items:center;gap:12px;padding:8px 10px;display:flex}.forward-item:hover:not(:disabled){background:var(--hover)}.msg-info{grid-template-columns:1fr}:root[data-theme=light]{--chat-bg:#fffdfb;--bubble-out-from:#d6f3cf;--bubble-out-to:#d6f3cf;--bubble-out-line:#d6f3cf;--bubble-out-text:#111b21;--tick-muted:#5f7368}.bubble-author{color:#00b04e}.windows-download{align-items:center;gap:14px}.windows-download .btn{text-decoration:none}.windows-note{margin:10px 0 0;font-size:12px}.typing-text{font-style:normal;font-weight:500;color:#00b04e!important}.tpl-filters{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.tpl-filters .label-chip b{color:var(--muted);margin-left:6px;font-weight:600}.tpl-labels-title{margin-bottom:14px}.tpl-fieldset{border:0;flex-direction:column;gap:4px;min-width:0;margin:0;padding:0;display:flex}.tpl-status.draft{color:#495057;background:#868e961f}:root:not([data-theme=light]) .tpl-status.draft{color:#ced4da}.tpl-key{color:var(--muted);margin-top:1px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11.5px;display:block}.tpl-deleted{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;padding:12px 16px;display:flex}.tpl-history{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.tpl-history li{border-left:2px solid var(--line-soft);flex-direction:column;gap:2px;padding-left:12px;display:flex}:root{--wa-green:#21c063;--wa-pill:#ffffff14;--wa-pill-text:#aebac1;--wa-pill-active:#103529;--wa-pill-active-text:#d9fdd3}:root[data-theme=light]{--wa-green:#1daa61;--wa-pill:#f0f2f5;--wa-pill-text:#54656f;--wa-pill-active:#d9fdd3;--wa-pill-active-text:#0a5c36}.chat-list-head{border-bottom:0;padding-bottom:6px}.chat-filters{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.chat-filters::-webkit-scrollbar{display:none}.chat-filter{background:var(--wa-pill);height:32px;color:var(--wa-pill-text);font:inherit;cursor:pointer;border:0;border-radius:999px;flex:none;align-items:center;gap:6px;padding:0 14px;font-size:14px;font-weight:500;display:inline-flex}.chat-filter.active{background:var(--wa-pill-active);color:var(--wa-pill-active-text)}.chat-filter b{font-weight:500}.chat-row{gap:14px;padding:10px 12px}.chat-row .avatar{flex:none;width:52px;height:52px;font-size:17px}.chat-row .conv-item-body{gap:3px}.chat-row .conv-item-top strong{font-size:16px;font-weight:500}.chat-row .conv-item-top time{font-size:12px}.chat-row .conv-item-top time.unread{color:var(--wa-green);font-weight:500}.chat-row .preview{align-items:center;gap:3px;font-size:14px;display:flex}.chat-row .preview .ticks{flex:none}.chat-row .preview .ticks:not(.tick-read):not(.failed){color:var(--muted)}.preview-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.chat-row .unread-pill{background:var(--wa-green);color:#fff;border-radius:10px;flex:none;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:600}
