: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;--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:#3a1a07;--bubble-out-to:#2a1307;--bubble-out-line:#5a2a0d;--bubble-out-text:#ffe4d1;--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;--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:#f2f3f6;--bubble-in-line:#e2e4e9;--bubble-out-from:#fff0e2;--bubble-out-to:#ffe7d3;--bubble-out-line:#ffd0a8;--bubble-out-text:#4a2408;--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{height:100%}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-family:ui-monospace,Consolas,monospace;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{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{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:10px;padding:0 24px 0 16px;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);flex-direction:column;gap:12px;padding:16px 24px 22px;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{grid-template-columns:minmax(200px,30%) minmax(0,1fr);gap:28px;padding:20px 22px;display:grid}.release-list header{flex-direction:column;gap:8px;display:flex}.release-list h2{font-size:16px}.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) 290px;height:100%;display:grid}.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{flex-direction:column;flex:1;gap:6px;padding:20px 28px;display:flex;overflow-y:auto}.message-group{flex-direction:column;gap:6px;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:14px;max-width:min(640px,78%);padding:9px 12px 6px;line-height:1.5}.bubble p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:14px}.bubble time{text-align:right;opacity:.7;margin-top:3px;font-size:10px;display:block}.inbound .bubble{background:var(--bubble-in);border:1px solid var(--bubble-in-line);border-bottom-left-radius:4px}.outbound .bubble{background:linear-gradient(145deg, var(--bubble-out-from), var(--bubble-out-to));border:1px solid var(--bubble-out-line);color:var(--bubble-out-text);border-bottom-right-radius:4px}.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{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 .contact-panel{z-index:20;width:300px;position:fixed;top:0;bottom:0;right:0;box-shadow:-20px 0 40px #0000005c}.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:1fr}.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;transition:left .26s cubic-bezier(.32,.72,0,1);position:fixed;top:0;bottom:0;left:calc(-1*min(292px,84vw));box-shadow:26px 0 60px #0000006b}.shell.menu-open .sidebar{left:0}.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}.shortcut{display:none}}
