.um-table-wrapper{background:var(--bg-surface);border-radius:.75rem;overflow-x:auto}.um-user-name{color:var(--text-primary);font-weight:600;text-decoration:none;display:inline-block}.um-user-name:hover{text-decoration:underline}.um-user-cell{align-items:center;gap:.65rem;display:flex}.um-user-avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2rem;min-width:2rem;height:2rem;font-size:.7rem;font-weight:700;display:flex;overflow:hidden}.um-user-avatar-image{object-fit:cover;width:100%;height:100%}.um-user-email{color:var(--text-tertiary);margin-top:.15rem;font-size:.75rem}.um-user-phone{color:var(--text-tertiary);font-size:.75rem}.um-role-badge{color:var(--text-secondary);font-size:.75rem;font-weight:500}.um-badge{border-radius:9999px;align-items:center;gap:.3rem;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.um-badge.active{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.um-badge.active .um-badge-dot{background:var(--success)}.um-badge.inactive{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border)}.um-badge.inactive .um-badge-dot{background:var(--danger)}.um-badge-dot{border-radius:9999px;width:.35rem;height:.35rem}.um-favorite-toggle{width:1.75rem;height:1.75rem;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;font-size:.85rem;transition:all .15s;display:flex}.um-favorite-toggle:hover{color:#f59e0b;transform:scale(1.15)}.um-favorite-toggle.active{color:#f59e0b}.um-filters-wrapper{position:relative}.um-filters-button{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.um-filters-button:hover{border-color:var(--border-default);color:var(--text-primary)}.um-filters-button.active,.um-filters-button.has-selection{border-color:var(--accent);color:var(--accent)}.um-advanced-filters{background:var(--bg-surface);border:1px solid var(--border-default);min-width:16rem;box-shadow:0 8px 20px var(--shadow-color,#0003);z-index:50;border-radius:.5rem;margin-top:.35rem;padding:1rem;position:absolute;top:100%;right:0}.um-advanced-filters-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);justify-content:space-between;align-items:center;margin-bottom:.75rem;font-size:.75rem;font-weight:700;display:flex}.um-advanced-filters-clear{cursor:pointer;color:var(--accent);text-transform:none;letter-spacing:0;background:0 0;border:none;font-size:.7rem;font-weight:600}.um-advanced-filter-group{margin-bottom:.75rem}.um-advanced-filter-group:last-child{margin-bottom:0}.um-advanced-filter-label{color:var(--text-tertiary);margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.um-advanced-filter-select{border:1px solid var(--input-border);background:var(--input-bg);width:100%;color:var(--input-text);cursor:pointer;border-radius:.375rem;outline:none;padding:.45rem .6rem;font-size:.8rem}.um-advanced-filter-select:focus{border-color:var(--accent)}.um-favorite-checkbox{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;padding:.35rem 0;font-size:.8rem;font-weight:500;display:flex}.um-favorite-checkbox i{color:#f59e0b;font-size:.85rem}.um-pagination{color:var(--text-tertiary);justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.75rem;display:flex}.um-pagination-controls{align-items:center;gap:.35rem;display:flex}.um-pagination-button{border:1px solid var(--border-default);background:var(--bg-surface);min-width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;border-radius:.375rem;justify-content:center;align-items:center;gap:.3rem;padding:0 .5rem;font-size:.75rem;transition:all .15s;display:flex}.um-pagination-button:hover:not(:disabled){background:var(--bg-surface-hover);color:var(--text-primary)}.um-pagination-button:disabled{opacity:.4;cursor:not-allowed}.um-pagination-button.active{background:var(--accent);color:var(--accent-text,white);border-color:var(--accent);font-weight:600}.um-table-footer{border-top:1px solid var(--border-default);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.um-table-footer-count{color:var(--text-tertiary);font-size:.8rem}.um-table-footer-pagination{align-items:center;gap:.35rem;display:flex}.um-pagination-ellipsis{width:2rem;height:2rem;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:.8rem;display:flex}.um-create-button{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.um-create-button:hover{opacity:.9}.um-create-button i{font-size:.85rem}.um-page-header{border-bottom:2px solid var(--border-default);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.um-page-title{color:var(--text-primary);font-size:1.25rem;font-weight:700}.um-page-subtitle{color:var(--text-tertiary);margin-top:.15rem;font-size:.8rem}.um-header-controls{align-items:center;gap:.5rem;display:flex}.um-search-wrapper{align-items:center;display:flex;position:relative}.um-search-icon{color:var(--text-tertiary);pointer-events:none;font-size:.75rem;position:absolute;left:.65rem}.um-search-input{border:1px solid var(--input-border);background:var(--input-bg);color:var(--input-text);box-sizing:border-box;border-radius:.5rem;outline:none;width:15rem;height:34px;padding:0 2rem;font-size:.8rem;transition:border-color .15s}.um-search-input:focus{border-color:var(--accent)}.um-search-input::placeholder{color:var(--input-placeholder)}.um-search-clear{width:1.25rem;height:1.25rem;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;font-size:.65rem;transition:all .1s;display:flex;position:absolute;right:.4rem}.um-search-clear:hover{color:var(--text-primary);background:var(--bg-surface-hover)}.um-role-filter{position:relative}.um-role-filter-trigger{border:1px solid var(--input-border);background:var(--input-bg);color:var(--text-secondary);cursor:pointer;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .75rem;font-size:.8rem;font-weight:500;transition:all .15s;display:flex}.um-role-filter-trigger:hover{border-color:var(--border-default);color:var(--text-primary)}.um-role-filter-trigger.has-selection{border-color:var(--accent);color:var(--accent)}.um-role-filter-dropdown{background:var(--bg-surface);border:1px solid var(--border-default);min-width:12rem;box-shadow:0 8px 20px var(--shadow-color,#0003);z-index:50;border-radius:.5rem;margin-top:.35rem;padding:.25rem;position:absolute;top:100%;right:0;overflow:hidden}.um-role-filter-item{width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:.45rem .65rem;font-size:.8rem;font-weight:500;transition:all .1s;display:flex}.um-role-filter-item:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.um-role-filter-item.selected{color:var(--text-primary)}.um-role-filter-checkbox{border:1.5px solid var(--border-default);border-radius:.25rem;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;transition:all .15s;display:flex}.um-role-filter-checkbox.checked{background:var(--accent);border-color:var(--accent);color:#fff}.um-role-filter-divider{background:var(--border-subtle);height:1px;margin:.25rem 0}.um-role-filter-clear{color:var(--text-tertiary);font-size:.75rem}.um-role-filter-empty{color:var(--text-tertiary);text-align:center;padding:.75rem;font-size:.8rem}.um-edit-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.um-edit-header-left{align-items:center;gap:.75rem;display:flex}.um-back-button{border:1px solid var(--border-default);background:var(--bg-surface);width:2rem;height:2rem;color:var(--text-secondary);cursor:pointer;border-radius:.5rem;justify-content:center;align-items:center;text-decoration:none;transition:all .15s;display:flex}.um-back-button:hover{background:var(--bg-surface-hover);color:var(--text-primary)}.um-edit-name{color:var(--text-primary);font-size:1.25rem;font-weight:700}.um-edit-user-id{color:var(--text-tertiary);font-family:ui-monospace,monospace;font-size:.7rem}.um-form-section{background:var(--bg-surface);border-radius:.75rem;margin-bottom:1rem;padding:1.5rem}.um-form-section-title{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:1rem;font-size:.7rem;font-weight:700}.um-section-count{color:var(--text-tertiary);margin-top:-.5rem;margin-bottom:.75rem;font-size:.75rem}.um-form-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.um-form-group{flex-direction:column;gap:.35rem;display:flex}.um-form-label{color:var(--text-primary);font-size:.75rem;font-weight:700}.um-form-input{background:var(--input-bg);color:var(--input-text);box-sizing:border-box;border:1px solid #94a3b8;border-radius:.5rem;outline:none;height:38px;padding:.55rem .75rem;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.um-form-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e526}.um-form-input::placeholder{color:var(--input-placeholder)}.um-form-select{background:var(--input-bg);color:var(--input-text);cursor:pointer;box-sizing:border-box;border:1px solid #94a3b8;border-radius:.5rem;outline:none;height:38px;padding:.55rem .75rem;font-size:.85rem;transition:border-color .15s,box-shadow .15s}.um-form-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4f46e526}.um-form-actions{justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.um-save-button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:.5rem;align-items:center;gap:.4rem;padding:.55rem 1.25rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.um-save-button:hover{opacity:.9}.um-save-button:disabled{opacity:.5;cursor:not-allowed}.um-feedback{border-radius:.5rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.6rem 1rem;font-size:.8rem;font-weight:500;display:flex}.um-feedback.success{background:var(--success-bg);color:var(--success);border:1px solid var(--success-border)}.um-feedback.error{background:var(--danger-bg);color:var(--danger);border:1px solid var(--danger-border)}.um-privilege-list{flex-direction:column;gap:.5rem;display:flex}.um-privilege-item{background:var(--bg-raised);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background .15s;display:flex}.um-privilege-info{flex-direction:column;gap:.15rem;display:flex}.um-privilege-name{color:var(--text-primary);font-size:.85rem;font-weight:600}.um-privilege-slug{color:var(--text-tertiary);font-family:ui-monospace,monospace;font-size:.7rem}.um-privilege-description{color:var(--text-tertiary);font-size:.75rem}.um-toggle{background:var(--border-default);cursor:pointer;border:none;border-radius:9999px;flex-shrink:0;width:2.5rem;height:1.35rem;transition:background .2s;position:relative}.um-toggle.on{background:var(--accent)}.um-toggle.on:after{transform:translate(1.15rem)}.um-toggle:after{content:"";background:#fff;border-radius:50%;width:1.05rem;height:1.05rem;transition:transform .2s;position:absolute;top:.15rem;left:.15rem;box-shadow:0 1px 3px #0003}.um-contact-list{flex-direction:column;gap:.5rem;display:flex}.um-contact-item{background:var(--bg-raised);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.65rem 1rem;display:flex}.um-contact-value{color:var(--text-primary);font-family:ui-monospace,monospace;font-size:.85rem}.um-contact-primary-badge{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);background:var(--accent-subtle);border-radius:.25rem;margin-left:.5rem;padding:.15rem .4rem;font-size:.6rem;font-weight:600}.um-contact-remove{width:1.5rem;height:1.5rem;color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:.25rem;justify-content:center;align-items:center;transition:all .15s;display:flex}.um-contact-remove:hover{background:var(--danger-bg);color:var(--danger)}.um-add-contact-row{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.um-add-contact-row .um-form-input{flex:1}.um-add-button{background:var(--accent);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.55rem .85rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.um-add-button:hover{opacity:.9}.um-empty-state{color:var(--text-tertiary);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.um-empty-state i{opacity:.5;font-size:2rem}.um-empty-state p{font-size:.85rem}.um-loading{color:var(--text-secondary);justify-content:center;align-items:center;gap:.5rem;padding:2rem 0;font-size:.85rem;display:flex}.um-spinner{border:2px solid var(--border-default);border-top-color:var(--text-secondary);border-radius:50%;width:1rem;height:1rem;animation:.6s linear infinite um-spin}@keyframes um-spin{to{transform:rotate(360deg)}}.um-create-modal .um-form-grid{grid-template-columns:1fr}@media (width<=768px){.um-page-header{flex-direction:column}.um-header-controls{flex-wrap:wrap;width:100%}.um-search-input{width:100%}.um-search-wrapper{flex:1;min-width:0}.um-form-grid{grid-template-columns:1fr}.um-edit-header{flex-direction:column;align-items:flex-start;gap:1rem}.um-tabs{flex-wrap:wrap}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}
