.profile-avatar-block{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:hsla(0,0%,100%,.97);border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.08)}.profile-avatar-wrapper{position:relative;width:130px;height:130px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid var(--border-color, #e2e8f0);background:linear-gradient(135deg, var(--primary-color, #4f46e5), var(--secondary-color, #8b5cf6));cursor:pointer}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block;pointer-events:none}.profile-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:2.5rem;user-select:none;pointer-events:none}.profile-avatar-overlay{position:absolute;inset:0;border-radius:50%;background:rgba(0,0,0,.48);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;opacity:0;transition:opacity .2s ease-in-out;color:#fff;font-size:.72rem;font-weight:600;text-align:center;letter-spacing:.01em;pointer-events:none}.profile-avatar-overlay svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.profile-avatar-wrapper:hover .profile-avatar-overlay,.profile-avatar-wrapper:focus .profile-avatar-overlay{opacity:1}.profile-photo-input{display:none}.profile-avatar-info{display:flex;flex-direction:column;gap:.5rem}.profile-avatar-name{font-size:1.1rem;font-weight:700;color:var(--text-primary, #1f2937)}.profile-avatar-hint{font-size:.82rem;color:var(--text-secondary, #6b7280);margin:0}.profile-photo-error{color:var(--error-color, #ef4444);font-size:.85rem;margin:.5rem 0 0}.profile-photo-info{color:var(--text-secondary, #6b7280);font-size:.85rem;margin:.5rem 0 0}.profile-toast{display:none;margin-top:.6rem;padding:.45rem .9rem;background:rgba(16,185,129,.12);border:1px solid rgba(16,185,129,.35);border-radius:8px;color:#059669;font-size:.83rem;font-weight:600}.profile-toast.visible{display:inline-block}@media(max-width: 480px){.profile-avatar-block{flex-direction:column;align-items:center;text-align:center}.profile-avatar-info{align-items:center}.profile-avatar-wrapper{width:110px;height:110px}}.avatar-crop-modal{display:none;position:fixed;inset:0;z-index:9000;background:rgba(0,0,0,.72);backdrop-filter:blur(3px);align-items:center;justify-content:center;padding:1rem}.avatar-crop-modal.open{display:flex}.avatar-crop-card{background:#fff;border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.3);width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.avatar-crop-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--border-color, #e5e7eb)}.avatar-crop-title{font-size:1rem;font-weight:700;color:var(--text-primary, #1f2937);margin:0}.avatar-crop-close{width:32px;height:32px;border:none;background:var(--gray-100, #f1f5f9);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;color:var(--text-secondary, #6b7280);transition:background .15s ease}.avatar-crop-close:hover{background:var(--gray-200, #e2e8f0);color:var(--text-primary, #1f2937)}.avatar-crop-body{flex:1;overflow:hidden;min-height:0;max-height:380px;background:#111;display:flex;align-items:center;justify-content:center}.avatar-crop-body img{display:block;max-width:100%;max-height:380px}.avatar-crop-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:.9rem 1.25rem;border-top:1px solid var(--border-color, #e5e7eb);background:var(--gray-50, #f8fafc)}@media(max-width: 540px){.avatar-crop-card{max-width:100%;border-radius:12px}.avatar-crop-body{max-height:260px}}
/*# sourceMappingURL=profile.min.css.map */