.profile{display:flex;min-height:100vh;background:#fff}.profile .profile__sidebar{width:64px;display:flex;align-items:center;justify-content:center}.profile .profile__sidebar .profile__back-button{width:32px;height:32px;border-radius:16px;border:none;background:#f2f2f7;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#007aff;font-size:20px;cursor:pointer}.profile .profile__content{width:100%;display:flex;flex-direction:column;align-items:center;padding:40px 16px}.profile .profile__avatar-block{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.profile .profile__avatar{width:130px;height:130px;border-radius:50%;background:#f2f2f7;display:flex;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden}.profile .profile__avatar img{width:100%;height:100%;object-fit:cover;display:block}.profile .profile__avatar-placeholder{width:64px;height:64px;border-radius:16px;background:#d1d1d6}.profile .profile__name{font-size:18px;font-weight:600}.profile .profile__info{width:100%;max-width:480px;border-radius:8px;overflow:hidden;border:1px solid #e5e5ea;margin-bottom:24px}.profile .profile__row{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:1px solid #e5e5ea;font-size:14px}.profile .profile__row:last-child{border-bottom:none}.profile .profile__row-label{color:#6e6e73;flex:0 0 40%}.profile .profile__row-value{color:#111;flex:1 1 auto;text-align:right}.profile .profile__row-input{flex:1 1 auto;border:none;outline:none;text-align:right;font-size:14px;background:transparent}.profile .profile__row-input:focus{outline:none}.profile .profile__avatar-form{width:100%;max-width:480px;margin:8px 0 24px;font-size:14px}.profile .profile__actions{width:100%;max-width:480px;display:flex;flex-direction:column;gap:8px}.profile .profile__action-link{font-size:14px;color:#007aff;text-decoration:none}.profile .profile__logout{margin-top:8px;padding:0;border:none;background:none;color:#ff3b30;font-size:14px;text-align:left;cursor:pointer}.profile .profile__primary-button{margin-top:16px;width:260px;height:40px;border-radius:20px;border:none;background:#007aff;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.profile .profile__primary-button:hover{background:#0060d0}
