.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:32px 20px;background:#f5f6f3}.login-card{width:100%;max-width:380px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:34px 30px 26px;box-shadow:0 1px 2px #1928200d,0 12px 32px -18px #19282047}.login-brand{display:flex;align-items:center;font-size:25px;font-weight:650;letter-spacing:-1.3px;color:var(--nav);margin:0 0 26px}.login-brand i{width:17px;height:20px;background:var(--amber);border-radius:4px 11px;margin-right:9px}.login-brand span{color:var(--amber)}.login-card h1{font-size:22px;margin-bottom:6px}.login-lead{color:var(--muted);margin-bottom:22px}.login-card label{margin-bottom:16px}.login-card button{margin-top:6px}.login-fine{font-size:12px;color:var(--muted);margin:18px 0 0;text-align:center}.login-checking{color:var(--muted);font-size:13px}@media (prefers-reduced-motion: no-preference){.login-card{animation:login-in .18s ease-out}}@keyframes login-in{0%{opacity:0;transform:translateY(6px)}}.boot{display:grid;gap:6px;place-content:center;min-height:100dvh;padding:24px;text-align:center;color:#4b5563;font:14px/1.5 system-ui,sans-serif}.boot-error strong{color:#7f1d1d;font-size:16px}.boot-error p{max-width:46ch;margin:0 auto}.sign-out{margin-left:auto;font-size:12px}.app{min-height:100vh}.sidebar{width:210px;position:fixed;inset:0 auto 0 0;background:#142d24;color:#d2dfd5;padding:32px 14px 22px;display:flex;flex-direction:column}.brand{font-size:29px;font-weight:650;letter-spacing:-1.5px;text-decoration:none;color:#fff;display:flex;align-items:center;padding:0 12px;margin-bottom:46px}.brand span{color:#e8b65a}.brand i{width:19px;height:22px;background:#e8b65a;border-radius:4px 11px;margin-right:10px}.sidebar-label{font-size:10px;letter-spacing:1.5px;padding:0 15px;color:#afc5b7;margin:0 0 14px}.sidebar nav{display:flex;flex-direction:column;gap:7px}.sidebar nav a{color:#d2dfd5;padding:12px 14px;text-decoration:none;display:flex;align-items:center;gap:13px;border-radius:8px;min-height:46px}.sidebar nav a>span{font-size:20px;width:20px;text-align:center}.sidebar nav a:hover{background:#213e31}.sidebar nav a[aria-current=page]{background:#2c493b;color:#fff;box-shadow:inset 3px 0 #e8b65a}.sidebar-bottom{display:flex;align-items:center;gap:10px;margin-top:auto;padding:20px 10px 0;font-size:12px}.sidebar-bottom small{display:block;color:#afc5b7;margin-top:2px}.app>main{margin-left:210px;padding:30px 28px;min-width:0;overflow-wrap:anywhere}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.demo-banner{display:flex;gap:10px;align-items:center;background:#fff7e8;color:#71531b;border:1px solid #eadfc5;border-radius:8px;padding:10px 14px;font-size:12px;margin-bottom:26px}.demo-dot{background:#cf9e43;width:7px;height:7px;border-radius:50%;flex-shrink:0}.filterbar{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;margin:0 0 20px}.filterbar label{margin:0;flex:1;min-width:130px}.filterbar .search-label{flex:1.7;min-width:210px}.inbox-tabs{display:flex;gap:6px;margin-bottom:16px;flex-wrap:wrap}.inbox-tabs button{border-color:transparent;background:transparent;font-size:13px}.inbox-tabs button span{background:#e8ece5;border-radius:5px;padding:2px 6px;margin-left:5px;font-size:11px}.inbox-tabs button[aria-pressed=true]{color:#245640;background:#e9f2e7;border-color:#c4d4c1}.inbox{display:grid;grid-template-columns:260px minmax(280px,1fr) 220px;border:1px solid #dde3db;background:#fff;border-radius:12px;overflow:hidden;height:clamp(580px,calc(100dvh - 330px),900px)}.conversation-list{overflow:auto;border-right:1px solid #dde3db}.conversation-list .section-heading{font-size:12px;padding:19px 16px;margin:0;border-bottom:1px solid #dde3db}.conversation-row{display:block;width:100%;text-align:left;border:0;border-bottom:1px solid #dde3db;border-radius:0;padding:17px 16px;font-weight:400;min-height:130px}.conversation-row.selected{background:#e9f2e7;box-shadow:inset 3px 0 #245640}.conversation-row strong{font-size:13px}.conversation-row p{font-size:12px;margin:9px 0 4px;font-weight:550}.conversation-row time{font-size:10px;color:#5f6d64}.conversation-row small{display:block;margin-bottom:10px;font-size:11px}.unread{border-radius:50%;background:#245640;color:#fff;padding:2px 6px;font-size:10px}.thread{min-width:0;display:flex;flex-direction:column;overflow:hidden}.thread-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:19px 20px;border-bottom:1px solid #dde3db}.thread-heading h2{font-size:16px;margin:0 0 5px}.thread-heading p{font-size:11px;margin:0}.thread-heading .actions{gap:6px}.thread-heading button{font-size:12px;padding:6px 10px}.conversation-settings{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 18px;border-bottom:1px solid #dde3db;background:#fafbf8}.conversation-settings label{font-size:10px;margin:0}.conversation-settings select{font-size:11px;min-height:32px;margin-top:3px;padding:5px 6px}.messages{padding:22px;flex:1;min-height:100px;overflow:auto;overscroll-behavior:contain}.message{max-width:88%;margin:10px 0 22px}.message>small{font-size:10px}.message p{white-space:pre-wrap;background:#f0f3ee;padding:12px 14px;margin:5px 0;border-radius:0 12px 12px;font-size:13px}.message.outgoing{margin-left:auto}.message.outgoing p{background:#e9f2e7;border-radius:12px 0 12px 12px}.event{text-align:center;font-size:10px;color:#5f6d64;padding:12px 0}.composer{margin:12px 16px 16px;border:1px solid #bac8ba;border-radius:10px;padding:13px}.composer label{margin:0;font-size:12px}.composer textarea{border:0;padding:8px 0;margin:0;font-size:13px;min-height:70px}.composer .row{margin-top:8px}.composer small{font-size:10px}.composer .notice{margin:0 0 12px}.contact-sidebar{background:#fafbf8;border-left:1px solid #dde3db;padding:24px 18px;overflow:auto}.contact-sidebar h3{font-size:13px}dl{margin:24px 0}dt{font-size:10px;text-transform:uppercase;letter-spacing:.5px;color:#5f6d64;margin-bottom:4px}dd{margin:0 0 18px;font-size:12px}.history-link{display:block;width:100%;text-align:left;font-size:12px;margin:8px 0;background:transparent}.history-link small{display:block}.base-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.base-card{border:1px solid #dde3db;border-radius:10px;padding:24px}.base-card h2{margin-top:15px}.base-card p{color:#5f6d64;min-height:42px;font-size:13px}.base-card small{display:block;margin-bottom:24px}.base-icon{font-size:24px;color:#245640;background:#e9f2e7;padding:7px 12px;border-radius:8px}.source-row{display:grid;grid-template-columns:minmax(140px,1fr) 160px auto;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #dde3db}.source-row small{display:block;margin-top:5px}.source-row>.badge{justify-self:start}.source-row button{font-size:12px}.agent-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.agent-list{padding:20px}.agent-list>.full{margin-bottom:20px}.agent-row{padding:18px 12px;text-align:left;width:100%;border:0;border-bottom:1px solid #dde3db;border-radius:0}.agent-row.selected{background:#e9f2e7;border-radius:8px;box-shadow:inset 3px 0 #245640}.agent-row p{font-size:12px;color:#5f6d64;margin:8px 0 12px;font-weight:400}.channel-card{display:flex;align-items:center;gap:12px;border:1px solid #dde3db;background:#fafbf8;border-radius:10px;padding:16px;margin-bottom:24px}.channel-card p{font-size:12px;margin:3px 0 0;color:#5f6d64}.channel-card strong{font-size:13px}.channel-card .badge{margin-left:auto}.channel-symbol{color:#245640;font-size:25px}.base-choice{display:flex;align-items:center;gap:12px;border:1px solid #dde3db;border-radius:8px;padding:16px}.base-choice small{margin-top:3px}.editor-footer{border-top:1px solid #dde3db;padding-top:22px;margin-top:22px;flex-wrap:wrap}.rag-layout{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.15fr);gap:22px}.selected-bases{background:#f5f6f3;padding:14px;border-radius:8px;margin-bottom:20px}.selected-bases small{font-size:10px;letter-spacing:1px}.selected-bases .actions{margin-top:8px;gap:7px}.rag-result>.empty{height:100%;min-height:400px}.answer{white-space:pre-wrap;line-height:1.85;margin:24px 0 30px}.test-question{border-left:3px solid #245640;padding-left:14px}.citation{border:1px solid #dde3db;border-radius:8px;padding:18px;margin:14px 0}.citation p{font-size:12px;margin:6px 0}.citation blockquote{margin:16px 0;padding:12px 14px;background:#fafbf8;border-left:3px solid #e8b65a;font-size:13px}.run-history{margin-top:24px}.run-list{display:flex;flex-direction:column;gap:8px}.run-list button{display:grid;grid-template-columns:200px 1fr 130px;gap:16px;text-align:left;font-size:12px}.run-list button[aria-pressed=true]{background:#e9f2e7}@media (min-width: 1600px){.app>main{padding:36px 40px}.inbox{grid-template-columns:300px minmax(360px,1fr) 250px}.conversation-settings{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1279px){.sidebar{width:185px;padding:25px 10px}.app>main{margin-left:185px;padding:24px 20px}.sidebar nav a{gap:8px;padding:11px 10px;font-size:13px}.inbox{grid-template-columns:240px minmax(0,1fr)}.contact-sidebar{display:none}.agent-layout{grid-template-columns:235px minmax(0,1fr)}.source-row{grid-template-columns:1fr 150px}.source-row .actions{grid-column:1/-1}.channel-card{flex-wrap:wrap}.channel-card .badge{margin-left:0}.rag-layout{grid-template-columns:minmax(270px,.9fr) minmax(0,1.1fr)}}@media (max-width: 899px){.sidebar{position:static;width:auto;padding:14px 18px;display:block}.brand{font-size:25px;margin:0 0 14px;padding:0}.sidebar-label,.sidebar-bottom{display:none}.sidebar nav{display:grid;grid-template-columns:repeat(4,1fr);gap:5px}.sidebar nav a{justify-content:center;font-size:12px;padding:9px 6px}.sidebar nav a>span{display:none}.app>main{margin-left:0;padding:24px 18px}.inbox{display:block;height:auto;min-height:570px}.inbox.show-list .thread,.inbox.show-thread .conversation-list{display:none}.conversation-list{max-height:620px;min-height:570px;border-right:0}.thread{height:700px;max-height:none}.mobile-only{display:inline-block!important}.thread-heading .mobile-only{margin:0 0 8px;padding-left:0}.agent-layout{grid-template-columns:1fr}.agent-list{max-height:320px;overflow:auto}.agent-row{min-height:auto}.base-grid{grid-template-columns:1fr 1fr}.rag-layout{grid-template-columns:1fr}.rag-result>.empty{min-height:230px}.run-list button{grid-template-columns:1fr}.surface{padding:22px}.page-header h1{font-size:25px}.page-header>button{font-size:11px;max-width:140px}.thread-heading{flex-wrap:wrap}}@media (max-width: 540px){.sidebar{padding:12px}.sidebar nav{grid-template-columns:1fr 1fr}.sidebar nav a{justify-content:flex-start;padding:10px 12px;min-height:44px}.app>main{padding:20px 12px}.page-header{gap:10px}.eyebrow{font-size:9px}.demo-banner{font-size:11px;align-items:flex-start}.base-grid{grid-template-columns:1fr}.toolbar,.editor-footer{align-items:stretch;flex-direction:column}.toolbar label{max-width:none}.surface{padding:18px}.source-row{grid-template-columns:1fr;gap:12px}.filterbar label,.filterbar .search-label{min-width:140px}.inbox-tabs{gap:0}.inbox-tabs button{font-size:11px;padding:7px;min-height:44px}.inbox-tabs button span{margin-left:3px;padding:2px 4px}.tabs button{flex:1;padding:12px}.thread-heading{padding:15px}.thread{height:760px}.messages{padding:16px}.composer{margin:10px}.composer .row{flex-wrap:wrap}.channel-card{align-items:flex-start}.channel-symbol{display:none}button{min-height:44px}.conversation-settings select{min-height:38px}.conversation-settings{padding:10px}.page-header>button{max-width:120px}.run-list button{gap:6px}.actions{gap:8px}}:root{font-family:Inter,system-ui,Segoe UI,sans-serif;color:#192820;background:#f5f6f3;font-synthesis:none;font-size:14px;line-height:1.5;--ink: #192820;--muted: #5f6d64;--line: #dde3db;--primary: #245640;--nav: #142d24;--amber: #e8b65a}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{min-height:40px;border:1px solid var(--line);border-radius:8px;padding:8px 13px;background:#fff;color:var(--ink);cursor:pointer;font-weight:550}button:hover{background:#f0f3ee;border-color:#bac8ba}button:disabled{opacity:.5;cursor:not-allowed}button.primary{background:var(--primary);border-color:var(--primary);color:#fff}button.primary:hover{background:#1b4231}button.danger{background:#a12d2d;color:#fff;border-color:#a12d2d}.danger-link{color:#a12d2d;background:transparent;border-color:transparent}.subtle,.ghost{background:transparent}.ghost{border:0;font-size:24px}a{color:var(--primary)}:focus-visible{outline:2px solid #236bc4;outline-offset:3px}h1,h2,h3,p{margin-top:0}h1{font-size:27px;letter-spacing:-.8px;line-height:1.2;margin-bottom:0}h2{font-size:19px;letter-spacing:-.4px;margin-bottom:12px}h3{font-size:15px}p{margin-bottom:14px}small{font-size:12px;color:var(--muted)}label{display:block;font-size:13px;font-weight:600;margin-bottom:18px}input:not([type=checkbox]),textarea,select{width:100%;display:block;background:#fff;border:1px solid #b9c6bb;border-radius:8px;padding:10px 12px;min-height:42px;color:var(--ink);margin-top:7px}textarea{resize:vertical;line-height:1.6}input[type=checkbox]{accent-color:var(--primary);width:19px;height:19px;flex-shrink:0}label small{display:block;margin-top:7px;font-weight:400}fieldset{border:0;padding:0;margin:0;min-width:0}button,textarea,input,select{transition:background-color .12s,border-color .12s}hr{border:0;border-top:1px solid var(--line)}[hidden]{display:none!important}.muted{color:var(--muted)}.fine{font-size:12px;margin-top:16px}.row,.actions,.section-heading,.toolbar,.editor-footer{display:flex;align-items:center;gap:12px}.row,.section-heading,.toolbar,.editor-footer{justify-content:space-between}.actions{flex-wrap:wrap}.section-heading{margin-bottom:20px}.section-heading h2{margin:0}.toolbar{margin-bottom:24px}.toolbar label{margin-bottom:0;max-width:420px;flex:1}.full{width:100%}.eyebrow{font-size:10px;letter-spacing:1.7px;font-weight:650;color:var(--muted);margin-bottom:8px}.page-description{color:var(--muted);margin:0 0 24px}.surface{background:#fff;border:1px solid var(--line);border-radius:12px;padding:26px;min-width:0}.badge{display:inline-block;font-size:11px;font-weight:550;border-radius:6px;padding:4px 8px;background:#edf1ec;color:#415648;white-space:normal}.badge.ready,.badge.active,.badge.resolved{background:#e6f3eb;color:#246344}.badge.pending,.badge.queued,.badge.processing,.badge.draft{background:#fff2d7;color:#805408}.badge.failed,.badge.urgent{color:#a12d2d;background:#fff0ef}.notice{padding:12px 14px;background:#fff7e8;border:1px solid #ead4a6;border-radius:8px;margin:12px 0 18px;font-size:13px}.notice.error{background:#fff0ef;color:#932727;border-color:#ecc9c5}.notice p:last-child{margin-bottom:0}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 24px;text-align:center;min-height:230px;color:var(--muted)}.empty h3{color:var(--ink);font-size:17px;margin:10px 0}.empty p{max-width:330px}.empty-symbol{font-size:35px;color:#889b87}.loading{padding:26px;color:var(--muted)}.skeleton{height:12px;background:#e5eae3;border-radius:8px;margin:18px 0;max-width:420px}.skeleton:last-child{width:70%}.tabs{display:flex;gap:10px;border-bottom:1px solid var(--line);margin:0 0 24px}.tabs button{background:transparent;border:0;border-bottom:3px solid transparent;border-radius:0;padding:12px 20px;color:var(--muted);min-height:46px}.tabs button[aria-selected=true]{color:var(--primary);border-bottom-color:var(--primary)}.demo-controls{margin-top:18px;color:var(--muted);font-size:12px}.demo-controls summary{cursor:pointer;padding:8px 0}.demo-controls .actions{padding:10px 0}.demo-controls button{font-size:12px}.avatar{border-radius:50%;width:36px;height:36px;background:#e4eadf;color:#38543f;display:grid;place-items:center;font-weight:600}.avatar.large{width:58px;height:58px;margin:22px 0 14px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.skip{position:fixed;top:-100px;left:20px;background:#fff;padding:14px;z-index:100}.skip:focus{top:10px}dialog{padding:26px;border:1px solid var(--line);border-radius:14px;width:min(620px,calc(100vw - 28px));max-height:90dvh;overflow:auto;color:var(--ink);box-shadow:0 20px 80px #142d2433}dialog::backdrop{background:#142d2470}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:20px}.modal-header h2{margin:0}.text-preview{font:inherit;white-space:pre-wrap;overflow-wrap:anywhere;background:#f5f6f3;padding:18px;border-radius:8px;max-height:350px;overflow:auto}.remove-agent{margin-top:28px}.mobile-only{display:none}@media (prefers-reduced-motion: reduce){*{transition:none!important;scroll-behavior:auto!important}}.wa-sim{--wa-header: #075e54;--wa-header-dark: #054d44;--wa-paper: #efe7de;--wa-in: #ffffff;--wa-out: #d9fdd3;--wa-tick: #53bdeb;--wa-send: #00a884;--wa-chat-ink: #111b21;--wa-chat-muted: #667781;min-width:0}.wa-sim .page-description{max-width:74ch}.wa-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:18px}.wa-status{display:flex;align-items:center;gap:9px;margin:0;font-size:12.5px;font-weight:550;color:var(--muted)}.wa-status-dot{width:9px;height:9px;border-radius:50%;background:#c9d2cb;flex:0 0 auto}.wa-status.ready .wa-status-dot{background:#23a06a;box-shadow:0 0 0 4px #23a06a26}.wa-status.error .wa-status-dot{background:#a12d2d;box-shadow:0 0 0 4px #a12d2d22}.wa-status.loading .wa-status-dot{background:var(--amber);animation:wa-pulse 1.3s ease-in-out infinite}.wa-sim .notice button{min-height:34px;padding:6px 11px;font-size:12px;margin-top:10px}.wa-layout{display:grid;grid-template-columns:minmax(240px,300px) minmax(0,1fr) minmax(240px,290px);gap:22px;align-items:start}.wa-contacts{background:#fff;border:1px solid var(--line);border-radius:12px;overflow:hidden;min-width:0}.wa-contacts h2{margin:0;padding:16px 16px 14px;border-bottom:1px solid var(--line);font-size:11px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted)}.wa-contact-list{display:block}.wa-contact-empty{padding:22px 16px;margin:0;font-size:12.5px}.wa-contact{display:flex;align-items:flex-start;gap:11px;width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:14px;font-weight:400;background:#fff;min-height:0}.wa-contact:last-child{border-bottom:0}.wa-contact:hover{background:#f4f7f3}.wa-contact.selected{background:#e9f2e7;box-shadow:inset 3px 0 var(--primary)}.wa-contact.placeholder{pointer-events:none}.wa-contact.placeholder .wa-avatar{background:#e5eae3}.wa-skeleton{height:12px;border-radius:8px;background:linear-gradient(90deg,#e9ede7,#f4f7f2,#e9ede7);background-size:200% 100%;animation:wa-shimmer 1.4s linear infinite;flex:1;margin-top:9px}.wa-avatar{width:42px;height:42px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:700;letter-spacing:.5px;text-shadow:0 1px 1px #0000002e;box-shadow:inset 0 0 0 1px #ffffff40}.wa-avatar.small{width:34px;height:34px;font-size:11.5px}.wa-contact-body{flex:1;min-width:0}.wa-contact-top{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.wa-contact-top strong{font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-contact-top time{font-size:10px;color:var(--muted);flex:0 0 auto}.wa-contact-role{display:block;margin-top:2px;font-size:11px;color:var(--muted)}.wa-contact-phone{display:block;margin-top:2px;font-size:11px;color:#35604a;font-variant-numeric:tabular-nums}.wa-contact-last{margin-top:7px;font-size:11.5px;line-height:1.45;color:var(--muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.wa-stage{display:flex;justify-content:center;min-width:0}.wa-phone{position:relative;width:min(378px,100%);padding:11px;border-radius:46px;background:linear-gradient(155deg,#38443e,#101a16 46%,#2b352f);box-shadow:0 1px #ffffff2b inset,0 0 0 1.5px #0b1310,0 34px 60px -28px #10241c8c}.wa-phone:before,.wa-phone:after{content:"";position:absolute;left:-2px;width:3px;border-radius:3px 0 0 3px;background:#1a2420}.wa-phone:before{top:118px;height:34px}.wa-phone:after{top:164px;height:58px}.wa-phone-screen{position:relative;display:flex;flex-direction:column;overflow:hidden;border-radius:36px;background:var(--wa-paper);height:clamp(600px,calc(100dvh - 300px),748px);color:var(--wa-chat-ink)}.wa-statusbar{position:relative;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 20px 5px;background:var(--wa-header-dark);color:#fff;font-size:11.5px;font-weight:650;font-variant-numeric:tabular-nums}.wa-island{position:absolute;left:50%;top:5px;transform:translate(-50%);width:76px;height:21px;border-radius:14px;background:#08100d}.wa-statusbar-icons{display:flex;align-items:center;gap:5px}.wa-signal{width:15px;height:10px;background:linear-gradient(#fff 0,#fff 0) 0 100% / 3px 4px no-repeat,linear-gradient(#fff 0,#fff 0) 4px 100% / 3px 6px no-repeat,linear-gradient(#fff 0,#fff 0) 8px 100% / 3px 8px no-repeat,linear-gradient(#fff 0,#fff 0) 12px 100% / 3px 10px no-repeat}.wa-wifi{width:13px;height:10px;background:#fff;clip-path:polygon(50% 100%,0 22%,12% 12%,50% 42%,88% 12%,100% 22%)}.wa-battery{position:relative;width:21px;height:11px;border:1.3px solid #ffffffcc;border-radius:3.5px}.wa-battery:before{content:"";position:absolute;top:1.6px;right:1.6px;bottom:1.6px;left:1.6px;width:62%;border-radius:1.6px;background:#fff}.wa-battery:after{content:"";position:absolute;right:-3.4px;top:3px;width:2px;height:4px;border-radius:0 2px 2px 0;background:#fffc}.wa-header{display:flex;align-items:center;gap:9px;padding:8px 11px 9px;background:var(--wa-header);color:#fff}.wa-back{font-size:22px;line-height:1;opacity:.9;margin-right:-2px}.wa-header-body{flex:1;min-width:0;display:block;line-height:1.25}.wa-header-body strong{display:block;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-header-body em{display:flex;align-items:center;gap:3px;font-style:normal;font-size:11px;color:#ffffffc4}.wa-typing-label i{width:3px;height:3px;border-radius:50%;background:#d6f2e5;animation:wa-bounce 1.1s infinite}.wa-typing-label i:nth-child(2){animation-delay:.16s}.wa-typing-label i:nth-child(3){animation-delay:.32s}.wa-header-icons{display:flex;align-items:center;gap:15px}.wa-header-icons i{background:#fff;opacity:.92;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.wa-video{width:19px;height:19px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M17 10.5V7a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3.5l4 4v-11l-4 4z'/%3E%3C/svg%3E")}.wa-call{width:17px;height:17px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.9 15.9 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1l-2.3 2.2z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6.6 10.8a15.9 15.9 0 0 0 6.6 6.6l2.2-2.2c.3-.3.7-.4 1-.2 1.1.4 2.4.6 3.6.6.6 0 1 .4 1 1V20c0 .6-.4 1-1 1C10.6 21 3 13.4 3 4c0-.6.4-1 1-1h3.5c.6 0 1 .4 1 1 0 1.3.2 2.5.6 3.6.1.4 0 .8-.2 1l-2.3 2.2z'/%3E%3C/svg%3E")}.wa-dots{width:5px;height:19px;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 24'%3E%3Cg fill='%23000'%3E%3Ccircle cx='3' cy='5' r='2'/%3E%3Ccircle cx='3' cy='12' r='2'/%3E%3Ccircle cx='3' cy='19' r='2'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 24'%3E%3Cg fill='%23000'%3E%3Ccircle cx='3' cy='5' r='2'/%3E%3Ccircle cx='3' cy='12' r='2'/%3E%3Ccircle cx='3' cy='19' r='2'/%3E%3C/g%3E%3C/svg%3E")}.wa-messages{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 11px 14px;background-color:var(--wa-paper);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='220' height='220' viewBox='0 0 220 220'%3E%3Cg fill='none' stroke='%23cdc1b1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' opacity='.5'%3E%3Cpath d='M18 30c-6-8 5-16 10-8 5-8 16 0 10 8-4 6-10 11-10 11s-6-5-10-11z'/%3E%3Ccircle cx='80' cy='22' r='8'/%3E%3Cpath d='M76 22h8M80 18v8'/%3E%3Crect x='122' y='14' width='23' height='16' rx='3'/%3E%3Ccircle cx='133' cy='22' r='4'/%3E%3Cpath d='M180 14l9 15h-18z'/%3E%3Cpath d='M20 70h20l-4 17H24z'/%3E%3Ccircle cx='74' cy='78' r='9'/%3E%3Cpath d='M114 68v20M104 78h20'/%3E%3Cpath d='M158 70c8 0 13 5 13 10s-5 10-13 10-13-5-13-10 5-10 13-10z'/%3E%3Cpath d='M200 66l7 11-7 11-7-11z'/%3E%3Cpath d='M30 130c6-6 15-2 15 5s-9 12-15 16c-6-4-15-9-15-16s9-11 15-5z'/%3E%3Crect x='70' y='126' width='21' height='21' rx='6'/%3E%3Cpath d='M120 124l11 6v14l-11 6-11-6v-14z'/%3E%3Cpath d='M162 126v18M153 135h18'/%3E%3Ccircle cx='202' cy='136' r='9'/%3E%3Cpath d='M24 186c6-9 17-9 23 0'/%3E%3Ccircle cx='35' cy='197' r='3'/%3E%3Crect x='72' y='180' width='24' height='15' rx='7'/%3E%3Cpath d='M122 178l9 9-9 9-9-9z'/%3E%3Cpath d='M156 180h20v15h-20z'/%3E%3Cpath d='M156 180l10 8 10-8'/%3E%3Ccircle cx='202' cy='188' r='8'/%3E%3Cpath d='M202 183v5l4 3'/%3E%3C/g%3E%3C/svg%3E");scroll-behavior:smooth}.wa-messages:focus-visible{outline:2px solid #236bc4;outline-offset:-2px}.wa-encryption{max-width:90%;margin:4px auto 12px;padding:7px 12px;border-radius:8px;background:#fdf3ce;color:#7c6a35;font-size:10.5px;line-height:1.5;text-align:center}.wa-intro{max-width:84%;margin:0 auto 10px;padding:10px 14px;border-radius:10px;background:#ffffffb8;color:#4a5a51;font-size:12px;line-height:1.55;text-align:center}.wa-day-chip{display:flex;justify-content:center;margin:12px 0 10px}.wa-day-chip span{padding:5px 12px;border-radius:8px;background:#ffffffdb;color:#54656f;font-size:10px;font-weight:650;letter-spacing:.7px;text-transform:uppercase;box-shadow:0 1px .5px #0b141a1f}.wa-row{display:flex;flex-direction:column;align-items:flex-start;max-width:86%;margin:0 0 9px}.wa-row.mine{margin-left:auto;align-items:flex-end}.wa-bubble{position:relative;max-width:100%;min-width:92px;padding:6px 9px 5px;border-radius:0 9px 9px;background:var(--wa-in);box-shadow:0 1px .6px #0b141a24}.wa-row.mine .wa-bubble{background:var(--wa-out);border-radius:9px 0 9px 9px}.wa-bubble:after{content:"";position:absolute;top:0;left:-8px;width:8px;height:13px;background:var(--wa-in);clip-path:polygon(100% 0,0 0,100% 100%)}.wa-row.mine .wa-bubble:after{left:auto;right:-8px;background:var(--wa-out);clip-path:polygon(0 0,100% 0,0 100%)}.wa-bubble.failed{background:#fff1ef}.wa-row.mine .wa-bubble.failed:after{background:#fff1ef}.wa-text{margin:0;font-size:13.5px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;color:var(--wa-chat-ink)}.wa-stamp{display:flex;align-items:center;justify-content:flex-end;gap:3px;margin-top:1px;font-size:10px;line-height:1;color:var(--wa-chat-muted)}.wa-tick{display:inline-flex;align-items:center}.wa-tick svg{width:16px;height:11px}.wa-tick.read{color:var(--wa-tick)}.wa-tick.pending{color:#8696a0}.wa-tick.pending svg{width:11px;height:11px}.wa-tick.failed{width:13px;height:13px;justify-content:center;border-radius:50%;background:#c0392b;color:#fff;font-size:9px;font-weight:700}.wa-bubble.typing{min-width:0;padding:11px 13px}.wa-typing-dots{display:flex;gap:4px}.wa-typing-dots i{width:6px;height:6px;border-radius:50%;background:#9db0a4;animation:wa-bounce 1.1s infinite}.wa-typing-dots i:nth-child(2){animation-delay:.16s}.wa-typing-dots i:nth-child(3){animation-delay:.32s}.wa-cards{display:flex;gap:8px;margin:1px 0 8px;padding-bottom:4px;overflow-x:auto;scroll-snap-type:x mandatory}.wa-card{position:relative;flex:0 0 98px;aspect-ratio:2 / 3.1;padding:10px 8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center;border-radius:10px;scroll-snap-align:start;color:#f3e7c8;background:radial-gradient(circle at 22% 26%,#e8b65a4d .9px,transparent 1px) 0 0 / 26px 26px,radial-gradient(circle at 72% 68%,#e8b65a38 .9px,transparent 1px) 0 0 / 34px 34px,radial-gradient(120% 88% at 50% 0%,#402f7d,#1d1442 56%,#120c2c);box-shadow:inset 0 0 0 1px #e8b65a8c,inset 0 0 0 4.5px #ffffff0f,inset 0 -18px 26px -18px #e8b65a5c,0 7px 15px -7px #120c2ccc}.wa-card-position{font-size:7.5px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase;color:#cbb488;line-height:1.3}.wa-card-glyph{font-size:27px;line-height:1;color:#f0c877;text-shadow:0 0 14px #e8b65a70}.wa-card.reversed .wa-card-glyph{transform:rotate(180deg)}.wa-card-name{font-size:10.5px;font-weight:650;line-height:1.25;letter-spacing:.2px}.wa-card-foot{font-size:8px;letter-spacing:.4px;color:#a8997c;text-transform:uppercase}.wa-card-flag{position:absolute;top:9px;right:-1px;padding:2px 5px;border-radius:3px 0 0 3px;background:linear-gradient(#f0c877,#d79f42);color:#2a1c05;font-size:7px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}.wa-sources{margin-top:6px;max-width:100%;border:1px solid #d8e0da;border-radius:9px;background:#fffffff2;font-size:11px;overflow:hidden}.wa-sources>summary{display:flex;align-items:center;gap:6px;padding:7px 10px;cursor:pointer;font-weight:650;color:#2f5745;list-style:none}.wa-sources>summary::-webkit-details-marker,.wa-source>summary::-webkit-details-marker{display:none}.wa-sources>summary:after{content:"▾";margin-left:auto;font-size:10px;color:var(--muted)}.wa-sources[open]>summary:after{content:"▴"}.wa-sources-icon{color:#7fa48f}.wa-source{border-top:1px solid #eaefea}.wa-source>summary{display:flex;align-items:baseline;justify-content:space-between;gap:10px;padding:7px 10px;cursor:pointer;color:#33473c;list-style:none}.wa-source>summary span{font-weight:550}.wa-source blockquote{margin:0 10px 8px;padding:8px 10px;border-left:3px solid var(--amber);border-radius:0 6px 6px 0;background:#f8faf6;font-size:11px;line-height:1.6;color:#46534a}.wa-source a{display:inline-block;margin:0 10px 10px;font-size:11px;font-weight:600}.wa-meta{display:flex;flex-wrap:wrap;align-items:center;gap:4px 6px;margin:6px 2px 0;font-size:9.5px;line-height:1.4;color:#56655c}.wa-meta span{padding:2px 7px;border:1px solid #dde4de;border-radius:999px;background:#ffffffc9;font-variant-numeric:tabular-nums}.wa-meta .wa-meta-icon{padding:0;border:0;background:transparent;font-size:10px;color:#7d8b82}.wa-meta-corpus{font-weight:600;color:#2f5745}.wa-meta.no_evidence .wa-meta-outcome,.wa-meta.intake .wa-meta-outcome{background:#fff2d7;border-color:#ead4a6;color:#805408}.wa-meta.error .wa-meta-outcome{background:#fff0ef;border-color:#ecc9c5;color:#932727}.wa-composer-area{background:#f0f2f0;border-top:1px solid #0000000f;padding-bottom:4px}.wa-error{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;margin:9px 10px 0;padding:8px 10px;border:1px solid #ecc9c5;border-radius:10px;background:#fff0ef;color:#932727;font-size:11.5px;line-height:1.45}.wa-sim .wa-error button{min-height:30px;padding:4px 10px;border-radius:7px;font-size:11px}.wa-suggestions{display:flex;flex-wrap:wrap;gap:6px;padding:10px 10px 2px}.wa-sim .wa-chip{min-height:0;padding:7px 11px;border-radius:999px;border:1px solid #cfe0d6;background:#fff;color:#1f5740;font-size:11.5px;font-weight:600;line-height:1.3;text-align:left;box-shadow:0 1px 1px #0b141a12}.wa-sim .wa-chip:hover:not(:disabled){background:#e9f4ec;border-color:#a6cbb7}.wa-composer{display:flex;align-items:flex-end;gap:7px;padding:8px 9px 4px}.wa-input-pill{flex:1;min-width:0;display:flex;align-items:flex-end;gap:7px;padding:5px 11px;border-radius:22px;background:#fff;box-shadow:0 1px 1px #0b141a1a}.wa-input-pill:focus-within{box-shadow:0 0 0 2px #236bc4}.wa-emoji,.wa-clip{color:#8696a0;font-size:16px;line-height:1.9;flex:0 0 auto}.wa-sim .wa-input-pill textarea{flex:1;min-width:0;margin:0;padding:6px 0;min-height:22px;max-height:116px;border:0;border-radius:0;background:transparent;font-size:13.5px;line-height:1.45;resize:none;overflow-y:auto;color:var(--wa-chat-ink)}.wa-sim .wa-input-pill textarea:focus,.wa-sim .wa-input-pill textarea:focus-visible{outline:none}.wa-sim .wa-send{flex:0 0 auto;width:44px;height:44px;min-height:0;padding:0;border:0;border-radius:50%;background:var(--wa-send);color:#fff;display:grid;place-items:center}.wa-sim .wa-send:hover:not(:disabled){background:#039e7d}.wa-sim .wa-send:disabled{background:#a5c6bb;opacity:1}.wa-send svg{width:20px;height:20px;margin-left:2px}.wa-hint{margin:0;padding:0 12px 8px;text-align:center;font-size:10px;color:#7c8a81}.wa-inspector{position:sticky;top:22px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff;min-width:0}.wa-inspector h2{font-size:16px;margin-bottom:6px}.wa-inspector h3{margin:18px 0 10px;font-size:12px;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.wa-inspector-tagline{font-size:12px;line-height:1.55;margin-bottom:12px}.wa-facts{display:grid;gap:8px;margin:14px 0 0}.wa-facts>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px;padding-bottom:8px;border-bottom:1px dashed #e5eae2;font-size:12px}.wa-facts>div:last-child{border-bottom:0;padding-bottom:0}.wa-facts dt{color:var(--muted);flex:0 0 auto}.wa-facts dd{margin:0;font-weight:600;text-align:right;overflow-wrap:anywhere}@keyframes wa-bounce{0%,60%,to{transform:translateY(0);opacity:.55}30%{transform:translateY(-4px);opacity:1}}@keyframes wa-pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes wa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion: reduce){.wa-sim *,.wa-sim *:before,.wa-sim *:after{animation:none!important}.wa-messages{scroll-behavior:auto}}@media (max-width: 1279px){.wa-layout{grid-template-columns:minmax(230px,264px) minmax(0,1fr)}.wa-inspector{position:static;grid-column:1 / -1}.wa-inspector .wa-facts{grid-template-columns:1fr 1fr;column-gap:26px}.wa-phone-screen{height:clamp(580px,calc(100dvh - 340px),700px)}}@media (max-width: 899px){.wa-layout{grid-template-columns:minmax(0,1fr);gap:18px}.wa-inspector{grid-column:auto}.wa-contact-list{max-height:300px;overflow:auto}.wa-phone-screen{height:660px}}@media (max-width: 540px){.wa-toolbar{align-items:flex-start;flex-direction:column}.wa-phone{padding:0;border-radius:24px;box-shadow:0 0 0 1.5px #0b1310,0 18px 34px -22px #10241c8c}.wa-phone:before,.wa-phone:after{display:none}.wa-phone-screen{border-radius:22px;height:640px}.wa-row{max-width:92%}.wa-inspector .wa-facts{grid-template-columns:1fr}.wa-contact-last{-webkit-line-clamp:1;line-clamp:1}}.wa-ref{margin-left:1px;padding:0 3px;border-radius:3px;background:#0b141a10;color:#0b141a8c;font-size:.66em;font-weight:700;line-height:0}.rag-ref{display:inline-grid;place-items:center;width:17px;height:17px;margin-right:6px;border-radius:5px;background:#0b141a12;color:#0b141aa6;font-size:11px;font-weight:700;vertical-align:1px}.rag-agents{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-bottom:18px}.rag-agent{display:flex;gap:11px;align-items:flex-start;padding:12px 14px;border:1px solid var(--line, #e3e6e4);border-radius:12px;background:var(--surface, #fff);text-align:left;cursor:pointer}.rag-agent:hover{border-color:var(--accent)}.rag-agent.on{border-color:var(--accent);box-shadow:inset 3px 0 var(--accent)}.rag-agent-avatar{display:grid;flex:none;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-size:12px;font-weight:700}.rag-agent-body{display:grid;gap:2px;min-width:0}.rag-agent-body small{font-size:11.5px;line-height:1.35}.rag-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.rag-suggestions button{font-size:12px;padding:5px 10px}.rag-answer{white-space:pre-wrap;line-height:1.6}.rag-citation{margin-bottom:6px;padding:8px 10px;border:1px solid var(--line, #e3e6e4);border-radius:9px}.rag-citation summary{display:flex;gap:8px;justify-content:space-between;cursor:pointer;font-size:13px}.rag-citation blockquote{margin:8px 0 0;padding-left:10px;border-left:2px solid var(--line, #e3e6e4);font-size:12.5px;line-height:1.55;white-space:pre-wrap}.rag-facts{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px;margin:16px 0 0;padding-top:12px;border-top:1px solid var(--line, #e3e6e4)}.rag-facts dt{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.rag-facts dd{margin:2px 0 0;font-size:13px;font-weight:600}.midia-barra,.funil-barra{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin-bottom:14px}.midia-barra label,.funil-barra label{display:grid;gap:4px;font-size:12px}.midia-barra select,.funil-barra select,.funil-novo input{padding:7px 9px;border:1px solid var(--line, #e3e6e4);border-radius:8px;font-size:13px}.midia-filtros{display:flex;gap:6px}.midia-filtros button{font-size:12px;padding:6px 12px}.funil-novo{display:flex;gap:6px;margin-left:auto;flex-wrap:wrap}.midia-resumo{display:flex;gap:24px;margin:0 0 14px;padding:10px 14px;border:1px solid var(--line, #e3e6e4);border-radius:10px}.midia-resumo dt{font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.midia-resumo dd{margin:2px 0 0;font-size:18px;font-weight:700}.midia-aviso{padding:8px 12px;border-radius:8px;background:#1f9d6b14;font-size:13px}.midia-vazio{padding:20px;display:grid;gap:6px}.midia-lista{display:grid;gap:8px}.midia-item{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:10px 14px;border:1px solid var(--line, #e3e6e4);border-radius:10px;background:var(--surface, #fff)}.midia-item.ok{border-left:3px solid #1f9d6b}.midia-info{display:grid;gap:1px;min-width:0}.midia-info small{font-size:11.5px}.midia-tag{padding:3px 8px;border-radius:20px;font-size:11px;font-weight:600;white-space:nowrap}.midia-tag.pronto{background:#1f9d6b1f;color:#146c4a}.midia-tag.aguardando{background:#d9880022;color:#8a5a00}.midia-tag.pendente{background:#0b141a12;color:#55636b}.funil-colunas{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;align-items:start}.funil-coluna{padding:10px;border:1px solid var(--line, #e3e6e4);border-radius:10px;background:var(--surface, #fff)}.funil-coluna header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid var(--line, #e3e6e4)}.funil-contagem{padding:1px 8px;border-radius:20px;background:#0b141a12;font-size:11px;font-weight:700}.funil-lead{display:grid;gap:4px;margin-bottom:6px;padding:8px 10px;border:1px solid var(--line, #e3e6e4);border-radius:8px;font-size:13px}.funil-acoes{display:flex;gap:4px;align-items:center}.funil-acoes select{flex:1;font-size:11.5px;padding:4px 6px}.funil-acoes button{padding:2px 8px;font-size:14px;line-height:1}.funil-sem-etapa{margin-top:14px;padding:14px}.funil-sem-etapa h2{font-size:14px;margin:0 0 8px}@media (max-width: 640px){.midia-item{grid-template-columns:1fr;gap:8px}.funil-novo{margin-left:0;width:100%}}.inbox{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:12px;align-items:start;height:calc(100vh - 260px);min-height:420px}.inbox-lista{height:100%;overflow-y:auto;border:1px solid var(--line, #e3e6e4);border-radius:12px;background:#fff}.inbox-item{display:grid;grid-template-columns:34px 1fr auto;gap:8px;align-items:center;width:100%;padding:10px 12px;border:0;border-bottom:1px solid var(--line, #e3e6e4);border-left:3px solid transparent;background:transparent;text-align:left;cursor:pointer;font:inherit}.inbox-item:hover{background:#0b141a08}.inbox-item.on{background:#0b141a0d;border-left-color:var(--accent, #1f9d6b)}.inbox-avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--accent, #1f9d6b);color:#fff;font-size:12px;font-weight:700}.inbox-resumo{display:grid;gap:1px;min-width:0}.inbox-resumo strong{font-size:13px}.inbox-resumo small{font-size:11px}.inbox-previa{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted, #5f6d64)}.inbox-conversa{display:grid;grid-template-rows:auto 1fr auto;height:100%;overflow:hidden}.inbox-cabecalho{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;padding:10px 14px;border-bottom:1px solid var(--line, #e3e6e4)}.inbox-cabecalho small{display:block;font-size:11.5px}.inbox-janela{padding:3px 10px;border-radius:20px;background:#b4530f1a;color:#8a3f0b;font-size:11.5px;font-weight:600}.inbox-janela.aberta{background:#1f9d6b1a;color:#146645}.inbox-mensagens{overflow-y:auto;padding:14px;display:grid;gap:8px;align-content:start;background:#f4f2ee}.inbox-balao{max-width:78%;padding:7px 11px;border-radius:10px;background:#fff;box-shadow:0 1px 1px #0b141a1a}.inbox-balao.in{justify-self:start;border-top-left-radius:3px}.inbox-balao.out{justify-self:end;background:#d9fdd3;border-top-right-radius:3px}.inbox-balao p{margin:0;font-size:13.5px;white-space:pre-wrap}.inbox-balao small{display:block;margin-top:3px;font-size:10.5px;color:var(--muted, #5f6d64);text-align:right}.inbox-responder{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:end;padding:10px 14px;border-top:1px solid var(--line, #e3e6e4)}.inbox-responder textarea{width:100%;resize:vertical;padding:8px 10px;border:1px solid var(--line, #e3e6e4);border-radius:10px;font:inherit;font-size:13.5px}.inbox-responder .fine{grid-column:1 / -1;margin:0}@media (max-width: 860px){.inbox{grid-template-columns:1fr;height:auto}.inbox-lista{max-height:220px}.inbox-conversa{height:70vh}}.agente-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:12px;align-items:start;margin-top:12px}.agente-bloco{padding:14px 16px;display:grid;gap:10px}.agente-bloco h2{margin:0;font-size:14px;padding-bottom:6px;border-bottom:1px solid var(--line, #e3e6e4)}.agente-largo{grid-column:1 / -1}.agente-bloco label{display:grid;gap:4px;font-size:12px;font-weight:600}.agente-bloco input[type=text],.agente-bloco input:not([type]),.agente-bloco textarea,.agente-bloco select{width:100%;padding:7px 10px;border:1px solid var(--line, #e3e6e4);border-radius:8px;font:inherit;font-size:13px;font-weight:400}.agente-bloco textarea{resize:vertical;line-height:1.45}.agente-bloco .fine{margin:0;font-weight:400}.agente-cor{grid-template-columns:auto auto 1fr;align-items:center;gap:8px}.agente-cor input[type=color]{width:38px;height:26px;padding:0;border:1px solid var(--line, #e3e6e4);border-radius:6px;background:none}.agente-cor code{font-size:11.5px;color:var(--muted, #5f6d64)}.agente-check{grid-template-columns:auto 1fr;align-items:center;gap:8px;font-weight:400}.agente-check input{width:auto}
