@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;700&display=swap);:root{--purple:#3f0051;--purple-mid:#5a1070;--purple-soft:#7c3a94;--purple-light:#3f005114;--gold:#d4af37;--gold-light:#e8cc6a;--gold-pale:#f7f0d6;--lilac:#b58cc6;--lavender:#eadaf0;--cream:#faf6f9;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--green:#059669;--green-bg:#d1fae5;--red:#dc2626;--red-bg:#fee2e2;--blue:#2563eb;--blue-bg:#dbeafe;--orange:#ea580c;--orange-bg:#ffedd5;--sidebar-width:220px;--topbar-height:56px;--radius-sm:6px;--radius:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 16px #3f005114}*,:after,:before{box-sizing:border-box;margin:0;padding:0}#root,body,html{font-size:14px;height:100%}body{-webkit-font-smoothing:antialiased;background:#faf6f9;background:var(--cream);color:#1f2937;color:var(--gray-800);font-family:Poppins,-apple-system,sans-serif}h1,h2,h3,h4{color:#3f0051;color:var(--purple);font-family:Playfair Display,Georgia,serif;font-weight:500;line-height:1.2}.btn{align-items:center;border:none;border-radius:8px;border-radius:var(--radius);cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;gap:6px;height:36px;padding:0 16px;text-decoration:none;transition:all .15s ease}.btn-primary{background:#3f0051;background:var(--purple);color:#fff}.btn-primary:hover{background:#5a1070;background:var(--purple-mid)}.btn-gold{background:#d4af37;background:var(--gold);color:#3f0051;color:var(--purple);font-weight:600}.btn-gold:hover{background:#e8cc6a;background:var(--gold-light)}.btn-outline{background:#0000;border:1px solid #e5e7eb;border:1px solid var(--gray-200);color:#4b5563;color:var(--gray-600)}.btn-outline:hover{background:#f9fafb;background:var(--gray-50);color:#3f0051;color:var(--purple)}.btn-danger{background:#fee2e2;background:var(--red-bg);color:#dc2626;color:var(--red)}.btn-danger:hover{background:#dc2626;background:var(--red);color:#fff}.input{background:#fff;border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);color:#1f2937;color:var(--gray-800);font-family:Poppins,sans-serif;font-size:13px;height:40px;outline:none;padding:0 12px;transition:border-color .15s;width:100%}.input:focus{border-color:#b58cc6;border-color:var(--lilac);box-shadow:0 0 0 3px #b58cc626}.input::placeholder{color:#9ca3af;color:var(--gray-400)}.input-label{color:#374151;color:var(--gray-700);display:block;font-size:12px;font-weight:500;margin-bottom:5px}.input-group{display:flex;flex-direction:column;gap:4px;margin-bottom:16px}.card{background:#fff;border:.5px solid #e5e7eb;border:.5px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden}.card-header{border-bottom:.5px solid #e5e7eb;border-bottom:.5px solid var(--gray-200);justify-content:space-between;padding:14px 16px}.card-header,.card-title{align-items:center;display:flex}.card-title{color:#3f0051;color:var(--purple);font-size:11px;font-weight:600;gap:7px;letter-spacing:.07em;text-transform:uppercase}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:10px;font-weight:600;padding:3px 9px;white-space:nowrap}.badge-advocacia{background:#3f00511a;color:#3f0051;color:var(--purple)}.badge-saude{background:#d1fae5;background:var(--green-bg);color:#059669;color:var(--green)}.badge-infoprod{background:#dbeafe;background:var(--blue-bg);color:#2563eb;color:var(--blue)}.badge-outros{background:#f7f0d6;background:var(--gold-pale);color:#7a6010}.badge-admin{background:#3f005126;color:#3f0051;color:var(--purple)}.badge-gestor{background:#eadaf0;background:var(--lavender);color:#7c3a94;color:var(--purple-soft)}.badge-sdr{background:#f7f0d6;background:var(--gold-pale);color:#7a6010}.badge-closer{background:#ffedd5;background:var(--orange-bg);color:#ea580c;color:var(--orange)}.badge-operacional{background:#f3f4f6;background:var(--gray-100);color:#4b5563;color:var(--gray-600)}.etapa-entrada{background:#dbeafe;background:var(--blue-bg);color:#2563eb;color:var(--blue)}.etapa-qualif{background:#eadaf0;background:var(--lavender);color:#3f0051;color:var(--purple)}.etapa-agend{background:#f7f0d6;background:var(--gold-pale);color:#7a6010}.etapa-negos{background:#ffedd5;background:var(--orange-bg);color:#ea580c;color:var(--orange)}.etapa-fecha{background:#d1fae5;background:var(--green-bg);color:#059669;color:var(--green)}.etapa-perdido{background:#fee2e2;background:var(--red-bg);color:#dc2626;color:var(--red)}.status-agendado{background:#dbeafe;background:var(--blue-bg);color:#2563eb;color:var(--blue)}.status-realizado{background:#d1fae5;background:var(--green-bg);color:#059669;color:var(--green)}.status-cancelado{background:#fee2e2;background:var(--red-bg);color:#dc2626;color:var(--red)}.status-noshow{background:#ffedd5;background:var(--orange-bg);color:#ea580c;color:var(--orange)}.app-layout{height:100vh}.app-layout,.sidebar{display:flex;overflow:hidden}.sidebar{background:#3f0051;background:var(--purple);flex-direction:column;flex-shrink:0;width:220px;width:var(--sidebar-width)}.sidebar-logo{border-bottom:.5px solid #ffffff14;gap:10px;padding:18px 16px 14px}.logo-mark,.sidebar-logo{align-items:center;display:flex;flex-shrink:0}.logo-mark{background:#5a1070;background:var(--purple-mid);border:1.5px solid #d4af37;border:1.5px solid var(--gold);border-radius:8px;height:38px;justify-content:center;width:38px}.logo-v{color:#d4af37;color:var(--gold);font-family:Playfair Display,serif;font-size:18px;font-weight:700;line-height:1}.logo-text strong{color:#fff;display:block;font-size:12px;font-weight:700;letter-spacing:.12em}.logo-text small{color:#b58cc6;color:var(--lilac);font-size:9px;letter-spacing:.1em}.sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;overflow-y:auto;padding:10px 8px}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:#0000}.sidebar-nav::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.nav-section{color:#b58cc6;color:var(--lilac);font-size:8px;font-weight:600;letter-spacing:.14em;opacity:.7;padding:10px 10px 4px;text-transform:uppercase}.nav-item{align-items:center;background:none;border:none;border-radius:8px;border-radius:var(--radius);color:#fff9;cursor:pointer;display:flex;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;gap:9px;padding:8px 10px;text-align:left;text-decoration:none;transition:all .15s;width:100%}.nav-item:hover{background:#ffffff14;color:#fff}.nav-item.active{background:#d4af3726;color:#d4af37;color:var(--gold);font-weight:500}.nav-item .nav-icon,.nav-item svg{flex-shrink:0;height:16px;opacity:.6;width:16px}.nav-item.active .nav-icon,.nav-item:hover .nav-icon{opacity:1}.nav-badge{border-radius:10px;font-size:10px;font-weight:700;line-height:1.5;margin-left:auto;min-width:18px;padding:1px 6px;text-align:center}.nav-badge-gold{background:#d4af37;background:var(--gold);color:#3f0051;color:var(--purple)}.nav-badge-red{background:#dc2626;background:var(--red);color:#fff}.sidebar-user{border-top:.5px solid #ffffff14;gap:10px;padding:12px}.sidebar-user,.user-avatar{align-items:center;display:flex;flex-shrink:0}.user-avatar{background:#d4af3733;border:1.5px solid #d4af37;border:1.5px solid var(--gold);border-radius:50%;color:#d4af37;color:var(--gold);font-size:11px;font-weight:600;height:34px;justify-content:center;width:34px}.user-name{color:#fff;font-size:12px;font-weight:500;line-height:1.2}.user-role{color:#b58cc6;color:var(--lilac);font-size:10px}.btn-logout{background:none;border:none;border-radius:4px;color:#fff6;cursor:pointer;font-size:14px;margin-left:auto;padding:4px;transition:color .15s}.btn-logout:hover{color:#dc2626;color:var(--red)}.topbar{align-items:center;background:#fff;border-bottom:.5px solid #e5e7eb;border-bottom:.5px solid var(--gray-200);display:flex;flex-shrink:0;gap:12px;height:56px;height:var(--topbar-height);padding:0 20px}.topbar-title{color:#3f0051;color:var(--purple);flex:1 1;font-family:Playfair Display,serif;font-size:18px;font-weight:500}.topbar-subtitle{color:#9ca3af;color:var(--gray-400);font-family:Poppins,sans-serif;font-size:11px;font-weight:400;margin-left:8px}.topbar-actions{gap:8px}.btn-icon,.topbar-actions{align-items:center;display:flex}.btn-icon{background:#fff;border:.5px solid #e5e7eb;border:.5px solid var(--gray-200);border-radius:8px;border-radius:var(--radius);color:#4b5563;color:var(--gray-600);cursor:pointer;flex-shrink:0;font-size:16px;height:36px;justify-content:center;position:relative;transition:all .15s;width:36px}.btn-icon:hover{background:#faf6f9;background:var(--cream);color:#3f0051;color:var(--purple)}.notif-dot{background:#dc2626;background:var(--red);border:1.5px solid #fff;border-radius:50%;height:7px;position:absolute;right:7px;top:7px;width:7px}.main-area{display:flex;flex:1 1;flex-direction:column;min-width:0;overflow:hidden}.content{flex:1 1;overflow-y:auto;padding:20px}.content::-webkit-scrollbar{width:6px}.content::-webkit-scrollbar-track{background:#0000}.content::-webkit-scrollbar-thumb{background:#e5e7eb;background:var(--gray-200);border-radius:4px}.kpi-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px}.kpi-card{background:#fff;border:.5px solid #e5e7eb;border:.5px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden;padding:14px 16px;position:relative}.kpi-card:before{content:"";height:3px;left:0;position:absolute;right:0;top:0}.kpi-purple:before{background:#3f0051;background:var(--purple)}.kpi-gold:before{background:#d4af37;background:var(--gold)}.kpi-green:before{background:#059669;background:var(--green)}.kpi-red:before{background:#dc2626;background:var(--red)}.kpi-blue:before{background:#2563eb;background:var(--blue)}.kpi-lilac:before{background:#b58cc6;background:var(--lilac)}.kpi-label{color:#9ca3af;color:var(--gray-400);font-size:10px;font-weight:500;letter-spacing:.07em;margin-bottom:6px;text-transform:uppercase}.kpi-value{color:#3f0051;color:var(--purple);font-family:Playfair Display,serif;font-size:26px;font-weight:700;line-height:1}.kpi-sub{color:#9ca3af;color:var(--gray-400);font-size:11px;margin-top:4px}.trend-up{color:#059669;color:var(--green);font-weight:500}.trend-down{color:#dc2626;color:var(--red);font-weight:500}.data-table{background:#fff;border:.5px solid #e5e7eb;border:.5px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);overflow:hidden}.data-table-head{background:#faf6f9;background:var(--cream);border-bottom:.5px solid #e5e7eb;border-bottom:.5px solid var(--gray-200);color:#9ca3af;color:var(--gray-400);font-size:10px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.data-table-head,.data-table-row{grid-gap:8px;display:grid;gap:8px;padding:10px 16px}.data-table-row{align-items:center;border-bottom:.5px solid #f5f0fa;cursor:pointer;font-size:12px;transition:background .1s}.data-table-row:last-child{border-bottom:none}.data-table-row:hover{background:#faf6f9;background:var(--cream)}.cell-name{color:#1f2937;color:var(--gray-800);font-weight:500}.cell-muted{color:#6b7280;color:var(--gray-500);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meta-bar-bg{background:#eadaf0;background:var(--lavender);border-radius:10px;height:6px;overflow:hidden}.meta-bar-fill{border-radius:10px;height:100%;transition:width .4s ease}.meta-bar-purple{background:linear-gradient(90deg,#3f0051,#b58cc6);background:linear-gradient(90deg,var(--purple),var(--lilac))}.meta-bar-gold{background:linear-gradient(90deg,#d4af37,#e8cc6a);background:linear-gradient(90deg,var(--gold),var(--gold-light))}.meta-bar-green{background:linear-gradient(90deg,#059669,#34d399);background:linear-gradient(90deg,var(--green),#34d399)}.section-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.section-title{color:#3f0051;color:var(--purple);font-family:Playfair Display,serif;font-size:15px;font-weight:500;white-space:nowrap}.section-line{background:#e5e7eb;background:var(--gray-200);flex:1 1;height:.5px}.empty-state{color:#9ca3af;color:var(--gray-400);padding:40px 20px;text-align:center}.empty-state-icon{font-size:40px;margin-bottom:12px;opacity:.3}.empty-state-title{color:#4b5563;color:var(--gray-600);font-size:14px;font-weight:500;margin-bottom:6px}.empty-state-desc{color:#9ca3af;color:var(--gray-400);font-size:12px}.sale-toast{animation:slideUp .3s ease;background:#3f0051;background:var(--purple);border:1.5px solid #d4af37;border:1.5px solid var(--gold);border-radius:16px;border-radius:var(--radius-xl);bottom:24px;padding:16px;position:fixed;right:24px;width:300px;z-index:9999}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.sale-toast-title{color:#fff;font-size:13px;font-weight:600}.sale-toast-sub{color:#b58cc6;color:var(--lilac);font-size:11px;margin-top:2px}.sale-toast-value{color:#d4af37;color:var(--gold);font-family:Playfair Display,serif;font-size:28px;font-weight:700;margin:10px 0 6px}@media (max-width:1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.sidebar{display:none}.kpi-grid{grid-template-columns:1fr 1fr}}
/*# sourceMappingURL=main.21b88515.css.map*/