.profile-avatar-change{border:0;cursor:pointer;position:relative;outline:none}.profile-avatar-change:after{content:'✎';position:absolute;right:1px;bottom:1px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e22d3a;color:#fff;font-size:14px;box-shadow:0 2px 8px rgba(0,0,0,.35)}.profile-avatar-change:hover{transform:translateY(-1px)}
.predefined-avatar-modal-dialog{max-width:500px;width:calc(100% - 28px)}.predefined-avatar-modal-content{background:#353535;border:1px solid #3358a2;border-radius:10px;overflow:hidden;color:#fff}.predefined-avatar-modal-header{height:52px;padding:0 18px;display:flex;align-items:center;justify-content:space-between}.predefined-avatar-modal-header h3{font-size:14px;margin:0;font-weight:700}.predefined-avatar-close{border:0;background:transparent;color:#fff;font-size:36px;line-height:1;padding:0;cursor:pointer}.predefined-avatar-preview{display:flex;justify-content:center;padding:0 0 16px}.predefined-avatar-preview img{width:164px;height:164px;min-width:164px;min-height:164px;max-width:164px;max-height:164px;object-fit:cover;object-position:center;border-radius:8px;display:block}.predefined-avatar-tab{background:#ffb900;color:#fff;text-align:center;font-size:12px;font-weight:700;padding:14px}.predefined-avatar-grid{padding:20px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.predefined-avatar-item{position:relative;padding:3px;border:2px solid #5867a7;border-radius:9px;background:#454545;aspect-ratio:1/1;overflow:hidden;cursor:pointer}.predefined-avatar-item img{width:100%;height:100%;min-width:100%;min-height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;border-radius:6px;display:block}.predefined-avatar-item:hover,.predefined-avatar-item.is-selected{border-color:#22c8e5;box-shadow:0 0 0 2px rgba(34,200,229,.18)}.predefined-avatar-check{display:none;position:absolute;right:2px;bottom:2px;width:25px;height:25px;border-radius:6px;background:#df2f42;align-items:center;justify-content:center;color:#fff;font-size:18px}.predefined-avatar-item.is-selected .predefined-avatar-check{display:flex}.predefined-avatar-actions{padding:0 20px 20px}.predefined-avatar-save{width:100%;background:#e22d3a;color:#fff;font-weight:700}.predefined-avatar-save:hover{color:#fff;background:#c92533}.predefined-avatar-save:disabled{opacity:.65;cursor:not-allowed}@media(max-width:520px){.predefined-avatar-grid{grid-template-columns:repeat(4,minmax(0,1fr));padding:14px;gap:8px}.predefined-avatar-preview img{width:164px;height:164px;min-width:164px;min-height:164px;max-width:164px;max-height:164px}}
