@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.sidebar{width:260px;background:#f3f4f6;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:100;padding:1rem}.sidebar-header{margin-bottom:1rem}.sidebar-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:.75rem;margin-bottom:1rem;box-shadow:0 1px 2px #0000000d}.logo-container{display:flex;align-items:center;gap:.75rem;width:100%}.logo-icon{width:36px;height:36px;background:#000;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.user-info{display:flex;flex-direction:column;flex:1}.user-role{font-weight:700;font-size:.95rem;color:#111827;line-height:1.2}.user-name{font-size:.8rem;color:#6b7280}.dropdown-icon{color:#9ca3af}.sidebar-menu{flex:1;display:flex;flex-direction:column;gap:.25rem}.menu-item{display:flex;align-items:center;padding:.5rem .75rem;color:#6b7280;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .2s;border-radius:6px;cursor:pointer;gap:.75rem}.menu-item:hover{background:#f3f4f6;color:#111827}.menu-item.active{background:#f3f4f6;color:#111827;font-weight:600}.icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:inherit}.menu-section-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .5rem 1rem;color:#4b5563;font-weight:600;cursor:pointer}.section-title-row{display:flex;align-items:center;gap:.75rem}.collapse-icon{color:#9ca3af}.menu-list{display:flex;flex-direction:column;gap:.25rem}.status-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.status-icon.pre-active{width:16px;height:16px;border:2px solid #718096;border-radius:50%;margin:2px}.status-icon.active-check{color:#718096;border:2px solid #718096;border-radius:50%;width:16px;height:16px;margin:2px}.status-icon.active-check svg{width:10px;height:10px}.status-icon.blocked{color:#718096;border:2px solid #718096;border-radius:50%;width:16px;height:16px;margin:2px}.status-icon.blocked svg{width:10px;height:10px}.status-icon.closed{color:#718096;border:2px solid #718096;border-radius:50%;width:16px;height:16px;margin:2px}.status-icon.closed svg{width:10px;height:10px}.stats-container{display:flex;gap:1.5rem;padding:0 2rem 1.5rem}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.25rem;flex:1;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;gap:.5rem}.stat-header{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.85rem;font-weight:500}.info-icon{font-size:.85rem;cursor:help;color:#9ca3af;border:1px solid #9ca3af;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:10px}.stat-value{font-size:1.5rem;font-weight:700;color:#111827;line-height:1.2}.stat-value-group{display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.stat-subtext{font-size:.85rem;color:#9ca3af;font-weight:400}.filter-panel{background:transparent;padding:.5rem 2rem 1rem;display:flex;justify-content:space-between;align-items:center}.filter-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.sort-container{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.9rem;color:#6b7280}.sort-select{padding:.5rem;border:none;font-size:.9rem;color:#374151;background:transparent;cursor:pointer;font-weight:500;outline:none}.filter-dropdown-container{position:relative}.filter-button{background:#f3f4f6;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;color:#4b5563;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;font-weight:500}.filter-button:hover,.filter-button.active{background:#e5e7eb;color:#111827}.filter-button.has-value{background:#e0f2fe;color:#0369a1}.arrow{font-size:.7rem;opacity:.6}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:200px;z-index:50;padding:.5rem 0;max-height:300px;overflow-y:auto}.dropdown-menu.right-aligned{left:auto;right:0}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;color:#4a5568;transition:background .2s}.dropdown-item:hover{background:#f7fafc}.dropdown-item input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:1px solid #cbd5e0;cursor:pointer}.dropdown-item.clickable{cursor:pointer}.dropdown-item.selected{background:#ebf8ff;color:#2b6cb0}.date-inputs{display:flex;flex-direction:column;gap:1rem}.date-field{display:flex;flex-direction:column;gap:.25rem}.date-field label{font-size:.8rem;color:#718096;font-weight:500}.date-field input{padding:.5rem;border:1px solid #e2e8f0;border-radius:4px;font-size:.9rem}.ml-auto{margin-left:auto}.p-3{padding:1rem}.sales-table-container{padding:0 2rem 2rem;background:#f5f7fa}.table-wrapper{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0;overflow-x:auto}.sales-table{width:100%;border-collapse:collapse;font-size:.9rem;text-align:left}.sales-table th{background:#f8fafc;padding:1rem 1.5rem;font-weight:600;color:#718096;border-bottom:1px solid #e2e8f0;white-space:nowrap}.sales-table td{padding:1rem 1.5rem;color:#4a5568;border-bottom:1px solid #edf2f7;white-space:nowrap}.sales-table tr:last-child td{border-bottom:none}.sales-table tr:hover{background-color:#f7fafc}.phone-cell{display:flex;align-items:center;gap:.5rem}.copy-icon{cursor:pointer;color:#a0aec0;font-size:.9rem}.copy-icon:hover{color:#4a5568}.category-tag{font-weight:600;color:#2d3748}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#718096;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.pagination-container{display:flex;justify-content:center;padding:2rem;background:#f5f7fa}.pagination{display:flex;align-items:center;gap:.5rem}.pagination-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#718096;font-size:.9rem;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#cbd5e0;color:#4a5568}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f7fafc}.pagination-number{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#718096;font-size:.9rem;transition:all .2s}.pagination-number:hover{border-color:#cbd5e0;color:#4a5568}.pagination-number.active{border-color:#1a202c;color:#1a202c;font-weight:600;border-width:1.5px}.pagination-dots{color:#a0aec0;padding:0 .5rem}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:#f5f7fa;color:#333}.app{display:flex;min-height:100vh}.main-wrapper{flex:1;margin-left:260px;display:flex;flex-direction:column;height:100vh;overflow:hidden;background-color:#f9fafb}.app-header{background:transparent;padding:1.5rem 2rem 1rem;border-bottom:none;display:flex;justify-content:space-between;align-items:center;height:auto}.app-header h1{font-size:1.25rem;font-weight:700;color:#111827}.header-search{width:320px}.header-search-input{width:100%;padding:.6rem 1.25rem;border:1px solid #e5e7eb;border-radius:9999px;font-size:.9rem;outline:none;background:#fff;color:#4b5563;box-shadow:0 1px 2px #0000000d}.header-search-input::placeholder{color:#9ca3af}.content-container{flex:1;overflow-y:auto;padding:0;background:#f9fafb}.metrics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1.5rem 2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px #0000000d;border:1px solid #e2e8f0}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;color:#718096;font-size:.9rem}.info-icon{cursor:help;opacity:.5}.metric-value{font-size:1.5rem;font-weight:700;color:#1a202c}.metric-sub{font-size:.85rem;color:#a0aec0;font-weight:400;margin-left:.5rem}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #64748b;--success-color: #10b981;--warning-color: #f59e0b;--danger-color: #ef4444;--background: #f8fafc;--surface: #ffffff;--border: #e2e8f0;--text-primary: #0f172a;--text-secondary: #64748b;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--radius: 8px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background);color:var(--text-primary);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{font-family:inherit;cursor:pointer;border:none;outline:none;transition:all .2s ease}button:disabled{cursor:not-allowed;opacity:.5}input,select{font-family:inherit;font-size:inherit}#root{min-height:100vh}
