*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1f2937;line-height:1.6}.dashboard-container{display:flex;min-height:100vh}.sidebar{width:280px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:fixed;height:100vh;z-index:100;transition:transform .3s ease}.sidebar-header{padding:2rem 1.5rem 1.5rem;border-bottom:1px solid #e5e7eb}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#1e3a8a,#3b82f6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.logo span{font-size:1.25rem;font-weight:700;color:#1e3a8a}.sidebar-nav{flex:1;padding:1.5rem 0;overflow-y:auto}.nav-item{display:block;padding:.75rem 1.5rem;color:#6b7280;text-decoration:none;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.75rem}.nav-item:hover{background:#f3f4f6;color:#1f2937}.nav-item.active{background:#ecfdf5;color:#059669;border-right:3px solid #10b981}.nav-item svg{width:20px;height:20px}.sidebar-footer{padding:1.5rem;border-top:1px solid #e5e7eb}.user-info{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.user-details{flex:1}.user-name{font-weight:600;color:#1f2937;font-size:.875rem}.user-role{font-size:.75rem;color:#6b7280;text-transform:capitalize}.logout-btn{width:100%;padding:.75rem;background:#f3f4f6;border:none;border-radius:8px;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem}.logout-btn:hover{background:#fee2e2;color:#dc2626}.main-content{flex:1;margin-left:280px;display:flex;flex-direction:column}.main-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem 2rem;display:flex;justify-content:space-between;align-items:center}.header-left{display:flex;align-items:center;gap:1rem}.mobile-menu-btn{display:none;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px}.mobile-menu-btn:hover{background:#f3f4f6}.main-header h1{font-size:1.5rem;font-weight:600;color:#1f2937}.company-info{background:#f3f4f6;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;color:#6b7280}.content-area{flex:1;padding:2rem;overflow-y:auto}.welcome-section{margin-bottom:2rem}.welcome-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.welcome-card h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.welcome-card p{color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.admin{background:linear-gradient(135deg,#dc2626,#ef4444)}.stat-icon.company{background:linear-gradient(135deg,#d97706,#f59e0b)}.stat-icon.user{background:linear-gradient(135deg,#2563eb,#3b82f6)}.stat-icon.customer{background:linear-gradient(135deg,#059669,#10b981)}.stat-icon.document{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.stat-icon.pending{background:linear-gradient(135deg,#ea580c,#f97316)}.stat-content{flex:1}.stat-number{font-size:2rem;font-weight:700;color:#1f2937;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;margin-top:.25rem}.quick-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.action-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;text-align:center;transition:transform .2s ease}.action-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.action-icon{width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 1rem}.action-card h3{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.action-card p{color:#6b7280;margin-bottom:1.5rem}.action-btn{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.action-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #1e3a8a4d}.customer-documents{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.documents-header{margin-bottom:2rem}.documents-header h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.documents-header p{color:#6b7280}.documents-list{display:flex;flex-direction:column;gap:1rem}.document-item{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:12px;border:1px solid #e5e7eb}.document-icon{width:40px;height:40px;background:linear-gradient(135deg,#7c3aed,#8b5cf6);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff}.document-info{flex:1}.document-info h4{font-weight:600;color:#1f2937;margin-bottom:.25rem}.document-info p{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.document-date{font-size:.75rem;color:#9ca3af}.document-actions{display:flex;gap:.5rem}.btn-primary,.btn-secondary{padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.btn-primary{background:#10b981;color:#fff}.btn-primary:hover{background:#059669}.btn-secondary{background:#f3f4f6;color:#6b7280}.btn-secondary:hover{background:#e5e7eb;color:#374151}@media (max-width: 1024px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}.main-content{margin-left:0}.mobile-menu-btn{display:block}}@media (max-width: 768px){.main-header,.content-area{padding:1rem}.stats-grid,.quick-actions{grid-template-columns:1fr}.document-item{flex-direction:column;text-align:center;gap:1rem}.document-actions{justify-content:center}}@media (max-width: 640px){.stat-card{flex-direction:column;text-align:center}.action-card,.customer-documents{padding:1.5rem}}.section-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.section-header h2{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.section-header p{color:#6b7280;font-size:1rem}.section-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem}.search-filter-bar{display:flex;align-items:center;gap:1rem;flex:1}.search-input-container{position:relative;flex:1;max-width:400px}.search-input-container svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.875rem;transition:all .2s ease;background:#fff}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.875rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;min-width:140px}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.add-user-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.add-user-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #3b82f666}.users-management-container{background:#fff;border-radius:16px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow:hidden}.users-table-wrapper{width:100%}.table-container{overflow-x:auto}.modern-table{width:100%;border-collapse:collapse;font-size:.875rem}.modern-table thead{background:#f8fafc;border-bottom:2px solid #e5e7eb}.modern-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#374151;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.modern-table th.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s ease}.modern-table th.sortable:hover{background:#f1f5f9}.th-content{display:flex;align-items:center;gap:.5rem}.th-content svg{opacity:.5;transition:opacity .2s ease}.modern-table th.sortable:hover .th-content svg{opacity:1}.modern-table th.actions-column{text-align:center;width:120px}.modern-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.modern-table tbody tr:hover{background:#f8fafc}.modern-table td{padding:1.25rem 1.5rem;vertical-align:middle}.user-info{display:flex;align-items:center;gap:.75rem}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;flex-shrink:0}.user-details{min-width:0}.user-name{font-weight:600;color:#1f2937;font-size:.875rem;line-height:1.25}.user-meta{font-size:.75rem;color:#6b7280;line-height:1.25}.email-cell{display:flex;flex-direction:column;gap:.25rem}.email-text{color:#1f2937;font-weight:500}.email-verified{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#10b981}.role-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize}.role-badge.admin{background:#fee2e2;color:#dc2626}.role-badge.company-admin{background:#fef3c7;color:#d97706}.role-badge.user{background:#dbeafe;color:#2563eb}.role-badge.customer{background:#d1fae5;color:#059669}.company-cell{display:flex;flex-direction:column;gap:.25rem}.company-name{font-weight:500;color:#1f2937}.company-meta{font-size:.75rem;color:#6b7280}.status-cell{display:flex;flex-direction:column;gap:.25rem}.status-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;width:-moz-fit-content;width:fit-content}.status-badge.active{background:#d1fae5;color:#059669}.status-badge.inactive{background:#fee2e2;color:#dc2626}.status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.last-seen{font-size:.75rem;color:#6b7280}.date-cell{display:flex;flex-direction:column;gap:.25rem}.date-primary{font-weight:500;color:#1f2937}.date-secondary{font-size:.75rem;color:#6b7280}.action-buttons{display:flex;align-items:center;gap:.5rem;justify-content:center}.action-btn{width:32px;height:32px;border:none;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.action-btn:hover{transform:translateY(-1px)}.view-btn{background:#f0f9ff;color:#0369a1}.view-btn:hover{background:#e0f2fe;box-shadow:0 2px 8px #0369a133}.edit-btn{background:#fef3c7;color:#d97706}.edit-btn:hover{background:#fde68a;box-shadow:0 2px 8px #d9770633}.action-dropdown{position:relative}.more-btn{background:#f3f4f6;color:#6b7280}.more-btn:hover{background:#e5e7eb;color:#374151}.dropdown-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000026;padding:.5rem 0;min-width:160px;z-index:50;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease}.action-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .2s ease}.dropdown-item:hover{background:#f3f4f6}.dropdown-item.danger{color:#dc2626}.dropdown-item.danger:hover{background:#fee2e2}.dropdown-divider{margin:.5rem 0;border:none;border-top:1px solid #e5e7eb}.table-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#f8fafc;border-top:1px solid #e5e7eb}.table-info{font-size:.875rem;color:#6b7280}.table-pagination{display:flex;align-items:center;gap:.5rem}.pagination-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.pagination-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-numbers{display:flex;gap:.25rem}.pagination-number{width:32px;height:32px;border:1px solid #e5e7eb;background:#fff;color:#374151;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.pagination-number:hover{background:#f3f4f6;border-color:#d1d5db}.pagination-number.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.user-profile-content{max-width:600px}.profile-header{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.profile-avatar{width:80px;height:80px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2rem}.profile-info h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.profile-email{color:#6b7280;margin-bottom:.75rem}.detail-section{margin-bottom:2rem}.detail-section h4{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.detail-item{display:flex;flex-direction:column;gap:.25rem}.detail-item label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-item span{font-weight:500;color:#1f2937}.permissions-list{display:flex;flex-wrap:wrap;gap:.5rem}.permission-tag{background:#dbeafe;color:#1e40af;padding:.25rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500}.no-permissions{color:#6b7280;font-style:italic}.edit-user-form{max-width:500px}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#374151;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6}.form-actions{display:flex;justify-content:flex-end;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.invitation-form{max-width:500px}.invitation-info{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.invitation-info p{color:#0369a1;margin:0}.user-activity-content{max-width:600px}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.activity-header h4{font-size:1.125rem;font-weight:600;color:#1f2937}.activity-filters select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb}.activity-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.activity-icon.login{background:#dbeafe}.activity-icon.document{background:#f3e8ff}.activity-icon.profile{background:#d1fae5}.activity-details{flex:1}.activity-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.activity-description{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.activity-time{color:#9ca3af;font-size:.75rem}.password-reset-success{text-align:center;max-width:500px}.success-icon{font-size:3rem;margin-bottom:1rem}.password-reset-success h3{color:#1f2937;margin-bottom:1rem}.temp-password-container{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;margin:1.5rem 0;text-align:left}.temp-password-container label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.password-display{display:flex;align-items:center;gap:1rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem}.password-display code{flex:1;font-family:Courier New,monospace;font-size:1.125rem;font-weight:600;color:#1f2937;background:none;padding:0}.copy-btn{background:#3b82f6;color:#fff;border:none;padding:.5rem 1rem;border-radius:4px;font-size:.875rem;cursor:pointer;transition:background-color .2s ease}.copy-btn:hover{background:#2563eb}.reset-info{text-align:left;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;margin:1.5rem 0}.reset-info p{margin:0 0 .5rem;font-weight:600;color:#92400e}.reset-info ul{margin:0;padding-left:1.5rem;color:#92400e}.reset-info li{margin-bottom:.25rem}.delete-confirmation{text-align:center;max-width:500px}.warning-icon{font-size:3rem;margin-bottom:1rem}.delete-confirmation h3{color:#dc2626;margin-bottom:1rem}.warning-info{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin:1.5rem 0;text-align:left}.warning-info p{margin:0 0 .5rem;font-weight:600;color:#dc2626}.warning-info ul{margin:0;padding-left:1.5rem;color:#dc2626}.warning-info li{margin-bottom:.25rem}.confirmation-input{margin:1.5rem 0;text-align:left}.confirmation-input label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem}.confirmation-input input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem}.confirmation-input input:focus{outline:none;border-color:#dc2626}.btn-danger{background:#dc2626;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger:hover:not(:disabled){background:#b91c1c}.btn-danger:disabled{opacity:.5;cursor:not-allowed}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media (max-width: 1024px){.section-actions{flex-direction:column;align-items:stretch;gap:1rem}.search-filter-bar{flex-wrap:wrap}.search-input-container{max-width:none;flex:1;min-width:200px}.filter-select{min-width:120px}}@media (max-width: 768px){.modern-table{font-size:.8rem}.modern-table th,.modern-table td{padding:.75rem 1rem}.user-info{gap:.5rem}.user-avatar{width:32px;height:32px;font-size:.75rem}.action-buttons{gap:.25rem}.action-btn{width:28px;height:28px}.table-footer{flex-direction:column;gap:1rem;align-items:center}}@media (max-width: 640px){.search-filter-bar{flex-direction:column;align-items:stretch}.filter-select{min-width:auto}.modern-table th:nth-child(4),.modern-table td:nth-child(4),.modern-table th:nth-child(6),.modern-table td:nth-child(6){display:none}}
