.admin-users{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.users-action-bar{display:flex;flex-direction:column;gap:.75rem;justify-content:space-between;align-items:flex-start;background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;margin-bottom:1rem}@media (min-width: 768px){.users-action-bar{flex-direction:row;align-items:center}}.users-page-title{font-size:1.125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0}.users-action-buttons{display:flex;gap:.5rem;width:100%}@media (min-width: 768px){.users-action-buttons{width:auto}}.users-action-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;text-decoration:none;transition:all .2s;flex:1;font-family:inherit}@media (min-width: 640px){.users-action-btn{flex:none}}.users-action-btn-primary{background:#1e293b;color:#fff;border-color:#1e293b}.users-action-btn-primary:hover{background:#334155;border-color:#334155}.users-action-btn-text{display:inline}.users-cards-empty{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;padding:2.5rem 2rem;text-align:center;color:#64748b;font-size:.9375rem}.users-cards-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.users-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}}@media (min-width: 1280px){.users-cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-user-card{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;padding:1.5rem;min-height:220px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box}.admin-user-card.is-inactive{opacity:.7}.admin-user-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.admin-user-card-title-block{min-width:0;flex:1}.admin-user-card-name{font-weight:700;color:#1e293b;margin:0 0 .375rem;font-size:1rem;line-height:1.35;word-break:break-word}.admin-user-card-you{color:#64748b;font-weight:500;font-size:.8125rem}.admin-user-card-email{font-size:.875rem;color:#64748b;margin:0;word-break:break-word;line-height:1.4}.admin-user-card-body{display:flex;flex-direction:column;gap:.875rem;flex:1}.admin-user-card-row{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.admin-user-card-label{font-size:.6875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.admin-user-card-footer{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:.5rem;border-top:1px solid #f1f5f9;padding-top:1rem;margin-top:auto}.users-perm-chips{display:flex;flex-wrap:wrap;gap:.375rem}.users-perm-chip{display:inline-flex;padding:.25rem .5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.25rem;font-size:.75rem;color:#64748b;font-weight:500;line-height:1.25}.users-perm-chip.more{background:#f1f5f9;color:#475569}.users-role-badge{display:inline-flex;align-items:center;padding:.25rem .625rem;border-radius:.25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border:1px solid transparent}.users-role-badge.super_admin{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.users-role-badge.admin{background:#f8fafc;color:#475569;border-color:#e2e8f0}.users-status-badge{display:inline-flex;align-items:center;flex-shrink:0;padding:.25rem .625rem;border-radius:.25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.users-status-badge.on{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.users-status-badge.off{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.users-action-link{display:inline-flex;align-items:center;justify-content:center;padding:.375rem .75rem;color:#64748b;text-decoration:none;font-size:.8125rem;cursor:pointer;background:none;border:1px solid #e2e8f0;border-radius:.25rem;font-family:inherit;font-weight:500;transition:all .2s}.users-action-link:hover{color:#3b82f6;background:#eff6ff;border-color:#bfdbfe}.users-action-link.delete:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.users-email{color:#64748b}.account-section-spaced{margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.admin-user-form{max-width:1280px;margin:0 auto;width:100%;box-sizing:border-box;padding-bottom:2rem}.user-form-breadcrumbs{margin-bottom:1.5rem}.user-form-breadcrumbs-content{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:500;color:#64748b;margin-bottom:1rem;flex-wrap:wrap}.user-form-breadcrumb-link{color:#64748b;text-decoration:none;transition:color .2s}.user-form-breadcrumb-link:hover{color:#1e293b}.user-form-breadcrumb-separator{color:#94a3b8}.user-form-breadcrumb-current{color:#1e293b;font-weight:500}.user-form-header-title h1{font-size:1.5rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:-.02em;margin:0}.user-form-action-bar{background:#fff;padding:1rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;position:sticky;top:0;z-index:20}@media (min-width: 640px){.user-form-action-bar{flex-direction:row;align-items:center}}.user-form-action-bar-title{font-size:1.125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0}@media (max-width: 639px){.user-form-action-bar-title{display:none}}.user-form-action-bar-buttons{display:flex;gap:.75rem;width:100%}@media (min-width: 640px){.user-form-action-bar-buttons{width:auto}}.user-form-action-bar-cancel{flex:1;padding:.5rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;background:transparent;border:none;cursor:pointer;transition:color .2s;font-family:inherit}@media (min-width: 640px){.user-form-action-bar-cancel{flex:none}}.user-form-action-bar-cancel:hover{color:#1e293b}.user-form-action-bar-save{flex:1;padding:.5rem 1.5rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#fff;background:#1e293b;border:none;border-radius:.375rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s;box-shadow:0 1px 2px #0000000d;font-family:inherit}@media (min-width: 640px){.user-form-action-bar-save{flex:none}}.user-form-action-bar-save:hover:not(:disabled){background:#0f172a}.user-form-action-bar-save:disabled{opacity:.6;cursor:not-allowed}.user-form-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1280px){.user-form-grid{grid-template-columns:2fr 1fr}}.user-form-main-content,.user-form-sidebar{display:flex;flex-direction:column;gap:1.5rem}.user-form-card{background:#fff;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d;overflow:hidden}.user-form-card-header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;background:#f8fafc}.user-form-card-header-title{font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0}.user-form-card-content{padding:1.5rem}.user-form-fields{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 768px){.user-form-fields{grid-template-columns:repeat(2,1fr)}}.user-form-field{display:flex;flex-direction:column;gap:.375rem}.user-form-field.full-width{grid-column:1 / -1}.user-form-label{display:block;font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.user-form-input,.user-form-select{width:100%;padding:.625rem;font-size:.875rem;color:#475569;background:#fff;border:1px solid #cbd5e1;border-radius:.375rem;transition:all .2s;font-family:inherit;box-sizing:border-box}.user-form-select{padding-right:2rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:12px}.user-form-input:focus,.user-form-select:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}.user-form-input:disabled,.user-form-select:disabled{background:#f8fafc;color:#94a3b8;cursor:not-allowed}.user-form-hint{margin:0;font-size:.8125rem;color:#64748b;line-height:1.5}.user-form-sidebar-fields{display:flex;flex-direction:column;gap:1.25rem}.user-form-checkbox-label{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:#334155;cursor:pointer;font-weight:500}.user-form-checkbox-label input{width:1rem;height:1rem;accent-color:#1e293b}.user-form-perms{display:grid;grid-template-columns:1fr;gap:.5rem}@media (min-width: 640px){.user-form-perms{grid-template-columns:repeat(2,1fr)}}.user-form-perm-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border:1px solid #e2e8f0;border-radius:.375rem;background:#f8fafc;cursor:pointer;font-size:.8125rem;font-weight:500;color:#475569;transition:all .15s;-webkit-user-select:none;user-select:none}.user-form-perm-item:hover{border-color:#94a3b8;background:#f1f5f9}.user-form-perm-item.is-checked{background:#eff6ff;border-color:#bfdbfe;color:#1e40af}.user-form-perm-item input{width:1rem;height:1rem;accent-color:#1d4ed8;flex-shrink:0}.admin-account-page{width:100%;max-width:1024px;margin:0 auto;box-sizing:border-box}.account-card{background:#fff;padding:1.5rem;border-radius:.375rem;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.account-header{margin-bottom:2rem}.account-title{font-size:1.125rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0 0 .5rem}.account-description{font-size:.75rem;color:#64748b;margin:0}.account-section{display:flex;flex-direction:column;gap:1.25rem}.account-section-title{font-size:.875rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;margin:0;padding-bottom:.5rem;border-bottom:1px solid #f1f5f9}.account-fields{display:flex;flex-direction:column;gap:1.25rem;max-width:28rem}.account-field{display:flex;flex-direction:column;gap:.25rem}.account-label{display:block;font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.account-input{width:100%;padding:.625rem;font-size:.875rem;border:1px solid #cbd5e1;border-radius:.375rem;background:#fff;color:#1e293b;font-family:inherit;transition:all .2s;box-sizing:border-box}.account-input:focus{outline:none;border-color:#475569;box-shadow:0 0 0 1px #475569}.account-actions{display:flex;justify-content:flex-start;margin-top:.5rem}.account-save-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:.375rem;border:1px solid #1e293b;background:#1e293b;color:#fff;cursor:pointer;transition:all .2s;font-family:inherit}.account-save-btn:hover:not(:disabled){background:#0f172a}.account-save-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.account-card,.user-form-card-content,.user-form-card-header{padding:1rem}}
