.users-page{display:flex;flex-direction:column;gap:1.5rem}.page-header{margin-bottom:.5rem}.page-header h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.page-desc{color:#64748b}.stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.stat-card{background:#fff;border-radius:16px;padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:0 2px 8px #00000014;border:1px solid #E2E8F0}.stat-icon{width:52px;height:52px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:#fff}.stat-icon.total{background:linear-gradient(135deg,#6366f1,#4f46e5)}.stat-icon.customers{background:linear-gradient(135deg,#3b82f6,#2563eb)}.stat-icon.admins{background:linear-gradient(135deg,#d4af37,#b8962f)}.stat-icon.active{background:linear-gradient(135deg,#10b981,#059669)}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.75rem;font-weight:800;color:#0f172a}.stat-label{font-size:.85rem;color:#64748b;font-weight:500}.table-card{background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;border:1px solid #E2E8F0;overflow:hidden}.table-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E2E8F0;background:#f8fafc}.table-header h3{font-size:1.1rem;font-weight:700;color:#0f172a}.filter-select{padding:.6rem 1.25rem;border:2px solid #E2E8F0;border-radius:10px;font-size:.9rem;background:#fff;cursor:pointer;font-weight:500}.loading{padding:4rem;text-align:center;color:#64748b}.users-list{padding:1rem;display:flex;flex-direction:column;gap:1rem}.user-card{display:grid;grid-template-columns:2fr 2fr 1fr 1fr auto;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;background:#f8fafc;border-radius:16px;border:1px solid #E2E8F0;transition:all .2s}.user-card:hover{background:#fff;box-shadow:0 4px 12px #00000014}.user-info{display:flex;flex-direction:column;gap:.25rem}.user-name{font-weight:600;color:#0f172a}.user-email{font-size:.85rem;color:#64748b}.role-badge{padding:.4rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase}.role-badge.admin{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.role-badge.customer{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block;margin-right:.5rem}.status-indicator.active{background:#10b981}.status-indicator.inactive{background:#ef4444}.user-actions{display:flex;gap:.5rem}.btn{padding:.6rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.btn-edit{background:#f1f5f9;color:#475569}.btn-password{background:#fef3c7;color:#92400e}.modal{display:none;position:fixed;inset:0;background:#0f172a99;backdrop-filter:blur(4px);z-index:1000;align-items:center;justify-content:center;padding:1rem}.modal.active{display:flex}.modal-content{background:#fff;border-radius:20px;padding:2rem;max-width:500px;width:100%;box-shadow:0 20px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{font-size:1.5rem;font-weight:700;color:#0f172a}.close-btn{width:36px;height:36px;border-radius:50%;border:none;background:#f1f5f9;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.9rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select{width:100%;padding:.875rem 1rem;border:2px solid #E2E8F0;border-radius:10px;font-size:.95rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer}.checkbox-label input{width:auto}.modal-actions{display:flex;gap:1rem;margin-top:1.5rem}.modal-actions .btn{flex:1;justify-content:center;padding:.875rem}.btn-secondary{background:#f1f5f9;color:#475569}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}@media (max-width: 1024px){.stats-row{grid-template-columns:repeat(2,1fr)}.user-card{grid-template-columns:1fr}}
