.profile_container__UswxM{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.profile_loadingContainer__wQojU{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#374151;gap:1rem}.profile_spinner__N3fOV{width:40px;height:40px;border:4px solid rgba(102,126,234,.3);border-top-color:#667eea;border-radius:50%;animation:profile_spin__dn3Fs .8s linear infinite}@keyframes profile_spin__dn3Fs{to{transform:rotate(1turn)}}.profile_errorMessage__BUE9q{background:#fee2e2;border:1px solid #fca5a5;color:#dc2626;padding:1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.profile_successMessage__kCY83{background:#d1fae5;border:1px solid #6ee7b7;color:#059669;padding:1rem;border-radius:8px;font-size:.875rem;margin-bottom:1rem}.profile_maxWidth__oYfWN{max-width:1200px;margin:0 auto;padding:0 20px}.profile_header__CuQ3O{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.profile_title__mxXtg{font-size:2.5rem;font-weight:700;color:#333;margin:0}.profile_editButton__7A_1t{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.profile_editButton__7A_1t:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.profile_profileLayout__qx4dY{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem}.profile_avatarSection__DzD4c{display:flex;align-items:center;gap:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0;margin-bottom:2rem}.profile_avatarContainer__GQKLX{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile_avatar__J7yiR{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-size:3rem;box-shadow:0 4px 12px rgba(0,0,0,.15)}.profile_avatarIcon__NS3Nf{filter:brightness(0) invert(1)}.profile_changeAvatarButton__WpY6t{background:#f0f0f0;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .2s}.profile_changeAvatarButton__WpY6t:hover{background:#e0e0e0}.profile_avatarInfo__rG_wV{flex:1 1}.profile_userName__jTXQO{font-size:2rem;font-weight:700;color:#333;margin:0 0 .5rem}.profile_userHandle___fit6{font-size:1.1rem;color:#667eea;margin:0}.profile_formSection__PPwfD{width:100%}.profile_formGrid__f2RHm{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.profile_formGroup__tbi_B{display:flex;flex-direction:column}.profile_formGroup__tbi_B.profile_fullWidth__d_SL_{grid-column:1/-1}.profile_label__j7rAk{font-size:.9rem;font-weight:600;color:#555;margin-bottom:.5rem}.profile_input__I0dVn,.profile_textarea__L4Yu7{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Poppins,sans-serif;transition:border-color .2s}.profile_input__I0dVn:focus,.profile_textarea__L4Yu7:focus{outline:none;border-color:#667eea}.profile_input__I0dVn:disabled,.profile_textarea__L4Yu7:disabled{background:#f5f5f5;cursor:not-allowed}.profile_textarea__L4Yu7{resize:vertical;min-height:100px}.profile_formActions__rKRZC{margin-top:2rem;display:flex;justify-content:flex-end}.profile_saveButton__nSL_1{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.profile_saveButton__nSL_1:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.profile_section__F_D6l{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px rgba(0,0,0,.1);margin-bottom:2rem}.profile_sectionTitle__Ra_YC{font-size:1.5rem;font-weight:700;color:#333;margin:0 0 1.5rem}.profile_settingsList__Mud8G{display:flex;flex-direction:column;gap:1rem}.profile_settingItem__nla6F{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f9f9f9;border-radius:12px;transition:background .2s}.profile_settingItem__nla6F:hover{background:#f0f0f0}.profile_settingInfo__u7CIF{flex:1 1}.profile_settingLabel__MioGw{font-size:1.1rem;font-weight:600;color:#333;margin-bottom:.25rem}.profile_settingDescription__R78bl{font-size:.9rem;color:#666}.profile_settingButton__EzA9U{background:#667eea;color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.profile_settingButton__EzA9U:hover{background:#5568d3}.profile_settingButton__EzA9U.profile_dangerButton__X_pNo{background:#dc2626}.profile_settingButton__EzA9U.profile_dangerButton__X_pNo:hover{background:#b91c1c}@media (max-width:768px){.profile_formGrid__f2RHm{grid-template-columns:1fr}.profile_avatarSection__DzD4c{flex-direction:column;text-align:center}.profile_header__CuQ3O,.profile_settingItem__nla6F{flex-direction:column;gap:1rem;align-items:flex-start}.profile_settingButton__EzA9U{width:100%}}