:root{color-scheme:light;font-family:IBM Plex Sans,Segoe UI,system-ui,sans-serif;--bg: #e8eef2;--ink: #12202b;--brand: #0f766e;--brand-deep: #115e59;--card: #ffffff;--muted: #5b6b79;--line: #d5dee7;--err: #b91c1c;--inbound: #f1f5f9;--outbound: #ccfbf1}*{box-sizing:border-box}body{margin:0;background:radial-gradient(1200px 500px at 10% -10%,#d1fae5 0%,transparent 55%),radial-gradient(900px 400px at 100% 0%,#e0f2fe 0%,transparent 50%),var(--bg);color:var(--ink);min-height:100vh}.boot{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.brand{font-family:Fraunces,"IBM Plex Serif",Georgia,serif;font-weight:700;color:var(--brand-deep);letter-spacing:-.03em}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.login-card{width:min(100%,380px);background:#ffffffeb;border:1px solid var(--line);border-radius:18px;padding:1.75rem;display:grid;gap:.85rem;box-shadow:0 18px 40px #0f172a14}.login-card .brand{font-size:1.85rem}.login-lead{margin:-.4rem 0 .4rem;color:var(--muted)}.login-card label{display:grid;gap:.35rem;font-size:.9rem;color:var(--muted)}.login-card input,.composer textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;font:inherit;color:var(--ink);background:#fff}.login-card button,.composer button{border:0;border-radius:10px;background:var(--brand);color:#fff;font:inherit;font-weight:600;padding:.75rem 1rem;cursor:pointer}.login-card button:disabled,.composer button:disabled{opacity:.5;cursor:default}.hint{margin:0;font-size:.82rem;color:var(--muted)}.err{color:var(--err);margin:0}.err.pad{padding:.5rem .75rem}.inbox-shell{height:100vh;display:grid;grid-template-rows:auto 1fr}.inbox-top{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.2rem;background:#ffffffe0;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.inbox-top .brand{font-size:1.35rem}.inbox-meta{display:flex;gap:.85rem;align-items:center;color:var(--muted);font-size:.92rem}.ws-dot{width:.55rem;height:.55rem;border-radius:50%;background:#94a3b8}.ws-dot.on{background:#10b981}.ws-dot.err{background:#ef4444}.linkish{border:0;background:transparent;color:var(--brand-deep);cursor:pointer;font:inherit;text-decoration:underline;text-underline-offset:3px}.inbox-body{display:grid;grid-template-columns:minmax(260px,340px) 1fr;min-height:0}.conv-list{border-right:1px solid var(--line);background:#ffffffbf;display:grid;grid-template-rows:auto 1fr;min-height:0}.list-tools{padding:.75rem;border-bottom:1px solid var(--line);display:grid;gap:.55rem}.conv-search{width:100%;border:1px solid var(--line);border-radius:10px;padding:.55rem .75rem;font:inherit;background:#fff}.conv-search:focus{outline:2px solid color-mix(in srgb,var(--brand) 35%,transparent);border-color:var(--brand)}.branch-select{width:100%;border:1px solid var(--line);border-radius:10px;padding:.45rem .65rem;font:inherit;background:#fff;color:var(--ink)}.filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.35rem}.filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:.45rem .2rem;font:inherit;font-size:.8rem;cursor:pointer;color:var(--muted)}.filters button.active{background:var(--brand);border-color:var(--brand);color:#fff}.conv-list ul{list-style:none;margin:0;padding:0;overflow:auto}.conv{width:100%;text-align:left;border:0;border-bottom:1px solid var(--line);background:transparent;padding:.75rem 1rem;cursor:pointer;font:inherit;color:inherit;outline:none}.conv:focus-visible{background:#f8fafc}.conv.active{background:#f1f5f9}.conv-max.active{background:#f0f9fc}.conv-telegram.active{background:#eff8fd}.conv-whatsapp.active{background:#f0faf4}.conv-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.65rem}.conv-avatar{position:relative;flex:0 0 auto;width:2.75rem;height:2.75rem}.conv-avatar-face{width:100%;height:100%;border-radius:50%;background:#dbe3ec;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;letter-spacing:.02em;-webkit-user-select:none;user-select:none;overflow:hidden}.conv-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.conv-ch-badge{position:absolute;right:-.1rem;bottom:-.1rem;width:1.15rem;height:1.15rem;border-radius:50%;background:#fff;box-shadow:0 0 0 1.5px #fff;display:block;overflow:hidden;line-height:0}.conv-ch-badge svg{width:100%;height:100%;display:block}.conv-main{min-width:0;flex:1;padding-top:.05rem}.conv-line1{min-width:0}.conv-line1 strong{display:block;min-width:0;line-height:1.3;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-line2{margin-top:.15rem;color:var(--muted);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-crm-link,.conv-crm-plain{display:inline-block;margin-top:.2rem;font-size:.8rem;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-crm-link{color:var(--brand-deep);text-decoration:underline;text-underline-offset:2px}.conv-crm-link:hover{color:var(--brand)}.conv-crm-plain{color:var(--muted)}.conv-meta{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:2.5rem}.conv-time{color:var(--muted);font-size:.75rem;line-height:1.2;white-space:nowrap}.badge{flex:0 0 auto;align-self:flex-end;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;background:#ef4444;color:#fff;border-radius:999px;min-width:1.25rem;height:1.25rem;padding:0 .35rem;font-size:.75rem;line-height:1;text-align:center}.badge-red{background:#ef4444}.badge-grey{background:#94a3b8;color:#fff}.access-tag{font-size:.68rem;color:var(--muted)}.conv-sub{display:flex;gap:.45rem;margin-top:.25rem;color:var(--muted);font-size:.78rem}.ch{text-transform:uppercase;letter-spacing:.04em}.plus{color:var(--brand-deep);font-weight:600}.preview{margin-top:.3rem;color:var(--muted);font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.crm-inline-link{color:var(--brand-deep)}.empty{padding:1.5rem;color:var(--muted)}.thread{display:grid;grid-template-rows:auto 1fr auto;min-height:0;background:#ffffff8c}.thread-empty{display:grid;place-items:center;color:var(--muted)}.thread-head{padding:1rem 1.25rem;border-bottom:1px solid var(--line);background:#fff;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.thread-head-main{min-width:0;flex:1}.btn-dismiss-unanswered{flex:0 0 auto;border:1px solid #f87171;background:#fef2f2;color:#b91c1c;border-radius:8px;padding:.45rem .75rem;font:inherit;font-size:.8rem;font-weight:600;cursor:pointer;white-space:nowrap}.btn-dismiss-unanswered:hover{background:#fee2e2;border-color:#ef4444;color:#991b1b}.thread-head h1{margin:0;font-size:1.15rem}.thread-head p{margin:.25rem 0 0;color:var(--muted);font-size:.85rem}.messages{overflow:auto;padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.65rem}.bubble{max-width:min(72%,520px);padding:.7rem .85rem;border-radius:14px;animation:rise .18s ease-out}.bubble.inbound{align-self:flex-start;background:var(--inbound);border:1px solid var(--line)}.bubble.outbound{align-self:flex-end;background:var(--outbound);border:1px solid #99f6e4}.bubble-body{white-space:pre-wrap;line-height:1.4;overflow-wrap:anywhere}.bubble-body a{color:#0f766e;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.bubble.outbound .bubble-body a{color:#115e59}.bubble-atts{display:flex;flex-direction:column;gap:.5rem;margin-top:.35rem}.att-img{max-width:min(280px,70vw);max-height:240px;border-radius:8px;display:block;object-fit:contain;background:#0000000f}.att-video{max-width:min(320px,75vw);max-height:240px;border-radius:8px;background:#111}.att-audio{width:min(260px,70vw)}.att-media-block{display:flex;flex-direction:column;gap:.25rem}.att-caption{font-size:.8rem;color:var(--muted)}.att-card{display:flex;align-items:center;gap:.65rem;padding:.55rem .7rem;border-radius:10px;border:1px solid var(--line);background:#ffffff8c;text-decoration:none;color:inherit;max-width:min(320px,80vw)}.att-card:hover{border-color:#94a3b8}.att-ext{flex:0 0 auto;min-width:2.6rem;height:2.6rem;border-radius:8px;background:#0f172a;color:#fff;display:grid;place-items:center;font-size:.68rem;font-weight:700;letter-spacing:.02em}.att-card-meta{min-width:0;display:flex;flex-direction:column;gap:.1rem}.att-card-meta strong{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.att-card-meta span{font-size:.75rem;color:var(--muted)}.att-missing{opacity:.85}.att-file{font-size:.9rem;text-decoration:underline}.bubble-meta{margin-top:.35rem;font-size:.72rem;color:var(--muted)}.composer{display:grid;grid-template-columns:1fr auto;gap:.65rem;padding:.85rem 1.1rem;border-top:1px solid var(--line);background:#ffffffe5}.composer textarea{resize:none;min-height:2.8rem}@keyframes rise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;display:flex;justify-content:flex-end;z-index:40}.drawer{width:min(100%,420px);height:100%;background:#fff;padding:1.1rem 1.2rem;overflow:auto;box-shadow:-12px 0 40px #0f172a1f}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h2{margin:0;font-size:1.15rem}.warn{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:.7rem .8rem;border-radius:10px;font-size:.88rem;line-height:1.4}.channel-card{border:1px solid var(--line);border-radius:14px;padding:1rem;display:grid;gap:.75rem}.channel-title{display:flex;justify-content:space-between;align-items:center}.pill{font-size:.75rem;padding:.2rem .55rem;border-radius:999px;background:#e2e8f0;color:#334155}.pill.ok{background:#d1fae5;color:#065f46}.qr-box{display:grid;gap:.5rem;justify-items:center;text-align:center}.qr-box>p{margin:0;font-size:.9rem;color:var(--muted)}.qr-img{width:260px;height:260px;border-radius:12px;border:1px solid var(--line);background:#fff;padding:.5rem}.qr-box details{width:100%;text-align:left;font-size:.82rem;color:var(--muted)}.qr-url{display:block;word-break:break-all;font-size:.78rem;background:#f8fafc;padding:.6rem;border-radius:8px;border:1px solid var(--line);margin-top:.4rem}.channel-actions{display:grid;gap:.55rem}.channel-actions button:not(.linkish){border:0;border-radius:10px;background:var(--brand);color:#fff;font:inherit;font-weight:600;padding:.65rem .9rem;cursor:pointer}.crm-toggle{display:flex;gap:.5rem;align-items:center;font-size:.88rem;color:var(--muted)}.crm-help{margin:0;font-size:.8rem;line-height:1.4;color:var(--muted)}.hint-box{margin:0 0 .75rem;padding:.65rem .8rem;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:.88rem;line-height:1.4}.access-tag{font-size:.75rem;color:var(--muted);border:1px solid var(--line);border-radius:6px;padding:.05rem .35rem}.composer-readonly{padding:.85rem 1rem;border-top:1px solid var(--line);color:var(--muted);background:#f8fafc;font-size:.9rem}.admin-drawer{width:min(100%,420px);overflow-y:auto}.settings-drawer{width:min(100%,480px)}.settings-ok{color:#15803d;font-size:.9rem}.settings-webhooks{margin:0 1rem 1.25rem}.settings-webhooks h3{margin:0 0 .35rem;font-size:.95rem}.settings-webhooks ul{list-style:none;margin:0;padding:0;display:grid;gap:.75rem}.settings-wh-title{font-size:.82rem;color:var(--muted);margin-bottom:.25rem}.settings-wh-row{display:flex;gap:.5rem;align-items:flex-start}.settings-wh-url{flex:1;font-size:.72rem;word-break:break-all;background:#f8fafc;border:1px solid var(--line);border-radius:8px;padding:.4rem .5rem}.admin-field{display:grid;gap:.25rem;font-size:.85rem;color:var(--muted)}.admin-field input{width:100%;border:1px solid var(--line);border-radius:8px;padding:.45rem .6rem;font:inherit;background:#fff;color:var(--text, #0f172a)}.admin-lead{margin:0 1rem .75rem;color:var(--muted);font-size:.88rem;line-height:1.4}.admin-create{margin:0 1rem 1rem;display:grid;gap:.5rem;padding:.75rem;border:1px solid var(--line);border-radius:12px;background:#f8fafc}.admin-create h3{margin:0;font-size:.95rem}.admin-create input,.admin-field select{width:100%;border:1px solid var(--line);border-radius:8px;padding:.45rem .6rem;font:inherit;background:#fff}.admin-create button{border:0;border-radius:8px;padding:.55rem .8rem;background:var(--brand);color:#fff;font:inherit;cursor:pointer}.admin-users{list-style:none;margin:0;padding:0 1rem 1.5rem;display:grid;gap:.75rem}.admin-user-card{border:1px solid var(--line);border-radius:12px;padding:.75rem;background:#fff;display:grid;gap:.45rem}.admin-user-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}@media(max-width:800px){.inbox-body{grid-template-columns:1fr}.conv-list{max-height:40vh;border-right:0;border-bottom:1px solid var(--line)}}.tg-auth{display:grid;gap:.5rem;margin:.75rem 0}.tg-auth input{width:100%;border:1px solid var(--line);border-radius:8px;padding:.45rem .65rem;font:inherit}.tg-code-row{display:grid;grid-template-columns:1fr auto;gap:.4rem}.tg-auth>button,.tg-code-row button{border:0;border-radius:8px;padding:.45rem .75rem;background:var(--brand);color:#fff;font:inherit;cursor:pointer}.tg-auth>button:disabled,.tg-code-row button:disabled{opacity:.5;cursor:not-allowed}
