@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}:root{--primary:#2d5a27;--primary-light:#4a8c43;--secondary:#f4f8f4;--accent:#d4e157;--background:#fafdfa;--sidebar-bg:#1a2e1a;--sidebar-text:#fff;--sidebar-active:#2d5a27;--text:#1a2e1a;--text-muted:#6a7c6a;--card-bg:hsla(0,0%,100%,.8);--border:#e0eae0;--success:#43a047;--info:#0288d1;--radius:16px;--shadow:0 4px 20px rgba(0,0,0,.05);--glass-shadow:0 8px 32px 0 rgba(31,38,135,.07)}*{box-sizing:border-box;padding:0;margin:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--background);color:var(--text);line-height:1.6}.app-shell{display:flex;min-height:100vh}.sidebar{width:260px;background:var(--sidebar-bg);color:var(--sidebar-text);display:flex;flex-direction:column;position:fixed;height:100vh;transition:width .3s ease;z-index:100}.sidebar-header{padding:2rem 1.5rem;display:flex;align-items:center;gap:.75rem}.sidebar-logo-text{font-weight:800;font-size:1.25rem;letter-spacing:-.02em}.sidebar-nav{flex:1 1;padding:0 .75rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:10px;cursor:pointer;transition:background .2s,color .2s;color:hsla(0,0%,100%,.7);font-weight:500;font-size:.9rem}.nav-item:hover{background:hsla(0,0%,100%,.1);color:#fff}.nav-item.active{background:var(--sidebar-active);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,.2)}.main-content{flex:1 1;margin-left:260px;background:var(--background);min-height:100vh;display:flex;flex-direction:column}.main-header{padding:1.5rem 2rem;background:#fff;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;position:-webkit-sticky;position:sticky;top:0;z-index:50}.view-container{padding:2rem;flex:1 1}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);transition:transform .3s ease;display:flex;flex-direction:column;justify-content:space-between}.stat-card:hover{transform:translateY(-5px)}.stat-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.stat-title{font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.stat-value{font-size:1.75rem;font-weight:800;color:var(--text)}.stat-footer{margin-top:.5rem;font-size:.75rem;color:var(--text-muted)}.table-container{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}table{width:100%;border-collapse:collapse;text-align:left}th{background:#f9fbf9;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase}td,th{padding:1rem;border-bottom:1px solid var(--border)}td{font-size:.875rem}tr:hover td{background:#fdfdfd}.kanban-board{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.25rem;gap:1.25rem;align-items:start;min-width:1200px}.kanban-column{background:rgba(241,245,241,.5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius);padding:1.25rem;min-height:calc(100vh - 180px);display:flex;flex-direction:column;gap:1rem;transition:all .3s ease;border:1px solid var(--border)}.kanban-column.drag-over{background:rgba(45,90,39,.05);border:1px dashed var(--primary);transform:scale(1.02)}.column-header{margin-bottom:1rem;padding:0 .25rem}.column-title{font-size:.85rem;font-weight:800;color:var(--text);display:flex;align-items:center;justify-content:space-between;text-transform:uppercase;letter-spacing:.02em}.column-count{font-size:.7rem;background:var(--primary);color:#fff;padding:2px 8px;border-radius:12px;font-weight:700}.column-content{flex:1 1;display:flex;flex-direction:column;gap:1rem;min-height:200px}.empty-state{display:flex;align-items:center;justify-content:center;height:80px;border:1px dashed #dae2da;border-radius:12px;color:var(--text-muted);font-size:.75rem;text-align:center}.kanban-card{background:#fff;border-radius:14px;padding:1.25rem;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);border:1px solid var(--border);cursor:-webkit-grab;cursor:grab;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.kanban-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);border-color:var(--primary-light)}.kanban-card:active{cursor:-webkit-grabbing;cursor:grabbing}.kanban-card.dragging{opacity:.5;transform:scale(.95)}.card-top{justify-content:space-between;margin-bottom:.75rem}.card-time,.card-top{display:flex;align-items:center}.card-time{gap:4px;font-size:.65rem;font-weight:600;color:var(--text-muted)}.card-phone-suffix{font-size:.65rem;font-weight:800;color:var(--primary-light);background:var(--secondary);padding:2px 6px;border-radius:4px}.customer-name{font-weight:800;font-size:.95rem;color:var(--text);margin-bottom:.5rem;display:block}.card-summary-label{font-size:.65rem;font-weight:800;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;display:block}.card-summary{font-size:.8rem;color:#4a5568;line-height:1.5;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card-footer{margin-top:auto;padding-top:.75rem;border-top:1px solid var(--secondary);display:flex;justify-content:flex-start}.badge-kit{font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:6px}.badge-kit.has-kit{background:#def7ec;color:#03543f}.badge-kit.no-kit{background:#f3f4f6;color:#4b5563}.chat-monitor{background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);display:flex;flex-direction:row;height:calc(100vh - 160px);overflow:hidden}.chat-sidebar{width:320px;border-right:1px solid var(--border);display:flex;flex-direction:column;background:#fcfdfc}.chat-sidebar-header{padding:1.25rem;border-bottom:1px solid var(--border);background:#fff}.contact-list{flex:1 1;overflow-y:auto}.contact-item{padding:1rem 1.25rem;border-bottom:1px solid var(--border);cursor:pointer;transition:background .2s;display:flex;flex-direction:column;gap:.25rem}.contact-item:hover{background:#f4f8f4}.contact-item.active{background:#eef5ee;border-left:4px solid var(--primary)}.contact-name{font-weight:700;font-size:.9rem;color:var(--text)}.contact-last-msg{font-size:.75rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-main{flex:1 1;display:flex;flex-direction:column;background:#fff;position:relative}.chat-main-header{padding:1rem 1.5rem;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;background:#fff;z-index:10}.chat-messages{flex:1 1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background-image:radial-gradient(var(--border) .5px,transparent .5px);background-size:20px 20px}.message-bubble{max-width:70%;padding:.75rem 1rem;border-radius:14px;font-size:.9rem;position:relative;box-shadow:0 1px 2px rgba(0,0,0,.05)}.message-received{align-self:flex-start;background:#f0f0f0;color:var(--text);border-bottom-left-radius:2px}.message-sent{align-self:flex-end;background:var(--primary);color:#fff;border-bottom-right-radius:2px}.message-time{font-size:.65rem;margin-top:.25rem;opacity:.7;display:block;text-align:right}.badge-status{padding:.25rem .75rem;border-radius:9999px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;display:inline-flex;align-items:center;gap:4px}.badge-status-novo{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}.badge-status-qualificando{background:#ebf5ff;color:#1e40af;border:1px solid #bfdbfe}.badge-status-interesse{background:#fffbeb;color:#92400e;border:1px solid #fef3c7}.badge-status-link{background:#ecfdf5;color:#065f46;border:1px solid #d1fae5}.badge-status-convertido{background:#065f46;color:#fff}.badge-status-perdido{background:#fef2f2;color:#991b1b;border:1px solid #fee2e2}.table-row-premium{transition:all .2s ease}.table-row-premium:hover{background:rgba(45,90,39,.02)!important;transform:scale(1.002);box-shadow:inset 4px 0 0 var(--primary)}.icon-leads{background:#e8f5e9;color:#2d5a27}.icon-conv{background:#fff9c4;color:#fbc02d}.icon-msg{background:#e3f2fd;color:#0288d1}.icon-kit{background:#f3e5f5;color:#7b1fa2}@media (max-width:1024px){.sidebar{width:0;overflow:hidden}.main-content{margin-left:0}.sidebar.open{width:260px}}