.user-select-list{margin-top:14px;max-height:100vh;overflow-y:auto;display:flex;flex-direction:column;gap:10px}
.user-list-item-form{margin:0}.user-list-item{width:100%;border:none;background:var(--bg-main);border-radius:14px;padding:12px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;transition:.25s ease;text-align:left}
.user-list-item:hover{background:rgba(255,255,255,.06);transform:translateY(-1px)}
.user-list-left{display:flex;align-items:center;gap:12px;min-width:0}.user-list-avatar{width:46px;height:46px;min-width:46px;border-radius:50%;overflow:hidden;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px}.user-list-avatar img{width:100%;height:100%;object-fit:cover}.user-list-info{min-width:0}.user-list-name{color:#fff;font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-list-meta{color:rgba(255,255,255,.65);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.user-list-action{color:#ff7a00;font-size:22px;display:flex;align-items:center;justify-content:center}.recover-section-title{margin:18px 0 10px;color:#fff;font-weight:700}.recover-badge{font-size:11px;padding:4px 8px;border-radius:999px;background:rgba(255,140,0,.14);color:#ffb347;border:1px solid rgba(255,140,0,.22)}.restore-btn-mini{border:0;background:transparent;color:#4ade80;font-size:14px;font-weight:700}
.switch-group{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0}.switch{position:relative;display:inline-block;width:52px;height:30px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background:#3a3f47;border-radius:30px;transition:.3s}.slider:before{content:"";position:absolute;height:22px;width:22px;left:4px;top:4px;background:#fff;border-radius:50%;transition:.3s}.switch input:checked + .slider{background:#ff7a00}.switch input:checked + .slider:before{transform:translateX(22px)}.profile-upload-card{display:flex;align-items:center;gap:16px;padding:16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-top:18px}.profile-upload-preview{width:82px;height:82px;border-radius:24px;overflow:hidden;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}.profile-upload-preview img{width:100%;height:100%;object-fit:cover}.retention-grid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:12px}.retention-option{display:flex;gap:12px;align-items:flex-start;padding:12px 14px;border:1px solid rgba(255,255,255,.08);background:var(--bg-main);border-radius:14px}.retention-option input{margin-top:4px}.retention-option strong{display:block;color:#fff}.retention-option small{display:block;color:rgba(255,255,255,.6)}
