*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;background-color:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;font-size:15px;line-height:1.6}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}.app-layout,.app-layout-fullscreen{display:flex;min-height:100vh}.app-layout-fullscreen{width:100%}.sidebar{background:#fff;border-right:3px solid;bottom:0;box-shadow:2px 0 8px #0000000d;color:#1f2937;display:flex;flex-direction:column;left:0;overflow-y:auto;padding:0;position:fixed;top:0;width:260px;z-index:100}.sidebar-header{border-bottom:3px solid #fff3;color:#fff;flex-shrink:0;padding:20px}.sidebar-brand{align-items:center;display:flex;gap:12px;margin-bottom:16px}.brand-icon{font-size:32px;line-height:1}.brand-text{flex:1 1}.brand-text h1{color:#fff;font-size:20px;font-weight:800;line-height:1;margin:0}.brand-text p{font-size:12px;font-weight:600;margin:4px 0 0;opacity:.9}.sidebar-nav{flex:1 1;overflow-y:auto;padding:16px 0}.nav-section{margin-bottom:24px}.nav-section-title{color:#9ca3af;font-size:11px;font-weight:700;letter-spacing:.8px;padding:8px 20px;text-transform:uppercase}.nav-link{align-items:center;border-left:3px solid #0000;color:#6b7280;display:flex;font-size:14px;font-weight:600;gap:12px;padding:12px 20px;text-decoration:none;transition:all .2s}.nav-link:hover{background:#f9fafb;color:#1f2937;text-decoration:none}.nav-link.active{background:#f3f4f6;color:#1f2937;font-weight:700}.nav-link svg{stroke-width:2.5;flex-shrink:0;height:20px;width:20px}.sidebar-footer{background:#f9fafb;border-top:2px solid #e5e7eb;flex-shrink:0;padding:16px 20px}.footer-info{display:flex;flex-direction:column;gap:8px}.footer-state-badge{align-items:center;align-self:flex-start;border-radius:6px;color:#fff;display:inline-flex;font-size:13px;font-weight:700;gap:6px;justify-content:center;padding:6px 12px}.footer-text{color:#6b7280;font-size:12px;font-weight:600}.main-content{background:#f9fafb;flex:1 1;margin-left:260px;max-width:calc(100vw - 260px);min-height:100vh;overflow-x:hidden;padding:0}.main-content-fullscreen{background:#f8fafc;flex:1 1;min-height:100vh;padding:0;width:100%}.card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000f}.card-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.card-header h2{font-size:16px;font-weight:600;margin:0}.card-body{padding:20px}.stat-cards{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 1px 3px #00000014;padding:20px}.stat-card .stat-label{color:#64748b;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.stat-card .stat-value{font-size:32px;font-weight:700;margin:4px 0}.stat-card .stat-subtitle{color:#94a3b8;font-size:13px}.stat-card.blue .stat-value{color:#2563eb}.stat-card.green .stat-value{color:#16a34a}.stat-card.red .stat-value{color:#dc2626}.stat-card.orange .stat-value{color:#ea580c}.table-container{overflow-x:auto}table{border-collapse:collapse;width:100%}thead th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.5px;padding:10px 14px;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}thead th:hover{color:#1e293b}tbody td{border-bottom:1px solid #f1f5f9;font-size:14px;padding:12px 14px}tbody tr:hover{background:#f8fafc}tbody tr.clickable{cursor:pointer}tbody tr.clickable:hover{background:#eff6ff}.badge{border-radius:9999px;display:inline-block;font-size:12px;font-weight:600;padding:2px 10px;white-space:nowrap}.badge-green{background:#dcfce7;color:#15803d}.badge-red{background:#fee2e2;color:#b91c1c}.badge-yellow{background:#fef9c3;color:#a16207}.badge-blue{background:#dbeafe;color:#1d4ed8}.badge-gray{background:#f1f5f9;color:#475569}.badge-orange{background:#ffedd5;color:#c2410c}.tag{align-items:center;background:#eff6ff;border-radius:9999px;color:#2563eb;display:inline-flex;font-size:12px;font-weight:500;gap:4px;margin:2px;padding:2px 10px;white-space:nowrap}.tag button{background:none;border:none;color:#93c5fd;cursor:pointer;font-size:14px;line-height:1;margin-left:2px;padding:0}.tag button:hover{color:#dc2626}.btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .15s;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.5}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f1f5f9;border:1px solid #e2e8f0;color:#475569}.btn-secondary:hover{background:#e2e8f0}.btn-success{background:#16a34a;color:#fff}.btn-success:hover{background:#15803d}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-sm{font-size:13px;padding:4px 10px}.btn svg{height:16px;width:16px}.form-group{margin-bottom:16px}.form-group label{color:#475569;display:block;font-size:13px;font-weight:600;margin-bottom:4px}.form-control{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1e293b;font-size:14px;padding:8px 12px;transition:border-color .15s;width:100%}.form-control:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}textarea.form-control{min-height:80px;resize:vertical}select.form-control{-webkit-appearance:auto;appearance:auto}.search-bar{max-width:480px;position:relative}.search-bar input{background:#fff;border:1px solid #d1d5db;border-radius:10px;font-size:15px;padding:10px 14px 10px 40px;width:100%}.search-bar input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.search-bar svg{color:#94a3b8;height:18px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:18px}.search-results{background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 25px #0000001a;left:0;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:50}.search-results .search-section{padding:8px 0}.search-results .search-section-title{color:#94a3b8;font-size:11px;font-weight:600;letter-spacing:.5px;padding:6px 14px;text-transform:uppercase}.search-results .search-item{align-items:center;cursor:pointer;display:flex;gap:10px;padding:10px 14px;transition:background .1s}.search-results .search-item:hover{background:#f8fafc}.search-results .search-item .search-item-title{font-size:14px;font-weight:500}.search-results .search-item .search-item-sub{color:#94a3b8;font-size:12px}.filter-bar{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px}.filter-bar input,.filter-bar select{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#475569;font-size:13px;padding:6px 12px}.filter-bar input:focus,.filter-bar select:focus{border-color:#3b82f6;outline:none}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:24px}.page-header h1{font-size:24px;font-weight:700;margin:0}.page-header .page-subtitle{color:#64748b;font-size:14px;margin:2px 0 0}.grid-2{grid-gap:20px;grid-template-columns:1fr 1fr}.grid-2,.grid-3{display:grid;gap:20px}.grid-3{grid-gap:20px;grid-template-columns:1fr 1fr 1fr}.text-right{text-align:right}.text-center{text-align:center}.text-muted{color:#94a3b8}.text-sm{font-size:13px}.text-xs{font-size:12px}.font-bold{font-weight:700}.font-medium{font-weight:500}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mr-2{margin-right:8px}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.w-full{width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{color:#94a3b8;padding:48px 20px;text-align:center}.empty-state svg{color:#cbd5e1;height:48px;margin-bottom:12px;width:48px}.empty-state h3{color:#64748b;font-size:16px;margin-bottom:6px}.empty-state p{font-size:14px}.toast-container{bottom:20px;display:flex;flex-direction:column;gap:8px;position:fixed;right:20px;z-index:9999}.toast{animation:slideIn .3s ease;border-radius:10px;box-shadow:0 4px 12px #00000026;font-size:14px;font-weight:500;min-width:280px;padding:12px 20px}.toast-success{background:#16a34a;color:#fff}.toast-error{background:#dc2626;color:#fff}.toast-info{background:#2563eb;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.modal-overlay{align-items:center;background:#0006;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0003;max-height:90vh;max-width:560px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:16px 20px}.modal-header h2{font-size:18px;font-weight:600;margin:0}.modal-header button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:20px}.modal-body{padding:20px}.modal-footer{border-top:1px solid #f1f5f9;display:flex;gap:8px;justify-content:flex-end;padding:16px 20px}.profile-header{background:linear-gradient(135deg,#1e3a5f,#2563eb);border-radius:10px;color:#fff;margin-bottom:20px;padding:24px}.profile-header h1{font-size:24px;font-weight:700;margin:0 0 8px}.profile-header .profile-meta{color:#bfdbfe;display:flex;flex-wrap:wrap;font-size:14px;gap:20px}.profile-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:20px}.profile-stat{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px;text-align:center}.profile-stat .value{color:#1e293b;font-size:24px;font-weight:700}.profile-stat .label{color:#64748b;font-size:12px;text-transform:uppercase}.timeline{padding-left:24px;position:relative}.timeline:before{background:#e2e8f0;bottom:4px;content:"";left:8px;position:absolute;top:4px;width:2px}.timeline-item{margin-bottom:20px;padding-bottom:4px;position:relative}.timeline-item:before{background:#3b82f6;border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 2px #3b82f6;content:"";height:10px;left:-20px;position:absolute;top:6px;width:10px}.timeline-item.call:before{background:#16a34a;box-shadow:0 0 0 2px #16a34a}.timeline-item.email:before{background:#2563eb;box-shadow:0 0 0 2px #2563eb}.timeline-item.meeting:before{background:#9333ea;box-shadow:0 0 0 2px #9333ea}.timeline-item.note:before{background:#94a3b8;box-shadow:0 0 0 2px #94a3b8}.timeline-date{color:#94a3b8;font-size:12px;font-weight:500}.timeline-type{font-size:12px;font-weight:600;text-transform:uppercase}.timeline-summary{color:#475569;font-size:14px;margin-top:4px}.timeline-followup{color:#ea580c;font-size:12px;font-weight:500;margin-top:4px}.tooltip-container{display:inline-flex;position:relative}.tooltip-trigger{align-items:center;color:#94a3b8;cursor:help;display:inline-flex}.tooltip-text:hover,.tooltip-trigger:hover+.tooltip-text{display:block}.tooltip-text{background:#1e293b;border-radius:6px;bottom:calc(100% + 6px);color:#fff;display:none;font-size:12px;left:50%;padding:6px 10px;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:10}.mobile-menu-toggle{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:none;height:40px;justify-content:center;left:12px;position:fixed;top:12px;width:40px;z-index:200}.mobile-menu-toggle svg{color:#475569;height:20px;width:20px}.sidebar-backdrop{background:#00000080;display:none;inset:0;position:fixed;z-index:99}@media (max-width:1024px){.grid-2{grid-template-columns:1fr}.grid-3{grid-template-columns:1fr 1fr}}@media (max-width:768px){.sidebar{box-shadow:4px 0 16px #00000026;transform:translateX(-100%);transition:transform .2s ease-in-out;width:280px}.sidebar.mobile-open{transform:translateX(0)}.mobile-menu-toggle{display:flex}.sidebar.mobile-open~.sidebar-backdrop,body.sidebar-open .sidebar-backdrop{display:block}.main-content{margin-left:0;max-width:100vw;padding:56px 16px 16px}.stat-cards{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr}.page-header{align-items:flex-start;flex-direction:column;gap:8px}.filter-bar{align-items:stretch;flex-direction:column}[style*="grid-template-columns: 1.2fr 1fr"],[style*="grid-template-columns: 1fr 1.2fr"],[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns:1fr 1fr"]{grid-template-columns:1fr!important}[style*="position: sticky"]{position:static!important}table{max-width:100%;white-space:nowrap}.data-table,table{display:block;overflow-x:auto}iframe{max-width:100%}}@media (max-width:480px){.stat-cards{grid-template-columns:1fr}body{font-size:14px}h1{font-size:20px!important}}.currency{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.state-indicator{cursor:default;transition:all .2s ease;-webkit-user-select:none;user-select:none}.state-indicator:hover{box-shadow:0 4px 8px #00000026!important;transform:translateY(-1px)}.state-icon{font-size:16px;line-height:1}.state-name{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:.5px}
/*# sourceMappingURL=main.436eba0e.css.map*/