.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast{pointer-events:all;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;min-width:300px;max-width:440px;padding:14px 16px;font-size:14px;font-weight:600;animation:.25s cubic-bezier(.34,1.56,.64,1) both toast-in;display:flex;box-shadow:0 8px 32px #2a2e3524}@keyframes toast-in{0%{opacity:0;transform:translate(60px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.toast-success{color:#1b5e20;background:#e8f5e9;border-color:#a5d6a7}.toast-error{color:#b71c1c;background:#ffebee;border-color:#ef9a9a}.toast-warning{color:#6d4c00;background:#fff8e1;border-color:#ffe082}.toast-info{color:#0d47a1;background:#e3f2fd;border-color:#90caf9}.toast-icon{border-radius:50%;flex-shrink:0;place-items:center;width:22px;height:22px;font-size:12px;font-weight:900;display:grid}.toast-success .toast-icon{color:#fff;background:#2e7d32}.toast-error .toast-icon{color:#fff;background:#c62828}.toast-warning .toast-icon{color:#fff;background:#f57f17}.toast-info .toast-icon{color:#fff;background:#1565c0}.toast-message{flex:1;line-height:1.4}.toast-close{cursor:pointer;opacity:.5;color:inherit;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:18px;line-height:1}.toast-close:hover{opacity:1}.app-shell{min-height:100vh;display:flex}.app-sidebar{color:#e9edeb;background:#10201b;flex-direction:column;gap:26px;width:268px;height:100vh;padding:22px 16px;display:flex;position:sticky;top:0;overflow-y:auto}.brand-block{align-items:center;gap:12px;padding:4px 8px;display:flex}.brand-block strong{color:#fff;font-size:17px;font-weight:800}.brand-block span{color:#8aa79c;margin-top:2px;font-size:13px;display:block}.brand-mark{color:#052e18;background:#25d366;border-radius:12px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:19px;font-weight:900;display:grid}.app-nav{flex-direction:column;gap:3px;display:flex}.app-nav a{color:#c7d3ce;border-radius:10px;align-items:center;gap:12px;padding:10px 12px;font-size:15px;font-weight:500;transition:background .12s,color .12s;display:flex}.app-nav a svg{opacity:.8;flex-shrink:0}.app-nav a:hover{color:#fff;background:#ffffff0f}.app-nav a:hover svg{opacity:1}.app-nav a.active{color:#25d366;background:#25d36626;font-weight:600}.app-nav a.active svg{opacity:1}.app-main{background:#f6f8f7;flex:1;min-width:0}.app-header{z-index:5;background:#fff;border-bottom:1px solid #e3e8e6;justify-content:space-between;align-items:center;height:68px;padding:0 28px;display:flex;position:sticky;top:0}.app-header strong{color:#101614;font-size:16px;font-weight:700;display:block}.header-kicker{color:#008069;text-transform:uppercase;letter-spacing:.1em;margin-bottom:2px;font-size:11px;font-weight:800;display:block}.user-menu{color:#5b6b66;align-items:center;gap:14px;font-size:14px;display:flex}.user-menu button{color:#101614;cursor:pointer;background:#fff;border:1px solid #e3e8e6;border-radius:10px;align-items:center;gap:6px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-flex}.user-menu button:hover{background:#f6f8f7;border-color:#cbd5d0}@media (width<=900px){.app-shell{flex-direction:column}.app-sidebar{width:100%;height:auto;position:static}.app-nav{grid-template-columns:repeat(2,1fr);display:grid}}.card{background:#fff;border:1px solid #e3e8e6;border-radius:16px;padding:22px;box-shadow:0 1px 2px #1016140a}.card-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.card-header h3{color:#101614;margin:0;font-size:18px;font-weight:700}.btn{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:7px;padding:10px 16px;font-size:14.5px;font-weight:600;transition:background .12s,border-color .12s,opacity .12s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:#fff;background:#008069}.btn-primary:hover:not(:disabled){background:#006e5a}.btn-secondary{color:#101614;background:#fff;border-color:#d7dedb}.btn-secondary:hover:not(:disabled){background:#f6f8f7;border-color:#c2ccc7}.btn-danger{color:#fff;background:#e53935}.btn-danger:hover:not(:disabled){background:#c62c28}.badge{color:#4b5a55;background:#eef2f0;border-radius:999px;align-items:center;margin-right:6px;padding:4px 10px;font-size:12px;font-weight:700;display:inline-flex}.badge-success{color:#0f7a45;background:#e7f9ef}.badge-warning{color:#8a5a00;background:#fff6e0}.badge-danger{color:#b71c1c;background:#fdecec}.badge-info{color:#0d47a1;background:#e3f2fd}.metric-card{background:#fff;border:1px solid #e3e8e6;border-radius:16px;align-items:flex-start;gap:14px;padding:20px;display:flex;box-shadow:0 1px 2px #1016140a}.metric-icon{color:#008069;background:#e7f9ef;border-radius:13px;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.metric-body{flex-direction:column;gap:2px;min-width:0;display:flex}.metric-label{color:#5b6b66;font-size:13px;font-weight:600}.metric-value{color:#101614;letter-spacing:-.02em;font-size:30px;font-weight:800;line-height:1.15}.metric-hint{color:#93a29c;font-size:12px}.kanban-board{grid-template-columns:repeat(6,minmax(230px,1fr));gap:12px;padding-bottom:12px;display:grid;overflow-x:auto}.kanban-column{background:#eef2f0;border:1px solid #e3e8e6;border-radius:16px;min-height:420px;padding:12px}.kanban-column header{color:#101614;justify-content:space-between;margin-bottom:12px;font-weight:600;display:flex}.kanban-column header span{color:#5b6b66;background:#fff;border-radius:99px;padding:2px 9px;font-size:13px}.kanban-cards{gap:10px;display:grid}.kanban-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e8e6;border-radius:14px;width:100%;padding:12px;transition:border-color .12s,box-shadow .12s}.kanban-card:hover{border-color:#c2ccc7}.kanban-card.selected{border-color:#008069;box-shadow:0 0 0 2px #0080692e}.kanban-card strong{color:#101614;margin-bottom:6px;display:block}.kanban-card span{color:#5b6b66;min-height:36px;margin-bottom:10px;font-size:13px;display:block}.conversation-panel{background:#fff;border:1px solid #e3e8e6;border-radius:16px;flex-direction:column;min-height:640px;display:flex;overflow:hidden}.conversation-panel header{border-bottom:1px solid #e3e8e6;justify-content:space-between;gap:12px;padding:18px;display:flex}.conversation-panel h3,.conversation-panel p{margin:0}.conversation-panel header p{color:#5b6b66;margin-top:4px}.panel-badges{white-space:nowrap}.ai-summary{background:#e7f9ef;border:1px solid #b8eccb;border-radius:14px;margin:14px;padding:12px}.ai-summary p{color:#4b5a55;margin-top:6px}.messages-list{background:#f6f8f7;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.message-bubble{color:#101614;background:#fff;border:1px solid #e3e8e6;border-radius:14px;max-width:78%;padding:10px 13px}.message-bubble.outbound{color:#111b21;background:#d9fdd3;border-color:#c5f0bc;align-self:flex-end}.message-bubble p{margin:0}.message-bubble small{opacity:.7;margin-bottom:4px;display:block}.reply-box{border-top:1px solid #e3e8e6;flex-direction:column;gap:10px;padding:14px;display:flex}.reply-box textarea{resize:vertical;border:1px solid #d7dedb;border-radius:12px;min-height:46px;padding:11px 13px;font-size:15px}.reply-box textarea:focus{border-color:#008069;outline:none;box-shadow:0 0 0 3px #0080691f}.reply-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.whatsapp-toggle{color:#5b6b66;cursor:pointer;align-items:center;gap:6px;font-size:13px;display:flex}.empty-state{color:#5b6b66;text-align:center;background:#fff;border:1px dashed #cbd5d0;border-radius:16px;place-items:center;min-height:640px;padding:20px;font-size:15px;display:grid}.form-row{gap:7px;margin-bottom:14px;display:grid}.form-row label{color:#3f4e49;font-size:14px;font-weight:600}.form-row input,.form-row textarea,.form-row select{color:#101614;background:#fff;border:1px solid #d7dedb;border-radius:10px;padding:11px 13px;font-size:15px;transition:border-color .12s,box-shadow .12s}.form-row input:focus,.form-row textarea:focus,.form-row select:focus{border-color:#008069;outline:none;box-shadow:0 0 0 3px #00806921}.form-row input::placeholder,.form-row textarea::placeholder{color:#a9b4af}.form-actions{gap:8px;margin-top:4px;display:flex}.table-list{border-collapse:collapse;width:100%}.table-list th,.table-list td{text-align:left;border-bottom:1px solid #eef2f0;padding:13px 14px}.table-list th{color:#5b6b66;text-transform:uppercase;letter-spacing:.07em;font-size:12px;font-weight:700}.table-list td{color:#101614;font-size:15px}.table-list tbody tr:hover{background:#f9fbfa}.table-list tbody tr:last-child td{border-bottom:0}.table-empty{text-align:center;color:#93a29c;padding:22px!important}.table-list code{color:#3f4e49;background:#eef2f0;border-radius:6px;padding:2px 7px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px}.doc-label{color:#008069;margin-bottom:2px;font-size:11px;font-weight:700;display:block}.checklist-panel{background:#f0fbf4;border-top:1px solid #e3e8e6;flex-direction:column;gap:12px;padding:14px;display:flex}.checklist-panel-header{justify-content:space-between;align-items:center;display:flex}.checklist-panel-header strong{color:#101614;font-size:14px}.checklist-doc-count{color:#4b5a55;background:#e3f2fd;border-radius:999px;padding:2px 10px;font-size:12px}.checklist-results-summary{flex-wrap:wrap;gap:6px;display:flex}.checklist-result-badge{color:#4b5a55;background:#eef2f0;border-radius:999px;padding:4px 10px;font-size:11px;font-weight:700}.checklist-result-badge.status-approved{color:#0f7a45;background:#e7f9ef}.checklist-result-badge.status-rejected{color:#b71c1c;background:#fdecec}.checklist-result-badge.status-pending{color:#8a5a00;background:#fff6e0}.checklist-items-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.checklist-item{background:#fff;border:1px solid #e3e8e6;border-radius:12px;flex-direction:column;gap:6px;padding:10px 12px;transition:border-color .15s;display:flex}.checklist-item.checked{background:#e7f9ef;border-color:#008069}.checklist-item label{cursor:pointer;color:#101614;align-items:center;gap:8px;font-size:14px;font-weight:400;display:flex}.checklist-item label input[type=checkbox]{accent-color:#008069;flex-shrink:0;width:17px;height:17px}.checklist-item label span{flex:1}.checklist-required{color:#e53935;font-size:14px;font-weight:900}.checklist-note-input{color:#3f4e49;background:#f6f8f7;border:1px solid #d7dedb;border-radius:8px;padding:7px 10px;font-size:13px}.checklist-actions{gap:10px;padding-top:4px;display:flex}.checklist-item-editor{align-items:center;gap:8px;margin-bottom:8px;display:flex}.checklist-required-toggle{color:#5b6b66;white-space:nowrap;align-items:center;gap:4px;font-size:12px;font-weight:400;display:flex}.checklist-item-label-input{flex:1}.tpl-description{color:#93a29c;margin-top:2px;font-size:12px}.tpl-actions{align-items:center;gap:6px;display:flex}.tpl-confirm-label{color:#b71c1c;font-size:12px;font-weight:700}.login-page{background:linear-gradient(135deg,#e7f9ef 0%,#f5f5f5 100%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;gap:0;width:100%;max-width:400px;padding:36px 32px;display:flex;box-shadow:0 20px 60px #2a2e351a}.login-logo{color:#fff;background:#25d366;border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:16px;font-size:22px;font-weight:900;display:grid}.login-title{color:#2a2e35;margin:0 0 4px;font-size:22px}.login-subtitle{color:#505468;margin:0 0 24px;font-size:14px;line-height:1.5}.login-field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.login-field label{color:#505468;font-size:13px;font-weight:700}.login-field input{border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;font-size:14px;transition:border-color .15s}.login-field input:focus{border-color:#008069;outline:none;box-shadow:0 0 0 3px #00806926}.login-error{color:#b71c1c;background:#ffebee;border:1px solid #ffcdd2;border-radius:12px;margin-bottom:14px;padding:10px 14px;font-size:13px;font-weight:600}.login-footer{color:#505468;text-align:center;margin:14px 0 0;font-size:13px}.login-footer a{color:#008069;font-weight:700}.conversation-grid{grid-template-columns:minmax(600px,1fr) 420px;align-items:start;gap:16px;display:grid}@media (width<=1280px){.conversation-grid{grid-template-columns:1fr}}pre{background:#f5f5f5;border-radius:14px;padding:16px;overflow:auto}.you-label{color:#a0aec0;font-size:12px}.roles-toggle-group{flex-wrap:wrap;gap:12px;display:flex}.role-toggle{color:#2a2e35;cursor:pointer;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.role-toggle input{accent-color:#008069;width:16px;height:16px}.billing-status{flex-wrap:wrap;gap:40px;display:flex}.billing-status-label{color:#505468;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin-top:16px;display:grid}.plan-card-body{flex-direction:column;gap:12px;display:flex}.plan-price strong{color:#2a2e35;font-size:28px}.plan-price span{color:#505468}.plan-description{color:#505468;margin:0;font-size:13px}.plan-features{color:#2a2e35;gap:6px;margin:0;padding:0;font-size:13px;list-style:none;display:grid}.health-metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:20px;display:grid}.health-metric span{color:#505468;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.health-metric strong{color:#2a2e35;align-items:center;gap:6px;font-size:20px;display:flex}.health-bar{background:#f5f5f5;border-radius:99px;height:8px;margin:8px 0 6px;overflow:hidden}.health-bar-fill{background:#2e7d32;border-radius:99px;height:100%;transition:width .3s}.health-bar-fill.warning{background:#f57f17}.health-bar-fill.danger{background:#c62828}.block-reason{color:#505468;font-size:12px}.inline-fields{color:#505468;flex-wrap:wrap;align-items:center;gap:16px;font-size:13px;display:flex}.inline-fields input{border:1px solid #e2e8f0;border-radius:8px;width:64px;margin:0 4px;padding:6px 8px}.section-gap{height:18px}.page-actions{justify-content:flex-end;margin-bottom:16px;display:flex}.stage-bars{flex-direction:column;gap:12px;display:flex}.stage-bar-row{grid-template-columns:140px 1fr 48px;align-items:center;gap:14px;display:grid}.stage-bar-label{color:#3f4e49;font-size:14px;font-weight:600}.stage-bar-track{background:#eef2f0;border-radius:99px;height:12px;overflow:hidden}.stage-bar-fill{background:linear-gradient(90deg,#008069,#25d366);border-radius:99px;min-width:3px;height:100%;transition:width .3s}.stage-bar-value{color:#101614;text-align:right;font-size:15px;font-weight:700}:root{color:#101614;-webkit-font-smoothing:antialiased;background:#f6f8f7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}*{box-sizing:border-box}body{background:#f6f8f7;min-height:100vh;margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}.page{max-width:1440px;padding:28px 32px}.page-title{color:#101614;letter-spacing:-.02em;margin:0 0 6px;font-size:30px;font-weight:800}.page-subtitle{color:#5b6b66;max-width:760px;margin:0 0 26px;font-size:16px;line-height:1.5}.grid{gap:16px;display:grid}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=1100px){.grid-4,.grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}.page{padding:18px 16px}}
